[selinux-policy] * Thu Feb 21 2013 Miroslav Grepl <mgrepl at redhat.com> 3.12.1-15 - Man pages are now generated in the

Miroslav Grepl mgrepl at fedoraproject.org
Thu Feb 21 16:14:14 UTC 2013


commit 2aca9b6e0b2440e8846722970c04093508a65964
Author: Miroslav Grepl <mgrepl at redhat.com>
Date:   Thu Feb 21 17:13:10 2013 +0100

    * Thu Feb 21 2013 Miroslav Grepl <mgrepl at redhat.com> 3.12.1-15
    - Man pages are now generated in the build process
    - Allow cgred to list inotifyfs filesystem

 policy-rawhide-base.patch    |203939 +-----------------------------------------
 policy-rawhide-contrib.patch |    5 +-
 selinux-policy.spec          |    6 +-
 3 files changed, 579 insertions(+), 203371 deletions(-)
---
diff --git a/policy-rawhide-base.patch b/policy-rawhide-base.patch
index 53707e1..9bb7547 100644
--- a/policy-rawhide-base.patch
+++ b/policy-rawhide-base.patch
@@ -73,203374 +73,577 @@ index c049e10..150f281 100644
 -system_u:system_r:svirt_t
 +system_u:system_r:svirt_t:s0
 +system_u:system_r:svirt_tcg_t:s0
-diff --git a/man/man8/NetworkManager_selinux.8 b/man/man8/NetworkManager_selinux.8
-new file mode 100644
-index 0000000..4e63b92
---- /dev/null
-+++ b/man/man8/NetworkManager_selinux.8
-@@ -0,0 +1,476 @@
-+.TH  "NetworkManager_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep NetworkManager_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The NetworkManager_t SELinux type can be entered via the \fBNetworkManager_exec_t\fP file type.
-+
-+The default entrypoint paths for the NetworkManager_t domain are the following:
-+
-+/usr/s?bin/NetworkManager, /usr/s?bin/wpa_supplicant, /usr/sbin/wicd, /sbin/wpa_supplicant, /usr/sbin/wpa_supplicant, /usr/sbin/nm-system-settings, /usr/sbin/NetworkManagerDispatcher
-+.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 NetworkManager policy is very flexible allowing users to setup their NetworkManager processes in as secure a method as possible.
-+.PP
-+The following process types are defined for NetworkManager:
-+
-+.EX
-+.B NetworkManager_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a NetworkManager_t
-+can be used to make the process type NetworkManager_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  NetworkManager policy is extremely flexible and has several booleans that allow you to manipulate the policy and run NetworkManager with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xguest users to configure Network Manager and connect to apache ports, you must turn on the xguest_connect_network boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xguest_connect_network 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the NetworkManager_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 NetworkManager_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type NetworkManager_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 NetworkManager_etc_rw_t
-+
-+	/etc/NetworkManager/system-connections(/.*)?
-+.br
-+	/etc/NetworkManager/NetworkManager\.conf
-+.br
-+
-+.br
-+.B NetworkManager_tmp_t
-+
-+
-+.br
-+.B NetworkManager_var_lib_t
-+
-+	/var/lib/wicd(/.*)?
-+.br
-+	/var/lib/NetworkManager(/.*)?
-+.br
-+	/etc/dhcp/wired-settings.conf
-+.br
-+	/etc/wicd/wired-settings.conf
-+.br
-+	/etc/dhcp/manager-settings.conf
-+.br
-+	/etc/wicd/manager-settings.conf
-+.br
-+	/etc/dhcp/wireless-settings.conf
-+.br
-+	/etc/wicd/wireless-settings.conf
-+.br
-+
-+.br
-+.B NetworkManager_var_run_t
-+
-+	/var/run/nm-dhclient.*
-+.br
-+	/var/run/NetworkManager(/.*)?
-+.br
-+	/var/run/wpa_supplicant(/.*)?
-+.br
-+	/var/run/NetworkManager\.pid
-+.br
-+	/var/run/nm-dns-dnsmasq\.conf
-+.br
-+	/var/run/wpa_supplicant-global
-+.br
-+
-+.br
-+.B named_cache_t
-+
-+	/var/named/data(/.*)?
-+.br
-+	/var/lib/unbound(/.*)?
-+.br
-+	/var/named/slaves(/.*)?
-+.br
-+	/var/named/dynamic(/.*)?
-+.br
-+	/var/named/chroot/var/tmp(/.*)?
-+.br
-+	/var/named/chroot/var/named/data(/.*)?
-+.br
-+	/var/named/chroot/var/named/slaves(/.*)?
-+.br
-+	/var/named/chroot/var/named/dynamic(/.*)?
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B pppd_var_run_t
-+
-+	/var/run/(i)?ppp.*pid[^/]*
-+.br
-+	/var/run/ppp(/.*)?
-+.br
-+	/var/run/pppd[0-9]*\.tdb
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 NetworkManager policy is very flexible allowing users to setup their NetworkManager processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+NetworkManager policy stores data with multiple different file context types under the /var/run/wpa_supplicant directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/wpa_supplicant /srv/wpa_supplicant
-+.br
-+.B restorecon -R -v /srv/wpa_supplicant
-+.PP
-+
-+.PP
-+NetworkManager policy stores data with multiple different file context types under the /var/run/NetworkManager directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/NetworkManager /srv/NetworkManager
-+.br
-+.B restorecon -R -v /srv/NetworkManager
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the NetworkManager, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t NetworkManager_etc_rw_t '/srv/NetworkManager/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myNetworkManager_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for NetworkManager:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/NetworkManager/system-connections(/.*)?, /etc/NetworkManager/NetworkManager\.conf
-+
-+.EX
-+.PP
-+.B NetworkManager_etc_t
-+.EE
-+
-+- Set files with the NetworkManager_etc_t type, if you want to store NetworkManager files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/s?bin/NetworkManager, /usr/s?bin/wpa_supplicant, /usr/sbin/wicd, /sbin/wpa_supplicant, /usr/sbin/wpa_supplicant, /usr/sbin/nm-system-settings, /usr/sbin/NetworkManagerDispatcher
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/nm-dispatcher.action, /etc/NetworkManager/dispatcher\.d(/.*)?, /etc/rc\.d/init\.d/wicd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/wicd.*, /var/log/wpa_supplicant.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/wicd(/.*)?, /var/lib/NetworkManager(/.*)?, /etc/dhcp/wired-settings.conf, /etc/wicd/wired-settings.conf, /etc/dhcp/manager-settings.conf, /etc/wicd/manager-settings.conf, /etc/dhcp/wireless-settings.conf, /etc/wicd/wireless-settings.conf
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/nm-dhclient.*, /var/run/NetworkManager(/.*)?, /var/run/wpa_supplicant(/.*)?, /var/run/NetworkManager\.pid, /var/run/nm-dns-dnsmasq\.conf, /var/run/wpa_supplicant-global
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), NetworkManager(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/abrt_dump_oops_selinux.8 b/man/man8/abrt_dump_oops_selinux.8
-new file mode 100644
-index 0000000..f86d90f
---- /dev/null
-+++ b/man/man8/abrt_dump_oops_selinux.8
-@@ -0,0 +1,171 @@
-+.TH  "abrt_dump_oops_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep abrt_dump_oops_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The abrt_dump_oops_t SELinux type can be entered via the \fBabrt_dump_oops_exec_t\fP file type.
-+
-+The default entrypoint paths for the abrt_dump_oops_t domain are the following:
-+
-+/usr/bin/abrt-dump-oops
-+.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 abrt_dump_oops policy is very flexible allowing users to setup their abrt_dump_oops processes in as secure a method as possible.
-+.PP
-+The following process types are defined for abrt_dump_oops:
-+
-+.EX
-+.B abrt_dump_oops_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a abrt_dump_oops_t
-+can be used to make the process type abrt_dump_oops_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  abrt_dump_oops policy is extremely flexible and has several booleans that allow you to manipulate the policy and run abrt_dump_oops with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type abrt_dump_oops_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 abrt_var_cache_t
-+
-+	/var/tmp/abrt(/.*)?
-+.br
-+	/var/cache/abrt(/.*)?
-+.br
-+	/var/spool/abrt(/.*)?
-+.br
-+	/var/cache/abrt-di(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the abrt_dump_oops, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t abrt_dump_oops_exec_t '/srv/abrt_dump_oops/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myabrt_dump_oops_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for abrt_dump_oops:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), abrt_dump_oops(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), abrt_selinux(8), abrt_selinux(8), abrt_handle_event_selinux(8), abrt_helper_selinux(8), abrt_retrace_coredump_selinux(8), abrt_retrace_worker_selinux(8), abrt_watch_log_selinux(8)
-\ 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..d371cee
---- /dev/null
-+++ b/man/man8/abrt_handle_event_selinux.8
-@@ -0,0 +1,155 @@
-+.TH  "abrt_handle_event_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep abrt_handle_event_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The abrt_handle_event_t SELinux type can be entered via the \fBabrt_handle_event_exec_t\fP file type.
-+
-+The default entrypoint paths for the abrt_handle_event_t domain are the following:
-+
-+/usr/libexec/abrt-handle-event
-+.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 abrt_handle_event policy is very flexible allowing users to setup their abrt_handle_event processes in as secure a method as possible.
-+.PP
-+The following process types are defined for abrt_handle_event:
-+
-+.EX
-+.B abrt_handle_event_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a abrt_handle_event_t
-+can be used to make the process type abrt_handle_event_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  abrt_handle_event policy is extremely flexible and has several booleans that allow you to manipulate the policy and run abrt_handle_event with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow ABRT to run in abrt_handle_event_t domain to handle ABRT event scripts, you must turn on the abrt_handle_event boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P abrt_handle_event 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the abrt_handle_event, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t abrt_handle_event_exec_t '/srv/abrt_handle_event/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myabrt_handle_event_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for abrt_handle_event:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), abrt_handle_event(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), abrt_selinux(8), abrt_selinux(8), abrt_dump_oops_selinux(8), abrt_helper_selinux(8), abrt_retrace_coredump_selinux(8), abrt_retrace_worker_selinux(8), abrt_watch_log_selinux(8)
-\ 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..d84084e
---- /dev/null
-+++ b/man/man8/abrt_helper_selinux.8
-@@ -0,0 +1,211 @@
-+.TH  "abrt_helper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep abrt_helper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The abrt_helper_t SELinux type can be entered via the \fBabrt_helper_exec_t\fP file type.
-+
-+The default entrypoint paths for the abrt_helper_t domain are the following:
-+
-+/usr/bin/abrt-pyhook-helper
-+.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 abrt_helper policy is very flexible allowing users to setup their abrt_helper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for abrt_helper:
-+
-+.EX
-+.B abrt_helper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a abrt_helper_t
-+can be used to make the process type abrt_helper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  abrt_helper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run abrt_helper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the abrt_helper_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 abrt_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type abrt_helper_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 abrt_var_cache_t
-+
-+	/var/tmp/abrt(/.*)?
-+.br
-+	/var/cache/abrt(/.*)?
-+.br
-+	/var/spool/abrt(/.*)?
-+.br
-+	/var/cache/abrt-di(/.*)?
-+.br
-+
-+.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 abrt_helper policy is very flexible allowing users to setup their abrt_helper processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the abrt_helper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t abrt_helper_exec_t '/srv/abrt_helper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myabrt_helper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for abrt_helper:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), abrt_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), abrt_selinux(8), abrt_selinux(8), abrt_dump_oops_selinux(8), abrt_handle_event_selinux(8), abrt_retrace_coredump_selinux(8), abrt_retrace_worker_selinux(8), abrt_watch_log_selinux(8)
-\ 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..f4f32f5
---- /dev/null
-+++ b/man/man8/abrt_retrace_coredump_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "abrt_retrace_coredump_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep abrt_retrace_coredump_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The abrt_retrace_coredump_t SELinux type can be entered via the \fBabrt_retrace_coredump_exec_t\fP file type.
-+
-+The default entrypoint paths for the abrt_retrace_coredump_t domain are the following:
-+
-+/usr/bin/coredump2packages
-+.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 abrt_retrace_coredump policy is very flexible allowing users to setup their abrt_retrace_coredump processes in as secure a method as possible.
-+.PP
-+The following process types are defined for abrt_retrace_coredump:
-+
-+.EX
-+.B abrt_retrace_coredump_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a abrt_retrace_coredump_t
-+can be used to make the process type abrt_retrace_coredump_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  abrt_retrace_coredump policy is extremely flexible and has several booleans that allow you to manipulate the policy and run abrt_retrace_coredump with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type abrt_retrace_coredump_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 rpm_log_t
-+
-+	/var/log/yum\.log.*
-+.br
-+
-+.br
-+.B rpm_var_cache_t
-+
-+	/var/cache/yum(/.*)?
-+.br
-+	/var/spool/up2date(/.*)?
-+.br
-+	/var/cache/PackageKit(/.*)?
-+.br
-+
-+.br
-+.B rpm_var_run_t
-+
-+	/var/run/yum.*
-+.br
-+	/var/run/PackageKit(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the abrt_retrace_coredump, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t abrt_retrace_coredump_exec_t '/srv/abrt_retrace_coredump/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myabrt_retrace_coredump_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for abrt_retrace_coredump:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), abrt_retrace_coredump(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), abrt_selinux(8), abrt_selinux(8), abrt_dump_oops_selinux(8), abrt_handle_event_selinux(8), abrt_helper_selinux(8), abrt_retrace_worker_selinux(8), abrt_watch_log_selinux(8)
-\ 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..8d0876c
---- /dev/null
-+++ b/man/man8/abrt_retrace_worker_selinux.8
-@@ -0,0 +1,171 @@
-+.TH  "abrt_retrace_worker_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep abrt_retrace_worker_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The abrt_retrace_worker_t SELinux type can be entered via the \fBabrt_retrace_worker_exec_t\fP file type.
-+
-+The default entrypoint paths for the abrt_retrace_worker_t domain are the following:
-+
-+/usr/bin/abrt-retrace-worker, /usr/bin/retrace-server-worker
-+.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 abrt_retrace_worker policy is very flexible allowing users to setup their abrt_retrace_worker processes in as secure a method as possible.
-+.PP
-+The following process types are defined for abrt_retrace_worker:
-+
-+.EX
-+.B abrt_retrace_worker_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a abrt_retrace_worker_t
-+can be used to make the process type abrt_retrace_worker_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  abrt_retrace_worker policy is extremely flexible and has several booleans that allow you to manipulate the policy and run abrt_retrace_worker with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type abrt_retrace_worker_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 abrt_retrace_spool_t
-+
-+	/var/spool/abrt-retrace(/.*)?
-+.br
-+	/var/spool/retrace-server(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the abrt_retrace_worker, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t abrt_retrace_worker_exec_t '/srv/abrt_retrace_worker/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myabrt_retrace_worker_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for abrt_retrace_worker:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/abrt-retrace-worker, /usr/bin/retrace-server-worker
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), abrt_retrace_worker(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), abrt_selinux(8), abrt_selinux(8), abrt_dump_oops_selinux(8), abrt_handle_event_selinux(8), abrt_helper_selinux(8), abrt_retrace_coredump_selinux(8), abrt_watch_log_selinux(8)
-\ 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..ed9e098
---- /dev/null
-+++ b/man/man8/abrt_selinux.8
-@@ -0,0 +1,512 @@
-+.TH  "abrt_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep abrt_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The abrt_t SELinux type can be entered via the \fBabrt_exec_t\fP file type.
-+
-+The default entrypoint paths for the abrt_t domain are the following:
-+
-+/usr/sbin/abrtd, /usr/sbin/abrt-dbus
-+.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 abrt policy is very flexible allowing users to setup their abrt processes in as secure a method as possible.
-+.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
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a abrt_t
-+can be used to make the process type abrt_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  abrt policy is extremely flexible and has several booleans that allow you to manipulate the policy and run abrt with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow ABRT to run in abrt_handle_event_t domain to handle ABRT event scripts, you must turn on the abrt_handle_event boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P abrt_handle_event 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the abrt_helper_t, abrt_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 abrt_helper_t, abrt_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type abrt_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 abrt_etc_t
-+
-+	/etc/abrt(/.*)?
-+.br
-+
-+.br
-+.B abrt_tmp_t
-+
-+
-+.br
-+.B abrt_var_cache_t
-+
-+	/var/tmp/abrt(/.*)?
-+.br
-+	/var/cache/abrt(/.*)?
-+.br
-+	/var/spool/abrt(/.*)?
-+.br
-+	/var/cache/abrt-di(/.*)?
-+.br
-+
-+.br
-+.B abrt_var_log_t
-+
-+	/var/log/abrt-logger.*
-+.br
-+
-+.br
-+.B abrt_var_run_t
-+
-+	/var/run/abrt(/.*)?
-+.br
-+	/var/run/abrtd?\.lock
-+.br
-+	/var/run/abrtd?\.socket
-+.br
-+	/var/run/abrt\.pid
-+.br
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B rpm_log_t
-+
-+	/var/log/yum\.log.*
-+.br
-+
-+.br
-+.B rpm_var_cache_t
-+
-+	/var/cache/yum(/.*)?
-+.br
-+	/var/spool/up2date(/.*)?
-+.br
-+	/var/cache/PackageKit(/.*)?
-+.br
-+
-+.br
-+.B rpm_var_run_t
-+
-+	/var/run/yum.*
-+.br
-+	/var/run/PackageKit(/.*)?
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 abrt policy is very flexible allowing users to setup their abrt processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+abrt policy stores data with multiple different file context types under the /var/cache/abrt directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/cache/abrt /srv/abrt
-+.br
-+.B restorecon -R -v /srv/abrt
-+.PP
-+
-+.PP
-+abrt policy stores data with multiple different file context types under the /var/spool/abrt directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/spool/abrt /srv/abrt
-+.br
-+.B restorecon -R -v /srv/abrt
-+.PP
-+
-+.PP
-+abrt policy stores data with multiple different file context types under the /var/run/abrt directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/abrt /srv/abrt
-+.br
-+.B restorecon -R -v /srv/abrt
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the abrt, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t abrt_dump_oops_exec_t '/srv/abrt/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myabrt_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for abrt:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B abrt_etc_t
-+.EE
-+
-+- Set files with the abrt_etc_t type, if you want to store abrt files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/abrtd, /usr/sbin/abrt-dbus
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/cache/abrt-retrace(/.*)?, /var/cache/retrace-server(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/spool/abrt-retrace(/.*)?, /var/spool/retrace-server(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/abrt-retrace-worker, /usr/bin/retrace-server-worker
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/tmp/abrt(/.*)?, /var/cache/abrt(/.*)?, /var/spool/abrt(/.*)?, /var/cache/abrt-di(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/abrt(/.*)?, /var/run/abrtd?\.lock, /var/run/abrtd?\.socket, /var/run/abrt\.pid
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+Allow abrt servers to read the /var/abrt directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/abrt(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/abrt
-+.pp
-+.TP
-+Allow abrt 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_abrtd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/abrt/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/abrt/incoming
-+
-+
-+.PP
-+If you want to allow ABRT to modify public files used for public file transfer services., you must turn on the abrt_anon_write boolean.
-+
-+.EX
-+.B setsebool -P abrt_anon_write 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), abrt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), abrt_dump_oops_selinux(8), abrt_handle_event_selinux(8), abrt_helper_selinux(8), abrt_retrace_coredump_selinux(8), abrt_retrace_worker_selinux(8), abrt_watch_log_selinux(8)
-\ 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..a3490a9
---- /dev/null
-+++ b/man/man8/abrt_watch_log_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "abrt_watch_log_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep abrt_watch_log_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The abrt_watch_log_t SELinux type can be entered via the \fBabrt_watch_log_exec_t\fP file type.
-+
-+The default entrypoint paths for the abrt_watch_log_t domain are the following:
-+
-+/usr/bin/abrt-watch-log
-+.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 abrt_watch_log policy is very flexible allowing users to setup their abrt_watch_log processes in as secure a method as possible.
-+.PP
-+The following process types are defined for abrt_watch_log:
-+
-+.EX
-+.B abrt_watch_log_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a abrt_watch_log_t
-+can be used to make the process type abrt_watch_log_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  abrt_watch_log policy is extremely flexible and has several booleans that allow you to manipulate the policy and run abrt_watch_log with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type abrt_watch_log_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the abrt_watch_log, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t abrt_watch_log_exec_t '/srv/abrt_watch_log/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myabrt_watch_log_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for abrt_watch_log:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), abrt_watch_log(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), abrt_selinux(8), abrt_selinux(8), abrt_dump_oops_selinux(8), abrt_handle_event_selinux(8), abrt_helper_selinux(8), abrt_retrace_coredump_selinux(8), abrt_retrace_worker_selinux(8)
-\ 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..6a39340
---- /dev/null
-+++ b/man/man8/accountsd_selinux.8
-@@ -0,0 +1,263 @@
-+.TH  "accountsd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep accountsd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The accountsd_t SELinux type can be entered via the \fBaccountsd_exec_t\fP file type.
-+
-+The default entrypoint paths for the accountsd_t domain are the following:
-+
-+/usr/libexec/accounts-daemon, /usr/lib/accountsservice/accounts-daemon
-+.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 accountsd policy is very flexible allowing users to setup their accountsd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for accountsd:
-+
-+.EX
-+.B accountsd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a accountsd_t
-+can be used to make the process type accountsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  accountsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run accountsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the accountsd_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 accountsd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type accountsd_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 accountsd_var_lib_t
-+
-+	/var/lib/AccountsService(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B xdm_etc_t
-+
-+	/etc/[mg]dm(/.*)?
-+.br
-+
-+.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 accountsd policy is very flexible allowing users to setup their accountsd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the accountsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t accountsd_exec_t '/srv/accountsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myaccountsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for accountsd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/accounts-daemon, /usr/lib/accountsservice/accounts-daemon
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), accountsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/acct_selinux.8 b/man/man8/acct_selinux.8
-new file mode 100644
-index 0000000..4da0652
---- /dev/null
-+++ b/man/man8/acct_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "acct_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep acct_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The acct_t SELinux type can be entered via the \fBacct_exec_t\fP file type.
-+
-+The default entrypoint paths for the acct_t domain are the following:
-+
-+/etc/cron\.(daily|monthly)/acct, /sbin/accton, /usr/sbin/accton
-+.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 acct policy is very flexible allowing users to setup their acct processes in as secure a method as possible.
-+.PP
-+The following process types are defined for acct:
-+
-+.EX
-+.B acct_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a acct_t
-+can be used to make the process type acct_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  acct policy is extremely flexible and has several booleans that allow you to manipulate the policy and run acct with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the acct_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 acct_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type acct_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 acct_data_t
-+
-+	/var/account(/.*)?
-+.br
-+	/var/log/account(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 acct policy is very flexible allowing users to setup their acct processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the acct, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t acct_data_t '/srv/acct/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myacct_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for acct:
-+
-+
-+.EX
-+.PP
-+.B acct_data_t
-+.EE
-+
-+- Set files with the acct_data_t type, if you want to treat the files as acct content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/account(/.*)?, /var/log/account(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/cron\.(daily|monthly)/acct, /sbin/accton, /usr/sbin/accton
-+
-+.EX
-+.PP
-+.B acct_initrc_exec_t
-+.EE
-+
-+- Set files with the acct_initrc_exec_t type, if you want to transition an executable to the acct_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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), acct(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/admin_crontab_selinux.8 b/man/man8/admin_crontab_selinux.8
-new file mode 100644
-index 0000000..6d4668d
---- /dev/null
-+++ b/man/man8/admin_crontab_selinux.8
-@@ -0,0 +1,274 @@
-+.TH  "admin_crontab_selinux"  "8"  "13-01-16" "admin_crontab" "SELinux Policy documentation for admin_crontab"
-+.SH "NAME"
-+admin_crontab_selinux \- Security Enhanced Linux Policy for the admin_crontab processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the admin_crontab processes via flexible mandatory access control.
-+
-+The admin_crontab processes execute with the admin_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:
-+
-+.B ps -eZ | grep admin_crontab_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The admin_crontab_t SELinux type can be entered via the \fBcrontab_exec_t\fP file type.
-+
-+The default entrypoint paths for the admin_crontab_t domain are the following:
-+
-+/usr/bin/(f)?crontab, /usr/bin/at, /usr/sbin/fcronsighup
-+.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 admin_crontab policy is very flexible allowing users to setup their admin_crontab processes in as secure a method as possible.
-+.PP
-+The following process types are defined for admin_crontab:
-+
-+.EX
-+.B admin_crontab_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a admin_crontab_t
-+can be used to make the process type admin_crontab_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  admin_crontab policy is extremely flexible and has several booleans that allow you to manipulate the policy and run admin_crontab with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to enable extra rules in the cron domain to support fcron, you must turn on the fcron_crond boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P fcron_crond 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the admin_crontab_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 admin_crontab_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type admin_crontab_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 admin_crontab_tmp_t
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_cron_spool_t
-+
-+	/var/spool/at(/.*)?
-+.br
-+	/var/spool/cron
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), admin_crontab(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/afs_bosserver_selinux.8 b/man/man8/afs_bosserver_selinux.8
-new file mode 100644
-index 0000000..bea044d
---- /dev/null
-+++ b/man/man8/afs_bosserver_selinux.8
-@@ -0,0 +1,203 @@
-+.TH  "afs_bosserver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep afs_bosserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The afs_bosserver_t SELinux type can be entered via the \fBafs_bosserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the afs_bosserver_t domain are the following:
-+
-+/usr/sbin/bosserver, /usr/afs/bin/bosserver
-+.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 afs_bosserver policy is very flexible allowing users to setup their afs_bosserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for afs_bosserver:
-+
-+.EX
-+.B afs_bosserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a afs_bosserver_t
-+can be used to make the process type afs_bosserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  afs_bosserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run afs_bosserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type afs_bosserver_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 afs_config_t
-+
-+	/etc/(open)?afs(/.*)?
-+.br
-+	/usr/afs/etc(/.*)?
-+.br
-+	/usr/afs/local(/.*)?
-+.br
-+
-+.br
-+.B afs_logfile_t
-+
-+	/usr/afs/logs(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 afs_bosserver policy is very flexible allowing users to setup their afs_bosserver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the afs_bosserver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t afs_bosserver_exec_t '/srv/afs_bosserver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myafs_bosserver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for afs_bosserver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/bosserver, /usr/afs/bin/bosserver
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), afs_bosserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), afs_selinux(8), afs_selinux(8), afs_fsserver_selinux(8), afs_kaserver_selinux(8), afs_ptserver_selinux(8), afs_vlserver_selinux(8)
-\ 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..13fb1e4
---- /dev/null
-+++ b/man/man8/afs_fsserver_selinux.8
-@@ -0,0 +1,181 @@
-+.TH  "afs_fsserver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep afs_fsserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The afs_fsserver_t SELinux type can be entered via the \fBafs_fsserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the afs_fsserver_t domain are the following:
-+
-+/usr/afs/bin/salvager, /usr/afs/bin/volserver, /usr/afs/bin/fileserver, /usr/libexec/openafs/salvager, /usr/libexec/openafs/volserver, /usr/libexec/openafs/fileserver
-+.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 afs_fsserver policy is very flexible allowing users to setup their afs_fsserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for afs_fsserver:
-+
-+.EX
-+.B afs_fsserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a afs_fsserver_t
-+can be used to make the process type afs_fsserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  afs_fsserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run afs_fsserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type afs_fsserver_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 afs_config_t
-+
-+	/etc/(open)?afs(/.*)?
-+.br
-+	/usr/afs/etc(/.*)?
-+.br
-+	/usr/afs/local(/.*)?
-+.br
-+
-+.br
-+.B afs_files_t
-+
-+	/vicepa
-+.br
-+	/vicepb
-+.br
-+	/vicepc
-+.br
-+
-+.br
-+.B afs_logfile_t
-+
-+	/usr/afs/logs(/.*)?
-+.br
-+
-+.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 afs_fsserver policy is very flexible allowing users to setup their afs_fsserver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the afs_fsserver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t afs_fsserver_exec_t '/srv/afs_fsserver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myafs_fsserver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for afs_fsserver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/afs/bin/salvager, /usr/afs/bin/volserver, /usr/afs/bin/fileserver, /usr/libexec/openafs/salvager, /usr/libexec/openafs/volserver, /usr/libexec/openafs/fileserver
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), afs_fsserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), afs_selinux(8), afs_selinux(8), afs_bosserver_selinux(8), afs_kaserver_selinux(8), afs_ptserver_selinux(8), afs_vlserver_selinux(8)
-\ 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..615beeb
---- /dev/null
-+++ b/man/man8/afs_kaserver_selinux.8
-@@ -0,0 +1,177 @@
-+.TH  "afs_kaserver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep afs_kaserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The afs_kaserver_t SELinux type can be entered via the \fBafs_kaserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the afs_kaserver_t domain are the following:
-+
-+/usr/afs/bin/kaserver, /usr/libexec/openafs/kaserver
-+.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 afs_kaserver policy is very flexible allowing users to setup their afs_kaserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for afs_kaserver:
-+
-+.EX
-+.B afs_kaserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a afs_kaserver_t
-+can be used to make the process type afs_kaserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  afs_kaserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run afs_kaserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type afs_kaserver_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 afs_config_t
-+
-+	/etc/(open)?afs(/.*)?
-+.br
-+	/usr/afs/etc(/.*)?
-+.br
-+	/usr/afs/local(/.*)?
-+.br
-+
-+.br
-+.B afs_ka_db_t
-+
-+	/usr/afs/db/ka.*
-+.br
-+
-+.br
-+.B afs_logfile_t
-+
-+	/usr/afs/logs(/.*)?
-+.br
-+
-+.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 afs_kaserver policy is very flexible allowing users to setup their afs_kaserver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the afs_kaserver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t afs_kaserver_exec_t '/srv/afs_kaserver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myafs_kaserver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for afs_kaserver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/afs/bin/kaserver, /usr/libexec/openafs/kaserver
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), afs_kaserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), afs_selinux(8), afs_selinux(8), afs_bosserver_selinux(8), afs_fsserver_selinux(8), afs_ptserver_selinux(8), afs_vlserver_selinux(8)
-\ 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..ee11152
---- /dev/null
-+++ b/man/man8/afs_ptserver_selinux.8
-@@ -0,0 +1,167 @@
-+.TH  "afs_ptserver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep afs_ptserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The afs_ptserver_t SELinux type can be entered via the \fBafs_ptserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the afs_ptserver_t domain are the following:
-+
-+/usr/afs/bin/ptserver, /usr/libexec/openafs/ptserver
-+.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 afs_ptserver policy is very flexible allowing users to setup their afs_ptserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for afs_ptserver:
-+
-+.EX
-+.B afs_ptserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a afs_ptserver_t
-+can be used to make the process type afs_ptserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  afs_ptserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run afs_ptserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type afs_ptserver_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 afs_logfile_t
-+
-+	/usr/afs/logs(/.*)?
-+.br
-+
-+.br
-+.B afs_pt_db_t
-+
-+	/usr/afs/db/pr.*
-+.br
-+
-+.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 afs_ptserver policy is very flexible allowing users to setup their afs_ptserver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the afs_ptserver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t afs_ptserver_exec_t '/srv/afs_ptserver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myafs_ptserver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for afs_ptserver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/afs/bin/ptserver, /usr/libexec/openafs/ptserver
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), afs_ptserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), afs_selinux(8), afs_selinux(8), afs_bosserver_selinux(8), afs_fsserver_selinux(8), afs_kaserver_selinux(8), afs_vlserver_selinux(8)
-\ 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..feff8b4
---- /dev/null
-+++ b/man/man8/afs_selinux.8
-@@ -0,0 +1,494 @@
-+.TH  "afs_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep afs_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The afs_t SELinux type can be entered via the \fBafs_exec_t\fP file type.
-+
-+The default entrypoint paths for the afs_t domain are the following:
-+
-+/usr/sbin/afsd, /usr/vice/etc/afsd
-+.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 afs policy is very flexible allowing users to setup their afs processes in as secure a method as possible.
-+.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
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a afs_t
-+can be used to make the process type afs_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  afs policy is extremely flexible and has several booleans that allow you to manipulate the policy and run afs with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 afs policy is very flexible allowing users to setup their afs processes in as secure a method as possible.
-+.PP
-+The following port types are defined for afs:
-+
-+.EX
-+.TP 5
-+.B afs3_callback_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 7001
-+.EE
-+udp 7001
-+.EE
-+
-+.EX
-+.TP 5
-+.B afs_bos_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 7007
-+.EE
-+
-+.EX
-+.TP 5
-+.B afs_fs_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 2040
-+.EE
-+udp 7000,7005
-+.EE
-+
-+.EX
-+.TP 5
-+.B afs_ka_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 7004
-+.EE
-+
-+.EX
-+.TP 5
-+.B afs_pt_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 7002
-+.EE
-+
-+.EX
-+.TP 5
-+.B afs_vl_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 7003
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type afs_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 afs_cache_t
-+
-+	/var/cache/(open)?afs(/.*)?
-+.br
-+	/usr/vice/cache(/.*)?
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B unlabeled_t
-+
-+
-+.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 afs policy is very flexible allowing users to setup their afs processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the afs, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t afs_bosserver_exec_t '/srv/afs/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myafs_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for afs:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/bosserver, /usr/afs/bin/bosserver
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/cache/(open)?afs(/.*)?, /usr/vice/cache(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/(open)?afs(/.*)?, /usr/afs/etc(/.*)?, /usr/afs/local(/.*)?
-+
-+.EX
-+.PP
-+.B afs_dbdir_t
-+.EE
-+
-+- Set files with the afs_dbdir_t type, if you want to treat the files as afs dbdir data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/afsd, /usr/vice/etc/afsd
-+
-+.EX
-+.PP
-+.B afs_files_t
-+.EE
-+
-+- Set files with the afs_files_t type, if you want to treat the files as afs content.
-+
-+.br
-+.TP 5
-+Paths:
-+/vicepa, /vicepb, /vicepc
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/afs/bin/salvager, /usr/afs/bin/volserver, /usr/afs/bin/fileserver, /usr/libexec/openafs/salvager, /usr/libexec/openafs/volserver, /usr/libexec/openafs/fileserver
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/(open)?afs, /etc/rc\.d/init\.d/openafs-client
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/afs/bin/kaserver, /usr/libexec/openafs/kaserver
-+
-+.EX
-+.PP
-+.B afs_logfile_t
-+.EE
-+
-+- Set files with the afs_logfile_t type, if you want to treat the files as afs logfile data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/afs/bin/ptserver, /usr/libexec/openafs/ptserver
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/afs/bin/vlserver, /usr/libexec/openafs/vlserver
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), afs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), afs_bosserver_selinux(8), afs_fsserver_selinux(8), afs_kaserver_selinux(8), afs_ptserver_selinux(8), afs_vlserver_selinux(8)
-\ 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..f83ce52
---- /dev/null
-+++ b/man/man8/afs_vlserver_selinux.8
-@@ -0,0 +1,167 @@
-+.TH  "afs_vlserver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep afs_vlserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The afs_vlserver_t SELinux type can be entered via the \fBafs_vlserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the afs_vlserver_t domain are the following:
-+
-+/usr/afs/bin/vlserver, /usr/libexec/openafs/vlserver
-+.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 afs_vlserver policy is very flexible allowing users to setup their afs_vlserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for afs_vlserver:
-+
-+.EX
-+.B afs_vlserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a afs_vlserver_t
-+can be used to make the process type afs_vlserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  afs_vlserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run afs_vlserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type afs_vlserver_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 afs_logfile_t
-+
-+	/usr/afs/logs(/.*)?
-+.br
-+
-+.br
-+.B afs_vl_db_t
-+
-+	/usr/afs/db/vl.*
-+.br
-+
-+.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 afs_vlserver policy is very flexible allowing users to setup their afs_vlserver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the afs_vlserver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t afs_vlserver_exec_t '/srv/afs_vlserver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myafs_vlserver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for afs_vlserver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/afs/bin/vlserver, /usr/libexec/openafs/vlserver
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), afs_vlserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), afs_selinux(8), afs_selinux(8), afs_bosserver_selinux(8), afs_fsserver_selinux(8), afs_kaserver_selinux(8), afs_ptserver_selinux(8)
-\ 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..f9e78fd
---- /dev/null
-+++ b/man/man8/aiccu_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "aiccu_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep aiccu_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The aiccu_t SELinux type can be entered via the \fBaiccu_exec_t\fP file type.
-+
-+The default entrypoint paths for the aiccu_t domain are the following:
-+
-+/usr/sbin/aiccu
-+.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 aiccu policy is very flexible allowing users to setup their aiccu processes in as secure a method as possible.
-+.PP
-+The following process types are defined for aiccu:
-+
-+.EX
-+.B aiccu_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a aiccu_t
-+can be used to make the process type aiccu_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  aiccu policy is extremely flexible and has several booleans that allow you to manipulate the policy and run aiccu with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type aiccu_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 aiccu_var_run_t
-+
-+	/var/run/aiccu\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 aiccu policy is very flexible allowing users to setup their aiccu processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the aiccu, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t aiccu_etc_t '/srv/aiccu/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myaiccu_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for aiccu:
-+
-+
-+.EX
-+.PP
-+.B aiccu_etc_t
-+.EE
-+
-+- Set files with the aiccu_etc_t type, if you want to store aiccu files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), aiccu(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/aide_selinux.8 b/man/man8/aide_selinux.8
-new file mode 100644
-index 0000000..881720d
---- /dev/null
-+++ b/man/man8/aide_selinux.8
-@@ -0,0 +1,188 @@
-+.TH  "aide_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep aide_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The aide_t SELinux type can be entered via the \fBaide_exec_t\fP file type.
-+
-+The default entrypoint paths for the aide_t domain are the following:
-+
-+/usr/sbin/aide
-+.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 aide policy is very flexible allowing users to setup their aide processes in as secure a method as possible.
-+.PP
-+The following process types are defined for aide:
-+
-+.EX
-+.B aide_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a aide_t
-+can be used to make the process type aide_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  aide policy is extremely flexible and has several booleans that allow you to manipulate the policy and run aide with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type aide_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 aide_db_t
-+
-+	/var/lib/aide(/.*)
-+.br
-+
-+.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 aide policy is very flexible allowing users to setup their aide processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+aide policy stores data with multiple different file context types under the /var/log/aide directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/aide /srv/aide
-+.br
-+.B restorecon -R -v /srv/aide
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the aide, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t aide_db_t '/srv/aide/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myaide_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for aide:
-+
-+
-+.EX
-+.PP
-+.B aide_db_t
-+.EE
-+
-+- Set files with the aide_db_t type, if you want to treat the files as aide database content.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/aide(/.*)?, /var/log/aide\.log
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), aide(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/aisexec_selinux.8 b/man/man8/aisexec_selinux.8
-new file mode 100644
-index 0000000..114535b
---- /dev/null
-+++ b/man/man8/aisexec_selinux.8
-@@ -0,0 +1,327 @@
-+.TH  "aisexec_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep aisexec_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The aisexec_t SELinux type can be entered via the \fBaisexec_exec_t\fP file type.
-+
-+The default entrypoint paths for the aisexec_t domain are the following:
-+
-+/usr/sbin/aisexec
-+.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 aisexec policy is very flexible allowing users to setup their aisexec processes in as secure a method as possible.
-+.PP
-+The following process types are defined for aisexec:
-+
-+.EX
-+.B aisexec_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a aisexec_t
-+can be used to make the process type aisexec_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  aisexec policy is extremely flexible and has several booleans that allow you to manipulate the policy and run aisexec with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the aisexec_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 aisexec_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type aisexec_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 aisexec_tmp_t
-+
-+
-+.br
-+.B aisexec_tmpfs_t
-+
-+
-+.br
-+.B aisexec_var_lib_t
-+
-+	/var/lib/openais(/.*)?
-+.br
-+
-+.br
-+.B aisexec_var_run_t
-+
-+	/var/run/aisexec.*
-+.br
-+
-+.br
-+.B dlm_controld_tmpfs_t
-+
-+
-+.br
-+.B fenced_tmpfs_t
-+
-+
-+.br
-+.B gfs_controld_tmpfs_t
-+
-+
-+.br
-+.B groupd_tmpfs_t
-+
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B var_lib_t
-+
-+	/opt/(.*/)?var/lib(/.*)?
-+.br
-+	/var/lib(/.*)?
-+.br
-+
-+.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 aisexec policy is very flexible allowing users to setup their aisexec processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the aisexec, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t aisexec_exec_t '/srv/aisexec/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myaisexec_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for aisexec:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), aisexec(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ajaxterm_selinux.8 b/man/man8/ajaxterm_selinux.8
-new file mode 100644
-index 0000000..eb5725b
---- /dev/null
-+++ b/man/man8/ajaxterm_selinux.8
-@@ -0,0 +1,267 @@
-+.TH  "ajaxterm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ajaxterm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ajaxterm_t SELinux type can be entered via the \fBajaxterm_exec_t\fP file type.
-+
-+The default entrypoint paths for the ajaxterm_t domain are the following:
-+
-+/usr/share/ajaxterm/ajaxterm\.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.
-+SELinux ajaxterm policy is very flexible allowing users to setup their ajaxterm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ajaxterm:
-+
-+.EX
-+.B ajaxterm_ssh_t, ajaxterm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ajaxterm_t
-+can be used to make the process type ajaxterm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ajaxterm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ajaxterm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ajaxterm_ssh_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 ajaxterm_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ajaxterm_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 ajaxterm_var_run_t
-+
-+	/var/run/ajaxterm\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.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 ajaxterm policy is very flexible allowing users to setup their ajaxterm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ajaxterm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ajaxterm_exec_t '/srv/ajaxterm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myajaxterm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ajaxterm:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ajaxterm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ajaxterm_ssh_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/ajaxterm_ssh_selinux.8 b/man/man8/ajaxterm_ssh_selinux.8
-new file mode 100644
-index 0000000..b7594be
---- /dev/null
-+++ b/man/man8/ajaxterm_ssh_selinux.8
-@@ -0,0 +1,212 @@
-+.TH  "ajaxterm_ssh_selinux"  "8"  "13-01-16" "ajaxterm_ssh" "SELinux Policy documentation for ajaxterm_ssh"
-+.SH "NAME"
-+ajaxterm_ssh_selinux \- Security Enhanced Linux Policy for the ajaxterm_ssh processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the ajaxterm_ssh processes via flexible mandatory access control.
-+
-+The ajaxterm_ssh processes execute with the ajaxterm_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:
-+
-+.B ps -eZ | grep ajaxterm_ssh_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ajaxterm_ssh_t SELinux type can be entered via the \fBssh_exec_t\fP file type.
-+
-+The default entrypoint paths for the ajaxterm_ssh_t domain are the following:
-+
-+/usr/bin/ssh
-+.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 ajaxterm_ssh policy is very flexible allowing users to setup their ajaxterm_ssh processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ajaxterm_ssh:
-+
-+.EX
-+.B ajaxterm_ssh_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ajaxterm_ssh_t
-+can be used to make the process type ajaxterm_ssh_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ajaxterm_ssh policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ajaxterm_ssh with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ajaxterm_ssh_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 ajaxterm_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ajaxterm_ssh_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 ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ajaxterm_ssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ajaxterm_selinux(8), ajaxterm_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/alsa_selinux.8 b/man/man8/alsa_selinux.8
-new file mode 100644
-index 0000000..fadd99d
---- /dev/null
-+++ b/man/man8/alsa_selinux.8
-@@ -0,0 +1,285 @@
-+.TH  "alsa_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep alsa_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The alsa_t SELinux type can be entered via the \fBalsa_exec_t\fP file type.
-+
-+The default entrypoint paths for the alsa_t domain are the following:
-+
-+/sbin/salsa, /sbin/alsactl, /usr/bin/ainit, /bin/alsaunmute, /usr/sbin/salsa, /usr/sbin/alsactl, /usr/bin/alsaunmute
-+.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 alsa policy is very flexible allowing users to setup their alsa processes in as secure a method as possible.
-+.PP
-+The following process types are defined for alsa:
-+
-+.EX
-+.B alsa_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a alsa_t
-+can be used to make the process type alsa_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  alsa policy is extremely flexible and has several booleans that allow you to manipulate the policy and run alsa with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the alsa_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 alsa_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type alsa_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 alsa_etc_rw_t
-+
-+	/etc/asound(/.*)?
-+.br
-+	/etc/alsa/pcm(/.*)?
-+.br
-+	/usr/share/alsa/pcm(/.*)?
-+.br
-+	/etc/asound\.state
-+.br
-+	/etc/alsa/asound\.state
-+.br
-+	/usr/share/alsa/alsa\.conf
-+.br
-+
-+.br
-+.B alsa_tmp_t
-+
-+
-+.br
-+.B alsa_var_lib_t
-+
-+	/var/lib/alsa(/.*)?
-+.br
-+
-+.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 alsa policy is very flexible allowing users to setup their alsa processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the alsa, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t alsa_etc_rw_t '/srv/alsa/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myalsa_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for alsa:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/asound(/.*)?, /etc/alsa/pcm(/.*)?, /usr/share/alsa/pcm(/.*)?, /etc/asound\.state, /etc/alsa/asound\.state, /usr/share/alsa/alsa\.conf
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/salsa, /sbin/alsactl, /usr/bin/ainit, /bin/alsaunmute, /usr/sbin/salsa, /usr/sbin/alsactl, /usr/bin/alsaunmute
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.asoundrc, /home/pwalsh/\.asoundrc, /home/dwalsh/\.asoundrc, /var/lib/xguest/home/xguest/\.asoundrc
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), alsa(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/amanda_recover_selinux.8 b/man/man8/amanda_recover_selinux.8
-new file mode 100644
-index 0000000..dad048a
---- /dev/null
-+++ b/man/man8/amanda_recover_selinux.8
-@@ -0,0 +1,225 @@
-+.TH  "amanda_recover_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep amanda_recover_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The amanda_recover_t SELinux type can be entered via the \fBamanda_recover_exec_t\fP file type.
-+
-+The default entrypoint paths for the amanda_recover_t domain are the following:
-+
-+/usr/sbin/amrecover
-+.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 amanda_recover policy is very flexible allowing users to setup their amanda_recover processes in as secure a method as possible.
-+.PP
-+The following process types are defined for amanda_recover:
-+
-+.EX
-+.B amanda_recover_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a amanda_recover_t
-+can be used to make the process type amanda_recover_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  amanda_recover policy is extremely flexible and has several booleans that allow you to manipulate the policy and run amanda_recover with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the amanda_recover_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 amanda_recover_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type amanda_recover_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 amanda_log_t
-+
-+	/var/log/amanda(/.*)?
-+.br
-+	/var/lib/amanda/[^/]*/log(/.*)?
-+.br
-+
-+.br
-+.B amanda_recover_dir_t
-+
-+	/root/restore
-+.br
-+
-+.br
-+.B amanda_tmp_t
-+
-+
-+.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 amanda_recover policy is very flexible allowing users to setup their amanda_recover processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the amanda_recover, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t amanda_recover_dir_t '/srv/amanda_recover/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myamanda_recover_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for amanda_recover:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), amanda_recover(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), amanda_selinux(8), amanda_selinux(8)
-\ 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..182b115
---- /dev/null
-+++ b/man/man8/amanda_selinux.8
-@@ -0,0 +1,402 @@
-+.TH  "amanda_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep amanda_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The amanda_t SELinux type can be entered via the \fBamanda_exec_t, amanda_inetd_exec_t\fP file types.
-+
-+The default entrypoint paths for the amanda_t domain are the following:
-+
-+/usr/lib/amanda/.+, /usr/sbin/amandad, /usr/lib/amanda/amandad, /usr/lib/amanda/amindexd, /usr/lib/amanda/amidxtaped
-+.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 amanda policy is very flexible allowing users to setup their amanda processes in as secure a method as possible.
-+.PP
-+The following process types are defined for amanda:
-+
-+.EX
-+.B amanda_t, amanda_recover_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a amanda_t
-+can be used to make the process type amanda_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  amanda policy is extremely flexible and has several booleans that allow you to manipulate the policy and run amanda with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the amanda_recover_t, amanda_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 amanda_recover_t, amanda_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 amanda policy is very flexible allowing users to setup their amanda processes in as secure a method as possible.
-+.PP
-+The following port types are defined for amanda:
-+
-+.EX
-+.TP 5
-+.B amanda_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 10080-10083
-+.EE
-+udp 10080-10082
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type amanda_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 amanda_amandates_t
-+
-+	/etc/amandates
-+.br
-+
-+.br
-+.B amanda_data_t
-+
-+	/etc/amanda/.*/index(/.*)?
-+.br
-+	/etc/amanda/.*/tapelist(/.*)?
-+.br
-+	/var/lib/amanda/[^/]+(/.*)?
-+.br
-+
-+.br
-+.B amanda_dumpdates_t
-+
-+	/etc/dumpdates
-+.br
-+
-+.br
-+.B amanda_gnutarlists_t
-+
-+	/var/lib/amanda/gnutar-lists(/.*)?
-+.br
-+
-+.br
-+.B amanda_log_t
-+
-+	/var/log/amanda(/.*)?
-+.br
-+	/var/lib/amanda/[^/]*/log(/.*)?
-+.br
-+
-+.br
-+.B amanda_tmp_t
-+
-+
-+.br
-+.B amanda_var_lib_t
-+
-+	/var/lib/amanda/[^/]+/index(/.*)?
-+.br
-+	/var/lib/amanda
-+.br
-+
-+.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 amanda policy is very flexible allowing users to setup their amanda processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+amanda policy stores data with multiple different file context types under the /var/lib/amanda/[^/]+ directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/amanda/[^/]+ /srv/]+
-+.br
-+.B restorecon -R -v /srv/]+
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the amanda, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t amanda_amandates_t '/srv/amanda/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myamanda_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for amanda:
-+
-+
-+.EX
-+.PP
-+.B amanda_amandates_t
-+.EE
-+
-+- Set files with the amanda_amandates_t type, if you want to treat the files as amanda amandates data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/amanda(/.*)?, /var/lib/amanda/\.amandahosts
-+
-+.EX
-+.PP
-+.B amanda_data_t
-+.EE
-+
-+- Set files with the amanda_data_t type, if you want to treat the files as amanda content.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/amanda/.*/index(/.*)?, /etc/amanda/.*/tapelist(/.*)?, /var/lib/amanda/[^/]+(/.*)?
-+
-+.EX
-+.PP
-+.B amanda_dumpdates_t
-+.EE
-+
-+- Set files with the amanda_dumpdates_t type, if you want to treat the files as amanda dumpdates data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B amanda_gnutarlists_t
-+.EE
-+
-+- Set files with the amanda_gnutarlists_t type, if you want to treat the files as amanda gnutarlists data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/amandad, /usr/lib/amanda/amandad, /usr/lib/amanda/amindexd, /usr/lib/amanda/amidxtaped
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/amanda(/.*)?, /var/lib/amanda/[^/]*/log(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/amanda/[^/]+/index(/.*)?, /var/lib/amanda
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), amanda(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), amanda_recover_selinux(8)
-\ 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..ba1fb00
---- /dev/null
-+++ b/man/man8/amavis_selinux.8
-@@ -0,0 +1,428 @@
-+.TH  "amavis_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep amavis_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The amavis_t SELinux type can be entered via the \fBamavis_exec_t\fP file type.
-+
-+The default entrypoint paths for the amavis_t domain are the following:
-+
-+/usr/sbin/amavisd.*, /usr/lib/AntiVir/antivir
-+.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 amavis policy is very flexible allowing users to setup their amavis processes in as secure a method as possible.
-+.PP
-+The following process types are defined for amavis:
-+
-+.EX
-+.B amavis_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a amavis_t
-+can be used to make the process type amavis_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  amavis policy is extremely flexible and has several booleans that allow you to manipulate the policy and run amavis with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether amavis can use JIT compiler, you must turn on the amavis_use_jit boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P amavis_use_jit 1
-+
-+.EE
-+
-+.PP
-+If you want to allow antivirus programs to read non security files on a system, you must turn on the antivirus_can_scan_system boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P antivirus_can_scan_system 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the amavis_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 amavis_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 amavis policy is very flexible allowing users to setup their amavis processes in as secure a method as possible.
-+.PP
-+The following port types are defined for amavis:
-+
-+.EX
-+.TP 5
-+.B amavisd_recv_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 10024
-+.EE
-+
-+.EX
-+.TP 5
-+.B amavisd_send_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 10025
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type amavis_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 amavis_quarantine_t
-+
-+	/var/virusmails(/.*)?
-+.br
-+
-+.br
-+.B amavis_spool_t
-+
-+	/var/spool/amavisd(/.*)?
-+.br
-+
-+.br
-+.B amavis_tmp_t
-+
-+
-+.br
-+.B amavis_var_lib_t
-+
-+	/var/amavis(/.*)?
-+.br
-+	/var/lib/amavis(/.*)?
-+.br
-+
-+.br
-+.B amavis_var_log_t
-+
-+	/var/log/amavisd\.log.*
-+.br
-+
-+.br
-+.B amavis_var_run_t
-+
-+	/var/run/amavis(d)?(/.*)?
-+.br
-+	/var/run/amavisd-snmp-subagent\.pid
-+.br
-+
-+.br
-+.B antivirus_db_t
-+
-+	/var/opt/f-secure(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B snmpd_var_lib_t
-+
-+	/var/agentx(/.*)?
-+.br
-+	/var/net-snmp(/.*)
-+.br
-+	/var/lib/snmp(/.*)?
-+.br
-+	/var/net-snmp(/.*)?
-+.br
-+	/var/lib/net-snmp(/.*)?
-+.br
-+	/usr/share/snmp/mibs/\.index
-+.br
-+
-+.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 amavis policy is very flexible allowing users to setup their amavis processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the amavis, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t amavis_etc_t '/srv/amavis/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myamavis_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for amavis:
-+
-+
-+.EX
-+.PP
-+.B amavis_etc_t
-+.EE
-+
-+- Set files with the amavis_etc_t type, if you want to store amavis files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/amavis(d)?\.conf, /etc/amavisd(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/amavisd.*, /usr/lib/AntiVir/antivir
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/amavis, /etc/rc\.d/init\.d/amavisd-snmp
-+
-+.EX
-+.PP
-+.B amavis_quarantine_t
-+.EE
-+
-+- Set files with the amavis_quarantine_t type, if you want to treat the files as amavis quarantine data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/amavis(/.*)?, /var/lib/amavis(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/amavis(d)?(/.*)?, /var/run/amavisd-snmp-subagent\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), amavis(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..a860030
---- /dev/null
-+++ b/man/man8/amtu_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "amtu_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep amtu_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The amtu_t SELinux type can be entered via the \fBamtu_exec_t\fP file type.
-+
-+The default entrypoint paths for the amtu_t domain are the following:
-+
-+/usr/bin/amtu, /usr/sbin/amtu
-+.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 amtu policy is very flexible allowing users to setup their amtu processes in as secure a method as possible.
-+.PP
-+The following process types are defined for amtu:
-+
-+.EX
-+.B amtu_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a amtu_t
-+can be used to make the process type amtu_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  amtu policy is extremely flexible and has several booleans that allow you to manipulate the policy and run amtu with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type amtu_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 boot_t
-+
-+	/boot/.*
-+.br
-+	/vmlinuz.*
-+.br
-+	/initrd\.img.*
-+.br
-+	/boot
-+.br
-+
-+.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 amtu policy is very flexible allowing users to setup their amtu processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the amtu, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t amtu_exec_t '/srv/amtu/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myamtu_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for amtu:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/amtu, /usr/sbin/amtu
-+
-+.EX
-+.PP
-+.B amtu_initrc_exec_t
-+.EE
-+
-+- Set files with the amtu_initrc_exec_t type, if you want to transition an executable to the amtu_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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), amtu(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/anaconda_selinux.8 b/man/man8/anaconda_selinux.8
-new file mode 100644
-index 0000000..f50d529
---- /dev/null
-+++ b/man/man8/anaconda_selinux.8
-@@ -0,0 +1,182 @@
-+.TH  "anaconda_selinux"  "8"  "13-01-16" "anaconda" "SELinux Policy documentation for anaconda"
-+.SH "NAME"
-+anaconda_selinux \- Security Enhanced Linux Policy for the anaconda processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the anaconda processes via flexible mandatory access control.
-+
-+The anaconda processes execute with the anaconda_t SELinux 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 anaconda_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The anaconda_t SELinux type can be entered via the \fBsysctl_type, anaconda_exec_t, filesystem_type, mtrr_device_t, unlabeled_t, proc_type, file_type\fP file types.
-+
-+The default entrypoint paths for the anaconda_t domain are the following:
-+
-+/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 anaconda policy is very flexible allowing users to setup their anaconda processes in as secure a method as possible.
-+.PP
-+The following process types are defined for anaconda:
-+
-+.EX
-+.B anaconda_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a anaconda_t
-+can be used to make the process type anaconda_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  anaconda policy is extremely flexible and has several booleans that allow you to manipulate the policy and run anaconda with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type anaconda_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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), anaconda(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/anon_sftpd_selinux.8 b/man/man8/anon_sftpd_selinux.8
-new file mode 100644
-index 0000000..e4088d8
---- /dev/null
-+++ b/man/man8/anon_sftpd_selinux.8
-@@ -0,0 +1,137 @@
-+.TH  "anon_sftpd_selinux"  "8"  "13-01-16" "anon_sftpd" "SELinux Policy documentation for anon_sftpd"
-+.SH "NAME"
-+anon_sftpd_selinux \- Security Enhanced Linux Policy for the anon_sftpd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the anon_sftpd processes via flexible mandatory access control.
-+
-+The anon_sftpd processes execute with the anon_sftpd_t SELinux 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 anon_sftpd_t
-+
-+
-+.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 anon_sftpd policy is very flexible allowing users to setup their anon_sftpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for anon_sftpd:
-+
-+.EX
-+.B anon_sftpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a anon_sftpd_t
-+can be used to make the process type anon_sftpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  anon_sftpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run anon_sftpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type anon_sftpd_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 public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.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
-+Allow anon_sftpd servers to read the /var/anon_sftpd directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/anon_sftpd(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/anon_sftpd
-+.pp
-+.TP
-+Allow anon_sftpd 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_anon_sftpdd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/anon_sftpd/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/anon_sftpd/incoming
-+
-+
-+.PP
-+If you want to determine whether sftpd can modify public files used for public file transfer services. Directories/Files must be labeled public_content_rw_t., you must turn on the sftpd_anon_write boolean.
-+
-+.EX
-+.B setsebool -P sftpd_anon_write 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), anon_sftpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-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..d335243
---- /dev/null
-+++ b/man/man8/apcupsd_selinux.8
-@@ -0,0 +1,365 @@
-+.TH  "apcupsd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep apcupsd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The apcupsd_t SELinux type can be entered via the \fBapcupsd_exec_t\fP file type.
-+
-+The default entrypoint paths for the apcupsd_t domain are the following:
-+
-+/sbin/apcupsd, /usr/sbin/apcupsd
-+.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 apcupsd policy is very flexible allowing users to setup their apcupsd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for apcupsd:
-+
-+.EX
-+.B apcupsd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a apcupsd_t
-+can be used to make the process type apcupsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  apcupsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run apcupsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 apcupsd policy is very flexible allowing users to setup their apcupsd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for apcupsd:
-+
-+.EX
-+.TP 5
-+.B apcupsd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 3551
-+.EE
-+udp 3551
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type apcupsd_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 apcupsd_lock_t
-+
-+	/var/lock/subsys/apcupsd
-+.br
-+
-+.br
-+.B apcupsd_tmp_t
-+
-+
-+.br
-+.B apcupsd_var_run_t
-+
-+	/var/run/apcupsd\.pid
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 apcupsd policy is very flexible allowing users to setup their apcupsd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the apcupsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t apcupsd_exec_t '/srv/apcupsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myapcupsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for apcupsd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/apcupsd, /usr/sbin/apcupsd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/apcupsd\.events.*, /var/log/apcupsd\.status.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), apcupsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/apm_selinux.8 b/man/man8/apm_selinux.8
-new file mode 100644
-index 0000000..7ac7999
---- /dev/null
-+++ b/man/man8/apm_selinux.8
-@@ -0,0 +1,235 @@
-+.TH  "apm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep apm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The apm_t SELinux type can be entered via the \fBapm_exec_t\fP file type.
-+
-+The default entrypoint paths for the apm_t domain are the following:
-+
-+/usr/bin/apm
-+.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 apm policy is very flexible allowing users to setup their apm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for apm:
-+
-+.EX
-+.B apm_t, apmd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a apm_t
-+can be used to make the process type apm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  apm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run apm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the apmd_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 apmd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 apm policy is very flexible allowing users to setup their apm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the apm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t apm_exec_t '/srv/apm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myapm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for apm:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/apmd, /usr/sbin/acpid, /usr/sbin/powersaved
-+
-+.EX
-+.PP
-+.B apmd_initrc_exec_t
-+.EE
-+
-+- Set files with the apmd_initrc_exec_t type, if you want to transition an executable to the apmd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B apmd_var_lib_t
-+.EE
-+
-+- Set files with the apmd_var_lib_t type, if you want to store the apmd files under the /var/lib directory.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/\.?acpid\.socket, /var/run/apmd\.pid, /var/run/acpid\.pid, /var/run/powersaved\.pid, /var/run/powersave_socket
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), apm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), apmd_selinux(8)
-\ 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..a1a4e47
---- /dev/null
-+++ b/man/man8/apmd_selinux.8
-@@ -0,0 +1,377 @@
-+.TH  "apmd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep apmd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The apmd_t SELinux type can be entered via the \fBapmd_exec_t\fP file type.
-+
-+The default entrypoint paths for the apmd_t domain are the following:
-+
-+/usr/sbin/apmd, /usr/sbin/acpid, /usr/sbin/powersaved
-+.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 apmd policy is very flexible allowing users to setup their apmd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for apmd:
-+
-+.EX
-+.B apm_t, apmd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a apmd_t
-+can be used to make the process type apmd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  apmd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run apmd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the apmd_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 apmd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type apmd_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 adjtime_t
-+
-+	/etc/adjtime
-+.br
-+
-+.br
-+.B apmd_lock_t
-+
-+	/var/lock/subsys/acpid
-+.br
-+
-+.br
-+.B apmd_log_t
-+
-+	/var/log/acpid.*
-+.br
-+
-+.br
-+.B apmd_tmp_t
-+
-+
-+.br
-+.B apmd_var_lib_t
-+
-+	/var/lib/acpi(/.*)?
-+.br
-+
-+.br
-+.B apmd_var_run_t
-+
-+	/var/run/\.?acpid\.socket
-+.br
-+	/var/run/apmd\.pid
-+.br
-+	/var/run/acpid\.pid
-+.br
-+	/var/run/powersaved\.pid
-+.br
-+	/var/run/powersave_socket
-+.br
-+
-+.br
-+.B devicekit_var_log_t
-+
-+	/var/log/pm-suspend\.log.*
-+.br
-+	/var/log/pm-powersave\.log.*
-+.br
-+
-+.br
-+.B devicekit_var_run_t
-+
-+	/var/run/udisks.*
-+.br
-+	/var/run/devkit(/.*)?
-+.br
-+	/var/run/upower(/.*)?
-+.br
-+	/var/run/pm-utils(/.*)?
-+.br
-+	/var/run/DeviceKit-disks(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysctl_type
-+
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 apmd policy is very flexible allowing users to setup their apmd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the apmd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t apmd_exec_t '/srv/apmd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myapmd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for apmd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/apmd, /usr/sbin/acpid, /usr/sbin/powersaved
-+
-+.EX
-+.PP
-+.B apmd_initrc_exec_t
-+.EE
-+
-+- Set files with the apmd_initrc_exec_t type, if you want to transition an executable to the apmd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B apmd_var_lib_t
-+.EE
-+
-+- Set files with the apmd_var_lib_t type, if you want to store the apmd files under the /var/lib directory.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/\.?acpid\.socket, /var/run/apmd\.pid, /var/run/acpid\.pid, /var/run/powersaved\.pid, /var/run/powersave_socket
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), apmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), apm_selinux(8), apm_selinux(8)
-\ 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..d61545c
---- /dev/null
-+++ b/man/man8/arpwatch_selinux.8
-@@ -0,0 +1,293 @@
-+.TH  "arpwatch_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep arpwatch_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The arpwatch_t SELinux type can be entered via the \fBarpwatch_exec_t\fP file type.
-+
-+The default entrypoint paths for the arpwatch_t domain are the following:
-+
-+/usr/sbin/arpwatch
-+.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 arpwatch policy is very flexible allowing users to setup their arpwatch processes in as secure a method as possible.
-+.PP
-+The following process types are defined for arpwatch:
-+
-+.EX
-+.B arpwatch_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a arpwatch_t
-+can be used to make the process type arpwatch_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  arpwatch policy is extremely flexible and has several booleans that allow you to manipulate the policy and run arpwatch with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the arpwatch_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 arpwatch_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type arpwatch_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 arpwatch_data_t
-+
-+	/var/arpwatch(/.*)?
-+.br
-+	/var/lib/arpwatch(/.*)?
-+.br
-+
-+.br
-+.B arpwatch_tmp_t
-+
-+
-+.br
-+.B arpwatch_var_run_t
-+
-+	/var/run/arpwatch.*\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 arpwatch policy is very flexible allowing users to setup their arpwatch processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the arpwatch, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t arpwatch_data_t '/srv/arpwatch/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myarpwatch_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for arpwatch:
-+
-+
-+.EX
-+.PP
-+.B arpwatch_data_t
-+.EE
-+
-+- Set files with the arpwatch_data_t type, if you want to treat the files as arpwatch content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/arpwatch(/.*)?, /var/lib/arpwatch(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), arpwatch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/asterisk_selinux.8 b/man/man8/asterisk_selinux.8
-new file mode 100644
-index 0000000..e2996fe
---- /dev/null
-+++ b/man/man8/asterisk_selinux.8
-@@ -0,0 +1,349 @@
-+.TH  "asterisk_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep asterisk_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The asterisk_t SELinux type can be entered via the \fBasterisk_exec_t\fP file type.
-+
-+The default entrypoint paths for the asterisk_t domain are the following:
-+
-+/usr/sbin/asterisk
-+.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 asterisk policy is very flexible allowing users to setup their asterisk processes in as secure a method as possible.
-+.PP
-+The following process types are defined for asterisk:
-+
-+.EX
-+.B asterisk_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a asterisk_t
-+can be used to make the process type asterisk_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  asterisk policy is extremely flexible and has several booleans that allow you to manipulate the policy and run asterisk with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the asterisk_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 asterisk_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 asterisk policy is very flexible allowing users to setup their asterisk processes in as secure a method as possible.
-+.PP
-+The following port types are defined for asterisk:
-+
-+.EX
-+.TP 5
-+.B asterisk_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1720
-+.EE
-+udp 2427,2727,4569
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type asterisk_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 asterisk_spool_t
-+
-+	/var/spool/asterisk(/.*)?
-+.br
-+
-+.br
-+.B asterisk_tmp_t
-+
-+
-+.br
-+.B asterisk_tmpfs_t
-+
-+
-+.br
-+.B asterisk_var_lib_t
-+
-+	/var/lib/asterisk(/.*)?
-+.br
-+
-+.br
-+.B asterisk_var_run_t
-+
-+	/var/run/asterisk.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 asterisk policy is very flexible allowing users to setup their asterisk processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the asterisk, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t asterisk_etc_t '/srv/asterisk/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myasterisk_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for asterisk:
-+
-+
-+.EX
-+.PP
-+.B asterisk_etc_t
-+.EE
-+
-+- Set files with the asterisk_etc_t type, if you want to store asterisk files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), asterisk(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/audisp_remote_selinux.8 b/man/man8/audisp_remote_selinux.8
-new file mode 100644
-index 0000000..adbd06c
---- /dev/null
-+++ b/man/man8/audisp_remote_selinux.8
-@@ -0,0 +1,217 @@
-+.TH  "audisp_remote_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep audisp_remote_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The audisp_remote_t SELinux type can be entered via the \fBaudisp_remote_exec_t\fP file type.
-+
-+The default entrypoint paths for the audisp_remote_t domain are the following:
-+
-+/sbin/audisp-remote, /usr/sbin/audisp-remote
-+.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 audisp_remote policy is very flexible allowing users to setup their audisp_remote processes in as secure a method as possible.
-+.PP
-+The following process types are defined for audisp_remote:
-+
-+.EX
-+.B audisp_remote_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a audisp_remote_t
-+can be used to make the process type audisp_remote_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  audisp_remote policy is extremely flexible and has several booleans that allow you to manipulate the policy and run audisp_remote with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the audisp_remote_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 audisp_remote_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type audisp_remote_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 audit_spool_t
-+
-+	/var/spool/audit(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 audisp_remote policy is very flexible allowing users to setup their audisp_remote processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the audisp_remote, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t audisp_remote_exec_t '/srv/audisp_remote/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myaudisp_remote_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for audisp_remote:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/audisp-remote, /usr/sbin/audisp-remote
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), audisp_remote(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), audisp_selinux(8), audisp_selinux(8)
-\ 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..d9384fe
---- /dev/null
-+++ b/man/man8/audisp_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "audisp_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep audisp_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The audisp_t SELinux type can be entered via the \fBaudisp_exec_t\fP file type.
-+
-+The default entrypoint paths for the audisp_t domain are the following:
-+
-+/sbin/audispd, /usr/sbin/audispd
-+.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 audisp policy is very flexible allowing users to setup their audisp processes in as secure a method as possible.
-+.PP
-+The following process types are defined for audisp:
-+
-+.EX
-+.B audisp_remote_t, audisp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a audisp_t
-+can be used to make the process type audisp_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  audisp policy is extremely flexible and has several booleans that allow you to manipulate the policy and run audisp with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the audisp_t, audisp_remote_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 audisp_t, audisp_remote_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 audisp policy is very flexible allowing users to setup their audisp processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the audisp, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t audisp_exec_t '/srv/audisp/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myaudisp_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for audisp:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/audispd, /usr/sbin/audispd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/audisp-remote, /usr/sbin/audisp-remote
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), audisp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), audisp_remote_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/auditadm_dbusd_selinux.8 b/man/man8/auditadm_dbusd_selinux.8
-new file mode 100644
-index 0000000..e4ec183
---- /dev/null
-+++ b/man/man8/auditadm_dbusd_selinux.8
-@@ -0,0 +1,254 @@
-+.TH  "auditadm_dbusd_selinux"  "8"  "13-01-16" "auditadm_dbusd" "SELinux Policy documentation for auditadm_dbusd"
-+.SH "NAME"
-+auditadm_dbusd_selinux \- Security Enhanced Linux Policy for the auditadm_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the auditadm_dbusd processes via flexible mandatory access control.
-+
-+The auditadm_dbusd processes execute with the auditadm_dbusd_t SELinux 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 auditadm_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditadm_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the auditadm_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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 auditadm_dbusd policy is very flexible allowing users to setup their auditadm_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for auditadm_dbusd:
-+
-+.EX
-+.B auditadm_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditadm_dbusd_t
-+can be used to make the process type auditadm_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditadm_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditadm_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the auditadm_dbusd_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 auditadm_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditadm_dbusd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B session_dbusd_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditadm_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_selinux(8), auditadm_selinux(8), auditadm_gkeyringd_selinux(8), auditadm_screen_selinux(8), auditadm_seunshare_selinux(8), auditadm_su_selinux(8), auditadm_sudo_selinux(8), auditadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/auditadm_gkeyringd_selinux.8 b/man/man8/auditadm_gkeyringd_selinux.8
-new file mode 100644
-index 0000000..347d1c1
---- /dev/null
-+++ b/man/man8/auditadm_gkeyringd_selinux.8
-@@ -0,0 +1,314 @@
-+.TH  "auditadm_gkeyringd_selinux"  "8"  "13-01-16" "auditadm_gkeyringd" "SELinux Policy documentation for auditadm_gkeyringd"
-+.SH "NAME"
-+auditadm_gkeyringd_selinux \- Security Enhanced Linux Policy for the auditadm_gkeyringd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the auditadm_gkeyringd processes via flexible mandatory access control.
-+
-+The auditadm_gkeyringd processes execute with the auditadm_gkeyringd_t SELinux 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 auditadm_gkeyringd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditadm_gkeyringd_t SELinux type can be entered via the \fBgkeyringd_exec_t\fP file type.
-+
-+The default entrypoint paths for the auditadm_gkeyringd_t domain are the following:
-+
-+/usr/bin/gnome-keyring-daemon
-+.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 auditadm_gkeyringd policy is very flexible allowing users to setup their auditadm_gkeyringd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for auditadm_gkeyringd:
-+
-+.EX
-+.B auditadm_gkeyringd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditadm_gkeyringd_t
-+can be used to make the process type auditadm_gkeyringd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditadm_gkeyringd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditadm_gkeyringd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the auditadm_gkeyringd_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 auditadm_gkeyringd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditadm_gkeyringd_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gkeyringd_gnome_home_t
-+
-+	/root/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.local/share/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnome2/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/keyrings(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditadm_gkeyringd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_selinux(8), auditadm_selinux(8), auditadm_dbusd_selinux(8), auditadm_screen_selinux(8), auditadm_seunshare_selinux(8), auditadm_su_selinux(8), auditadm_sudo_selinux(8), auditadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/auditadm_screen_selinux.8 b/man/man8/auditadm_screen_selinux.8
-new file mode 100644
-index 0000000..b8041be
---- /dev/null
-+++ b/man/man8/auditadm_screen_selinux.8
-@@ -0,0 +1,222 @@
-+.TH  "auditadm_screen_selinux"  "8"  "13-01-16" "auditadm_screen" "SELinux Policy documentation for auditadm_screen"
-+.SH "NAME"
-+auditadm_screen_selinux \- Security Enhanced Linux Policy for the auditadm_screen processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the auditadm_screen processes via flexible mandatory access control.
-+
-+The auditadm_screen processes execute with the auditadm_screen_t SELinux 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 auditadm_screen_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditadm_screen_t SELinux type can be entered via the \fBscreen_exec_t\fP file type.
-+
-+The default entrypoint paths for the auditadm_screen_t domain are the following:
-+
-+/usr/bin/tmux, /usr/bin/screen
-+.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 auditadm_screen policy is very flexible allowing users to setup their auditadm_screen processes in as secure a method as possible.
-+.PP
-+The following process types are defined for auditadm_screen:
-+
-+.EX
-+.B auditadm_screen_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditadm_screen_t
-+can be used to make the process type auditadm_screen_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditadm_screen policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditadm_screen with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the auditadm_screen_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 auditadm_screen_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditadm_screen_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditadm_screen(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_selinux(8), auditadm_selinux(8), auditadm_dbusd_selinux(8), auditadm_gkeyringd_selinux(8), auditadm_seunshare_selinux(8), auditadm_su_selinux(8), auditadm_sudo_selinux(8), auditadm_wine_selinux(8)
-\ 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..843ce8f
---- /dev/null
-+++ b/man/man8/auditadm_selinux.8
-@@ -0,0 +1,494 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+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
-+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.
-+
-+The default type for the auditadm_r role is auditadm_t.
-+
-+The
-+.B newrole
-+program to transition directly to this role.
-+
-+.B newrole -r auditadm_r -t auditadm_t
-+
-+.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
-+
-+.br
-+sudo will run COMMAND as staff_u:auditadm_r:auditadm_t:LEVEL
-+
-+When using a a non login role, you need to setup SELinux so that your SELinux user can reach auditadm_r role.
-+
-+Execute the following to see all of the assigned SELinux roles:
-+
-+.B semanage user -l
-+
-+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
-+
-+
-+
-+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
-+
-+SELinux policy allows the sysadm_r, secadm_r, staff_r roles can transition to the auditadm_r role.
-+
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditadm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditadm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether calling user domains can execute Git daemon in the git_session_t domain, you must turn on the git_session_users boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow pppd to be run for a regular user, you must turn on the pppd_for_user boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P pppd_for_user 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to the local mysql server, you must turn on the selinuxuser_mysql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_mysql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_use_ssh_chroot 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user music sharing, you must turn on the selinuxuser_user_share_music boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_user_share_music 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditadm_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 anon_inodefs_t
-+
-+
-+.br
-+.B auditd_etc_t
-+
-+	/etc/audit(/.*)?
-+.br
-+
-+.br
-+.B auditd_log_t
-+
-+	/var/log/audit(/.*)?
-+.br
-+	/var/log/audit\.log
-+.br
-+
-+.br
-+.B auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.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 nfsd_rw_t
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B screen_home_t
-+
-+	/root/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screenrc
-+.br
-+	/home/pwalsh/\.screen(/.*)?
-+.br
-+	/home/pwalsh/\.screenrc
-+.br
-+	/home/dwalsh/\.screen(/.*)?
-+.br
-+	/home/dwalsh/\.screenrc
-+.br
-+	/var/lib/xguest/home/xguest/\.screen(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.screenrc
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_dbusd_selinux(8), auditadm_gkeyringd_selinux(8), auditadm_screen_selinux(8), auditadm_seunshare_selinux(8), auditadm_su_selinux(8), auditadm_sudo_selinux(8), auditadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/auditadm_seunshare_selinux.8 b/man/man8/auditadm_seunshare_selinux.8
-new file mode 100644
-index 0000000..36ff856
---- /dev/null
-+++ b/man/man8/auditadm_seunshare_selinux.8
-@@ -0,0 +1,202 @@
-+.TH  "auditadm_seunshare_selinux"  "8"  "13-01-16" "auditadm_seunshare" "SELinux Policy documentation for auditadm_seunshare"
-+.SH "NAME"
-+auditadm_seunshare_selinux \- Security Enhanced Linux Policy for the auditadm_seunshare processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the auditadm_seunshare processes via flexible mandatory access control.
-+
-+The auditadm_seunshare processes execute with the auditadm_seunshare_t SELinux 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 auditadm_seunshare_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditadm_seunshare_t SELinux type can be entered via the \fBseunshare_exec_t\fP file type.
-+
-+The default entrypoint paths for the auditadm_seunshare_t domain are the following:
-+
-+/usr/sbin/seunshare
-+.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 auditadm_seunshare policy is very flexible allowing users to setup their auditadm_seunshare processes in as secure a method as possible.
-+.PP
-+The following process types are defined for auditadm_seunshare:
-+
-+.EX
-+.B auditadm_seunshare_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditadm_seunshare_t
-+can be used to make the process type auditadm_seunshare_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditadm_seunshare policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditadm_seunshare with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the auditadm_seunshare_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 auditadm_seunshare_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditadm_seunshare_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_tmpfs_type
-+
-+	all sandbox content in tmpfs file systems
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditadm_seunshare(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_selinux(8), auditadm_selinux(8), auditadm_dbusd_selinux(8), auditadm_gkeyringd_selinux(8), auditadm_screen_selinux(8), auditadm_su_selinux(8), auditadm_sudo_selinux(8), auditadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/auditadm_su_selinux.8 b/man/man8/auditadm_su_selinux.8
-new file mode 100644
-index 0000000..4e343d1
---- /dev/null
-+++ b/man/man8/auditadm_su_selinux.8
-@@ -0,0 +1,244 @@
-+.TH  "auditadm_su_selinux"  "8"  "13-01-16" "auditadm_su" "SELinux Policy documentation for auditadm_su"
-+.SH "NAME"
-+auditadm_su_selinux \- Security Enhanced Linux Policy for the auditadm_su processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the auditadm_su processes via flexible mandatory access control.
-+
-+The auditadm_su processes execute with the auditadm_su_t SELinux 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 auditadm_su_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditadm_su_t SELinux type can be entered via the \fBsu_exec_t\fP file type.
-+
-+The default entrypoint paths for the auditadm_su_t domain are the following:
-+
-+/usr/(local/)?bin/ksu, /bin/su, /usr/bin/su, /usr/bin/kdesu
-+.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 auditadm_su policy is very flexible allowing users to setup their auditadm_su processes in as secure a method as possible.
-+.PP
-+The following process types are defined for auditadm_su:
-+
-+.EX
-+.B auditadm_su_t, auditadm_sudo_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditadm_su_t
-+can be used to make the process type auditadm_su_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditadm_su policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditadm_su with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the auditadm_su_t, auditadm_sudo_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 auditadm_su_t, auditadm_sudo_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditadm_su_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditadm_su(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_selinux(8), auditadm_selinux(8), auditadm_dbusd_selinux(8), auditadm_gkeyringd_selinux(8), auditadm_screen_selinux(8), auditadm_seunshare_selinux(8), auditadm_sudo_selinux(8), auditadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/auditadm_sudo_selinux.8 b/man/man8/auditadm_sudo_selinux.8
-new file mode 100644
-index 0000000..2307872
---- /dev/null
-+++ b/man/man8/auditadm_sudo_selinux.8
-@@ -0,0 +1,326 @@
-+.TH  "auditadm_sudo_selinux"  "8"  "13-01-16" "auditadm_sudo" "SELinux Policy documentation for auditadm_sudo"
-+.SH "NAME"
-+auditadm_sudo_selinux \- Security Enhanced Linux Policy for the auditadm_sudo processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the auditadm_sudo processes via flexible mandatory access control.
-+
-+The auditadm_sudo processes execute with the auditadm_sudo_t SELinux 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 auditadm_sudo_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditadm_sudo_t SELinux type can be entered via the \fBsudo_exec_t\fP file type.
-+
-+The default entrypoint paths for the auditadm_sudo_t domain are the following:
-+
-+/usr/bin/sudo(edit)?
-+.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 auditadm_sudo policy is very flexible allowing users to setup their auditadm_sudo processes in as secure a method as possible.
-+.PP
-+The following process types are defined for auditadm_sudo:
-+
-+.EX
-+.B auditadm_sudo_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditadm_sudo_t
-+can be used to make the process type auditadm_sudo_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditadm_sudo policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditadm_sudo with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the auditadm_sudo_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 auditadm_sudo_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditadm_sudo_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 auditadm_sudo_tmp_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B sudo_db_t
-+
-+	/var/db/sudo(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditadm_sudo(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_selinux(8), auditadm_selinux(8), auditadm_dbusd_selinux(8), auditadm_gkeyringd_selinux(8), auditadm_screen_selinux(8), auditadm_seunshare_selinux(8), auditadm_su_selinux(8), auditadm_su_selinux(8), auditadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/auditadm_wine_selinux.8 b/man/man8/auditadm_wine_selinux.8
-new file mode 100644
-index 0000000..c5b5182
---- /dev/null
-+++ b/man/man8/auditadm_wine_selinux.8
-@@ -0,0 +1,502 @@
-+.TH  "auditadm_wine_selinux"  "8"  "13-01-16" "auditadm_wine" "SELinux Policy documentation for auditadm_wine"
-+.SH "NAME"
-+auditadm_wine_selinux \- Security Enhanced Linux Policy for the auditadm_wine processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the auditadm_wine processes via flexible mandatory access control.
-+
-+The auditadm_wine processes execute with the auditadm_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:
-+
-+.B ps -eZ | grep auditadm_wine_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditadm_wine_t SELinux type can be entered via the \fBuser_home_t, wine_exec_t, xsession_exec_t\fP file types.
-+
-+The default entrypoint paths for the auditadm_wine_t domain are the following:
-+
-+/home/[^/]*/.+, /home/pwalsh/.+, /home/dwalsh/.+, /var/lib/xguest/home/xguest/.+, /usr/bin/wine.*, /opt/teamviewer(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/wdi, /opt/google/picasa(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/msiexec, /opt/google/picasa(/.*)?/bin/notepad, /opt/google/picasa(/.*)?/bin/progman, /opt/google/picasa(/.*)?/bin/regedit, /opt/google/picasa(/.*)?/bin/regsvr32, /opt/google/picasa(/.*)?/Picasa3/.*exe, /opt/google/picasa(/.*)?/bin/uninstaller, /opt/cxoffice/bin/wine.*, /opt/picasa/wine/bin/wine.*, /usr/bin/msiexec, /usr/bin/notepad, /usr/bin/regedit, /usr/bin/regsvr32, /usr/bin/uninstaller, /home/[^/]*/cxoffice/bin/wine.+, /home/pwalsh/cxoffice/bin/wine.+, /home/dwalsh/cxoffice/bin/wine.+, /var/lib/xguest/home/xguest/cxoffice/bin/wine.+, /etc/gdm(3)?/Xsession, /etc/kde[34]?/kdm/Xreset, /etc/gdm(3)?/PreSession/.*, /etc/kde[34]?/kdm/Xstartup, /etc/kde[34]?/kdm/Xsession, /etc/gdm(3)?/PostSession/.*, /etc/X11/[wx]dm/Xreset.*, /etc/X11/[wxg]dm/Xsessi
 on, /etc/X11/Xsession[^/]*, /etc/X11/wdm/Xsetup.*, /etc/X11/wdm/Xstartup.*
-+.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 auditadm_wine policy is very flexible allowing users to setup their auditadm_wine processes in as secure a method as possible.
-+.PP
-+The following process types are defined for auditadm_wine:
-+
-+.EX
-+.B auditadm_wine_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditadm_wine_t
-+can be used to make the process type auditadm_wine_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditadm_wine policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditadm_wine with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user music sharing, you must turn on the selinuxuser_user_share_music boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_user_share_music 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the auditadm_wine_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 auditadm_wine_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditadm_wine_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 anon_inodefs_t
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.br
-+.B iceauth_home_t
-+
-+	/root/\.DCOP.*
-+.br
-+	/root/\.ICEauthority.*
-+.br
-+	/home/[^/]*/\.DCOP.*
-+.br
-+	/home/[^/]*/\.ICEauthority.*
-+.br
-+	/home/pwalsh/\.DCOP.*
-+.br
-+	/home/pwalsh/\.ICEauthority.*
-+.br
-+	/home/dwalsh/\.DCOP.*
-+.br
-+	/home/dwalsh/\.ICEauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.DCOP.*
-+.br
-+	/var/lib/xguest/home/xguest/\.ICEauthority.*
-+.br
-+
-+.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 nfsd_rw_t
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_fonts_t
-+
-+	/root/\.fonts(/.*)?
-+.br
-+	/tmp/\.font-unix(/.*)?
-+.br
-+	/home/[^/]*/\.fonts(/.*)?
-+.br
-+	/home/pwalsh/\.fonts(/.*)?
-+.br
-+	/home/dwalsh/\.fonts(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts(/.*)?
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditadm_wine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_selinux(8), auditadm_selinux(8), auditadm_dbusd_selinux(8), auditadm_gkeyringd_selinux(8), auditadm_screen_selinux(8), auditadm_seunshare_selinux(8), auditadm_su_selinux(8), auditadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/auditctl_selinux.8 b/man/man8/auditctl_selinux.8
-new file mode 100644
-index 0000000..4922cbb
---- /dev/null
-+++ b/man/man8/auditctl_selinux.8
-@@ -0,0 +1,159 @@
-+.TH  "auditctl_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep auditctl_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditctl_t SELinux type can be entered via the \fBauditctl_exec_t\fP file type.
-+
-+The default entrypoint paths for the auditctl_t domain are the following:
-+
-+/sbin/auditctl, /usr/sbin/auditctl
-+.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 auditctl policy is very flexible allowing users to setup their auditctl processes in as secure a method as possible.
-+.PP
-+The following process types are defined for auditctl:
-+
-+.EX
-+.B auditctl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditctl_t
-+can be used to make the process type auditctl_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditctl policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditctl with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 auditctl policy is very flexible allowing users to setup their auditctl processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the auditctl, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t auditctl_exec_t '/srv/auditctl/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myauditctl_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for auditctl:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/auditctl, /usr/sbin/auditctl
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/auditd_selinux.8 b/man/man8/auditd_selinux.8
-new file mode 100644
-index 0000000..ca48db6
---- /dev/null
-+++ b/man/man8/auditd_selinux.8
-@@ -0,0 +1,350 @@
-+.TH  "auditd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep auditd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The auditd_t SELinux type can be entered via the \fBauditd_exec_t\fP file type.
-+
-+The default entrypoint paths for the auditd_t domain are the following:
-+
-+/sbin/auditd, /usr/sbin/auditd
-+.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 auditd policy is very flexible allowing users to setup their auditd processes in as secure a method as possible.
-+.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
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a auditd_t
-+can be used to make the process type auditd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  auditd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run auditd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the auditadm_t, auditadm_gkeyringd_t, auditadm_su_t, auditd_t, auditadm_sudo_t, auditadm_screen_t, auditadm_wine_t, auditadm_seunshare_t, auditadm_dbusd_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 auditadm_t, auditadm_gkeyringd_t, auditadm_su_t, auditd_t, auditadm_sudo_t, auditadm_screen_t, auditadm_wine_t, auditadm_seunshare_t, auditadm_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 auditd policy is very flexible allowing users to setup their auditd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for auditd:
-+
-+.EX
-+.TP 5
-+.B audit_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 60
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type auditd_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 anon_inodefs_t
-+
-+
-+.br
-+.B auditd_log_t
-+
-+	/var/log/audit(/.*)?
-+.br
-+	/var/log/audit\.log
-+.br
-+
-+.br
-+.B auditd_var_run_t
-+
-+	/var/run/auditd\.pid
-+.br
-+	/var/run/auditd_sock
-+.br
-+	/var/run/audit_events
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 auditd policy is very flexible allowing users to setup their auditd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+auditd policy stores data with multiple different file context types under the /var/log/audit directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/audit /srv/audit
-+.br
-+.B restorecon -R -v /srv/audit
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the auditd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t auditd_etc_t '/srv/auditd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myauditd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for auditd:
-+
-+
-+.EX
-+.PP
-+.B auditd_etc_t
-+.EE
-+
-+- Set files with the auditd_etc_t type, if you want to store auditd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/auditd, /usr/sbin/auditd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/audit(/.*)?, /var/log/audit\.log
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/auditd\.pid, /var/run/auditd_sock, /var/run/audit_events
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), auditd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), auditadm_selinux(8), auditadm_dbusd_selinux(8), auditadm_gkeyringd_selinux(8), auditadm_screen_selinux(8), auditadm_seunshare_selinux(8), auditadm_su_selinux(8), auditadm_sudo_selinux(8), auditadm_wine_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..89b81bc
---- /dev/null
-+++ b/man/man8/authconfig_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "authconfig_selinux"  "8"  "13-01-16" "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 \fBsysctl_type, filesystem_type, mtrr_device_t, unlabeled_t, proc_type, file_type, authconfig_exec_t\fP file types.
-+
-+The default entrypoint paths for the authconfig_t domain are the following:
-+
-+/dev/cpu/mtrr, all files on the system, /usr/share/authconfig/authconfig.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.
-+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 authconfig_t
-+can be used to make the process type authconfig_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  authconfig policy is extremely flexible and has several booleans that allow you to manipulate the policy and run authconfig with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.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 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
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the authconfig, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t authconfig_exec_t '/srv/authconfig/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myauthconfig_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/automount_selinux.8 b/man/man8/automount_selinux.8
-new file mode 100644
-index 0000000..a982e45
---- /dev/null
-+++ b/man/man8/automount_selinux.8
-@@ -0,0 +1,311 @@
-+.TH  "automount_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep automount_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The automount_t SELinux type can be entered via the \fBautomount_exec_t\fP file type.
-+
-+The default entrypoint paths for the automount_t domain are the following:
-+
-+/usr/sbin/automount, /etc/apm/event\.d/autofs
-+.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 automount policy is very flexible allowing users to setup their automount processes in as secure a method as possible.
-+.PP
-+The following process types are defined for automount:
-+
-+.EX
-+.B automount_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a automount_t
-+can be used to make the process type automount_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  automount policy is extremely flexible and has several booleans that allow you to manipulate the policy and run automount with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the automount_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 automount_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type automount_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 automount_lock_t
-+
-+	/var/lock/subsys/autofs
-+.br
-+
-+.br
-+.B automount_tmp_t
-+
-+
-+.br
-+.B automount_var_run_t
-+
-+	/var/run/autofs.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.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 automount policy is very flexible allowing users to setup their automount processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the automount, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t automount_exec_t '/srv/automount/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myautomount_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for automount:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/automount, /etc/apm/event\.d/autofs
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B automount_keytab_t
-+.EE
-+
-+- Set files with the automount_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), automount(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/avahi_selinux.8 b/man/man8/avahi_selinux.8
-new file mode 100644
-index 0000000..0801436
---- /dev/null
-+++ b/man/man8/avahi_selinux.8
-@@ -0,0 +1,309 @@
-+.TH  "avahi_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep avahi_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The avahi_t SELinux type can be entered via the \fBavahi_exec_t\fP file type.
-+
-+The default entrypoint paths for the avahi_t domain are the following:
-+
-+/usr/sbin/avahi-daemon, /usr/sbin/avahi-autoipd, /usr/sbin/avahi-dnsconfd
-+.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 avahi policy is very flexible allowing users to setup their avahi processes in as secure a method as possible.
-+.PP
-+The following process types are defined for avahi:
-+
-+.EX
-+.B avahi_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a avahi_t
-+can be used to make the process type avahi_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  avahi policy is extremely flexible and has several booleans that allow you to manipulate the policy and run avahi with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to communicate with avahi service via dbus, you must turn on the httpd_dbus_avahi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_dbus_avahi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the avahi_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 avahi_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type avahi_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 avahi_var_lib_t
-+
-+	/var/lib/avahi-autoipd(/.*)?
-+.br
-+
-+.br
-+.B avahi_var_run_t
-+
-+	/var/run/avahi-daemon(/.*)?
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 avahi policy is very flexible allowing users to setup their avahi processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the avahi, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t avahi_exec_t '/srv/avahi/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myavahi_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for avahi:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/avahi-daemon, /usr/sbin/avahi-autoipd, /usr/sbin/avahi-dnsconfd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), avahi(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..c8a0734
---- /dev/null
-+++ b/man/man8/awstats_selinux.8
-@@ -0,0 +1,193 @@
-+.TH  "awstats_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep awstats_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The awstats_t SELinux type can be entered via the \fBawstats_exec_t\fP file type.
-+
-+The default entrypoint paths for the awstats_t domain are the following:
-+
-+/usr/share/awstats/tools/.+\.pl
-+.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 awstats policy is very flexible allowing users to setup their awstats processes in as secure a method as possible.
-+.PP
-+The following process types are defined for awstats:
-+
-+.EX
-+.B awstats_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a awstats_t
-+can be used to make the process type awstats_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  awstats policy is extremely flexible and has several booleans that allow you to manipulate the policy and run awstats with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether awstats can purge httpd log files, you must turn on the awstats_purge_apache_log_files boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P awstats_purge_apache_log_files 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type awstats_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 awstats_var_lib_t
-+
-+	/var/lib/awstats(/.*)?
-+.br
-+
-+.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 awstats policy is very flexible allowing users to setup their awstats processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the awstats, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t awstats_exec_t '/srv/awstats/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myawstats_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for awstats:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), awstats(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/bcfg2_selinux.8 b/man/man8/bcfg2_selinux.8
-new file mode 100644
-index 0000000..82e7f7d
---- /dev/null
-+++ b/man/man8/bcfg2_selinux.8
-@@ -0,0 +1,275 @@
-+.TH  "bcfg2_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep bcfg2_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The bcfg2_t SELinux type can be entered via the \fBbcfg2_exec_t\fP file type.
-+
-+The default entrypoint paths for the bcfg2_t domain are the following:
-+
-+/usr/sbin/bcfg2-server
-+.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 bcfg2 policy is very flexible allowing users to setup their bcfg2 processes in as secure a method as possible.
-+.PP
-+The following process types are defined for bcfg2:
-+
-+.EX
-+.B bcfg2_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a bcfg2_t
-+can be used to make the process type bcfg2_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  bcfg2 policy is extremely flexible and has several booleans that allow you to manipulate the policy and run bcfg2 with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the bcfg2_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 bcfg2_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type bcfg2_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 bcfg2_var_lib_t
-+
-+	/var/lib/bcfg2(/.*)?
-+.br
-+
-+.br
-+.B bcfg2_var_run_t
-+
-+	/var/run/bcfg2-server\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 bcfg2 policy is very flexible allowing users to setup their bcfg2 processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the bcfg2, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t bcfg2_exec_t '/srv/bcfg2/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mybcfg2_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for bcfg2:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), bcfg2(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/bind_selinux.8 b/man/man8/bind_selinux.8
-new file mode 100644
-index 0000000..86f9675
---- /dev/null
-+++ b/man/man8/bind_selinux.8
-@@ -0,0 +1 @@
-+.so man8/named_selinux.8
-\ No newline at end of file
-diff --git a/man/man8/bitlbee_selinux.8 b/man/man8/bitlbee_selinux.8
-new file mode 100644
-index 0000000..7774729
---- /dev/null
-+++ b/man/man8/bitlbee_selinux.8
-@@ -0,0 +1,307 @@
-+.TH  "bitlbee_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep bitlbee_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The bitlbee_t SELinux type can be entered via the \fBbitlbee_exec_t\fP file type.
-+
-+The default entrypoint paths for the bitlbee_t domain are the following:
-+
-+/usr/bin/bip, /usr/sbin/bitlbee
-+.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 bitlbee policy is very flexible allowing users to setup their bitlbee processes in as secure a method as possible.
-+.PP
-+The following process types are defined for bitlbee:
-+
-+.EX
-+.B bitlbee_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a bitlbee_t
-+can be used to make the process type bitlbee_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  bitlbee policy is extremely flexible and has several booleans that allow you to manipulate the policy and run bitlbee with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the bitlbee_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 bitlbee_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type bitlbee_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 bitlbee_tmp_t
-+
-+
-+.br
-+.B bitlbee_var_run_t
-+
-+	/var/run/bip(/.*)?
-+.br
-+	/var/run/bitlbee\.pid
-+.br
-+	/var/run/bitlbee\.sock
-+.br
-+
-+.br
-+.B bitlbee_var_t
-+
-+	/var/lib/bitlbee(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 bitlbee policy is very flexible allowing users to setup their bitlbee processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the bitlbee, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t bitlbee_conf_t '/srv/bitlbee/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mybitlbee_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for bitlbee:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/bip, /usr/sbin/bitlbee
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/bip(/.*)?, /var/run/bitlbee\.pid, /var/run/bitlbee\.sock
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), bitlbee(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/blktap_selinux.8 b/man/man8/blktap_selinux.8
-new file mode 100644
-index 0000000..c5f9936
---- /dev/null
-+++ b/man/man8/blktap_selinux.8
-@@ -0,0 +1,167 @@
-+.TH  "blktap_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep blktap_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The blktap_t SELinux type can be entered via the \fBblktap_exec_t\fP file type.
-+
-+The default entrypoint paths for the blktap_t domain are the following:
-+
-+/usr/sbin/tapdisk, /usr/sbin/blktapctrl
-+.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 blktap policy is very flexible allowing users to setup their blktap processes in as secure a method as possible.
-+.PP
-+The following process types are defined for blktap:
-+
-+.EX
-+.B blktap_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a blktap_t
-+can be used to make the process type blktap_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  blktap policy is extremely flexible and has several booleans that allow you to manipulate the policy and run blktap with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xend to run blktapctrl/tapdisk. Not required if using dedicated logical volumes for disk images, you must turn on the xend_run_blktap boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xend_run_blktap 1
-+
-+.EE
-+
-+.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 blktap policy is very flexible allowing users to setup their blktap processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the blktap, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t blktap_exec_t '/srv/blktap/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myblktap_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for blktap:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/tapdisk, /usr/sbin/blktapctrl
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), blktap(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..d784b2c
---- /dev/null
-+++ b/man/man8/blueman_selinux.8
-@@ -0,0 +1,265 @@
-+.TH  "blueman_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep blueman_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The blueman_t SELinux type can be entered via the \fBblueman_exec_t\fP file type.
-+
-+The default entrypoint paths for the blueman_t domain are the following:
-+
-+/usr/libexec/blueman-mechanism
-+.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 blueman policy is very flexible allowing users to setup their blueman processes in as secure a method as possible.
-+.PP
-+The following process types are defined for blueman:
-+
-+.EX
-+.B blueman_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a blueman_t
-+can be used to make the process type blueman_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  blueman policy is extremely flexible and has several booleans that allow you to manipulate the policy and run blueman with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xguest to use blue tooth devices, you must turn on the xguest_use_bluetooth boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xguest_use_bluetooth 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the blueman_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 blueman_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type blueman_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 blueman_var_lib_t
-+
-+	/var/lib/blueman(/.*)?
-+.br
-+
-+.br
-+.B blueman_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 blueman policy is very flexible allowing users to setup their blueman processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the blueman, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t blueman_exec_t '/srv/blueman/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myblueman_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for blueman:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B blueman_var_run_t
-+.EE
-+
-+- Set files with the blueman_var_run_t type, if you want to store the blueman files under the /run or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), blueman(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/bluetooth_helper_selinux.8 b/man/man8/bluetooth_helper_selinux.8
-new file mode 100644
-index 0000000..c98f46b
---- /dev/null
-+++ b/man/man8/bluetooth_helper_selinux.8
-@@ -0,0 +1,293 @@
-+.TH  "bluetooth_helper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep bluetooth_helper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The bluetooth_helper_t SELinux type can be entered via the \fBbluetooth_helper_exec_t\fP file type.
-+
-+The default entrypoint paths for the bluetooth_helper_t domain are the following:
-+
-+/usr/bin/blue.*pin
-+.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 bluetooth_helper policy is very flexible allowing users to setup their bluetooth_helper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for bluetooth_helper:
-+
-+.EX
-+.B bluetooth_helper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a bluetooth_helper_t
-+can be used to make the process type bluetooth_helper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  bluetooth_helper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run bluetooth_helper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the bluetooth_helper_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 bluetooth_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type bluetooth_helper_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 bluetooth_helper_tmp_t
-+
-+
-+.br
-+.B bluetooth_helper_tmpfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 bluetooth_helper policy is very flexible allowing users to setup their bluetooth_helper processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the bluetooth_helper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t bluetooth_helper_exec_t '/srv/bluetooth_helper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mybluetooth_helper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for bluetooth_helper:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), bluetooth_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), bluetooth_selinux(8), bluetooth_selinux(8)
-\ 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..3b59782
---- /dev/null
-+++ b/man/man8/bluetooth_selinux.8
-@@ -0,0 +1,373 @@
-+.TH  "bluetooth_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep bluetooth_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The bluetooth_t SELinux type can be entered via the \fBbluetooth_exec_t\fP file type.
-+
-+The default entrypoint paths for the bluetooth_t domain are the following:
-+
-+/usr/bin/dund, /usr/bin/hidd, /usr/sbin/hcid, /usr/sbin/sdpd, /usr/bin/rfcomm, /usr/sbin/hid2hci, /usr/sbin/hciattach, /usr/sbin/bluetoothd
-+.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 bluetooth policy is very flexible allowing users to setup their bluetooth processes in as secure a method as possible.
-+.PP
-+The following process types are defined for bluetooth:
-+
-+.EX
-+.B bluetooth_helper_t, bluetooth_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a bluetooth_t
-+can be used to make the process type bluetooth_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  bluetooth policy is extremely flexible and has several booleans that allow you to manipulate the policy and run bluetooth with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xguest to use blue tooth devices, you must turn on the xguest_use_bluetooth boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xguest_use_bluetooth 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the bluetooth_t, bluetooth_helper_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 bluetooth_t, bluetooth_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type bluetooth_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 bluetooth_conf_rw_t
-+
-+	/etc/bluetooth/link_key
-+.br
-+
-+.br
-+.B bluetooth_lock_t
-+
-+	/var/lock/subsys/bluetoothd
-+.br
-+
-+.br
-+.B bluetooth_tmp_t
-+
-+
-+.br
-+.B bluetooth_var_lib_t
-+
-+	/var/lib/bluetooth(/.*)?
-+.br
-+
-+.br
-+.B bluetooth_var_run_t
-+
-+	/var/run/sdp
-+.br
-+	/var/run/bluetoothd_address
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.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 bluetooth policy is very flexible allowing users to setup their bluetooth processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the bluetooth, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t bluetooth_conf_rw_t '/srv/bluetooth/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mybluetooth_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for bluetooth:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/dund, /usr/bin/hidd, /usr/sbin/hcid, /usr/sbin/sdpd, /usr/bin/rfcomm, /usr/sbin/hid2hci, /usr/sbin/hciattach, /usr/sbin/bluetoothd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/dund, /etc/rc\.d/init\.d/pand, /etc/rc\.d/init\.d/bluetooth
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/sdp, /var/run/bluetoothd_address
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), bluetooth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), bluetooth_helper_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/boinc_project_selinux.8 b/man/man8/boinc_project_selinux.8
-new file mode 100644
-index 0000000..a04e063
---- /dev/null
-+++ b/man/man8/boinc_project_selinux.8
-@@ -0,0 +1,175 @@
-+.TH  "boinc_project_selinux"  "8"  "13-01-16" "boinc_project" "SELinux Policy documentation for boinc_project"
-+.SH "NAME"
-+boinc_project_selinux \- Security Enhanced Linux Policy for the boinc_project processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the boinc_project processes via flexible mandatory access control.
-+
-+The boinc_project processes execute with the boinc_project_t SELinux 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 boinc_project_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The boinc_project_t SELinux type can be entered via the \fBboinc_project_var_lib_t\fP file type.
-+
-+The default entrypoint paths for the boinc_project_t domain are the following:
-+
-+/var/lib/boinc/slots(/.*)?, /var/lib/boinc/projects(/.*)?
-+.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 boinc_project policy is very flexible allowing users to setup their boinc_project processes in as secure a method as possible.
-+.PP
-+The following process types are defined for boinc_project:
-+
-+.EX
-+.B boinc_project_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a boinc_project_t
-+can be used to make the process type boinc_project_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  boinc_project policy is extremely flexible and has several booleans that allow you to manipulate the policy and run boinc_project with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type boinc_project_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 boinc_project_tmp_t
-+
-+
-+.br
-+.B boinc_project_var_lib_t
-+
-+	/var/lib/boinc/slots(/.*)?
-+.br
-+	/var/lib/boinc/projects(/.*)?
-+.br
-+
-+.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 boinc_project policy is very flexible allowing users to setup their boinc_project processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the boinc_project, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t boinc_project_tmp_t '/srv/boinc_project/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myboinc_project_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for boinc_project:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/boinc/slots(/.*)?, /var/lib/boinc/projects(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), boinc_project(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), boinc_selinux(8), boinc_selinux(8)
-\ 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..39210ee
---- /dev/null
-+++ b/man/man8/boinc_selinux.8
-@@ -0,0 +1,337 @@
-+.TH  "boinc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep boinc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The boinc_t SELinux type can be entered via the \fBboinc_exec_t\fP file type.
-+
-+The default entrypoint paths for the boinc_t domain are the following:
-+
-+/usr/bin/boinc_client
-+.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 boinc policy is very flexible allowing users to setup their boinc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for boinc:
-+
-+.EX
-+.B boinc_t, boinc_project_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a boinc_t
-+can be used to make the process type boinc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  boinc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run boinc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 boinc policy is very flexible allowing users to setup their boinc processes in as secure a method as possible.
-+.PP
-+The following port types are defined for boinc:
-+
-+.EX
-+.TP 5
-+.B boinc_client_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1043
-+.EE
-+udp 1034
-+.EE
-+
-+.EX
-+.TP 5
-+.B boinc_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 31416
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type boinc_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 boinc_log_t
-+
-+	/var/log/boinc\.log.*
-+.br
-+
-+.br
-+.B boinc_project_var_lib_t
-+
-+	/var/lib/boinc/slots(/.*)?
-+.br
-+	/var/lib/boinc/projects(/.*)?
-+.br
-+
-+.br
-+.B boinc_tmp_t
-+
-+
-+.br
-+.B boinc_tmpfs_t
-+
-+
-+.br
-+.B boinc_var_lib_t
-+
-+	/var/lib/boinc(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 boinc policy is very flexible allowing users to setup their boinc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+boinc policy stores data with multiple different file context types under the /var/lib/boinc directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/boinc /srv/boinc
-+.br
-+.B restorecon -R -v /srv/boinc
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the boinc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t boinc_exec_t '/srv/boinc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myboinc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for boinc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/boinc/slots(/.*)?, /var/lib/boinc/projects(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), boinc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), boinc_project_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/bootloader_selinux.8 b/man/man8/bootloader_selinux.8
-new file mode 100644
-index 0000000..19afd84
---- /dev/null
-+++ b/man/man8/bootloader_selinux.8
-@@ -0,0 +1,385 @@
-+.TH  "bootloader_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep bootloader_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The bootloader_t SELinux type can be entered via the \fBbootloader_exec_t\fP file type.
-+
-+The default entrypoint paths for the bootloader_t domain are the following:
-+
-+/sbin/grub.*, /sbin/lilo.*, /sbin/ybin.*, /usr/sbin/grub.*, /usr/sbin/lilo.*, /usr/sbin/ybin.*, /sbin/zipl, /usr/sbin/zipl
-+.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 bootloader policy is very flexible allowing users to setup their bootloader processes in as secure a method as possible.
-+.PP
-+The following process types are defined for bootloader:
-+
-+.EX
-+.B bootloader_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a bootloader_t
-+can be used to make the process type bootloader_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  bootloader policy is extremely flexible and has several booleans that allow you to manipulate the policy and run bootloader with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the bootloader_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 bootloader_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type bootloader_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 boot_t
-+
-+	/boot/.*
-+.br
-+	/vmlinuz.*
-+.br
-+	/initrd\.img.*
-+.br
-+	/boot
-+.br
-+
-+.br
-+.B bootloader_tmp_t
-+
-+
-+.br
-+.B bootloader_var_lib_t
-+
-+	/var/lib/os-prober(/.*)?
-+.br
-+
-+.br
-+.B bootloader_var_run_t
-+
-+
-+.br
-+.B dosfs_t
-+
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B file_t
-+
-+
-+.br
-+.B fsadm_var_run_t
-+
-+	/var/run/blkid(/.*)?
-+.br
-+
-+.br
-+.B modules_object_t
-+
-+	/lib/modules(/.*)?
-+.br
-+	/usr/lib/modules(/.*)?
-+.br
-+
-+.br
-+.B var_log_t
-+
-+	/var/log/.*
-+.br
-+	/nsr/logs(/.*)?
-+.br
-+	/var/webmin(/.*)?
-+.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 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 bootloader policy is very flexible allowing users to setup their bootloader processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the bootloader, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t bootloader_etc_t '/srv/bootloader/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mybootloader_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for bootloader:
-+
-+
-+.EX
-+.PP
-+.B bootloader_etc_t
-+.EE
-+
-+- Set files with the bootloader_etc_t type, if you want to store bootloader files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/lilo\.conf.*, /etc/zipl\.conf.*, /etc/yaboot\.conf.*, /etc/default/grub
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/grub.*, /sbin/lilo.*, /sbin/ybin.*, /usr/sbin/grub.*, /usr/sbin/lilo.*, /usr/sbin/ybin.*, /sbin/zipl, /usr/sbin/zipl
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), bootloader(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..983ed6d
---- /dev/null
-+++ b/man/man8/brctl_selinux.8
-@@ -0,0 +1,165 @@
-+.TH  "brctl_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep brctl_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The brctl_t SELinux type can be entered via the \fBbrctl_exec_t\fP file type.
-+
-+The default entrypoint paths for the brctl_t domain are the following:
-+
-+/usr/sbin/brctl
-+.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 brctl policy is very flexible allowing users to setup their brctl processes in as secure a method as possible.
-+.PP
-+The following process types are defined for brctl:
-+
-+.EX
-+.B brctl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a brctl_t
-+can be used to make the process type brctl_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  brctl policy is extremely flexible and has several booleans that allow you to manipulate the policy and run brctl with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type brctl_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 sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 brctl policy is very flexible allowing users to setup their brctl processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the brctl, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t brctl_exec_t '/srv/brctl/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mybrctl_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for brctl:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), brctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cachefiles_kernel_selinux.8 b/man/man8/cachefiles_kernel_selinux.8
-new file mode 100644
-index 0000000..390a6f5
---- /dev/null
-+++ b/man/man8/cachefiles_kernel_selinux.8
-@@ -0,0 +1,113 @@
-+.TH  "cachefiles_kernel_selinux"  "8"  "13-01-16" "cachefiles_kernel" "SELinux Policy documentation for cachefiles_kernel"
-+.SH "NAME"
-+cachefiles_kernel_selinux \- Security Enhanced Linux Policy for the cachefiles_kernel processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the cachefiles_kernel processes via flexible mandatory access control.
-+
-+The cachefiles_kernel processes execute with the cachefiles_kernel_t SELinux 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 cachefiles_kernel_t
-+
-+
-+.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 cachefiles_kernel policy is very flexible allowing users to setup their cachefiles_kernel processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cachefiles_kernel:
-+
-+.EX
-+.B cachefiles_kernel_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cachefiles_kernel_t
-+can be used to make the process type cachefiles_kernel_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cachefiles_kernel policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cachefiles_kernel with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cachefiles_kernel_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 cachefiles_var_t
-+
-+	/var/fscache(/.*)?
-+.br
-+	/var/cache/fscache(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cachefiles_kernel(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cachefilesd_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/cachefilesd_selinux.8 b/man/man8/cachefilesd_selinux.8
-new file mode 100644
-index 0000000..c7fbee4
---- /dev/null
-+++ b/man/man8/cachefilesd_selinux.8
-@@ -0,0 +1,209 @@
-+.TH  "cachefilesd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cachefilesd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cachefilesd_t SELinux type can be entered via the \fBcachefilesd_exec_t\fP file type.
-+
-+The default entrypoint paths for the cachefilesd_t domain are the following:
-+
-+/sbin/cachefilesd, /usr/sbin/cachefilesd
-+.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 cachefilesd policy is very flexible allowing users to setup their cachefilesd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cachefilesd:
-+
-+.EX
-+.B cachefilesd_t, cachefiles_kernel_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cachefilesd_t
-+can be used to make the process type cachefilesd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cachefilesd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cachefilesd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cachefilesd_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 cachefiles_var_t
-+
-+	/var/fscache(/.*)?
-+.br
-+	/var/cache/fscache(/.*)?
-+.br
-+
-+.br
-+.B cachefilesd_var_run_t
-+
-+	/var/run/cachefilesd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cachefilesd policy is very flexible allowing users to setup their cachefilesd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cachefilesd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cachefilesd_exec_t '/srv/cachefilesd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycachefilesd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cachefilesd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/cachefilesd, /usr/sbin/cachefilesd
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cachefilesd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cachefiles_kernel_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/calamaris_selinux.8 b/man/man8/calamaris_selinux.8
-new file mode 100644
-index 0000000..370d1d5
---- /dev/null
-+++ b/man/man8/calamaris_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "calamaris_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep calamaris_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The calamaris_t SELinux type can be entered via the \fBcalamaris_exec_t\fP file type.
-+
-+The default entrypoint paths for the calamaris_t domain are the following:
-+
-+/etc/cron\.daily/calamaris
-+.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 calamaris policy is very flexible allowing users to setup their calamaris processes in as secure a method as possible.
-+.PP
-+The following process types are defined for calamaris:
-+
-+.EX
-+.B calamaris_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a calamaris_t
-+can be used to make the process type calamaris_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  calamaris policy is extremely flexible and has several booleans that allow you to manipulate the policy and run calamaris with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the calamaris_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 calamaris_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type calamaris_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 calamaris_log_t
-+
-+	/var/log/calamaris(/.*)?
-+.br
-+
-+.br
-+.B calamaris_www_t
-+
-+	/var/www/calamaris(/.*)?
-+.br
-+
-+.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 calamaris policy is very flexible allowing users to setup their calamaris processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the calamaris, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t calamaris_exec_t '/srv/calamaris/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycalamaris_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for calamaris:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), calamaris(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/callweaver_selinux.8 b/man/man8/callweaver_selinux.8
-new file mode 100644
-index 0000000..d063b48
---- /dev/null
-+++ b/man/man8/callweaver_selinux.8
-@@ -0,0 +1,289 @@
-+.TH  "callweaver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep callweaver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The callweaver_t SELinux type can be entered via the \fBcallweaver_exec_t\fP file type.
-+
-+The default entrypoint paths for the callweaver_t domain are the following:
-+
-+/usr/sbin/callweaver
-+.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 callweaver policy is very flexible allowing users to setup their callweaver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for callweaver:
-+
-+.EX
-+.B callweaver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a callweaver_t
-+can be used to make the process type callweaver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  callweaver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run callweaver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the callweaver_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 callweaver_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type callweaver_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 callweaver_spool_t
-+
-+	/var/spool/callweaver(/.*)?
-+.br
-+
-+.br
-+.B callweaver_var_lib_t
-+
-+	/var/lib/callweaver(/.*)?
-+.br
-+
-+.br
-+.B callweaver_var_run_t
-+
-+	/var/run/callweaver(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 callweaver policy is very flexible allowing users to setup their callweaver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the callweaver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t callweaver_exec_t '/srv/callweaver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycallweaver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for callweaver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), callweaver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/canna_selinux.8 b/man/man8/canna_selinux.8
-new file mode 100644
-index 0000000..bb41ce1
---- /dev/null
-+++ b/man/man8/canna_selinux.8
-@@ -0,0 +1,257 @@
-+.TH  "canna_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep canna_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The canna_t SELinux type can be entered via the \fBcanna_exec_t\fP file type.
-+
-+The default entrypoint paths for the canna_t domain are the following:
-+
-+/usr/bin/catdic, /usr/sbin/jserver, /usr/bin/cannaping, /usr/sbin/cannaserver
-+.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 canna policy is very flexible allowing users to setup their canna processes in as secure a method as possible.
-+.PP
-+The following process types are defined for canna:
-+
-+.EX
-+.B canna_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a canna_t
-+can be used to make the process type canna_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  canna policy is extremely flexible and has several booleans that allow you to manipulate the policy and run canna with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type canna_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 canna_var_lib_t
-+
-+	/var/lib/wnn/dic(/.*)?
-+.br
-+	/var/lib/canna/dic(/.*)?
-+.br
-+
-+.br
-+.B canna_var_run_t
-+
-+	/var/run/wnn-unix(/.*)
-+.br
-+	/var/run/\.iroha_unix/.*
-+.br
-+	/var/run/\.iroha_unix
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 canna policy is very flexible allowing users to setup their canna processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the canna, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t canna_exec_t '/srv/canna/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycanna_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for canna:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/catdic, /usr/sbin/jserver, /usr/bin/cannaping, /usr/sbin/cannaserver
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/wnn(/.*)?, /var/log/canna(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/wnn/dic(/.*)?, /var/lib/canna/dic(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/wnn-unix(/.*), /var/run/\.iroha_unix/.*, /var/run/\.iroha_unix
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), canna(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cardmgr_selinux.8 b/man/man8/cardmgr_selinux.8
-new file mode 100644
-index 0000000..fa8eb0d
---- /dev/null
-+++ b/man/man8/cardmgr_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "cardmgr_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cardmgr_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cardmgr_t SELinux type can be entered via the \fBcardmgr_exec_t, cardctl_exec_t\fP file types.
-+
-+The default entrypoint paths for the cardmgr_t domain are the following:
-+
-+/sbin/cardmgr, /usr/sbin/cardmgr, /etc/apm/event\.d/pcmcia, /sbin/cardctl, /usr/sbin/cardctl
-+.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 cardmgr policy is very flexible allowing users to setup their cardmgr processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cardmgr:
-+
-+.EX
-+.B cardmgr_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cardmgr_t
-+can be used to make the process type cardmgr_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cardmgr policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cardmgr with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cardmgr_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 cardmgr_var_lib_t
-+
-+
-+.br
-+.B cardmgr_var_run_t
-+
-+	/var/lib/pcmcia(/.*)?
-+.br
-+	/var/run/stab
-+.br
-+	/var/run/cardmgr\.pid
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cardmgr policy is very flexible allowing users to setup their cardmgr processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cardmgr, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cardmgr_dev_t '/srv/cardmgr/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycardmgr_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cardmgr:
-+
-+
-+.EX
-+.PP
-+.B cardmgr_dev_t
-+.EE
-+
-+- Set files with the cardmgr_dev_t type, if you want to treat the files as cardmgr dev data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/cardmgr, /usr/sbin/cardmgr, /etc/apm/event\.d/pcmcia
-+
-+.EX
-+.PP
-+.B cardmgr_lnk_t
-+.EE
-+
-+- Set files with the cardmgr_lnk_t type, if you want to treat the files as cardmgr lnk data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/pcmcia(/.*)?, /var/run/stab, /var/run/cardmgr\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cardmgr(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ccs_selinux.8 b/man/man8/ccs_selinux.8
-new file mode 100644
-index 0000000..d25a161
---- /dev/null
-+++ b/man/man8/ccs_selinux.8
-@@ -0,0 +1,287 @@
-+.TH  "ccs_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ccs_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ccs_t SELinux type can be entered via the \fBccs_exec_t\fP file type.
-+
-+The default entrypoint paths for the ccs_t domain are the following:
-+
-+/sbin/ccsd, /usr/sbin/ccsd
-+.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 ccs policy is very flexible allowing users to setup their ccs processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ccs:
-+
-+.EX
-+.B ccs_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ccs_t
-+can be used to make the process type ccs_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ccs policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ccs with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ccs_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 ccs_tmp_t
-+
-+
-+.br
-+.B ccs_tmpfs_t
-+
-+
-+.br
-+.B ccs_var_lib_t
-+
-+	/var/lib/cluster/((ccs)|(ccsd)).*
-+.br
-+
-+.br
-+.B ccs_var_run_t
-+
-+	/var/run/cluster/((ccs)|(ccsd))\.pid
-+.br
-+	/var/run/cluster/((ccs)|(ccsd))\.sock
-+.br
-+
-+.br
-+.B cluster_conf_t
-+
-+	/etc/cluster(/.*)?
-+.br
-+
-+.br
-+.B file_t
-+
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B qpidd_tmpfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 ccs policy is very flexible allowing users to setup their ccs processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ccs, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ccs_exec_t '/srv/ccs/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myccs_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ccs:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/ccsd, /usr/sbin/ccsd
-+
-+.EX
-+.PP
-+.B ccs_initrc_exec_t
-+.EE
-+
-+- Set files with the ccs_initrc_exec_t type, if you want to transition an executable to the ccs_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/cluster/((ccs)|(ccsd))\.pid, /var/run/cluster/((ccs)|(ccsd))\.sock
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ccs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cdcc_selinux.8 b/man/man8/cdcc_selinux.8
-new file mode 100644
-index 0000000..c947e98
---- /dev/null
-+++ b/man/man8/cdcc_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "cdcc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cdcc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cdcc_t SELinux type can be entered via the \fBcdcc_exec_t\fP file type.
-+
-+The default entrypoint paths for the cdcc_t domain are the following:
-+
-+/usr/bin/cdcc
-+.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 cdcc policy is very flexible allowing users to setup their cdcc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cdcc:
-+
-+.EX
-+.B cdcc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cdcc_t
-+can be used to make the process type cdcc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cdcc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cdcc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cdcc_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 cdcc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cdcc_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 cdcc_tmp_t
-+
-+
-+.br
-+.B dcc_client_map_t
-+
-+	/etc/dcc/map
-+.br
-+	/var/dcc/map
-+.br
-+	/var/lib/dcc/map
-+.br
-+	/var/run/dcc/map
-+.br
-+
-+.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 cdcc policy is very flexible allowing users to setup their cdcc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cdcc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cdcc_exec_t '/srv/cdcc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycdcc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cdcc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cdcc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cdrecord_selinux.8 b/man/man8/cdrecord_selinux.8
-new file mode 100644
-index 0000000..9559578
---- /dev/null
-+++ b/man/man8/cdrecord_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "cdrecord_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cdrecord_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cdrecord_t SELinux type can be entered via the \fBcdrecord_exec_t\fP file type.
-+
-+The default entrypoint paths for the cdrecord_t domain are the following:
-+
-+/usr/bin/wodim, /usr/bin/cdrecord, /usr/bin/growisofs
-+.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 cdrecord policy is very flexible allowing users to setup their cdrecord processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cdrecord:
-+
-+.EX
-+.B cdrecord_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cdrecord_t
-+can be used to make the process type cdrecord_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cdrecord policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cdrecord with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether cdrecord can read various content. nfs, samba, removable devices, user temp and untrusted content files, you must turn on the cdrecord_read_content boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P cdrecord_read_content 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cdrecord_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 cdrecord policy is very flexible allowing users to setup their cdrecord processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cdrecord, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cdrecord_exec_t '/srv/cdrecord/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycdrecord_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cdrecord:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/wodim, /usr/bin/cdrecord, /usr/bin/growisofs
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cdrecord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..eb49c45
---- /dev/null
-+++ b/man/man8/certmaster_selinux.8
-@@ -0,0 +1,335 @@
-+.TH  "certmaster_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep certmaster_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The certmaster_t SELinux type can be entered via the \fBcertmaster_exec_t\fP file type.
-+
-+The default entrypoint paths for the certmaster_t domain are the following:
-+
-+/usr/bin/certmaster
-+.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 certmaster policy is very flexible allowing users to setup their certmaster processes in as secure a method as possible.
-+.PP
-+The following process types are defined for certmaster:
-+
-+.EX
-+.B certmaster_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a certmaster_t
-+can be used to make the process type certmaster_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  certmaster policy is extremely flexible and has several booleans that allow you to manipulate the policy and run certmaster with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the certmaster_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 certmaster_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 certmaster policy is very flexible allowing users to setup their certmaster processes in as secure a method as possible.
-+.PP
-+The following port types are defined for certmaster:
-+
-+.EX
-+.TP 5
-+.B certmaster_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 51235
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type certmaster_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 cert_t
-+
-+	/etc/pki(/.*)?
-+.br
-+	/etc/ssl(/.*)?
-+.br
-+	/etc/httpd/alias(/.*)?
-+.br
-+	/usr/share/ssl/certs(/.*)?
-+.br
-+	/usr/share/ssl/private(/.*)?
-+.br
-+	/var/named/chroot/etc/pki(/.*)?
-+.br
-+	/usr/share/ca-certificates(/.*)?
-+.br
-+	/var/named/chroot/etc/localtime
-+.br
-+
-+.br
-+.B certmaster_etc_rw_t
-+
-+	/etc/certmaster(/.*)?
-+.br
-+
-+.br
-+.B certmaster_var_lib_t
-+
-+	/var/lib/certmaster(/.*)?
-+.br
-+
-+.br
-+.B certmaster_var_run_t
-+
-+	/var/run/certmaster.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 certmaster policy is very flexible allowing users to setup their certmaster processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the certmaster, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t certmaster_etc_rw_t '/srv/certmaster/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycertmaster_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for certmaster:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), certmaster(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/certmonger_selinux.8 b/man/man8/certmonger_selinux.8
-new file mode 100644
-index 0000000..f856a0e
---- /dev/null
-+++ b/man/man8/certmonger_selinux.8
-@@ -0,0 +1,329 @@
-+.TH  "certmonger_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep certmonger_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The certmonger_t SELinux type can be entered via the \fBcertmonger_exec_t\fP file type.
-+
-+The default entrypoint paths for the certmonger_t domain are the following:
-+
-+/usr/sbin/certmonger
-+.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 certmonger policy is very flexible allowing users to setup their certmonger processes in as secure a method as possible.
-+.PP
-+The following process types are defined for certmonger:
-+
-+.EX
-+.B certmonger_unconfined_t, certmonger_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a certmonger_t
-+can be used to make the process type certmonger_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  certmonger policy is extremely flexible and has several booleans that allow you to manipulate the policy and run certmonger with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the certmonger_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 certmonger_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type certmonger_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B cert_t
-+
-+	/etc/pki(/.*)?
-+.br
-+	/etc/ssl(/.*)?
-+.br
-+	/etc/httpd/alias(/.*)?
-+.br
-+	/usr/share/ssl/certs(/.*)?
-+.br
-+	/usr/share/ssl/private(/.*)?
-+.br
-+	/var/named/chroot/etc/pki(/.*)?
-+.br
-+	/usr/share/ca-certificates(/.*)?
-+.br
-+	/var/named/chroot/etc/localtime
-+.br
-+
-+.br
-+.B certmonger_var_lib_t
-+
-+	/var/lib/certmonger(/.*)?
-+.br
-+
-+.br
-+.B certmonger_var_run_t
-+
-+	/var/run/certmonger.*
-+.br
-+
-+.br
-+.B dirsrv_config_t
-+
-+	/etc/dirsrv(/.*)?
-+.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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 certmonger policy is very flexible allowing users to setup their certmonger processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the certmonger, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t certmonger_exec_t '/srv/certmonger/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycertmonger_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for certmonger:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), certmonger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), certmonger_unconfined_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/certmonger_unconfined_selinux.8 b/man/man8/certmonger_unconfined_selinux.8
-new file mode 100644
-index 0000000..3bad9e3
---- /dev/null
-+++ b/man/man8/certmonger_unconfined_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "certmonger_unconfined_selinux"  "8"  "13-01-16" "certmonger_unconfined" "SELinux Policy documentation for certmonger_unconfined"
-+.SH "NAME"
-+certmonger_unconfined_selinux \- Security Enhanced Linux Policy for the certmonger_unconfined processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the certmonger_unconfined processes via flexible mandatory access control.
-+
-+The certmonger_unconfined processes execute with the certmonger_unconfined_t SELinux 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 certmonger_unconfined_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The certmonger_unconfined_t SELinux type can be entered via the \fBcertmonger_unconfined_exec_t\fP file type.
-+
-+The default entrypoint paths for the certmonger_unconfined_t domain are the following:
-+
-+/usr/lib/ipa/certmonger(/.*)?
-+.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 certmonger_unconfined policy is very flexible allowing users to setup their certmonger_unconfined processes in as secure a method as possible.
-+.PP
-+The following process types are defined for certmonger_unconfined:
-+
-+.EX
-+.B certmonger_unconfined_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a certmonger_unconfined_t
-+can be used to make the process type certmonger_unconfined_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  certmonger_unconfined policy is extremely flexible and has several booleans that allow you to manipulate the policy and run certmonger_unconfined with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 certmonger_unconfined policy is very flexible allowing users to setup their certmonger_unconfined processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the certmonger_unconfined, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t certmonger_unconfined_exec_t '/srv/certmonger_unconfined/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycertmonger_unconfined_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for certmonger_unconfined:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), certmonger_unconfined(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), certmonger_selinux(8), certmonger_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/certwatch_selinux.8 b/man/man8/certwatch_selinux.8
-new file mode 100644
-index 0000000..89fb64a
---- /dev/null
-+++ b/man/man8/certwatch_selinux.8
-@@ -0,0 +1,157 @@
-+.TH  "certwatch_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep certwatch_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The certwatch_t SELinux type can be entered via the \fBcertwatch_exec_t\fP file type.
-+
-+The default entrypoint paths for the certwatch_t domain are the following:
-+
-+/etc/cron\.daily/certwatch
-+.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 certwatch policy is very flexible allowing users to setup their certwatch processes in as secure a method as possible.
-+.PP
-+The following process types are defined for certwatch:
-+
-+.EX
-+.B certwatch_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a certwatch_t
-+can be used to make the process type certwatch_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  certwatch policy is extremely flexible and has several booleans that allow you to manipulate the policy and run certwatch with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type certwatch_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.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 certwatch policy is very flexible allowing users to setup their certwatch processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the certwatch, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t certwatch_exec_t '/srv/certwatch/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycertwatch_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for certwatch:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), certwatch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cfengine_execd_selinux.8 b/man/man8/cfengine_execd_selinux.8
-new file mode 100644
-index 0000000..362ca04
---- /dev/null
-+++ b/man/man8/cfengine_execd_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "cfengine_execd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cfengine_execd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cfengine_execd_t SELinux type can be entered via the \fBcfengine_execd_exec_t\fP file type.
-+
-+The default entrypoint paths for the cfengine_execd_t domain are the following:
-+
-+/usr/sbin/cf-execd
-+.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 cfengine_execd policy is very flexible allowing users to setup their cfengine_execd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cfengine_execd:
-+
-+.EX
-+.B cfengine_execd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cfengine_execd_t
-+can be used to make the process type cfengine_execd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cfengine_execd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cfengine_execd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cfengine_execd_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 cfengine_execd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cfengine_execd_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 cfengine_var_lib_t
-+
-+	/var/cfengine(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cfengine_execd policy is very flexible allowing users to setup their cfengine_execd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cfengine_execd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cfengine_execd_exec_t '/srv/cfengine_execd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycfengine_execd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cfengine_execd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cfengine_execd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cfengine_monitord_selinux(8), cfengine_serverd_selinux(8)
-\ 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..b05b77d
---- /dev/null
-+++ b/man/man8/cfengine_monitord_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "cfengine_monitord_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cfengine_monitord_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cfengine_monitord_t SELinux type can be entered via the \fBcfengine_monitord_exec_t\fP file type.
-+
-+The default entrypoint paths for the cfengine_monitord_t domain are the following:
-+
-+/usr/sbin/cf-monitord
-+.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 cfengine_monitord policy is very flexible allowing users to setup their cfengine_monitord processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cfengine_monitord:
-+
-+.EX
-+.B cfengine_monitord_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cfengine_monitord_t
-+can be used to make the process type cfengine_monitord_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cfengine_monitord policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cfengine_monitord with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cfengine_monitord_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 cfengine_monitord_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cfengine_monitord_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 cfengine_var_lib_t
-+
-+	/var/cfengine(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cfengine_monitord policy is very flexible allowing users to setup their cfengine_monitord processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cfengine_monitord, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cfengine_monitord_exec_t '/srv/cfengine_monitord/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycfengine_monitord_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cfengine_monitord:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cfengine_monitord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cfengine_execd_selinux(8), cfengine_serverd_selinux(8)
-\ 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..a693278
---- /dev/null
-+++ b/man/man8/cfengine_serverd_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "cfengine_serverd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cfengine_serverd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cfengine_serverd_t SELinux type can be entered via the \fBcfengine_serverd_exec_t\fP file type.
-+
-+The default entrypoint paths for the cfengine_serverd_t domain are the following:
-+
-+/usr/sbin/cf-serverd
-+.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 cfengine_serverd policy is very flexible allowing users to setup their cfengine_serverd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cfengine_serverd:
-+
-+.EX
-+.B cfengine_serverd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cfengine_serverd_t
-+can be used to make the process type cfengine_serverd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cfengine_serverd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cfengine_serverd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cfengine_serverd_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 cfengine_serverd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cfengine_serverd_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 cfengine_var_lib_t
-+
-+	/var/cfengine(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cfengine_serverd policy is very flexible allowing users to setup their cfengine_serverd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cfengine_serverd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cfengine_serverd_exec_t '/srv/cfengine_serverd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycfengine_serverd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cfengine_serverd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cfengine_serverd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cfengine_execd_selinux(8), cfengine_monitord_selinux(8)
-\ 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..54a56aa
---- /dev/null
-+++ b/man/man8/cgclear_selinux.8
-@@ -0,0 +1,243 @@
-+.TH  "cgclear_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cgclear_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cgclear_t SELinux type can be entered via the \fBcgclear_exec_t\fP file type.
-+
-+The default entrypoint paths for the cgclear_t domain are the following:
-+
-+/sbin/cgclear, /usr/sbin/cgclear
-+.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 cgclear policy is very flexible allowing users to setup their cgclear processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cgclear:
-+
-+.EX
-+.B cgclear_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cgclear_t
-+can be used to make the process type cgclear_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cgclear policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cgclear with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cgclear_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 cgclear_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cgclear_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cgclear policy is very flexible allowing users to setup their cgclear processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cgclear, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cgclear_exec_t '/srv/cgclear/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycgclear_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cgclear:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/cgclear, /usr/sbin/cgclear
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cgclear(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cgconfig_selinux.8 b/man/man8/cgconfig_selinux.8
-new file mode 100644
-index 0000000..1121979
---- /dev/null
-+++ b/man/man8/cgconfig_selinux.8
-@@ -0,0 +1,263 @@
-+.TH  "cgconfig_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cgconfig_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cgconfig_t SELinux type can be entered via the \fBcgconfig_exec_t\fP file type.
-+
-+The default entrypoint paths for the cgconfig_t domain are the following:
-+
-+/sbin/cgconfigparser, /usr/sbin/cgconfigparser
-+.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 cgconfig policy is very flexible allowing users to setup their cgconfig processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cgconfig:
-+
-+.EX
-+.B cgconfig_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cgconfig_t
-+can be used to make the process type cgconfig_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cgconfig policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cgconfig with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cgconfig_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 cgconfig_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cgconfig_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cgconfig policy is very flexible allowing users to setup their cgconfig processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cgconfig, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cgconfig_etc_t '/srv/cgconfig/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycgconfig_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cgconfig:
-+
-+
-+.EX
-+.PP
-+.B cgconfig_etc_t
-+.EE
-+
-+- Set files with the cgconfig_etc_t type, if you want to store cgconfig files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/cgconfig\.conf, /etc/sysconfig/cgconfig
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/cgconfigparser, /usr/sbin/cgconfigparser
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cgconfig(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cgred_selinux.8 b/man/man8/cgred_selinux.8
-new file mode 100644
-index 0000000..1e58406
---- /dev/null
-+++ b/man/man8/cgred_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "cgred_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cgred_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cgred_t SELinux type can be entered via the \fBcgred_exec_t\fP file type.
-+
-+The default entrypoint paths for the cgred_t domain are the following:
-+
-+/sbin/cgrulesengd, /usr/sbin/cgrulesengd
-+.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 cgred policy is very flexible allowing users to setup their cgred processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cgred:
-+
-+.EX
-+.B cgred_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cgred_t
-+can be used to make the process type cgred_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cgred policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cgred with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cgred_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 cgred_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cgred_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 cgred_var_run_t
-+
-+	/var/run/cgred.*
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cgred policy is very flexible allowing users to setup their cgred processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cgred, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cgred_exec_t '/srv/cgred/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycgred_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cgred:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/cgrulesengd, /usr/sbin/cgrulesengd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cgred(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/checkpc_selinux.8 b/man/man8/checkpc_selinux.8
-new file mode 100644
-index 0000000..4c84247
---- /dev/null
-+++ b/man/man8/checkpc_selinux.8
-@@ -0,0 +1,185 @@
-+.TH  "checkpc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep checkpc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The checkpc_t SELinux type can be entered via the \fBcheckpc_exec_t\fP file type.
-+
-+The default entrypoint paths for the checkpc_t domain are the following:
-+
-+/usr/sbin/checkpc
-+.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 checkpc policy is very flexible allowing users to setup their checkpc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for checkpc:
-+
-+.EX
-+.B checkpc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a checkpc_t
-+can be used to make the process type checkpc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  checkpc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run checkpc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type checkpc_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 print_spool_t
-+
-+	/var/spool/lpd(/.*)?
-+.br
-+	/var/spool/cups(/.*)?
-+.br
-+	/var/spool/cups-pdf(/.*)?
-+.br
-+
-+.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 checkpc policy is very flexible allowing users to setup their checkpc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the checkpc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t checkpc_exec_t '/srv/checkpc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycheckpc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for checkpc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), checkpc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/checkpolicy_selinux.8 b/man/man8/checkpolicy_selinux.8
-new file mode 100644
-index 0000000..83da149
---- /dev/null
-+++ b/man/man8/checkpolicy_selinux.8
-@@ -0,0 +1,163 @@
-+.TH  "checkpolicy_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep checkpolicy_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The checkpolicy_t SELinux type can be entered via the \fBcheckpolicy_exec_t\fP file type.
-+
-+The default entrypoint paths for the checkpolicy_t domain are the following:
-+
-+/usr/bin/checkpolicy
-+.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 checkpolicy policy is very flexible allowing users to setup their checkpolicy processes in as secure a method as possible.
-+.PP
-+The following process types are defined for checkpolicy:
-+
-+.EX
-+.B checkpolicy_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a checkpolicy_t
-+can be used to make the process type checkpolicy_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  checkpolicy policy is extremely flexible and has several booleans that allow you to manipulate the policy and run checkpolicy with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type checkpolicy_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 semanage_store_t
-+
-+	/etc/selinux/([^/]*/)?policy(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)?
-+.br
-+	/etc/share/selinux/mls(/.*)?
-+.br
-+	/etc/share/selinux/targeted(/.*)?
-+.br
-+
-+.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 checkpolicy policy is very flexible allowing users to setup their checkpolicy processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the checkpolicy, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t checkpolicy_exec_t '/srv/checkpolicy/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycheckpolicy_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for checkpolicy:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), checkpolicy(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/chfn_selinux.8 b/man/man8/chfn_selinux.8
-new file mode 100644
-index 0000000..c060a8c
---- /dev/null
-+++ b/man/man8/chfn_selinux.8
-@@ -0,0 +1,285 @@
-+.TH  "chfn_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep chfn_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The chfn_t SELinux type can be entered via the \fBchfn_exec_t\fP file type.
-+
-+The default entrypoint paths for the chfn_t domain are the following:
-+
-+/usr/bin/chfn, /usr/bin/chsh
-+.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 chfn policy is very flexible allowing users to setup their chfn processes in as secure a method as possible.
-+.PP
-+The following process types are defined for chfn:
-+
-+.EX
-+.B chfn_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a chfn_t
-+can be used to make the process type chfn_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  chfn policy is extremely flexible and has several booleans that allow you to manipulate the policy and run chfn with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the chfn_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 chfn_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type chfn_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B passwd_file_t
-+
-+	/etc/group[-\+]?
-+.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 security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 chfn policy is very flexible allowing users to setup their chfn processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the chfn, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t chfn_exec_t '/srv/chfn/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mychfn_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for chfn:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/chfn, /usr/bin/chsh
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), chfn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/chkpwd_selinux.8 b/man/man8/chkpwd_selinux.8
-new file mode 100644
-index 0000000..9a53615
---- /dev/null
-+++ b/man/man8/chkpwd_selinux.8
-@@ -0,0 +1,207 @@
-+.TH  "chkpwd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep chkpwd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The chkpwd_t SELinux type can be entered via the \fBchkpwd_exec_t\fP file type.
-+
-+The default entrypoint paths for the chkpwd_t domain are the following:
-+
-+/sbin/unix_chkpwd, /sbin/unix_verify, /usr/sbin/validate, /usr/sbin/unix_chkpwd, /usr/sbin/unix_verify
-+.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 chkpwd policy is very flexible allowing users to setup their chkpwd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for chkpwd:
-+
-+.EX
-+.B chkpwd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a chkpwd_t
-+can be used to make the process type chkpwd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  chkpwd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run chkpwd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to use mod_auth_pam, you must turn on the httpd_mod_auth_pam boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_mod_auth_pam 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the chkpwd_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 chkpwd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 chkpwd policy is very flexible allowing users to setup their chkpwd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the chkpwd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t chkpwd_exec_t '/srv/chkpwd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mychkpwd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for chkpwd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/unix_chkpwd, /sbin/unix_verify, /usr/sbin/validate, /usr/sbin/unix_chkpwd, /usr/sbin/unix_verify
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), chkpwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/chrome_sandbox_nacl_selinux.8 b/man/man8/chrome_sandbox_nacl_selinux.8
-new file mode 100644
-index 0000000..a3fffc7
---- /dev/null
-+++ b/man/man8/chrome_sandbox_nacl_selinux.8
-@@ -0,0 +1,160 @@
-+.TH  "chrome_sandbox_nacl_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep chrome_sandbox_nacl_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The chrome_sandbox_nacl_t SELinux type can be entered via the \fBbin_t, chrome_sandbox_nacl_exec_t\fP file types.
-+
-+The default entrypoint paths for the chrome_sandbox_nacl_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/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.
-+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
-+The following process types are defined for chrome_sandbox_nacl:
-+
-+.EX
-+.B chrome_sandbox_nacl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a chrome_sandbox_nacl_t
-+can be used to make the process type chrome_sandbox_nacl_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  chrome_sandbox_nacl policy is extremely flexible and has several booleans that allow you to manipulate the policy and run chrome_sandbox_nacl with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type chrome_sandbox_nacl_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 chrome_sandbox_tmpfs_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the chrome_sandbox_nacl, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t chrome_sandbox_nacl_exec_t '/srv/chrome_sandbox_nacl/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mychrome_sandbox_nacl_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for chrome_sandbox_nacl:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/opt/google/chrome/nacl_helper_bootstrap, /usr/lib/chromium-browser/nacl_helper_bootstrap
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), chrome_sandbox_nacl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), chrome_sandbox_selinux(8), chrome_sandbox_selinux(8)
-\ 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..472e081
---- /dev/null
-+++ b/man/man8/chrome_sandbox_selinux.8
-@@ -0,0 +1,473 @@
-+.TH  "chrome_sandbox_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep chrome_sandbox_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The chrome_sandbox_t SELinux type can be entered via the \fBchrome_sandbox_exec_t\fP file type.
-+
-+The default entrypoint paths for the chrome_sandbox_t domain are the following:
-+
-+/opt/google/chrome/chrome-sandbox, /usr/lib/chromium-browser/chrome-sandbox
-+.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 chrome_sandbox policy is very flexible allowing users to setup their chrome_sandbox processes in as secure a method as possible.
-+.PP
-+The following process types are defined for chrome_sandbox:
-+
-+.EX
-+.B chrome_sandbox_t, chrome_sandbox_nacl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a chrome_sandbox_t
-+can be used to make the process type chrome_sandbox_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  chrome_sandbox policy is extremely flexible and has several booleans that allow you to manipulate the policy and run chrome_sandbox with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined users to transition to the chrome sandbox domains when running chrome-sandbox, you must turn on the unconfined_chrome_sandbox_transition boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_chrome_sandbox_transition 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type chrome_sandbox_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmp_t
-+
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B home_cert_t
-+
-+	/root/\.pki(/.*)?
-+.br
-+	/root/\.cert(/.*)?
-+.br
-+	/home/[^/]*/.kde/share/apps/networkmanagement/certificates(/.*)?
-+.br
-+	/home/[^/]*/\.pki(/.*)?
-+.br
-+	/home/[^/]*/\.cert(/.*)?
-+.br
-+	/home/pwalsh/.kde/share/apps/networkmanagement/certificates(/.*)?
-+.br
-+	/home/pwalsh/\.pki(/.*)?
-+.br
-+	/home/pwalsh/\.cert(/.*)?
-+.br
-+	/home/dwalsh/.kde/share/apps/networkmanagement/certificates(/.*)?
-+.br
-+	/home/dwalsh/\.pki(/.*)?
-+.br
-+	/home/dwalsh/\.cert(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.kde/share/apps/networkmanagement/certificates(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.pki(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cert(/.*)?
-+.br
-+
-+.br
-+.B mozilla_home_t
-+
-+	/home/[^/]*/\.lyx(/.*)?
-+.br
-+	/home/[^/]*/\.java(/.*)?
-+.br
-+	/home/[^/]*/\.adobe(/.*)?
-+.br
-+	/home/[^/]*/\.gnash(/.*)?
-+.br
-+	/home/[^/]*/\.galeon(/.*)?
-+.br
-+	/home/[^/]*/\.spicec(/.*)?
-+.br
-+	/home/[^/]*/\.mozilla(/.*)?
-+.br
-+	/home/[^/]*/\.phoenix(/.*)?
-+.br
-+	/home/[^/]*/\.netscape(/.*)?
-+.br
-+	/home/[^/]*/\.ICAClient(/.*)?
-+.br
-+	/home/[^/]*/\.macromedia(/.*)?
-+.br
-+	/home/[^/]*/\.thunderbird(/.*)?
-+.br
-+	/home/[^/]*/\.gcjwebplugin(/.*)?
-+.br
-+	/home/[^/]*/\.icedteaplugin(/.*)?
-+.br
-+	/home/[^/]*/zimbrauserdata(/.*)?
-+.br
-+	/home/[^/]*/\.config/chromium(/.*)?
-+.br
-+	/home/pwalsh/\.lyx(/.*)?
-+.br
-+	/home/pwalsh/\.java(/.*)?
-+.br
-+	/home/pwalsh/\.adobe(/.*)?
-+.br
-+	/home/pwalsh/\.gnash(/.*)?
-+.br
-+	/home/pwalsh/\.galeon(/.*)?
-+.br
-+	/home/pwalsh/\.spicec(/.*)?
-+.br
-+	/home/pwalsh/\.mozilla(/.*)?
-+.br
-+	/home/pwalsh/\.phoenix(/.*)?
-+.br
-+	/home/pwalsh/\.netscape(/.*)?
-+.br
-+	/home/pwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/pwalsh/\.macromedia(/.*)?
-+.br
-+	/home/pwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/pwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/pwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/pwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/pwalsh/\.config/chromium(/.*)?
-+.br
-+	/home/dwalsh/\.lyx(/.*)?
-+.br
-+	/home/dwalsh/\.java(/.*)?
-+.br
-+	/home/dwalsh/\.adobe(/.*)?
-+.br
-+	/home/dwalsh/\.gnash(/.*)?
-+.br
-+	/home/dwalsh/\.galeon(/.*)?
-+.br
-+	/home/dwalsh/\.spicec(/.*)?
-+.br
-+	/home/dwalsh/\.mozilla(/.*)?
-+.br
-+	/home/dwalsh/\.phoenix(/.*)?
-+.br
-+	/home/dwalsh/\.netscape(/.*)?
-+.br
-+	/home/dwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/dwalsh/\.macromedia(/.*)?
-+.br
-+	/home/dwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/dwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/dwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/dwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/dwalsh/\.config/chromium(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.lyx(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.java(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.adobe(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnash(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.galeon(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spicec(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mozilla(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.phoenix(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.netscape(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ICAClient(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.macromedia(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.thunderbird(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gcjwebplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.icedteaplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/zimbrauserdata(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/chromium(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 chrome_sandbox policy is very flexible allowing users to setup their chrome_sandbox processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the chrome_sandbox, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t chrome_sandbox_exec_t '/srv/chrome_sandbox/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mychrome_sandbox_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for chrome_sandbox:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/opt/google/chrome/chrome-sandbox, /usr/lib/chromium-browser/chrome-sandbox
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/opt/google/chrome/nacl_helper_bootstrap, /usr/lib/chromium-browser/nacl_helper_bootstrap
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), chrome_sandbox(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), chrome_sandbox_nacl_selinux(8)
-\ 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..8785cb6
---- /dev/null
-+++ b/man/man8/chronyd_selinux.8
-@@ -0,0 +1,341 @@
-+.TH  "chronyd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep chronyd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The chronyd_t SELinux type can be entered via the \fBchronyd_exec_t\fP file type.
-+
-+The default entrypoint paths for the chronyd_t domain are the following:
-+
-+/usr/sbin/chronyd
-+.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 chronyd policy is very flexible allowing users to setup their chronyd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for chronyd:
-+
-+.EX
-+.B chronyd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a chronyd_t
-+can be used to make the process type chronyd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  chronyd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run chronyd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the chronyd_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 chronyd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 chronyd policy is very flexible allowing users to setup their chronyd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for chronyd:
-+
-+.EX
-+.TP 5
-+.B chronyd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 323
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type chronyd_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 chronyd_tmpfs_t
-+
-+
-+.br
-+.B chronyd_var_lib_t
-+
-+	/var/lib/chrony(/.*)?
-+.br
-+
-+.br
-+.B chronyd_var_run_t
-+
-+	/var/run/chronyd(/.*)
-+.br
-+	/var/run/chronyd\.pid
-+.br
-+	/var/run/chronyd\.sock
-+.br
-+
-+.br
-+.B gpsd_tmpfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 chronyd policy is very flexible allowing users to setup their chronyd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the chronyd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t chronyd_exec_t '/srv/chronyd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mychronyd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for chronyd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B chronyd_keys_t
-+.EE
-+
-+- Set files with the chronyd_keys_t type, if you want to treat the files as chronyd keys data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/chronyd(/.*), /var/run/chronyd\.pid, /var/run/chronyd\.sock
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), chronyd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/chroot_user_selinux.8 b/man/man8/chroot_user_selinux.8
-new file mode 100644
-index 0000000..2135e1c
---- /dev/null
-+++ b/man/man8/chroot_user_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "chroot_user_selinux"  "8"  "13-01-16" "chroot_user" "SELinux Policy documentation for chroot_user"
-+.SH "NAME"
-+chroot_user_selinux \- Security Enhanced Linux Policy for the chroot_user processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the chroot_user processes via flexible mandatory access control.
-+
-+The chroot_user processes execute with the chroot_user_t SELinux 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 chroot_user_t
-+
-+
-+.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 chroot_user policy is very flexible allowing users to setup their chroot_user processes in as secure a method as possible.
-+.PP
-+The following process types are defined for chroot_user:
-+
-+.EX
-+.B chroot_user_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a chroot_user_t
-+can be used to make the process type chroot_user_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  chroot_user policy is extremely flexible and has several booleans that allow you to manipulate the policy and run chroot_user with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh with chroot env to read and write files in the user home directories, you must turn on the ssh_chroot_rw_homedirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_chroot_rw_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type chroot_user_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), chroot_user(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ciped_selinux.8 b/man/man8/ciped_selinux.8
-new file mode 100644
-index 0000000..9594c34
---- /dev/null
-+++ b/man/man8/ciped_selinux.8
-@@ -0,0 +1,199 @@
-+.TH  "ciped_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ciped_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ciped_t SELinux type can be entered via the \fBciped_exec_t\fP file type.
-+
-+The default entrypoint paths for the ciped_t domain are the following:
-+
-+/usr/sbin/ciped.*
-+.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 ciped policy is very flexible allowing users to setup their ciped processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ciped:
-+
-+.EX
-+.B ciped_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ciped_t
-+can be used to make the process type ciped_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ciped policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ciped with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ciped_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 ciped policy is very flexible allowing users to setup their ciped processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ciped, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ciped_exec_t '/srv/ciped/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myciped_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ciped:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B ciped_initrc_exec_t
-+.EE
-+
-+- Set files with the ciped_initrc_exec_t type, if you want to transition an executable to the ciped_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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ciped(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/clamd_selinux.8 b/man/man8/clamd_selinux.8
-new file mode 100644
-index 0000000..0d9321a
---- /dev/null
-+++ b/man/man8/clamd_selinux.8
-@@ -0,0 +1,383 @@
-+.TH  "clamd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep clamd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The clamd_t SELinux type can be entered via the \fBclamd_exec_t\fP file type.
-+
-+The default entrypoint paths for the clamd_t domain are the following:
-+
-+/usr/sbin/clamd, /usr/sbin/clamav-milter
-+.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 clamd policy is very flexible allowing users to setup their clamd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for clamd:
-+
-+.EX
-+.B clamd_t, clamscan_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a clamd_t
-+can be used to make the process type clamd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  clamd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run clamd with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether can clamd use JIT compiler, you must turn on the clamd_use_jit boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P clamd_use_jit 1
-+
-+.EE
-+
-+.PP
-+If you want to allow antivirus programs to read non security files on a system, you must turn on the antivirus_can_scan_system boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P antivirus_can_scan_system 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the clamd_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 clamd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 clamd policy is very flexible allowing users to setup their clamd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for clamd:
-+
-+.EX
-+.TP 5
-+.B clamd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 3310
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type clamd_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 amavis_spool_t
-+
-+	/var/spool/amavisd(/.*)?
-+.br
-+
-+.br
-+.B antivirus_db_t
-+
-+	/var/opt/f-secure(/.*)?
-+.br
-+
-+.br
-+.B clamd_tmp_t
-+
-+
-+.br
-+.B clamd_var_lib_t
-+
-+	/var/clamav(/.*)?
-+.br
-+	/var/lib/clamd.*
-+.br
-+	/var/lib/clamav(/.*)?
-+.br
-+
-+.br
-+.B clamd_var_run_t
-+
-+	/var/run/clamd.*
-+.br
-+	/var/run/clamav.*
-+.br
-+	/var/run/amavis(d)?/clamd\.pid
-+.br
-+	/var/spool/amavisd/clamd\.sock
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 clamd policy is very flexible allowing users to setup their clamd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the clamd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t clamd_etc_t '/srv/clamd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myclamd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for clamd:
-+
-+
-+.EX
-+.PP
-+.B clamd_etc_t
-+.EE
-+
-+- Set files with the clamd_etc_t type, if you want to store clamd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/clamd, /usr/sbin/clamav-milter
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/clamav(/.*)?, /var/lib/clamd.*, /var/lib/clamav(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/clamd.*, /var/log/clamav.*
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/clamd.*, /var/run/clamav.*, /var/run/amavis(d)?/clamd\.pid, /var/spool/amavisd/clamd\.sock
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), clamd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), clamscan_selinux(8)
-\ 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..62b1460
---- /dev/null
-+++ b/man/man8/clamscan_selinux.8
-@@ -0,0 +1,261 @@
-+.TH  "clamscan_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep clamscan_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The clamscan_t SELinux type can be entered via the \fBclamscan_exec_t\fP file type.
-+
-+The default entrypoint paths for the clamscan_t domain are the following:
-+
-+/usr/bin/clamscan, /usr/bin/clamdscan
-+.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 clamscan policy is very flexible allowing users to setup their clamscan processes in as secure a method as possible.
-+.PP
-+The following process types are defined for clamscan:
-+
-+.EX
-+.B clamscan_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a clamscan_t
-+can be used to make the process type clamscan_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  clamscan policy is extremely flexible and has several booleans that allow you to manipulate the policy and run clamscan with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow antivirus programs to read non security files on a system, you must turn on the antivirus_can_scan_system boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P antivirus_can_scan_system 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether clamscan can read all non-security files, you must turn on the clamav_read_all_non_security_files_clamscan boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P clamav_read_all_non_security_files_clamscan 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether clamscan can read user content files, you must turn on the clamav_read_user_content_files_clamscan boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P clamav_read_user_content_files_clamscan 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether can clamd use JIT compiler, you must turn on the clamd_use_jit boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P clamd_use_jit 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type clamscan_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 amavis_spool_t
-+
-+	/var/spool/amavisd(/.*)?
-+.br
-+
-+.br
-+.B antivirus_db_t
-+
-+	/var/opt/f-secure(/.*)?
-+.br
-+
-+.br
-+.B clamd_var_lib_t
-+
-+	/var/clamav(/.*)?
-+.br
-+	/var/lib/clamd.*
-+.br
-+	/var/lib/clamav(/.*)?
-+.br
-+
-+.br
-+.B clamscan_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 clamscan policy is very flexible allowing users to setup their clamscan processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the clamscan, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t clamscan_exec_t '/srv/clamscan/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myclamscan_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for clamscan:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/clamscan, /usr/bin/clamdscan
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), clamscan(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..ec20083
---- /dev/null
-+++ b/man/man8/clogd_selinux.8
-@@ -0,0 +1,209 @@
-+.TH  "clogd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep clogd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The clogd_t SELinux type can be entered via the \fBclogd_exec_t\fP file type.
-+
-+The default entrypoint paths for the clogd_t domain are the following:
-+
-+/usr/sbin/clogd
-+.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 clogd policy is very flexible allowing users to setup their clogd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for clogd:
-+
-+.EX
-+.B clogd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a clogd_t
-+can be used to make the process type clogd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  clogd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run clogd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type clogd_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 clogd_tmpfs_t
-+
-+
-+.br
-+.B clogd_var_run_t
-+
-+	/var/run/clogd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 clogd policy is very flexible allowing users to setup their clogd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the clogd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t clogd_exec_t '/srv/clogd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myclogd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for clogd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), clogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/clvmd_selinux.8 b/man/man8/clvmd_selinux.8
-new file mode 100644
-index 0000000..36213b4
---- /dev/null
-+++ b/man/man8/clvmd_selinux.8
-@@ -0,0 +1,269 @@
-+.TH  "clvmd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep clvmd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The clvmd_t SELinux type can be entered via the \fBclvmd_exec_t\fP file type.
-+
-+The default entrypoint paths for the clvmd_t domain are the following:
-+
-+/usr/sbin/clvmd
-+.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 clvmd policy is very flexible allowing users to setup their clvmd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for clvmd:
-+
-+.EX
-+.B clvmd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a clvmd_t
-+can be used to make the process type clvmd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  clvmd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run clvmd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the clvmd_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 clvmd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type clvmd_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 anon_inodefs_t
-+
-+
-+.br
-+.B clvmd_tmpfs_t
-+
-+
-+.br
-+.B clvmd_var_run_t
-+
-+	/var/run/clvmd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 clvmd policy is very flexible allowing users to setup their clvmd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the clvmd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t clvmd_exec_t '/srv/clvmd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myclvmd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for clvmd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), clvmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cmirrord_selinux.8 b/man/man8/cmirrord_selinux.8
-new file mode 100644
-index 0000000..920b83d
---- /dev/null
-+++ b/man/man8/cmirrord_selinux.8
-@@ -0,0 +1,217 @@
-+.TH  "cmirrord_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cmirrord_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cmirrord_t SELinux type can be entered via the \fBcmirrord_exec_t\fP file type.
-+
-+The default entrypoint paths for the cmirrord_t domain are the following:
-+
-+/usr/sbin/cmirrord
-+.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 cmirrord policy is very flexible allowing users to setup their cmirrord processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cmirrord:
-+
-+.EX
-+.B cmirrord_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cmirrord_t
-+can be used to make the process type cmirrord_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cmirrord policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cmirrord with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cmirrord_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 cmirrord_tmpfs_t
-+
-+
-+.br
-+.B cmirrord_var_run_t
-+
-+	/var/run/cmirrord\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cmirrord policy is very flexible allowing users to setup their cmirrord processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cmirrord, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cmirrord_exec_t '/srv/cmirrord/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycmirrord_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cmirrord:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cmirrord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cobblerd_selinux.8 b/man/man8/cobblerd_selinux.8
-new file mode 100644
-index 0000000..380113f
---- /dev/null
-+++ b/man/man8/cobblerd_selinux.8
-@@ -0,0 +1,417 @@
-+.TH  "cobblerd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cobblerd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cobblerd_t SELinux type can be entered via the \fBcobblerd_exec_t\fP file type.
-+
-+The default entrypoint paths for the cobblerd_t domain are the following:
-+
-+/usr/bin/cobblerd
-+.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 cobblerd policy is very flexible allowing users to setup their cobblerd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cobblerd:
-+
-+.EX
-+.B cobblerd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cobblerd_t
-+can be used to make the process type cobblerd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cobblerd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cobblerd with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether Cobbler can connect to the network using TCP, you must turn on the cobbler_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P cobbler_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Cobbler can access cifs file systems, you must turn on the cobbler_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P cobbler_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Cobbler can access nfs file systems, you must turn on the cobbler_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P cobbler_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 cobblerd policy is very flexible allowing users to setup their cobblerd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for cobblerd:
-+
-+.EX
-+.TP 5
-+.B cobbler_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 25151
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cobblerd_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 cifs_t
-+
-+
-+.br
-+.B cobbler_tmp_t
-+
-+
-+.br
-+.B cobbler_var_lib_t
-+
-+	/var/lib/cobbler(/.*)?
-+.br
-+	/var/www/cobbler(/.*)?
-+.br
-+	/var/lib/tftpboot/etc(/.*)?
-+.br
-+	/var/lib/tftpboot/ppc(/.*)?
-+.br
-+	/var/lib/tftpboot/grub(/.*)?
-+.br
-+	/var/lib/tftpboot/s390x(/.*)?
-+.br
-+	/var/lib/tftpboot/images(/.*)?
-+.br
-+	/var/lib/tftpboot/pxelinux\.cfg(/.*)?
-+.br
-+	/var/lib/tftpboot/yaboot
-+.br
-+	/var/lib/tftpboot/memdisk
-+.br
-+	/var/lib/tftpboot/menu\.c32
-+.br
-+	/var/lib/tftpboot/pxelinux\.0
-+.br
-+
-+.br
-+.B dhcp_etc_t
-+
-+	/etc/dhcpc.*
-+.br
-+	/etc/dhcp3(/.*)?
-+.br
-+	/etc/dhcpd(6)?\.conf
-+.br
-+	/etc/dhcp3?/dhclient.*
-+.br
-+	/etc/dhclient.*conf
-+.br
-+	/etc/dhcp/dhcpd(6)?\.conf
-+.br
-+	/etc/dhclient-script
-+.br
-+
-+.br
-+.B dnsmasq_etc_t
-+
-+	/etc/dnsmasq\.conf
-+.br
-+
-+.br
-+.B named_conf_t
-+
-+	/etc/rndc.*
-+.br
-+	/etc/unbound(/.*)?
-+.br
-+	/var/named/chroot(/.*)?
-+.br
-+	/etc/named\.rfc1912.zones
-+.br
-+	/var/named/chroot/etc/named\.rfc1912.zones
-+.br
-+	/etc/named\.conf
-+.br
-+	/var/named/named\.ca
-+.br
-+	/etc/named\.root\.hints
-+.br
-+	/var/named/chroot/etc/named\.conf
-+.br
-+	/etc/named\.caching-nameserver\.conf
-+.br
-+	/var/named/chroot/var/named/named\.ca
-+.br
-+	/var/named/chroot/etc/named\.root\.hints
-+.br
-+	/var/named/chroot/etc/named\.caching-nameserver\.conf
-+.br
-+
-+.br
-+.B named_zone_t
-+
-+	/var/named(/.*)?
-+.br
-+	/var/named/chroot/var/named(/.*)?
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B rsync_etc_t
-+
-+	/etc/rsyncd\.conf
-+.br
-+
-+.br
-+.B tftpd_etc_t
-+
-+	/etc/xinetd\.d/tftp
-+.br
-+
-+.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 cobblerd policy is very flexible allowing users to setup their cobblerd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cobblerd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cobblerd_exec_t '/srv/cobblerd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycobblerd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cobblerd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 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
-+Allow cobblerd servers to read the /var/cobblerd directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/cobblerd(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/cobblerd
-+.pp
-+.TP
-+Allow cobblerd 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_cobblerdd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/cobblerd/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/cobblerd/incoming
-+
-+
-+.PP
-+If you want to determine whether Cobbler can modify public files used for public file transfer services., you must turn on the cobbler_anon_write boolean.
-+
-+.EX
-+.B setsebool -P cobbler_anon_write 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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), cobblerd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..42cb681
---- /dev/null
-+++ b/man/man8/collectd_selinux.8
-@@ -0,0 +1,243 @@
-+.TH  "collectd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep collectd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The collectd_t SELinux type can be entered via the \fBcollectd_exec_t\fP file type.
-+
-+The default entrypoint paths for the collectd_t domain are the following:
-+
-+/usr/sbin/collectd
-+.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 collectd policy is very flexible allowing users to setup their collectd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for collectd:
-+
-+.EX
-+.B collectd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a collectd_t
-+can be used to make the process type collectd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  collectd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run collectd with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether collectd can connect to the network using TCP, you must turn on the collectd_tcp_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P collectd_tcp_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type collectd_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 collectd_var_lib_t
-+
-+	/var/lib/collectd(/.*)?
-+.br
-+
-+.br
-+.B collectd_var_run_t
-+
-+	/var/run/collectd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 collectd policy is very flexible allowing users to setup their collectd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the collectd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t collectd_exec_t '/srv/collectd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycollectd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for collectd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), collectd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..1b31976
---- /dev/null
-+++ b/man/man8/colord_selinux.8
-@@ -0,0 +1,342 @@
-+.TH  "colord_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep colord_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The colord_t SELinux type can be entered via the \fBcolord_exec_t\fP file type.
-+
-+The default entrypoint paths for the colord_t domain are the following:
-+
-+/usr/lib/[^/]*/colord/colord, /usr/lib/[^/]*/colord/colord-sane, /usr/libexec/colord, /usr/libexec/colord-sane
-+.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 colord policy is very flexible allowing users to setup their colord processes in as secure a method as possible.
-+.PP
-+The following process types are defined for colord:
-+
-+.EX
-+.B colord_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a colord_t
-+can be used to make the process type colord_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  colord policy is extremely flexible and has several booleans that allow you to manipulate the policy and run colord with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the colord_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 colord_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type colord_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 colord_tmp_t
-+
-+
-+.br
-+.B colord_tmpfs_t
-+
-+
-+.br
-+.B colord_var_lib_t
-+
-+	/var/lib/color(/.*)?
-+.br
-+	/var/lib/colord(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.br
-+.B zoneminder_tmpfs_t
-+
-+
-+.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 colord policy is very flexible allowing users to setup their colord processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+colord policy stores data with multiple different file context types under the /var/lib/color directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/color /srv/color
-+.br
-+.B restorecon -R -v /srv/color
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the colord, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t colord_exec_t '/srv/colord/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycolord_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for colord:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/[^/]*/colord/colord, /usr/lib/[^/]*/colord/colord-sane, /usr/libexec/colord, /usr/libexec/colord-sane
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/color(/.*)?, /var/lib/colord(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), colord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/comsat_selinux.8 b/man/man8/comsat_selinux.8
-new file mode 100644
-index 0000000..310ea6d
---- /dev/null
-+++ b/man/man8/comsat_selinux.8
-@@ -0,0 +1,249 @@
-+.TH  "comsat_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep comsat_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The comsat_t SELinux type can be entered via the \fBcomsat_exec_t\fP file type.
-+
-+The default entrypoint paths for the comsat_t domain are the following:
-+
-+/usr/sbin/in\.comsat
-+.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 comsat policy is very flexible allowing users to setup their comsat processes in as secure a method as possible.
-+.PP
-+The following process types are defined for comsat:
-+
-+.EX
-+.B comsat_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a comsat_t
-+can be used to make the process type comsat_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  comsat policy is extremely flexible and has several booleans that allow you to manipulate the policy and run comsat with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the comsat_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 comsat_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 comsat policy is very flexible allowing users to setup their comsat processes in as secure a method as possible.
-+.PP
-+The following port types are defined for comsat:
-+
-+.EX
-+.TP 5
-+.B comsat_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 512
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type comsat_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 comsat_tmp_t
-+
-+
-+.br
-+.B comsat_var_run_t
-+
-+
-+.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 comsat policy is very flexible allowing users to setup their comsat processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the comsat, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t comsat_exec_t '/srv/comsat/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycomsat_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for comsat:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), comsat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/condor_collector_selinux.8 b/man/man8/condor_collector_selinux.8
-new file mode 100644
-index 0000000..b0807efa
---- /dev/null
-+++ b/man/man8/condor_collector_selinux.8
-@@ -0,0 +1,261 @@
-+.TH  "condor_collector_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep condor_collector_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The condor_collector_t SELinux type can be entered via the \fBcondor_collector_exec_t\fP file type.
-+
-+The default entrypoint paths for the condor_collector_t domain are the following:
-+
-+/usr/sbin/condor_collector
-+.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 condor_collector policy is very flexible allowing users to setup their condor_collector processes in as secure a method as possible.
-+.PP
-+The following process types are defined for condor_collector:
-+
-+.EX
-+.B condor_collector_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a condor_collector_t
-+can be used to make the process type condor_collector_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  condor_collector policy is extremely flexible and has several booleans that allow you to manipulate the policy and run condor_collector with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Condor can connect to the network using TCP, you must turn on the condor_tcp_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P condor_tcp_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the condor_collector_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 condor_collector_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type condor_collector_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 condor_var_lib_t
-+
-+	/var/lib/condor(/.*)?
-+.br
-+	/var/lib/condor/spool(/.*)?
-+.br
-+	/var/lib/condor/execute(/.*)?
-+.br
-+
-+.br
-+.B condor_var_lock_t
-+
-+	/var/lock/condor(/.*)?
-+.br
-+
-+.br
-+.B condor_var_run_t
-+
-+	/var/run/condor(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 condor_collector policy is very flexible allowing users to setup their condor_collector processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the condor_collector, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t condor_collector_exec_t '/srv/condor_collector/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycondor_collector_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for condor_collector:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), condor_collector(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), condor_master_selinux(8), condor_negotiator_selinux(8), condor_procd_selinux(8), condor_schedd_selinux(8), condor_startd_selinux(8), condor_startd_ssh_selinux(8)
-\ 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..c24d5d6
---- /dev/null
-+++ b/man/man8/condor_master_selinux.8
-@@ -0,0 +1,225 @@
-+.TH  "condor_master_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep condor_master_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The condor_master_t SELinux type can be entered via the \fBcondor_master_exec_t\fP file type.
-+
-+The default entrypoint paths for the condor_master_t domain are the following:
-+
-+/usr/sbin/condor_master
-+.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 condor_master policy is very flexible allowing users to setup their condor_master processes in as secure a method as possible.
-+.PP
-+The following process types are defined for condor_master:
-+
-+.EX
-+.B condor_master_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a condor_master_t
-+can be used to make the process type condor_master_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  condor_master policy is extremely flexible and has several booleans that allow you to manipulate the policy and run condor_master with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether Condor can connect to the network using TCP, you must turn on the condor_tcp_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P condor_tcp_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type condor_master_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 condor_master_tmp_t
-+
-+
-+.br
-+.B condor_var_lib_t
-+
-+	/var/lib/condor(/.*)?
-+.br
-+	/var/lib/condor/spool(/.*)?
-+.br
-+	/var/lib/condor/execute(/.*)?
-+.br
-+
-+.br
-+.B condor_var_lock_t
-+
-+	/var/lock/condor(/.*)?
-+.br
-+
-+.br
-+.B condor_var_run_t
-+
-+	/var/run/condor(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 condor_master policy is very flexible allowing users to setup their condor_master processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the condor_master, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t condor_master_exec_t '/srv/condor_master/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycondor_master_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for condor_master:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B condor_master_tmp_t
-+.EE
-+
-+- Set files with the condor_master_tmp_t type, if you want to store condor master 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), condor_master(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), condor_collector_selinux(8), condor_negotiator_selinux(8), condor_procd_selinux(8), condor_schedd_selinux(8), condor_startd_selinux(8), condor_startd_ssh_selinux(8)
-\ 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..680fce0
---- /dev/null
-+++ b/man/man8/condor_negotiator_selinux.8
-@@ -0,0 +1,261 @@
-+.TH  "condor_negotiator_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep condor_negotiator_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The condor_negotiator_t SELinux type can be entered via the \fBcondor_negotiator_exec_t\fP file type.
-+
-+The default entrypoint paths for the condor_negotiator_t domain are the following:
-+
-+/usr/sbin/condor_negotiator
-+.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 condor_negotiator policy is very flexible allowing users to setup their condor_negotiator processes in as secure a method as possible.
-+.PP
-+The following process types are defined for condor_negotiator:
-+
-+.EX
-+.B condor_negotiator_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a condor_negotiator_t
-+can be used to make the process type condor_negotiator_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  condor_negotiator policy is extremely flexible and has several booleans that allow you to manipulate the policy and run condor_negotiator with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Condor can connect to the network using TCP, you must turn on the condor_tcp_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P condor_tcp_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the condor_negotiator_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 condor_negotiator_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type condor_negotiator_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 condor_var_lib_t
-+
-+	/var/lib/condor(/.*)?
-+.br
-+	/var/lib/condor/spool(/.*)?
-+.br
-+	/var/lib/condor/execute(/.*)?
-+.br
-+
-+.br
-+.B condor_var_lock_t
-+
-+	/var/lock/condor(/.*)?
-+.br
-+
-+.br
-+.B condor_var_run_t
-+
-+	/var/run/condor(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 condor_negotiator policy is very flexible allowing users to setup their condor_negotiator processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the condor_negotiator, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t condor_negotiator_exec_t '/srv/condor_negotiator/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycondor_negotiator_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for condor_negotiator:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), condor_negotiator(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), condor_collector_selinux(8), condor_master_selinux(8), condor_procd_selinux(8), condor_schedd_selinux(8), condor_startd_selinux(8), condor_startd_ssh_selinux(8)
-\ 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..d90685c
---- /dev/null
-+++ b/man/man8/condor_procd_selinux.8
-@@ -0,0 +1,261 @@
-+.TH  "condor_procd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep condor_procd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The condor_procd_t SELinux type can be entered via the \fBcondor_procd_exec_t\fP file type.
-+
-+The default entrypoint paths for the condor_procd_t domain are the following:
-+
-+/usr/sbin/condor_procd
-+.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 condor_procd policy is very flexible allowing users to setup their condor_procd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for condor_procd:
-+
-+.EX
-+.B condor_procd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a condor_procd_t
-+can be used to make the process type condor_procd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  condor_procd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run condor_procd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Condor can connect to the network using TCP, you must turn on the condor_tcp_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P condor_tcp_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the condor_procd_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 condor_procd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type condor_procd_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 condor_var_lib_t
-+
-+	/var/lib/condor(/.*)?
-+.br
-+	/var/lib/condor/spool(/.*)?
-+.br
-+	/var/lib/condor/execute(/.*)?
-+.br
-+
-+.br
-+.B condor_var_lock_t
-+
-+	/var/lock/condor(/.*)?
-+.br
-+
-+.br
-+.B condor_var_run_t
-+
-+	/var/run/condor(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 condor_procd policy is very flexible allowing users to setup their condor_procd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the condor_procd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t condor_procd_exec_t '/srv/condor_procd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycondor_procd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for condor_procd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), condor_procd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), condor_collector_selinux(8), condor_master_selinux(8), condor_negotiator_selinux(8), condor_schedd_selinux(8), condor_startd_selinux(8), condor_startd_ssh_selinux(8)
-\ 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..0234b0c
---- /dev/null
-+++ b/man/man8/condor_schedd_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "condor_schedd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep condor_schedd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The condor_schedd_t SELinux type can be entered via the \fBcondor_schedd_exec_t\fP file type.
-+
-+The default entrypoint paths for the condor_schedd_t domain are the following:
-+
-+/usr/sbin/condor_schedd
-+.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 condor_schedd policy is very flexible allowing users to setup their condor_schedd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for condor_schedd:
-+
-+.EX
-+.B condor_schedd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a condor_schedd_t
-+can be used to make the process type condor_schedd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  condor_schedd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run condor_schedd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Condor can connect to the network using TCP, you must turn on the condor_tcp_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P condor_tcp_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the condor_schedd_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 condor_schedd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type condor_schedd_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 condor_schedd_tmp_t
-+
-+
-+.br
-+.B condor_var_lib_t
-+
-+	/var/lib/condor(/.*)?
-+.br
-+	/var/lib/condor/spool(/.*)?
-+.br
-+	/var/lib/condor/execute(/.*)?
-+.br
-+
-+.br
-+.B condor_var_lock_t
-+
-+	/var/lock/condor(/.*)?
-+.br
-+
-+.br
-+.B condor_var_run_t
-+
-+	/var/run/condor(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 condor_schedd policy is very flexible allowing users to setup their condor_schedd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the condor_schedd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t condor_schedd_exec_t '/srv/condor_schedd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycondor_schedd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for condor_schedd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), condor_schedd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), condor_collector_selinux(8), condor_master_selinux(8), condor_negotiator_selinux(8), condor_procd_selinux(8), condor_startd_selinux(8), condor_startd_ssh_selinux(8)
-\ 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..c2cdef7
---- /dev/null
-+++ b/man/man8/condor_startd_selinux.8
-@@ -0,0 +1,327 @@
-+.TH  "condor_startd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep condor_startd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The condor_startd_t SELinux type can be entered via the \fBcondor_startd_exec_t\fP file type.
-+
-+The default entrypoint paths for the condor_startd_t domain are the following:
-+
-+/usr/sbin/condor_startd, /usr/sbin/condor_starter
-+.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 condor_startd policy is very flexible allowing users to setup their condor_startd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for condor_startd:
-+
-+.EX
-+.B condor_startd_ssh_t, condor_startd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a condor_startd_t
-+can be used to make the process type condor_startd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  condor_startd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run condor_startd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Condor can connect to the network using TCP, you must turn on the condor_tcp_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P condor_tcp_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the condor_startd_t, condor_startd_ssh_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 condor_startd_t, condor_startd_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type condor_startd_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 condor_startd_tmp_t
-+
-+
-+.br
-+.B condor_startd_tmpfs_t
-+
-+
-+.br
-+.B condor_var_lib_t
-+
-+	/var/lib/condor(/.*)?
-+.br
-+	/var/lib/condor/spool(/.*)?
-+.br
-+	/var/lib/condor/execute(/.*)?
-+.br
-+
-+.br
-+.B condor_var_lock_t
-+
-+	/var/lock/condor(/.*)?
-+.br
-+
-+.br
-+.B condor_var_run_t
-+
-+	/var/run/condor(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.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 condor_startd policy is very flexible allowing users to setup their condor_startd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the condor_startd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t condor_startd_exec_t '/srv/condor_startd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycondor_startd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for condor_startd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/condor_startd, /usr/sbin/condor_starter
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), condor_startd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), condor_collector_selinux(8), condor_master_selinux(8), condor_negotiator_selinux(8), condor_procd_selinux(8), condor_schedd_selinux(8), condor_startd_ssh_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/condor_startd_ssh_selinux.8 b/man/man8/condor_startd_ssh_selinux.8
-new file mode 100644
-index 0000000..b0027d3
---- /dev/null
-+++ b/man/man8/condor_startd_ssh_selinux.8
-@@ -0,0 +1,222 @@
-+.TH  "condor_startd_ssh_selinux"  "8"  "13-01-16" "condor_startd_ssh" "SELinux Policy documentation for condor_startd_ssh"
-+.SH "NAME"
-+condor_startd_ssh_selinux \- Security Enhanced Linux Policy for the condor_startd_ssh processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the condor_startd_ssh processes via flexible mandatory access control.
-+
-+The condor_startd_ssh processes execute with the condor_startd_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:
-+
-+.B ps -eZ | grep condor_startd_ssh_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The condor_startd_ssh_t SELinux type can be entered via the \fBssh_exec_t\fP file type.
-+
-+The default entrypoint paths for the condor_startd_ssh_t domain are the following:
-+
-+/usr/bin/ssh
-+.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 condor_startd_ssh policy is very flexible allowing users to setup their condor_startd_ssh processes in as secure a method as possible.
-+.PP
-+The following process types are defined for condor_startd_ssh:
-+
-+.EX
-+.B condor_startd_ssh_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a condor_startd_ssh_t
-+can be used to make the process type condor_startd_ssh_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  condor_startd_ssh policy is extremely flexible and has several booleans that allow you to manipulate the policy and run condor_startd_ssh with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the condor_startd_ssh_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 condor_startd_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type condor_startd_ssh_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 condor_var_lib_t
-+
-+	/var/lib/condor(/.*)?
-+.br
-+	/var/lib/condor/spool(/.*)?
-+.br
-+	/var/lib/condor/execute(/.*)?
-+.br
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), condor_startd_ssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), condor_collector_selinux(8), condor_master_selinux(8), condor_negotiator_selinux(8), condor_procd_selinux(8), condor_schedd_selinux(8), condor_startd_selinux(8), condor_startd_selinux(8)
-\ 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..9950ad4
---- /dev/null
-+++ b/man/man8/consolekit_selinux.8
-@@ -0,0 +1,310 @@
-+.TH  "consolekit_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep consolekit_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The consolekit_t SELinux type can be entered via the \fBconsolekit_exec_t\fP file type.
-+
-+The default entrypoint paths for the consolekit_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 consolekit policy is very flexible allowing users to setup their consolekit processes in as secure a method as possible.
-+.PP
-+The following process types are defined for consolekit:
-+
-+.EX
-+.B consolekit_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a consolekit_t
-+can be used to make the process type consolekit_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  consolekit policy is extremely flexible and has several booleans that allow you to manipulate the policy and run consolekit with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the consolekit_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 consolekit_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type consolekit_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 consolekit_var_run_t
-+
-+
-+.br
-+.B pam_var_console_t
-+
-+	/var/run/console(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), consolekit(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/corosync_selinux.8 b/man/man8/corosync_selinux.8
-new file mode 100644
-index 0000000..00c790a
---- /dev/null
-+++ b/man/man8/corosync_selinux.8
-@@ -0,0 +1,379 @@
-+.TH  "corosync_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep corosync_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The corosync_t SELinux type can be entered via the \fBcorosync_exec_t\fP file type.
-+
-+The default entrypoint paths for the corosync_t domain are the following:
-+
-+/usr/sbin/corosync, /usr/sbin/corosync-notifyd
-+.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 corosync policy is very flexible allowing users to setup their corosync processes in as secure a method as possible.
-+.PP
-+The following process types are defined for corosync:
-+
-+.EX
-+.B corosync_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a corosync_t
-+can be used to make the process type corosync_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  corosync policy is extremely flexible and has several booleans that allow you to manipulate the policy and run corosync with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the corosync_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 corosync_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type corosync_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 cluster_tmpfs
-+
-+
-+.br
-+.B cluster_var_lib_t
-+
-+	/var/lib/cluster(/.*)?
-+.br
-+
-+.br
-+.B clvmd_tmpfs_t
-+
-+
-+.br
-+.B cmirrord_tmpfs_t
-+
-+
-+.br
-+.B corosync_tmp_t
-+
-+
-+.br
-+.B corosync_tmpfs_t
-+
-+
-+.br
-+.B corosync_var_lib_t
-+
-+	/var/lib/corosync(/.*)?
-+.br
-+
-+.br
-+.B corosync_var_run_t
-+
-+	/var/run/cman_.*
-+.br
-+	/var/run/rsctmp(/.*)?
-+.br
-+	/var/run/corosync\.pid
-+.br
-+
-+.br
-+.B initrc_state_t
-+
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B qpidd_tmpfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.br
-+.B var_lib_t
-+
-+	/opt/(.*/)?var/lib(/.*)?
-+.br
-+	/var/lib(/.*)?
-+.br
-+
-+.br
-+.B wdmd_tmpfs_t
-+
-+
-+.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 corosync policy is very flexible allowing users to setup their corosync processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the corosync, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t corosync_exec_t '/srv/corosync/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycorosync_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for corosync:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/corosync, /usr/sbin/corosync-notifyd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/cman_.*, /var/run/rsctmp(/.*)?, /var/run/corosync\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), corosync(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/couchdb_selinux.8 b/man/man8/couchdb_selinux.8
-new file mode 100644
-index 0000000..5b8cab4
---- /dev/null
-+++ b/man/man8/couchdb_selinux.8
-@@ -0,0 +1,331 @@
-+.TH  "couchdb_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep couchdb_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The couchdb_t SELinux type can be entered via the \fBcouchdb_exec_t\fP file type.
-+
-+The default entrypoint paths for the couchdb_t domain are the following:
-+
-+/usr/bin/couchdb
-+.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 couchdb policy is very flexible allowing users to setup their couchdb processes in as secure a method as possible.
-+.PP
-+The following process types are defined for couchdb:
-+
-+.EX
-+.B couchdb_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a couchdb_t
-+can be used to make the process type couchdb_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  couchdb policy is extremely flexible and has several booleans that allow you to manipulate the policy and run couchdb with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the couchdb_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 couchdb_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 couchdb policy is very flexible allowing users to setup their couchdb processes in as secure a method as possible.
-+.PP
-+The following port types are defined for couchdb:
-+
-+.EX
-+.TP 5
-+.B couchdb_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5984
-+.EE
-+udp 5984
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type couchdb_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 couchdb_tmp_t
-+
-+
-+.br
-+.B couchdb_var_lib_t
-+
-+	/var/lib/couchdb(/.*)?
-+.br
-+
-+.br
-+.B couchdb_var_run_t
-+
-+	/var/run/couchdb(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 couchdb policy is very flexible allowing users to setup their couchdb processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the couchdb, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t couchdb_conf_t '/srv/couchdb/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycouchdb_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for couchdb:
-+
-+
-+.EX
-+.PP
-+.B couchdb_conf_t
-+.EE
-+
-+- Set files with the couchdb_conf_t type, if you want to treat the files as couchdb configuration data, usually stored under the /etc directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B couchdb_initrc_exec_t
-+.EE
-+
-+- Set files with the couchdb_initrc_exec_t type, if you want to transition an executable to the couchdb_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), couchdb(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/courier_authdaemon_selinux.8 b/man/man8/courier_authdaemon_selinux.8
-new file mode 100644
-index 0000000..df835b8
---- /dev/null
-+++ b/man/man8/courier_authdaemon_selinux.8
-@@ -0,0 +1,247 @@
-+.TH  "courier_authdaemon_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep courier_authdaemon_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The courier_authdaemon_t SELinux type can be entered via the \fBcourier_authdaemon_exec_t\fP file type.
-+
-+The default entrypoint paths for the courier_authdaemon_t domain are the following:
-+
-+/usr/lib/courier/authlib/.*, /usr/sbin/authdaemond
-+.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 courier_authdaemon policy is very flexible allowing users to setup their courier_authdaemon processes in as secure a method as possible.
-+.PP
-+The following process types are defined for courier_authdaemon:
-+
-+.EX
-+.B courier_authdaemon_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a courier_authdaemon_t
-+can be used to make the process type courier_authdaemon_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  courier_authdaemon policy is extremely flexible and has several booleans that allow you to manipulate the policy and run courier_authdaemon with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the courier_authdaemon_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 courier_authdaemon_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type courier_authdaemon_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 courier_authdaemon policy is very flexible allowing users to setup their courier_authdaemon processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the courier_authdaemon, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t courier_authdaemon_exec_t '/srv/courier_authdaemon/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycourier_authdaemon_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for courier_authdaemon:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/courier/authlib/.*, /usr/sbin/authdaemond
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), courier_authdaemon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), courier_pcp_selinux(8), courier_pop_selinux(8), courier_sqwebmail_selinux(8), courier_tcpd_selinux(8)
-\ 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..6dfa43c
---- /dev/null
-+++ b/man/man8/courier_pcp_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "courier_pcp_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep courier_pcp_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The courier_pcp_t SELinux type can be entered via the \fBcourier_pcp_exec_t\fP file type.
-+
-+The default entrypoint paths for the courier_pcp_t domain are the following:
-+
-+/usr/lib/courier/courier/pcpd
-+.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 courier_pcp policy is very flexible allowing users to setup their courier_pcp processes in as secure a method as possible.
-+.PP
-+The following process types are defined for courier_pcp:
-+
-+.EX
-+.B courier_pcp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a courier_pcp_t
-+can be used to make the process type courier_pcp_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  courier_pcp policy is extremely flexible and has several booleans that allow you to manipulate the policy and run courier_pcp with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type courier_pcp_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 courier_pcp policy is very flexible allowing users to setup their courier_pcp processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the courier_pcp, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t courier_pcp_exec_t '/srv/courier_pcp/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycourier_pcp_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for courier_pcp:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), courier_pcp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), courier_authdaemon_selinux(8), courier_pop_selinux(8), courier_sqwebmail_selinux(8), courier_tcpd_selinux(8)
-\ 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..904a658
---- /dev/null
-+++ b/man/man8/courier_pop_selinux.8
-@@ -0,0 +1,199 @@
-+.TH  "courier_pop_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep courier_pop_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The courier_pop_t SELinux type can be entered via the \fBcourier_pop_exec_t\fP file type.
-+
-+The default entrypoint paths for the courier_pop_t domain are the following:
-+
-+/usr/lib/courier/courier/courierpop.*, /usr/bin/imapd, /usr/lib/courier/imapd, /usr/lib/courier/pop3d, /usr/lib/courier/courier/imaplogin
-+.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 courier_pop policy is very flexible allowing users to setup their courier_pop processes in as secure a method as possible.
-+.PP
-+The following process types are defined for courier_pop:
-+
-+.EX
-+.B courier_pop_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a courier_pop_t
-+can be used to make the process type courier_pop_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  courier_pop policy is extremely flexible and has several booleans that allow you to manipulate the policy and run courier_pop with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type courier_pop_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 courier_pop policy is very flexible allowing users to setup their courier_pop processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the courier_pop, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t courier_pop_exec_t '/srv/courier_pop/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycourier_pop_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for courier_pop:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/courier/courier/courierpop.*, /usr/bin/imapd, /usr/lib/courier/imapd, /usr/lib/courier/pop3d, /usr/lib/courier/courier/imaplogin
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), courier_pop(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), courier_authdaemon_selinux(8), courier_pcp_selinux(8), courier_sqwebmail_selinux(8), courier_tcpd_selinux(8)
-\ 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..2e4e3bb
---- /dev/null
-+++ b/man/man8/courier_sqwebmail_selinux.8
-@@ -0,0 +1,144 @@
-+.TH  "courier_sqwebmail_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep courier_sqwebmail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The courier_sqwebmail_t SELinux type can be entered via the \fBcourier_sqwebmail_exec_t\fP file type.
-+
-+The default entrypoint paths for the courier_sqwebmail_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 courier_sqwebmail policy is very flexible allowing users to setup their courier_sqwebmail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for courier_sqwebmail:
-+
-+.EX
-+.B courier_sqwebmail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a courier_sqwebmail_t
-+can be used to make the process type courier_sqwebmail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  courier_sqwebmail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run courier_sqwebmail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type courier_sqwebmail_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), courier_sqwebmail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), courier_authdaemon_selinux(8), courier_pcp_selinux(8), courier_pop_selinux(8), courier_tcpd_selinux(8)
-\ 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..54aabf6
---- /dev/null
-+++ b/man/man8/courier_tcpd_selinux.8
-@@ -0,0 +1,191 @@
-+.TH  "courier_tcpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep courier_tcpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The courier_tcpd_t SELinux type can be entered via the \fBcourier_tcpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the courier_tcpd_t domain are the following:
-+
-+/usr/sbin/couriertcpd
-+.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 courier_tcpd policy is very flexible allowing users to setup their courier_tcpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for courier_tcpd:
-+
-+.EX
-+.B courier_tcpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a courier_tcpd_t
-+can be used to make the process type courier_tcpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  courier_tcpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run courier_tcpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type courier_tcpd_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 courier_var_lib_t
-+
-+	/var/lib/courier(/.*)?
-+.br
-+	/var/lib/courier-imap(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 courier_tcpd policy is very flexible allowing users to setup their courier_tcpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the courier_tcpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t courier_tcpd_exec_t '/srv/courier_tcpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycourier_tcpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for courier_tcpd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), courier_tcpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), courier_authdaemon_selinux(8), courier_pcp_selinux(8), courier_pop_selinux(8), courier_sqwebmail_selinux(8)
-\ 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..8970b71
---- /dev/null
-+++ b/man/man8/cpucontrol_selinux.8
-@@ -0,0 +1,175 @@
-+.TH  "cpucontrol_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cpucontrol_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cpucontrol_t SELinux type can be entered via the \fBcpucontrol_exec_t\fP file type.
-+
-+The default entrypoint paths for the cpucontrol_t domain are the following:
-+
-+/sbin/microcode_ctl, /usr/sbin/microcode_ctl
-+.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 cpucontrol policy is very flexible allowing users to setup their cpucontrol processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cpucontrol:
-+
-+.EX
-+.B cpucontrol_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cpucontrol_t
-+can be used to make the process type cpucontrol_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cpucontrol policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cpucontrol with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 cpucontrol policy is very flexible allowing users to setup their cpucontrol processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cpucontrol, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cpucontrol_conf_t '/srv/cpucontrol/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycpucontrol_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cpucontrol:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/microcode_ctl, /usr/sbin/microcode_ctl
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cpucontrol(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cpufreqselector_selinux.8 b/man/man8/cpufreqselector_selinux.8
-new file mode 100644
-index 0000000..ab3174f
---- /dev/null
-+++ b/man/man8/cpufreqselector_selinux.8
-@@ -0,0 +1,189 @@
-+.TH  "cpufreqselector_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cpufreqselector_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cpufreqselector_t SELinux type can be entered via the \fBcpufreqselector_exec_t\fP file type.
-+
-+The default entrypoint paths for the cpufreqselector_t domain are the following:
-+
-+/usr/bin/cpufreq-selector
-+.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 cpufreqselector policy is very flexible allowing users to setup their cpufreqselector processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cpufreqselector:
-+
-+.EX
-+.B cpufreqselector_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cpufreqselector_t
-+can be used to make the process type cpufreqselector_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cpufreqselector policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cpufreqselector with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cpufreqselector_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 cpufreqselector policy is very flexible allowing users to setup their cpufreqselector processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cpufreqselector, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cpufreqselector_exec_t '/srv/cpufreqselector/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycpufreqselector_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cpufreqselector:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cpufreqselector(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cpuspeed_selinux.8 b/man/man8/cpuspeed_selinux.8
-new file mode 100644
-index 0000000..b8dcdb8
---- /dev/null
-+++ b/man/man8/cpuspeed_selinux.8
-@@ -0,0 +1,191 @@
-+.TH  "cpuspeed_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cpuspeed_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cpuspeed_t SELinux type can be entered via the \fBcpuspeed_exec_t\fP file type.
-+
-+The default entrypoint paths for the cpuspeed_t domain are the following:
-+
-+/usr/sbin/cpufreqd, /usr/sbin/cpuspeed, /usr/sbin/powernowd
-+.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 cpuspeed policy is very flexible allowing users to setup their cpuspeed processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cpuspeed:
-+
-+.EX
-+.B cpuspeed_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cpuspeed_t
-+can be used to make the process type cpuspeed_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cpuspeed policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cpuspeed with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cpuspeed_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 cpuspeed_var_run_t
-+
-+	/var/run/cpufreqd\.pid
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 cpuspeed policy is very flexible allowing users to setup their cpuspeed processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cpuspeed, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cpuspeed_exec_t '/srv/cpuspeed/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycpuspeed_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cpuspeed:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/cpufreqd, /usr/sbin/cpuspeed, /usr/sbin/powernowd
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cpuspeed(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/crack_selinux.8 b/man/man8/crack_selinux.8
-new file mode 100644
-index 0000000..5f19315
---- /dev/null
-+++ b/man/man8/crack_selinux.8
-@@ -0,0 +1,189 @@
-+.TH  "crack_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep crack_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The crack_t SELinux type can be entered via the \fBcrack_exec_t\fP file type.
-+
-+The default entrypoint paths for the crack_t domain are the following:
-+
-+/usr/sbin/crack_[a-z]*, /usr/sbin/cracklib-[a-z]*
-+.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 crack policy is very flexible allowing users to setup their crack processes in as secure a method as possible.
-+.PP
-+The following process types are defined for crack:
-+
-+.EX
-+.B crack_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a crack_t
-+can be used to make the process type crack_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  crack policy is extremely flexible and has several booleans that allow you to manipulate the policy and run crack with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type crack_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 crack_db_t
-+
-+	/usr/share/cracklib(/.*)?
-+.br
-+	/var/cache/cracklib(/.*)?
-+.br
-+	/usr/lib/cracklib_dict.*
-+.br
-+
-+.br
-+.B crack_tmp_t
-+
-+
-+.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 crack policy is very flexible allowing users to setup their crack processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the crack, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t crack_db_t '/srv/crack/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycrack_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for crack:
-+
-+
-+.EX
-+.PP
-+.B crack_db_t
-+.EE
-+
-+- Set files with the crack_db_t type, if you want to treat the files as crack database content.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/cracklib(/.*)?, /var/cache/cracklib(/.*)?, /usr/lib/cracklib_dict.*
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/crack_[a-z]*, /usr/sbin/cracklib-[a-z]*
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), crack(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/crond_selinux.8 b/man/man8/crond_selinux.8
-new file mode 100644
-index 0000000..57fee60
---- /dev/null
-+++ b/man/man8/crond_selinux.8
-@@ -0,0 +1,441 @@
-+.TH  "crond_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep crond_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The crond_t SELinux type can be entered via the \fBcrond_exec_t\fP file type.
-+
-+The default entrypoint paths for the crond_t domain are the following:
-+
-+/usr/sbin/cron(d)?, /usr/sbin/atd, /usr/sbin/fcron
-+.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 crond policy is very flexible allowing users to setup their crond processes in as secure a method as possible.
-+.PP
-+The following process types are defined for crond:
-+
-+.EX
-+.B crond_t, cronjob_t, crontab_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a crond_t
-+can be used to make the process type crond_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  crond policy is extremely flexible and has several booleans that allow you to manipulate the policy and run crond with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to enable extra rules in the cron domain to support fcron, you must turn on the fcron_crond boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P fcron_crond 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow a user to login as an unconfined domain, you must turn on the unconfined_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the crontab_t, crond_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 crontab_t, crond_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type crond_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B cron_log_t
-+
-+	/var/log/rpmpkgs.*
-+.br
-+
-+.br
-+.B cron_spool_t
-+
-+	/var/spool/fcron
-+.br
-+	/var/spool/cron/crontabs
-+.br
-+
-+.br
-+.B crond_tmp_t
-+
-+
-+.br
-+.B crond_var_run_t
-+
-+	/var/run/.*cron.*
-+.br
-+	/var/run/crond?\.pid
-+.br
-+	/var/run/crond?\.reboot
-+.br
-+	/var/run/atd\.pid
-+.br
-+	/var/run/fcron\.pid
-+.br
-+	/var/run/fcron\.fifo
-+.br
-+	/var/run/anacron\.pid
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B rpm_log_t
-+
-+	/var/log/yum\.log.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B system_cron_spool_t
-+
-+	/etc/cron\.d(/.*)?
-+.br
-+	/var/spool/anacron(/.*)?
-+.br
-+	/etc/crontab
-+.br
-+	/var/spool/fcron/systab
-+.br
-+	/var/spool/fcron/new\.systab
-+.br
-+	/var/spool/fcron/systab\.orig
-+.br
-+
-+.br
-+.B user_cron_spool_t
-+
-+	/var/spool/at(/.*)?
-+.br
-+	/var/spool/cron
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.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 crond policy is very flexible allowing users to setup their crond processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the crond, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t crond_exec_t '/srv/crond/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycrond_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for crond:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/cron(d)?, /usr/sbin/atd, /usr/sbin/fcron
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/systemd/system/atd.*, /usr/lib/systemd/system/crond.*
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/.*cron.*, /var/run/crond?\.pid, /var/run/crond?\.reboot, /var/run/atd\.pid, /var/run/fcron\.pid, /var/run/fcron\.fifo, /var/run/anacron\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), crond(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cronjob_selinux(8), crontab_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/cronjob_selinux.8 b/man/man8/cronjob_selinux.8
-new file mode 100644
-index 0000000..1d41d85
---- /dev/null
-+++ b/man/man8/cronjob_selinux.8
-@@ -0,0 +1,146 @@
-+.TH  "cronjob_selinux"  "8"  "13-01-16" "cronjob" "SELinux Policy documentation for cronjob"
-+.SH "NAME"
-+cronjob_selinux \- Security Enhanced Linux Policy for the cronjob processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the cronjob processes via flexible mandatory access control.
-+
-+The cronjob processes execute with the cronjob_t SELinux 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 cronjob_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cronjob_t SELinux type can be entered via the \fBuser_cron_spool_t, shell_exec_t\fP file types.
-+
-+The default entrypoint paths for the cronjob_t domain are the following:
-+
-+/var/spool/at(/.*)?, /var/spool/cron, /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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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
-+.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 cronjob policy is very flexible allowing users to setup their cronjob processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cronjob:
-+
-+.EX
-+.B cronjob_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cronjob_t
-+can be used to make the process type cronjob_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cronjob policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cronjob with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cronjob_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 user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cronjob(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..94272bf
---- /dev/null
-+++ b/man/man8/crontab_selinux.8
-@@ -0,0 +1,311 @@
-+.TH  "crontab_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep crontab_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The crontab_t SELinux type can be entered via the \fBcrontab_exec_t\fP file type.
-+
-+The default entrypoint paths for the crontab_t domain are the following:
-+
-+/usr/bin/(f)?crontab, /usr/bin/at, /usr/sbin/fcronsighup
-+.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 crontab policy is very flexible allowing users to setup their crontab processes in as secure a method as possible.
-+.PP
-+The following process types are defined for crontab:
-+
-+.EX
-+.B crontab_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a crontab_t
-+can be used to make the process type crontab_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  crontab policy is extremely flexible and has several booleans that allow you to manipulate the policy and run crontab with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the crontab_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 crontab_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type crontab_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B crontab_tmp_t
-+
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B user_cron_spool_t
-+
-+	/var/spool/at(/.*)?
-+.br
-+	/var/spool/cron
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.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 crontab policy is very flexible allowing users to setup their crontab processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the crontab, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t crontab_exec_t '/srv/crontab/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycrontab_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for crontab:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/(f)?crontab, /usr/bin/at, /usr/sbin/fcronsighup
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), crontab(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ctdbd_selinux.8 b/man/man8/ctdbd_selinux.8
-new file mode 100644
-index 0000000..cb780a6
---- /dev/null
-+++ b/man/man8/ctdbd_selinux.8
-@@ -0,0 +1,305 @@
-+.TH  "ctdbd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ctdbd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ctdbd_t SELinux type can be entered via the \fBctdbd_exec_t\fP file type.
-+
-+The default entrypoint paths for the ctdbd_t domain are the following:
-+
-+/usr/sbin/ctdbd
-+.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 ctdbd policy is very flexible allowing users to setup their ctdbd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ctdbd:
-+
-+.EX
-+.B ctdbd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ctdbd_t
-+can be used to make the process type ctdbd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ctdbd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ctdbd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 ctdbd policy is very flexible allowing users to setup their ctdbd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ctdbd:
-+
-+.EX
-+.TP 5
-+.B ctdb_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 4379
-+.EE
-+udp 4397
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ctdbd_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 ctdbd_spool_t
-+
-+	/var/spool/ctdb(/.*)?
-+.br
-+
-+.br
-+.B ctdbd_tmp_t
-+
-+
-+.br
-+.B ctdbd_var_lib_t
-+
-+	/var/lib/ctdbd(/.*)?
-+.br
-+
-+.br
-+.B ctdbd_var_run_t
-+
-+	/var/run/ctdbd(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 ctdbd policy is very flexible allowing users to setup their ctdbd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ctdbd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ctdbd_exec_t '/srv/ctdbd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myctdbd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ctdbd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/ctdb\.log.*, /var/log/log\.ctdb.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ctdbd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cups_pdf_selinux.8 b/man/man8/cups_pdf_selinux.8
-new file mode 100644
-index 0000000..d13ec61
---- /dev/null
-+++ b/man/man8/cups_pdf_selinux.8
-@@ -0,0 +1,301 @@
-+.TH  "cups_pdf_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cups_pdf_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cups_pdf_t SELinux type can be entered via the \fBcups_pdf_exec_t\fP file type.
-+
-+The default entrypoint paths for the cups_pdf_t domain are the following:
-+
-+/usr/lib/cups/backend/cups-pdf
-+.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 cups_pdf policy is very flexible allowing users to setup their cups_pdf processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cups_pdf:
-+
-+.EX
-+.B cups_pdf_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cups_pdf_t
-+can be used to make the process type cups_pdf_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cups_pdf policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cups_pdf with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cups_pdf_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 cups_pdf_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cups_pdf_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B cups_pdf_tmp_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B print_spool_t
-+
-+	/var/spool/lpd(/.*)?
-+.br
-+	/var/spool/cups(/.*)?
-+.br
-+	/var/spool/cups-pdf(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 cups_pdf policy is very flexible allowing users to setup their cups_pdf processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cups_pdf, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cups_pdf_exec_t '/srv/cups_pdf/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycups_pdf_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cups_pdf:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cups_pdf(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cupsd_selinux(8), cupsd_config_selinux(8), cupsd_lpd_selinux(8)
-\ 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..4766470
---- /dev/null
-+++ b/man/man8/cupsd_config_selinux.8
-@@ -0,0 +1,331 @@
-+.TH  "cupsd_config_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cupsd_config_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cupsd_config_t SELinux type can be entered via the \fBcupsd_config_exec_t\fP file type.
-+
-+The default entrypoint paths for the cupsd_config_t domain are the following:
-+
-+/usr/sbin/hal_lpadmin, /usr/libexec/hal_lpadmin, /usr/bin/cups-config-daemon, /usr/sbin/printconf-backend, /usr/lib/udev/udev-configure-printer, /usr/libexec/cups-pk-helper-mechanism
-+.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 cupsd_config policy is very flexible allowing users to setup their cupsd_config processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cupsd_config:
-+
-+.EX
-+.B cupsd_config_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cupsd_config_t
-+can be used to make the process type cupsd_config_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cupsd_config policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cupsd_config with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cupsd_config_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 cupsd_config_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cupsd_config_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 cupsd_config_var_run_t
-+
-+	/var/run/udev-configure-printer(/.*)?
-+.br
-+
-+.br
-+.B cupsd_etc_t
-+
-+	/etc/cups(/.*)?
-+.br
-+	/usr/share/cups(/.*)?
-+.br
-+
-+.br
-+.B cupsd_rw_etc_t
-+
-+	/etc/printcap.*
-+.br
-+	/etc/cups/ppd(/.*)?
-+.br
-+	/usr/Brother/(.*/)?inf(/.*)?
-+.br
-+	/usr/Printer/(.*/)?inf(/.*)?
-+.br
-+	/usr/lib/bjlib(/.*)?
-+.br
-+	/var/lib/iscan(/.*)?
-+.br
-+	/var/cache/cups(/.*)?
-+.br
-+	/etc/cups/certs/.*
-+.br
-+	/etc/opt/Brother/(.*/)?inf(/.*)?
-+.br
-+	/etc/cups/lpoptions.*
-+.br
-+	/var/cache/foomatic(/.*)?
-+.br
-+	/etc/cups/cupsd\.conf.*
-+.br
-+	/var/lib/cups/certs/.*
-+.br
-+	/opt/gutenprint/ppds(/.*)?
-+.br
-+	/opt/brother/Printers(.*/)?inf(/.*)?
-+.br
-+	/etc/cups/classes\.conf.*
-+.br
-+	/etc/cups/printers\.conf.*
-+.br
-+	/etc/cups/subscriptions.*
-+.br
-+	/etc/opt/brother/Printers/(.*/)?inf(/.*)?
-+.br
-+	/usr/local/linuxprinter/ppd(/.*)?
-+.br
-+	/var/cache/alchemist/printconf.*
-+.br
-+	/etc/alchemist/namespace/printconf(/.*)?
-+.br
-+	/etc/cups/certs
-+.br
-+	/etc/cups/ppds\.dat
-+.br
-+	/var/lib/cups/certs
-+.br
-+	/usr/share/foomatic/db/oldprinterids
-+.br
-+
-+.br
-+.B cupsd_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 cupsd_config policy is very flexible allowing users to setup their cupsd_config processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cupsd_config, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cupsd_config_exec_t '/srv/cupsd_config/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycupsd_config_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cupsd_config:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/hal_lpadmin, /usr/libexec/hal_lpadmin, /usr/bin/cups-config-daemon, /usr/sbin/printconf-backend, /usr/lib/udev/udev-configure-printer, /usr/libexec/cups-pk-helper-mechanism
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cupsd_config(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cupsd_selinux(8), cupsd_selinux(8), cupsd_lpd_selinux(8)
-\ 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..e680cba
---- /dev/null
-+++ b/man/man8/cupsd_lpd_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "cupsd_lpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cupsd_lpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cupsd_lpd_t SELinux type can be entered via the \fBcupsd_lpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the cupsd_lpd_t domain are the following:
-+
-+/usr/lib/cups/daemon/cups-lpd
-+.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 cupsd_lpd policy is very flexible allowing users to setup their cupsd_lpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cupsd_lpd:
-+
-+.EX
-+.B cupsd_lpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cupsd_lpd_t
-+can be used to make the process type cupsd_lpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cupsd_lpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cupsd_lpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cupsd_lpd_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 cupsd_lpd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cupsd_lpd_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 cupsd_lpd_tmp_t
-+
-+
-+.br
-+.B cupsd_lpd_var_run_t
-+
-+
-+.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 cupsd_lpd policy is very flexible allowing users to setup their cupsd_lpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cupsd_lpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cupsd_lpd_exec_t '/srv/cupsd_lpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycupsd_lpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cupsd_lpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cupsd_lpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cupsd_selinux(8), cupsd_selinux(8), cupsd_config_selinux(8)
-\ 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..3c25dda
---- /dev/null
-+++ b/man/man8/cupsd_selinux.8
-@@ -0,0 +1,513 @@
-+.TH  "cupsd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cupsd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cupsd_t SELinux type can be entered via the \fBcupsd_exec_t\fP file type.
-+
-+The default entrypoint paths for the cupsd_t domain are the following:
-+
-+/usr/sbin/cupsd
-+.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 cupsd policy is very flexible allowing users to setup their cupsd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cupsd:
-+
-+.EX
-+.B cupsd_t, cupsd_config_t, cupsd_lpd_t, cups_pdf_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cupsd_t
-+can be used to make the process type cupsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cupsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cupsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cups_pdf_t, cupsd_config_t, cupsd_lpd_t, cupsd_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 cups_pdf_t, cupsd_config_t, cupsd_lpd_t, cupsd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cupsd_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 cupsd_interface_t
-+
-+	/etc/cups/interfaces(/.*)?
-+.br
-+
-+.br
-+.B cupsd_lock_t
-+
-+
-+.br
-+.B cupsd_rw_etc_t
-+
-+	/etc/printcap.*
-+.br
-+	/etc/cups/ppd(/.*)?
-+.br
-+	/usr/Brother/(.*/)?inf(/.*)?
-+.br
-+	/usr/Printer/(.*/)?inf(/.*)?
-+.br
-+	/usr/lib/bjlib(/.*)?
-+.br
-+	/var/lib/iscan(/.*)?
-+.br
-+	/var/cache/cups(/.*)?
-+.br
-+	/etc/cups/certs/.*
-+.br
-+	/etc/opt/Brother/(.*/)?inf(/.*)?
-+.br
-+	/etc/cups/lpoptions.*
-+.br
-+	/var/cache/foomatic(/.*)?
-+.br
-+	/etc/cups/cupsd\.conf.*
-+.br
-+	/var/lib/cups/certs/.*
-+.br
-+	/opt/gutenprint/ppds(/.*)?
-+.br
-+	/opt/brother/Printers(.*/)?inf(/.*)?
-+.br
-+	/etc/cups/classes\.conf.*
-+.br
-+	/etc/cups/printers\.conf.*
-+.br
-+	/etc/cups/subscriptions.*
-+.br
-+	/etc/opt/brother/Printers/(.*/)?inf(/.*)?
-+.br
-+	/usr/local/linuxprinter/ppd(/.*)?
-+.br
-+	/var/cache/alchemist/printconf.*
-+.br
-+	/etc/alchemist/namespace/printconf(/.*)?
-+.br
-+	/etc/cups/certs
-+.br
-+	/etc/cups/ppds\.dat
-+.br
-+	/var/lib/cups/certs
-+.br
-+	/usr/share/foomatic/db/oldprinterids
-+.br
-+
-+.br
-+.B cupsd_tmp_t
-+
-+
-+.br
-+.B cupsd_var_run_t
-+
-+	/var/ccpd(/.*)?
-+.br
-+	/var/ekpd(/.*)?
-+.br
-+	/var/run/cups(/.*)?
-+.br
-+	/var/turboprint(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B print_spool_t
-+
-+	/var/spool/lpd(/.*)?
-+.br
-+	/var/spool/cups(/.*)?
-+.br
-+	/var/spool/cups-pdf(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.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 cupsd policy is very flexible allowing users to setup their cupsd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cupsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cupsd_config_exec_t '/srv/cupsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycupsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cupsd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/hal_lpadmin, /usr/libexec/hal_lpadmin, /usr/bin/cups-config-daemon, /usr/sbin/printconf-backend, /usr/lib/udev/udev-configure-printer, /usr/libexec/cups-pk-helper-mechanism
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.B cupsd_etc_t
-+.EE
-+
-+- Set files with the cupsd_etc_t type, if you want to store cupsd files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/cups(/.*)?, /usr/share/cups(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B cupsd_interface_t
-+.EE
-+
-+- Set files with the cupsd_interface_t type, if you want to treat the files as cupsd interface data.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/cups(/.*)?, /usr/Brother/fax/.*\.log.*, /var/log/turboprint.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/printcap.*, /etc/cups/ppd(/.*)?, /usr/Brother/(.*/)?inf(/.*)?, /usr/Printer/(.*/)?inf(/.*)?, /usr/lib/bjlib(/.*)?, /var/lib/iscan(/.*)?, /var/cache/cups(/.*)?, /etc/cups/certs/.*, /etc/opt/Brother/(.*/)?inf(/.*)?, /etc/cups/lpoptions.*, /var/cache/foomatic(/.*)?, /etc/cups/cupsd\.conf.*, /var/lib/cups/certs/.*, /opt/gutenprint/ppds(/.*)?, /opt/brother/Printers(.*/)?inf(/.*)?, /etc/cups/classes\.conf.*, /etc/cups/printers\.conf.*, /etc/cups/subscriptions.*, /etc/opt/brother/Printers/(.*/)?inf(/.*)?, /usr/local/linuxprinter/ppd(/.*)?, /var/cache/alchemist/printconf.*, /etc/alchemist/namespace/printconf(/.*)?, /etc/cups/certs, /etc/cups/ppds\.dat, /var/lib/cups/certs, /usr/share/foomatic/db/oldprinterids
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/ccpd(/.*)?, /var/ekpd(/.*)?, /var/run/cups(/.*)?, /var/turboprint(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cupsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), cups_pdf_selinux(8), cupsd_config_selinux(8), cupsd_lpd_selinux(8)
-\ 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..bf6b85d
---- /dev/null
-+++ b/man/man8/cvs_selinux.8
-@@ -0,0 +1,309 @@
-+.TH  "cvs_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cvs_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cvs_t SELinux type can be entered via the \fBcvs_exec_t\fP file type.
-+
-+The default entrypoint paths for the cvs_t domain are the following:
-+
-+/usr/bin/cvs
-+.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 cvs policy is very flexible allowing users to setup their cvs processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cvs:
-+
-+.EX
-+.B cvs_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cvs_t
-+can be used to make the process type cvs_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cvs policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cvs with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether cvs can read shadow password files, you must turn on the cvs_read_shadow boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P cvs_read_shadow 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cvs_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 cvs_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 cvs policy is very flexible allowing users to setup their cvs processes in as secure a method as possible.
-+.PP
-+The following port types are defined for cvs:
-+
-+.EX
-+.TP 5
-+.B cvs_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 2401
-+.EE
-+udp 2401
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cvs_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 cvs_data_t
-+
-+	/opt/cvs(/.*)?
-+.br
-+	/var/cvs(/.*)?
-+.br
-+
-+.br
-+.B cvs_tmp_t
-+
-+
-+.br
-+.B cvs_var_run_t
-+
-+	/var/run/cvs\.pid
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.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 cvs policy is very flexible allowing users to setup their cvs processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cvs, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cvs_data_t '/srv/cvs/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycvs_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cvs:
-+
-+
-+.EX
-+.PP
-+.B cvs_data_t
-+.EE
-+
-+- Set files with the cvs_data_t type, if you want to treat the files as cvs content.
-+
-+.br
-+.TP 5
-+Paths:
-+/opt/cvs(/.*)?, /var/cvs(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B cvs_keytab_t
-+.EE
-+
-+- Set files with the cvs_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), cvs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..4631526
---- /dev/null
-+++ b/man/man8/cyphesis_selinux.8
-@@ -0,0 +1,265 @@
-+.TH  "cyphesis_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cyphesis_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cyphesis_t SELinux type can be entered via the \fBcyphesis_exec_t\fP file type.
-+
-+The default entrypoint paths for the cyphesis_t domain are the following:
-+
-+/usr/bin/cyphesis
-+.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 cyphesis policy is very flexible allowing users to setup their cyphesis processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cyphesis:
-+
-+.EX
-+.B cyphesis_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cyphesis_t
-+can be used to make the process type cyphesis_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cyphesis policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cyphesis with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 cyphesis policy is very flexible allowing users to setup their cyphesis processes in as secure a method as possible.
-+.PP
-+The following port types are defined for cyphesis:
-+
-+.EX
-+.TP 5
-+.B cyphesis_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 6767,6769,6780-6799
-+.EE
-+udp 32771
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cyphesis_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 cyphesis_var_run_t
-+
-+	/var/run/cyphesis(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cyphesis policy is very flexible allowing users to setup their cyphesis processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cyphesis, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cyphesis_exec_t '/srv/cyphesis/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycyphesis_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cyphesis:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B cyphesis_initrc_exec_t
-+.EE
-+
-+- Set files with the cyphesis_initrc_exec_t type, if you want to transition an executable to the cyphesis_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), cyphesis(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/cyrus_selinux.8 b/man/man8/cyrus_selinux.8
-new file mode 100644
-index 0000000..e8e411b
---- /dev/null
-+++ b/man/man8/cyrus_selinux.8
-@@ -0,0 +1,307 @@
-+.TH  "cyrus_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep cyrus_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The cyrus_t SELinux type can be entered via the \fBcyrus_exec_t\fP file type.
-+
-+The default entrypoint paths for the cyrus_t domain are the following:
-+
-+/usr/lib/cyrus/master, /usr/lib/cyrus-imapd/cyrus-master
-+.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 cyrus policy is very flexible allowing users to setup their cyrus processes in as secure a method as possible.
-+.PP
-+The following process types are defined for cyrus:
-+
-+.EX
-+.B cyrus_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a cyrus_t
-+can be used to make the process type cyrus_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  cyrus policy is extremely flexible and has several booleans that allow you to manipulate the policy and run cyrus with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the cyrus_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 cyrus_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type cyrus_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 cyrus_tmp_t
-+
-+
-+.br
-+.B cyrus_var_lib_t
-+
-+	/var/imap(/.*)?
-+.br
-+	/var/lib/imap(/.*)?
-+.br
-+
-+.br
-+.B cyrus_var_run_t
-+
-+	/var/run/cyrus.*
-+.br
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 cyrus policy is very flexible allowing users to setup their cyrus processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the cyrus, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t cyrus_exec_t '/srv/cyrus/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mycyrus_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for cyrus:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/cyrus/master, /usr/lib/cyrus-imapd/cyrus-master
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B cyrus_keytab_t
-+.EE
-+
-+- Set files with the cyrus_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/imap(/.*)?, /var/lib/imap(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), cyrus(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dbadm_selinux.8 b/man/man8/dbadm_selinux.8
-new file mode 100644
-index 0000000..4be248d
---- /dev/null
-+++ b/man/man8/dbadm_selinux.8
-@@ -0,0 +1,357 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+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
-+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.
-+
-+The default type for the dbadm_r role is dbadm_t.
-+
-+The
-+.B newrole
-+program to transition directly to this role.
-+
-+.B newrole -r dbadm_r -t dbadm_t
-+
-+.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
-+
-+.br
-+sudo will run COMMAND as staff_u:dbadm_r:dbadm_t:LEVEL
-+
-+When using a a non login role, you need to setup SELinux so that your SELinux user can reach dbadm_r role.
-+
-+Execute the following to see all of the assigned SELinux roles:
-+
-+.B semanage user -l
-+
-+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
-+
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dbadm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dbadm with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether dbadm can manage generic user files, you must turn on the dbadm_manage_user_files boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P dbadm_manage_user_files 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether dbadm can read generic user files, you must turn on the dbadm_read_user_files boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P dbadm_read_user_files 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow database admins to execute DML statement, you must turn on the postgresql_selinux_unconfined_dbadm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P postgresql_selinux_unconfined_dbadm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dbadm_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 mysqld_db_t
-+
-+	/var/lib/mysql(/.*)?
-+.br
-+
-+.br
-+.B mysqld_etc_t
-+
-+	/etc/mysql(/.*)?
-+.br
-+	/etc/my\.cnf
-+.br
-+
-+.br
-+.B mysqld_home_t
-+
-+	/root/\.my\.cnf
-+.br
-+	/home/[^/]*/\.my\.cnf
-+.br
-+	/home/pwalsh/\.my\.cnf
-+.br
-+	/home/dwalsh/\.my\.cnf
-+.br
-+	/var/lib/xguest/home/xguest/\.my\.cnf
-+.br
-+
-+.br
-+.B mysqld_log_t
-+
-+	/var/log/mysql.*
-+.br
-+
-+.br
-+.B mysqld_tmp_t
-+
-+
-+.br
-+.B mysqld_unit_file_t
-+
-+	/usr/lib/systemd/system/mysqld.*
-+.br
-+
-+.br
-+.B mysqld_var_run_t
-+
-+	/var/run/mysqld(/.*)?
-+.br
-+	/var/lib/mysql/mysql\.sock
-+.br
-+
-+.br
-+.B postgresql_db_t
-+
-+	/var/lib/pgsql(/.*)?
-+.br
-+	/var/lib/sepgsql(/.*)?
-+.br
-+	/var/lib/postgres(ql)?(/.*)?
-+.br
-+	/usr/share/jonas/pgsql(/.*)?
-+.br
-+	/usr/lib/pgsql/test/regress(/.*)?
-+.br
-+
-+.br
-+.B postgresql_etc_t
-+
-+	/etc/postgresql(/.*)?
-+.br
-+	/etc/sysconfig/pgsql(/.*)?
-+.br
-+
-+.br
-+.B postgresql_log_t
-+
-+	/var/lib/pgsql/.*\.log
-+.br
-+	/var/log/rhdb/rhdb(/.*)?
-+.br
-+	/var/log/postgresql(/.*)?
-+.br
-+	/var/log/postgres\.log.*
-+.br
-+	/var/lib/pgsql/logfile(/.*)?
-+.br
-+	/var/log/sepostgresql\.log.*
-+.br
-+	/var/lib/pgsql/data/pg_log(/.*)?
-+.br
-+	/var/lib/sepgsql/pgstartup\.log
-+.br
-+
-+.br
-+.B postgresql_tmp_t
-+
-+
-+.br
-+.B postgresql_var_run_t
-+
-+	/var/run/postgresql(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dbadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dbadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/dbadm_sudo_selinux.8 b/man/man8/dbadm_sudo_selinux.8
-new file mode 100644
-index 0000000..d0dda07
---- /dev/null
-+++ b/man/man8/dbadm_sudo_selinux.8
-@@ -0,0 +1,326 @@
-+.TH  "dbadm_sudo_selinux"  "8"  "13-01-16" "dbadm_sudo" "SELinux Policy documentation for dbadm_sudo"
-+.SH "NAME"
-+dbadm_sudo_selinux \- Security Enhanced Linux Policy for the dbadm_sudo processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the dbadm_sudo processes via flexible mandatory access control.
-+
-+The dbadm_sudo processes execute with the dbadm_sudo_t SELinux 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 dbadm_sudo_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dbadm_sudo_t SELinux type can be entered via the \fBsudo_exec_t\fP file type.
-+
-+The default entrypoint paths for the dbadm_sudo_t domain are the following:
-+
-+/usr/bin/sudo(edit)?
-+.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 dbadm_sudo policy is very flexible allowing users to setup their dbadm_sudo processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dbadm_sudo:
-+
-+.EX
-+.B dbadm_sudo_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dbadm_sudo_t
-+can be used to make the process type dbadm_sudo_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dbadm_sudo policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dbadm_sudo with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dbadm_sudo_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 dbadm_sudo_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dbadm_sudo_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 cifs_t
-+
-+
-+.br
-+.B dbadm_sudo_tmp_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B sudo_db_t
-+
-+	/var/db/sudo(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dbadm_sudo(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dbadm_selinux(8), dbadm_selinux(8)
-\ 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..87cb419
---- /dev/null
-+++ b/man/man8/dbskkd_selinux.8
-@@ -0,0 +1,249 @@
-+.TH  "dbskkd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dbskkd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dbskkd_t SELinux type can be entered via the \fBdbskkd_exec_t\fP file type.
-+
-+The default entrypoint paths for the dbskkd_t domain are the following:
-+
-+/usr/sbin/dbskkd-cdb
-+.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 dbskkd policy is very flexible allowing users to setup their dbskkd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dbskkd:
-+
-+.EX
-+.B dbskkd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dbskkd_t
-+can be used to make the process type dbskkd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dbskkd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dbskkd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dbskkd_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 dbskkd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 dbskkd policy is very flexible allowing users to setup their dbskkd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for dbskkd:
-+
-+.EX
-+.TP 5
-+.B dbskkd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1178
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dbskkd_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 dbskkd_tmp_t
-+
-+
-+.br
-+.B dbskkd_var_run_t
-+
-+
-+.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 dbskkd policy is very flexible allowing users to setup their dbskkd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dbskkd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dbskkd_exec_t '/srv/dbskkd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydbskkd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dbskkd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), dbskkd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dcc_client_selinux.8 b/man/man8/dcc_client_selinux.8
-new file mode 100644
-index 0000000..cc05fd5
---- /dev/null
-+++ b/man/man8/dcc_client_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "dcc_client_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dcc_client_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dcc_client_t SELinux type can be entered via the \fBdcc_client_exec_t\fP file type.
-+
-+The default entrypoint paths for the dcc_client_t domain are the following:
-+
-+/usr/bin/dccproc
-+.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 dcc_client policy is very flexible allowing users to setup their dcc_client processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dcc_client:
-+
-+.EX
-+.B dcc_client_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dcc_client_t
-+can be used to make the process type dcc_client_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dcc_client policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dcc_client with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dcc_client_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 dcc_client_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dcc_client_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 dcc_client_map_t
-+
-+	/etc/dcc/map
-+.br
-+	/var/dcc/map
-+.br
-+	/var/lib/dcc/map
-+.br
-+	/var/run/dcc/map
-+.br
-+
-+.br
-+.B dcc_client_tmp_t
-+
-+
-+.br
-+.B dcc_var_t
-+
-+	/etc/dcc(/.*)?
-+.br
-+	/var/dcc(/.*)?
-+.br
-+	/var/lib/dcc(/.*)?
-+.br
-+
-+.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 dcc_client policy is very flexible allowing users to setup their dcc_client processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dcc_client, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dcc_client_exec_t '/srv/dcc_client/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydcc_client_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dcc_client:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/dcc/map, /var/dcc/map, /var/lib/dcc/map, /var/run/dcc/map
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dcc_client(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dcc_dbclean_selinux(8), dccd_selinux(8), dccifd_selinux(8), dccm_selinux(8)
-\ 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..c9fe28f
---- /dev/null
-+++ b/man/man8/dcc_dbclean_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "dcc_dbclean_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dcc_dbclean_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dcc_dbclean_t SELinux type can be entered via the \fBdcc_dbclean_exec_t\fP file type.
-+
-+The default entrypoint paths for the dcc_dbclean_t domain are the following:
-+
-+/usr/sbin/dbclean, /usr/libexec/dcc/dbclean
-+.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 dcc_dbclean policy is very flexible allowing users to setup their dcc_dbclean processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dcc_dbclean:
-+
-+.EX
-+.B dcc_dbclean_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dcc_dbclean_t
-+can be used to make the process type dcc_dbclean_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dcc_dbclean policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dcc_dbclean with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dcc_dbclean_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 dcc_dbclean_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dcc_dbclean_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 dcc_client_map_t
-+
-+	/etc/dcc/map
-+.br
-+	/var/dcc/map
-+.br
-+	/var/lib/dcc/map
-+.br
-+	/var/run/dcc/map
-+.br
-+
-+.br
-+.B dcc_dbclean_tmp_t
-+
-+
-+.br
-+.B dcc_var_t
-+
-+	/etc/dcc(/.*)?
-+.br
-+	/var/dcc(/.*)?
-+.br
-+	/var/lib/dcc(/.*)?
-+.br
-+
-+.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 dcc_dbclean policy is very flexible allowing users to setup their dcc_dbclean processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dcc_dbclean, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dcc_dbclean_exec_t '/srv/dcc_dbclean/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydcc_dbclean_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dcc_dbclean:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/dbclean, /usr/libexec/dcc/dbclean
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dcc_dbclean(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dcc_client_selinux(8), dccd_selinux(8), dccifd_selinux(8), dccm_selinux(8)
-\ 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..76cec1a
---- /dev/null
-+++ b/man/man8/dccd_selinux.8
-@@ -0,0 +1,320 @@
-+.TH  "dccd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dccd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dccd_t SELinux type can be entered via the \fBdccd_exec_t\fP file type.
-+
-+The default entrypoint paths for the dccd_t domain are the following:
-+
-+/usr/sbin/dccd, /usr/libexec/dcc/dccd
-+.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 dccd policy is very flexible allowing users to setup their dccd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dccd:
-+
-+.EX
-+.B dccm_t, dcc_client_t, dcc_dbclean_t, dccifd_t, dccd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dccd_t
-+can be used to make the process type dccd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dccd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dccd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dccifd_t, dccm_t, dcc_client_t, dcc_dbclean_t, dccd_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 dccifd_t, dccm_t, dcc_client_t, dcc_dbclean_t, dccd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 dccd policy is very flexible allowing users to setup their dccd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for dccd:
-+
-+.EX
-+.TP 5
-+.B dcc_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 6276,6277
-+.EE
-+
-+.EX
-+.TP 5
-+.B dccm_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5679
-+.EE
-+udp 5679
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dccd_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 dcc_client_map_t
-+
-+	/etc/dcc/map
-+.br
-+	/var/dcc/map
-+.br
-+	/var/lib/dcc/map
-+.br
-+	/var/run/dcc/map
-+.br
-+
-+.br
-+.B dcc_var_t
-+
-+	/etc/dcc(/.*)?
-+.br
-+	/var/dcc(/.*)?
-+.br
-+	/var/lib/dcc(/.*)?
-+.br
-+
-+.br
-+.B dccd_tmp_t
-+
-+
-+.br
-+.B dccd_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dccd policy is very flexible allowing users to setup their dccd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dccd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dccd_exec_t '/srv/dccd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydccd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dccd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/dccd, /usr/libexec/dcc/dccd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), dccd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dcc_client_selinux(8), dcc_dbclean_selinux(8), dccifd_selinux(8), dccm_selinux(8)
-\ 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..7bcfa41
---- /dev/null
-+++ b/man/man8/dccifd_selinux.8
-@@ -0,0 +1,289 @@
-+.TH  "dccifd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dccifd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dccifd_t SELinux type can be entered via the \fBdccifd_exec_t\fP file type.
-+
-+The default entrypoint paths for the dccifd_t domain are the following:
-+
-+/usr/sbin/dccifd, /usr/libexec/dcc/dccifd
-+.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 dccifd policy is very flexible allowing users to setup their dccifd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dccifd:
-+
-+.EX
-+.B dccifd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dccifd_t
-+can be used to make the process type dccifd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dccifd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dccifd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dccifd_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 dccifd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dccifd_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 dcc_client_map_t
-+
-+	/etc/dcc/map
-+.br
-+	/var/dcc/map
-+.br
-+	/var/lib/dcc/map
-+.br
-+	/var/run/dcc/map
-+.br
-+
-+.br
-+.B dcc_var_t
-+
-+	/etc/dcc(/.*)?
-+.br
-+	/var/dcc(/.*)?
-+.br
-+	/var/lib/dcc(/.*)?
-+.br
-+
-+.br
-+.B dccifd_tmp_t
-+
-+
-+.br
-+.B dccifd_var_run_t
-+
-+	/etc/dcc/dccifd
-+.br
-+	/var/run/dcc/dccifd
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dccifd policy is very flexible allowing users to setup their dccifd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dccifd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dccifd_exec_t '/srv/dccifd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydccifd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dccifd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/dccifd, /usr/libexec/dcc/dccifd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/dcc/dccifd, /var/run/dcc/dccifd
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dccifd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dccm_selinux.8 b/man/man8/dccm_selinux.8
-new file mode 100644
-index 0000000..d452ca3
---- /dev/null
-+++ b/man/man8/dccm_selinux.8
-@@ -0,0 +1,309 @@
-+.TH  "dccm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dccm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dccm_t SELinux type can be entered via the \fBdccm_exec_t\fP file type.
-+
-+The default entrypoint paths for the dccm_t domain are the following:
-+
-+/usr/sbin/dccm, /usr/libexec/dcc/dccm
-+.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 dccm policy is very flexible allowing users to setup their dccm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dccm:
-+
-+.EX
-+.B dccm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dccm_t
-+can be used to make the process type dccm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dccm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dccm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dccm_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 dccm_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 dccm policy is very flexible allowing users to setup their dccm processes in as secure a method as possible.
-+.PP
-+The following port types are defined for dccm:
-+
-+.EX
-+.TP 5
-+.B dccm_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5679
-+.EE
-+udp 5679
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dccm_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 dcc_client_map_t
-+
-+	/etc/dcc/map
-+.br
-+	/var/dcc/map
-+.br
-+	/var/lib/dcc/map
-+.br
-+	/var/run/dcc/map
-+.br
-+
-+.br
-+.B dcc_var_t
-+
-+	/etc/dcc(/.*)?
-+.br
-+	/var/dcc(/.*)?
-+.br
-+	/var/lib/dcc(/.*)?
-+.br
-+
-+.br
-+.B dccm_tmp_t
-+
-+
-+.br
-+.B dccm_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dccm policy is very flexible allowing users to setup their dccm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dccm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dccm_exec_t '/srv/dccm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydccm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dccm:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/dccm, /usr/libexec/dcc/dccm
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), dccm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dcerpcd_selinux.8 b/man/man8/dcerpcd_selinux.8
-new file mode 100644
-index 0000000..c6d567b
---- /dev/null
-+++ b/man/man8/dcerpcd_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "dcerpcd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dcerpcd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dcerpcd_t SELinux type can be entered via the \fBdcerpcd_exec_t\fP file type.
-+
-+The default entrypoint paths for the dcerpcd_t domain are the following:
-+
-+/usr/sbin/dcerpcd, /opt/likewise/sbin/dcerpcd
-+.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 dcerpcd policy is very flexible allowing users to setup their dcerpcd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dcerpcd:
-+
-+.EX
-+.B dcerpcd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dcerpcd_t
-+can be used to make the process type dcerpcd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dcerpcd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dcerpcd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dcerpcd_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 dcerpcd_var_lib_t
-+
-+	/var/lib/likewise/run/rpcdep\.dat
-+.br
-+	/var/lib/likewise-open/run/rpcdep\.dat
-+.br
-+
-+.br
-+.B dcerpcd_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dcerpcd policy is very flexible allowing users to setup their dcerpcd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dcerpcd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dcerpcd_exec_t '/srv/dcerpcd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydcerpcd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dcerpcd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/dcerpcd, /opt/likewise/sbin/dcerpcd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/run/rpcdep\.dat, /var/lib/likewise-open/run/rpcdep\.dat
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/rpc/epmapper, /var/lib/likewise-open/rpc/epmapper
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dcerpcd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ddclient_selinux.8 b/man/man8/ddclient_selinux.8
-new file mode 100644
-index 0000000..e7b7538
---- /dev/null
-+++ b/man/man8/ddclient_selinux.8
-@@ -0,0 +1,283 @@
-+.TH  "ddclient_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ddclient_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ddclient_t SELinux type can be entered via the \fBddclient_exec_t\fP file type.
-+
-+The default entrypoint paths for the ddclient_t domain are the following:
-+
-+/usr/sbin/ddtcd, /usr/sbin/ddclient
-+.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 ddclient policy is very flexible allowing users to setup their ddclient processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ddclient:
-+
-+.EX
-+.B ddclient_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ddclient_t
-+can be used to make the process type ddclient_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ddclient policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ddclient with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ddclient_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 ddclient_tmp_t
-+
-+
-+.br
-+.B ddclient_var_lib_t
-+
-+	/var/lib/ddt-client(/.*)?
-+.br
-+
-+.br
-+.B ddclient_var_run_t
-+
-+	/var/run/ddtcd\.pid
-+.br
-+	/var/run/ddclient\.pid
-+.br
-+
-+.br
-+.B ddclient_var_t
-+
-+	/var/cache/ddclient(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 ddclient policy is very flexible allowing users to setup their ddclient processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ddclient, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ddclient_etc_t '/srv/ddclient/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myddclient_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ddclient:
-+
-+
-+.EX
-+.PP
-+.B ddclient_etc_t
-+.EE
-+
-+- Set files with the ddclient_etc_t type, if you want to store ddclient files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/ddtcd\.conf, /etc/ddclient\.conf
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/ddtcd, /usr/sbin/ddclient
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/ddtcd\.pid, /var/run/ddclient\.pid
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ddclient(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/deltacloudd_selinux.8 b/man/man8/deltacloudd_selinux.8
-new file mode 100644
-index 0000000..2ac7358
---- /dev/null
-+++ b/man/man8/deltacloudd_selinux.8
-@@ -0,0 +1,269 @@
-+.TH  "deltacloudd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep deltacloudd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The deltacloudd_t SELinux type can be entered via the \fBdeltacloudd_exec_t\fP file type.
-+
-+The default entrypoint paths for the deltacloudd_t domain are the following:
-+
-+/usr/bin/deltacloudd
-+.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 deltacloudd policy is very flexible allowing users to setup their deltacloudd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for deltacloudd:
-+
-+.EX
-+.B deltacloudd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a deltacloudd_t
-+can be used to make the process type deltacloudd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  deltacloudd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run deltacloudd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the deltacloudd_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 deltacloudd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type deltacloudd_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 deltacloudd_log_t
-+
-+	/var/log/deltacloud-core(/.*)?
-+.br
-+
-+.br
-+.B deltacloudd_tmp_t
-+
-+
-+.br
-+.B deltacloudd_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 deltacloudd policy is very flexible allowing users to setup their deltacloudd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the deltacloudd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t deltacloudd_exec_t '/srv/deltacloudd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydeltacloudd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for deltacloudd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), deltacloudd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/denyhosts_selinux.8 b/man/man8/denyhosts_selinux.8
-new file mode 100644
-index 0000000..5eb9c7a
---- /dev/null
-+++ b/man/man8/denyhosts_selinux.8
-@@ -0,0 +1,297 @@
-+.TH  "denyhosts_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep denyhosts_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The denyhosts_t SELinux type can be entered via the \fBdenyhosts_exec_t\fP file type.
-+
-+The default entrypoint paths for the denyhosts_t domain are the following:
-+
-+/usr/bin/denyhosts\.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.
-+SELinux denyhosts policy is very flexible allowing users to setup their denyhosts processes in as secure a method as possible.
-+.PP
-+The following process types are defined for denyhosts:
-+
-+.EX
-+.B denyhosts_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a denyhosts_t
-+can be used to make the process type denyhosts_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  denyhosts policy is extremely flexible and has several booleans that allow you to manipulate the policy and run denyhosts with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the denyhosts_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 denyhosts_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type denyhosts_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 denyhosts_var_lib_t
-+
-+	/var/lib/denyhosts(/.*)?
-+.br
-+
-+.br
-+.B denyhosts_var_lock_t
-+
-+	/var/lock/subsys/denyhosts
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 denyhosts policy is very flexible allowing users to setup their denyhosts processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the denyhosts, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t denyhosts_exec_t '/srv/denyhosts/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydenyhosts_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for denyhosts:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), denyhosts(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/depmod_selinux.8 b/man/man8/depmod_selinux.8
-new file mode 100644
-index 0000000..c7fa9fa
---- /dev/null
-+++ b/man/man8/depmod_selinux.8
-@@ -0,0 +1,219 @@
-+.TH  "depmod_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep depmod_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The depmod_t SELinux type can be entered via the \fBdepmod_exec_t\fP file type.
-+
-+The default entrypoint paths for the depmod_t domain are the following:
-+
-+/sbin/depmod.*, /usr/sbin/depmod.*
-+.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 depmod policy is very flexible allowing users to setup their depmod processes in as secure a method as possible.
-+.PP
-+The following process types are defined for depmod:
-+
-+.EX
-+.B depmod_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a depmod_t
-+can be used to make the process type depmod_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  depmod policy is extremely flexible and has several booleans that allow you to manipulate the policy and run depmod with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type depmod_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 modules_dep_t
-+
-+	/lib/modules/[^/]+/modules\..+
-+.br
-+
-+.br
-+.B rpm_script_tmp_t
-+
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 depmod policy is very flexible allowing users to setup their depmod processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the depmod, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t depmod_exec_t '/srv/depmod/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydepmod_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for depmod:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/depmod.*, /usr/sbin/depmod.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), depmod(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/devicekit_disk_selinux.8 b/man/man8/devicekit_disk_selinux.8
-new file mode 100644
-index 0000000..1a6f42a
---- /dev/null
-+++ b/man/man8/devicekit_disk_selinux.8
-@@ -0,0 +1,293 @@
-+.TH  "devicekit_disk_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep devicekit_disk_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The devicekit_disk_t SELinux type can be entered via the \fBdevicekit_disk_exec_t\fP file type.
-+
-+The default entrypoint paths for the devicekit_disk_t domain are the following:
-+
-+/lib/udisks2/udisksd, /lib/udev/udisks-part-id, /usr/lib/udisks2/udisksd, /usr/libexec/udisks-daemon, /usr/lib/udev/udisks-part-id, /usr/lib/udisks/udisks-daemon, /usr/libexec/devkit-disks-daemon
-+.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 devicekit_disk policy is very flexible allowing users to setup their devicekit_disk processes in as secure a method as possible.
-+.PP
-+The following process types are defined for devicekit_disk:
-+
-+.EX
-+.B devicekit_disk_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a devicekit_disk_t
-+can be used to make the process type devicekit_disk_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  devicekit_disk policy is extremely flexible and has several booleans that allow you to manipulate the policy and run devicekit_disk with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the devicekit_disk_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 devicekit_disk_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type devicekit_disk_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 device_t
-+
-+	/dev/.*
-+.br
-+	/lib/udev/devices(/.*)?
-+.br
-+	/usr/lib/udev/devices(/.*)?
-+.br
-+	/dev
-+.br
-+	/etc/udev/devices
-+.br
-+	/var/named/chroot/dev
-+.br
-+	/var/spool/postfix/dev
-+.br
-+
-+.br
-+.B devicekit_tmp_t
-+
-+
-+.br
-+.B devicekit_var_lib_t
-+
-+	/var/lib/udisks.*
-+.br
-+	/var/lib/upower(/.*)?
-+.br
-+	/var/lib/DeviceKit-.*
-+.br
-+
-+.br
-+.B devicekit_var_run_t
-+
-+	/var/run/udisks.*
-+.br
-+	/var/run/devkit(/.*)?
-+.br
-+	/var/run/upower(/.*)?
-+.br
-+	/var/run/pm-utils(/.*)?
-+.br
-+	/var/run/DeviceKit-disks(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B virt_image_type
-+
-+	all virtual image files
-+.br
-+
-+.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 devicekit_disk policy is very flexible allowing users to setup their devicekit_disk processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the devicekit_disk, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t devicekit_disk_exec_t '/srv/devicekit_disk/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydevicekit_disk_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for devicekit_disk:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/lib/udisks2/udisksd, /lib/udev/udisks-part-id, /usr/lib/udisks2/udisksd, /usr/libexec/udisks-daemon, /usr/lib/udev/udisks-part-id, /usr/lib/udisks/udisks-daemon, /usr/libexec/devkit-disks-daemon
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), devicekit_disk(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), devicekit_selinux(8), devicekit_selinux(8), devicekit_power_selinux(8)
-\ 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..06e3857
---- /dev/null
-+++ b/man/man8/devicekit_power_selinux.8
-@@ -0,0 +1,331 @@
-+.TH  "devicekit_power_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep devicekit_power_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The devicekit_power_t SELinux type can be entered via the \fBdevicekit_power_exec_t\fP file type.
-+
-+The default entrypoint paths for the devicekit_power_t domain are the following:
-+
-+/usr/libexec/upowerd, /usr/lib/upower/upowerd, /usr/libexec/devkit-power-daemon
-+.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 devicekit_power policy is very flexible allowing users to setup their devicekit_power processes in as secure a method as possible.
-+.PP
-+The following process types are defined for devicekit_power:
-+
-+.EX
-+.B devicekit_power_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a devicekit_power_t
-+can be used to make the process type devicekit_power_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  devicekit_power policy is extremely flexible and has several booleans that allow you to manipulate the policy and run devicekit_power with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the devicekit_power_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 devicekit_power_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type devicekit_power_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 config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B devicekit_tmp_t
-+
-+
-+.br
-+.B devicekit_var_lib_t
-+
-+	/var/lib/udisks.*
-+.br
-+	/var/lib/upower(/.*)?
-+.br
-+	/var/lib/DeviceKit-.*
-+.br
-+
-+.br
-+.B devicekit_var_log_t
-+
-+	/var/log/pm-suspend\.log.*
-+.br
-+	/var/log/pm-powersave\.log.*
-+.br
-+
-+.br
-+.B devicekit_var_run_t
-+
-+	/var/run/udisks.*
-+.br
-+	/var/run/devkit(/.*)?
-+.br
-+	/var/run/upower(/.*)?
-+.br
-+	/var/run/pm-utils(/.*)?
-+.br
-+	/var/run/DeviceKit-disks(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 devicekit_power policy is very flexible allowing users to setup their devicekit_power processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the devicekit_power, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t devicekit_power_exec_t '/srv/devicekit_power/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydevicekit_power_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for devicekit_power:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/upowerd, /usr/lib/upower/upowerd, /usr/libexec/devkit-power-daemon
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), devicekit_power(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), devicekit_selinux(8), devicekit_selinux(8), devicekit_disk_selinux(8)
-\ 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..71e7e82
---- /dev/null
-+++ b/man/man8/devicekit_selinux.8
-@@ -0,0 +1,281 @@
-+.TH  "devicekit_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep devicekit_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The devicekit_t SELinux type can be entered via the \fBdevicekit_exec_t\fP file type.
-+
-+The default entrypoint paths for the devicekit_t domain are the following:
-+
-+/usr/libexec/devkit-daemon
-+.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 devicekit policy is very flexible allowing users to setup their devicekit processes in as secure a method as possible.
-+.PP
-+The following process types are defined for devicekit:
-+
-+.EX
-+.B devicekit_power_t, devicekit_disk_t, devicekit_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a devicekit_t
-+can be used to make the process type devicekit_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  devicekit policy is extremely flexible and has several booleans that allow you to manipulate the policy and run devicekit with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the devicekit_disk_t, devicekit_power_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 devicekit_disk_t, devicekit_power_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type devicekit_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 devicekit_var_run_t
-+
-+	/var/run/udisks.*
-+.br
-+	/var/run/devkit(/.*)?
-+.br
-+	/var/run/upower(/.*)?
-+.br
-+	/var/run/pm-utils(/.*)?
-+.br
-+	/var/run/DeviceKit-disks(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 devicekit policy is very flexible allowing users to setup their devicekit processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the devicekit, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t devicekit_disk_exec_t '/srv/devicekit/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydevicekit_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for devicekit:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/lib/udisks2/udisksd, /lib/udev/udisks-part-id, /usr/lib/udisks2/udisksd, /usr/libexec/udisks-daemon, /usr/lib/udev/udisks-part-id, /usr/lib/udisks/udisks-daemon, /usr/libexec/devkit-disks-daemon
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/upowerd, /usr/lib/upower/upowerd, /usr/libexec/devkit-power-daemon
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/udisks.*, /var/lib/upower(/.*)?, /var/lib/DeviceKit-.*
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/pm-suspend\.log.*, /var/log/pm-powersave\.log.*
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/udisks.*, /var/run/devkit(/.*)?, /var/run/upower(/.*)?, /var/run/pm-utils(/.*)?, /var/run/DeviceKit-disks(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), devicekit(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), devicekit_disk_selinux(8), devicekit_power_selinux(8)
-\ 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..6a40501
---- /dev/null
-+++ b/man/man8/dhcpc_selinux.8
-@@ -0,0 +1,397 @@
-+.TH  "dhcpc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dhcpc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dhcpc_t SELinux type can be entered via the \fBdhcpc_exec_t\fP file type.
-+
-+The default entrypoint paths for the dhcpc_t domain are the following:
-+
-+/sbin/dhclient.*, /usr/sbin/dhclient.*, /sbin/pump, /sbin/dhcdbd, /sbin/dhcpcd, /usr/sbin/pump, /usr/sbin/dhcdbd, /usr/sbin/dhcpcd
-+.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 dhcpc policy is very flexible allowing users to setup their dhcpc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dhcpc:
-+
-+.EX
-+.B dhcpc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dhcpc_t
-+can be used to make the process type dhcpc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dhcpc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dhcpc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow dhcpc client applications to execute iptables commands, you must turn on the dhcpc_exec_iptables boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P dhcpc_exec_iptables 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dhcpc_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 dhcpc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 dhcpc policy is very flexible allowing users to setup their dhcpc processes in as secure a method as possible.
-+.PP
-+The following port types are defined for dhcpc:
-+
-+.EX
-+.TP 5
-+.B dhcpc_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 68,546,5546
-+.EE
-+udp 68,546,5546
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dhcpc_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 NetworkManager_var_lib_t
-+
-+	/var/lib/wicd(/.*)?
-+.br
-+	/var/lib/NetworkManager(/.*)?
-+.br
-+	/etc/dhcp/wired-settings.conf
-+.br
-+	/etc/wicd/wired-settings.conf
-+.br
-+	/etc/dhcp/manager-settings.conf
-+.br
-+	/etc/wicd/manager-settings.conf
-+.br
-+	/etc/dhcp/wireless-settings.conf
-+.br
-+	/etc/wicd/wireless-settings.conf
-+.br
-+
-+.br
-+.B dhcpc_state_t
-+
-+	/var/lib/dhcp3?/dhclient.*
-+.br
-+	/var/lib/dhcpcd(/.*)?
-+.br
-+	/var/lib/dhclient(/.*)?
-+.br
-+	/var/lib/wifiroamd(/.*)?
-+.br
-+
-+.br
-+.B dhcpc_tmp_t
-+
-+
-+.br
-+.B dhcpc_var_run_t
-+
-+	/var/run/dhcpcd(/.*)?
-+.br
-+	/var/run/dhclient.*
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 dhcpc policy is very flexible allowing users to setup their dhcpc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dhcpc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dhcpc_exec_t '/srv/dhcpc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydhcpc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dhcpc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/dhclient.*, /usr/sbin/dhclient.*, /sbin/pump, /sbin/dhcdbd, /sbin/dhcpcd, /usr/sbin/pump, /usr/sbin/dhcdbd, /usr/sbin/dhcpcd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B dhcpc_state_t
-+.EE
-+
-+- Set files with the dhcpc_state_t type, if you want to treat the files as dhcpc state data.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/dhcp3?/dhclient.*, /var/lib/dhcpcd(/.*)?, /var/lib/dhclient(/.*)?, /var/lib/wifiroamd(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/dhcpcd(/.*)?, /var/run/dhclient.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), dhcpc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..75c2434
---- /dev/null
-+++ b/man/man8/dhcpd_selinux.8
-@@ -0,0 +1,342 @@
-+.TH  "dhcpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dhcpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dhcpd_t SELinux type can be entered via the \fBdhcpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the dhcpd_t domain are the following:
-+
-+/usr/sbin/dhcpd.*
-+.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 dhcpd policy is very flexible allowing users to setup their dhcpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dhcpd:
-+
-+.EX
-+.B dhcpc_t, dhcpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dhcpd_t
-+can be used to make the process type dhcpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dhcpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dhcpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether DHCP daemon can use LDAP backends, you must turn on the dhcpd_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P dhcpd_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dhcpd_t, dhcpc_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 dhcpd_t, dhcpc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 dhcpd policy is very flexible allowing users to setup their dhcpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for dhcpd:
-+
-+.EX
-+.TP 5
-+.B dhcpc_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 68,546,5546
-+.EE
-+udp 68,546,5546
-+.EE
-+
-+.EX
-+.TP 5
-+.B dhcpd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 547,548,647,847,7911
-+.EE
-+udp 67,547,548,647,847
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dhcpd_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 dhcpd_state_t
-+
-+	/var/lib/dhcp(3)?/dhcpd\.leases.*
-+.br
-+	/var/lib/dhcpd(/.*)?
-+.br
-+
-+.br
-+.B dhcpd_tmp_t
-+
-+
-+.br
-+.B dhcpd_var_run_t
-+
-+	/var/run/dhcpd(6)?\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dhcpd policy is very flexible allowing users to setup their dhcpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dhcpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dhcpd_exec_t '/srv/dhcpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydhcpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dhcpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B dhcpd_state_t
-+.EE
-+
-+- Set files with the dhcpd_state_t type, if you want to treat the files as dhcpd state data.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/dhcp(3)?/dhcpd\.leases.*, /var/lib/dhcpd(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), dhcpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dhcpc_selinux(8)
-\ 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..a7a10b3
---- /dev/null
-+++ b/man/man8/dictd_selinux.8
-@@ -0,0 +1,295 @@
-+.TH  "dictd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dictd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dictd_t SELinux type can be entered via the \fBdictd_exec_t\fP file type.
-+
-+The default entrypoint paths for the dictd_t domain are the following:
-+
-+/usr/sbin/dictd
-+.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 dictd policy is very flexible allowing users to setup their dictd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dictd:
-+
-+.EX
-+.B dictd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dictd_t
-+can be used to make the process type dictd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dictd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dictd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dictd_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 dictd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 dictd policy is very flexible allowing users to setup their dictd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for dictd:
-+
-+.EX
-+.TP 5
-+.B dict_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 2628
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dictd_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 dictd_var_run_t
-+
-+	/var/run/dictd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dictd policy is very flexible allowing users to setup their dictd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dictd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dictd_etc_t '/srv/dictd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydictd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dictd:
-+
-+
-+.EX
-+.PP
-+.B dictd_etc_t
-+.EE
-+
-+- Set files with the dictd_etc_t type, if you want to store dictd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), dictd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dirsrv_selinux.8 b/man/man8/dirsrv_selinux.8
-new file mode 100644
-index 0000000..c159e40
---- /dev/null
-+++ b/man/man8/dirsrv_selinux.8
-@@ -0,0 +1,468 @@
-+.TH  "dirsrv_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dirsrv_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dirsrv_t SELinux type can be entered via the \fBdirsrv_exec_t\fP file type.
-+
-+The default entrypoint paths for the dirsrv_t domain are the following:
-+
-+/usr/sbin/ns-slapd
-+.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 dirsrv policy is very flexible allowing users to setup their dirsrv processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dirsrv:
-+
-+.EX
-+.B dirsrvadmin_unconfined_script_t, dirsrv_snmp_t, dirsrvadmin_t, dirsrv_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dirsrv_t
-+can be used to make the process type dirsrv_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dirsrv policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dirsrv with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dirsrv_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 dirsrv_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dirsrv_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_config_t
-+
-+	/etc/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_tmp_t
-+
-+
-+.br
-+.B dirsrv_tmpfs_t
-+
-+
-+.br
-+.B dirsrv_var_lib_t
-+
-+	/var/lib/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_lock_t
-+
-+	/var/lock/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_log_t
-+
-+	/var/log/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_run_t
-+
-+	/var/run/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 dirsrv policy is very flexible allowing users to setup their dirsrv processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+dirsrv policy stores data with multiple different file context types under the /var/log/dirsrv directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/dirsrv /srv/dirsrv
-+.br
-+.B restorecon -R -v /srv/dirsrv
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dirsrv, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dirsrv_config_t '/srv/dirsrv/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydirsrv_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dirsrv:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B dirsrv_share_t
-+.EE
-+
-+- Set files with the dirsrv_share_t type, if you want to treat the files as dirsrv share data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/dirsrv/dsgw(/.*)?, /etc/dirsrv/admin-serv(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/stop-ds-admin, /usr/sbin/start-ds-admin, /usr/sbin/restart-ds-admin
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/dirsrv/cgi-bin/ds_create, /usr/lib/dirsrv/cgi-bin/ds_remove
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dirsrv(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dirsrv_snmp_selinux(8), dirsrvadmin_selinux(8), dirsrvadmin_unconfined_script_selinux(8)
-\ 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..a0051a0
---- /dev/null
-+++ b/man/man8/dirsrv_snmp_selinux.8
-@@ -0,0 +1,239 @@
-+.TH  "dirsrv_snmp_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dirsrv_snmp_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dirsrv_snmp_t SELinux type can be entered via the \fBdirsrv_snmp_exec_t\fP file type.
-+
-+The default entrypoint paths for the dirsrv_snmp_t domain are the following:
-+
-+/usr/sbin/ldap-agent-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.
-+SELinux dirsrv_snmp policy is very flexible allowing users to setup their dirsrv_snmp processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dirsrv_snmp:
-+
-+.EX
-+.B dirsrv_snmp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dirsrv_snmp_t
-+can be used to make the process type dirsrv_snmp_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dirsrv_snmp policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dirsrv_snmp with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dirsrv_snmp_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_snmp_var_log_t
-+
-+	/var/log/dirsrv/ldap-agent.log.*
-+.br
-+
-+.br
-+.B dirsrv_snmp_var_run_t
-+
-+	/var/run/ldap-agent\.pid
-+.br
-+
-+.br
-+.B dirsrv_tmpfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B snmpd_var_lib_t
-+
-+	/var/agentx(/.*)?
-+.br
-+	/var/net-snmp(/.*)
-+.br
-+	/var/lib/snmp(/.*)?
-+.br
-+	/var/net-snmp(/.*)?
-+.br
-+	/var/lib/net-snmp(/.*)?
-+.br
-+	/usr/share/snmp/mibs/\.index
-+.br
-+
-+.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 dirsrv_snmp policy is very flexible allowing users to setup their dirsrv_snmp processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dirsrv_snmp, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dirsrv_snmp_exec_t '/srv/dirsrv_snmp/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydirsrv_snmp_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dirsrv_snmp:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dirsrv_snmp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dirsrv_selinux(8), dirsrv_selinux(8), dirsrvadmin_selinux(8), dirsrvadmin_unconfined_script_selinux(8)
-\ 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..3fabbcd
---- /dev/null
-+++ b/man/man8/dirsrvadmin_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "dirsrvadmin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dirsrvadmin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dirsrvadmin_t SELinux type can be entered via the \fBshell_exec_t, dirsrvadmin_exec_t\fP file types.
-+
-+The default entrypoint paths for the dirsrvadmin_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/stop-ds-admin, /usr/sbin/start-ds-admin, /usr/sbin/restart-ds-admin
-+.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 dirsrvadmin policy is very flexible allowing users to setup their dirsrvadmin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dirsrvadmin:
-+
-+.EX
-+.B dirsrvadmin_unconfined_script_t, dirsrvadmin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dirsrvadmin_t
-+can be used to make the process type dirsrvadmin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dirsrvadmin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dirsrvadmin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dirsrvadmin_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 dirsrvadmin_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dirsrvadmin policy is very flexible allowing users to setup their dirsrvadmin processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dirsrvadmin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dirsrvadmin_config_t '/srv/dirsrvadmin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydirsrvadmin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dirsrvadmin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/dirsrv/dsgw(/.*)?, /etc/dirsrv/admin-serv(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/stop-ds-admin, /usr/sbin/start-ds-admin, /usr/sbin/restart-ds-admin
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/dirsrv/cgi-bin/ds_create, /usr/lib/dirsrv/cgi-bin/ds_remove
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dirsrvadmin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dirsrv_selinux(8), dirsrvadmin_unconfined_script_selinux(8)
-\ 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..fd28a5d
---- /dev/null
-+++ b/man/man8/dirsrvadmin_unconfined_script_selinux.8
-@@ -0,0 +1,191 @@
-+.TH  "dirsrvadmin_unconfined_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dirsrvadmin_unconfined_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dirsrvadmin_unconfined_script_t SELinux type can be entered via the \fBshell_exec_t, dirsrvadmin_unconfined_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the dirsrvadmin_unconfined_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/dirsrv/cgi-bin/ds_create, /usr/lib/dirsrv/cgi-bin/ds_remove
-+.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 dirsrvadmin_unconfined_script policy is very flexible allowing users to setup their dirsrvadmin_unconfined_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dirsrvadmin_unconfined_script:
-+
-+.EX
-+.B dirsrvadmin_unconfined_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dirsrvadmin_unconfined_script_t
-+can be used to make the process type dirsrvadmin_unconfined_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dirsrvadmin_unconfined_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dirsrvadmin_unconfined_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dirsrvadmin_unconfined_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 dirsrv_config_t
-+
-+	/etc/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_lib_t
-+
-+	/var/lib/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_log_t
-+
-+	/var/log/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_run_t
-+
-+	/var/run/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrvadmin_config_t
-+
-+	/etc/dirsrv/dsgw(/.*)?
-+.br
-+	/etc/dirsrv/admin-serv(/.*)?
-+.br
-+
-+.br
-+.B dirsrvadmin_tmp_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dirsrvadmin_unconfined_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dirsrvadmin_unconfined_script_exec_t '/srv/dirsrvadmin_unconfined_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydirsrvadmin_unconfined_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dirsrvadmin_unconfined_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/dirsrv/cgi-bin/ds_create, /usr/lib/dirsrv/cgi-bin/ds_remove
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dirsrvadmin_unconfined_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dirsrv_selinux(8), dirsrvadmin_selinux(8), dirsrvadmin_selinux(8)
-\ 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..4b1cebc
---- /dev/null
-+++ b/man/man8/disk_munin_plugin_selinux.8
-@@ -0,0 +1,187 @@
-+.TH  "disk_munin_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep disk_munin_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The disk_munin_plugin_t SELinux type can be entered via the \fBdisk_munin_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the disk_munin_plugin_t domain are the following:
-+
-+/usr/share/munin/plugins/df.*, /usr/share/munin/plugins/smart_.*, /usr/share/munin/plugins/hddtemp.*, /usr/share/munin/plugins/diskstat.*
-+.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 disk_munin_plugin policy is very flexible allowing users to setup their disk_munin_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for disk_munin_plugin:
-+
-+.EX
-+.B disk_munin_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a disk_munin_plugin_t
-+can be used to make the process type disk_munin_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  disk_munin_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run disk_munin_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type disk_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 disk_munin_plugin_tmp_t
-+
-+
-+.br
-+.B munin_plugin_state_t
-+
-+	/var/lib/munin/plugin-state(/.*)?
-+.br
-+
-+.br
-+.B munin_var_lib_t
-+
-+	/var/lib/munin(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the disk_munin_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t disk_munin_plugin_exec_t '/srv/disk_munin_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydisk_munin_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for disk_munin_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/munin/plugins/df.*, /usr/share/munin/plugins/smart_.*, /usr/share/munin/plugins/hddtemp.*, /usr/share/munin/plugins/diskstat.*
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), disk_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dkim_milter_selinux.8 b/man/man8/dkim_milter_selinux.8
-new file mode 100644
-index 0000000..bb3da0f
---- /dev/null
-+++ b/man/man8/dkim_milter_selinux.8
-@@ -0,0 +1,267 @@
-+.TH  "dkim_milter_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dkim_milter_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dkim_milter_t SELinux type can be entered via the \fBdkim_milter_exec_t\fP file type.
-+
-+The default entrypoint paths for the dkim_milter_t domain are the following:
-+
-+/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.
-+SELinux dkim_milter policy is very flexible allowing users to setup their dkim_milter processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dkim_milter:
-+
-+.EX
-+.B dkim_milter_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dkim_milter_t
-+can be used to make the process type dkim_milter_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dkim_milter policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dkim_milter with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dkim_milter_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 dkim_milter_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dkim_milter_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 dkim_milter_data_t
-+
-+	/var/run/opendkim(/.*)?
-+.br
-+	/var/spool/opendkim(/.*)?
-+.br
-+	/var/lib/dkim-milter(/.*)?
-+.br
-+	/var/run/dkim-milter(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dkim_milter policy is very flexible allowing users to setup their dkim_milter processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dkim_milter, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dkim_milter_data_t '/srv/dkim_milter/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydkim_milter_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dkim_milter:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/opendkim(/.*)?, /var/spool/opendkim(/.*)?, /var/lib/dkim-milter(/.*)?, /var/run/dkim-milter(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/opendkim, /usr/sbin/dkim-filter
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dkim_milter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dlm_controld_selinux.8 b/man/man8/dlm_controld_selinux.8
-new file mode 100644
-index 0000000..d35544c
---- /dev/null
-+++ b/man/man8/dlm_controld_selinux.8
-@@ -0,0 +1,320 @@
-+.TH  "dlm_controld_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dlm_controld_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dlm_controld_t SELinux type can be entered via the \fBdlm_controld_exec_t\fP file type.
-+
-+The default entrypoint paths for the dlm_controld_t domain are the following:
-+
-+/usr/sbin/dlm_controld
-+.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 dlm_controld policy is very flexible allowing users to setup their dlm_controld processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dlm_controld:
-+
-+.EX
-+.B dlm_controld_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dlm_controld_t
-+can be used to make the process type dlm_controld_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dlm_controld policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dlm_controld with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dlm_controld_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 dlm_controld_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dlm_controld_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 configfs_t
-+
-+
-+.br
-+.B corosync_tmpfs_t
-+
-+
-+.br
-+.B dlm_controld_tmpfs_t
-+
-+
-+.br
-+.B dlm_controld_var_log_t
-+
-+	/var/log/dlm_controld(/.*)?
-+.br
-+	/var/log/cluster/dlm_controld\.log.*
-+.br
-+
-+.br
-+.B dlm_controld_var_run_t
-+
-+	/var/run/dlm_controld(/.*)?
-+.br
-+	/var/run/dlm_controld\.pid
-+.br
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 dlm_controld policy is very flexible allowing users to setup their dlm_controld processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+dlm_controld policy stores data with multiple different file context types under the /var/run/dlm_controld directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/dlm_controld /srv/dlm_controld
-+.br
-+.B restorecon -R -v /srv/dlm_controld
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dlm_controld, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dlm_controld_exec_t '/srv/dlm_controld/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydlm_controld_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dlm_controld:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B dlm_controld_initrc_exec_t
-+.EE
-+
-+- Set files with the dlm_controld_initrc_exec_t type, if you want to transition an executable to the dlm_controld_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/dlm_controld(/.*)?, /var/log/cluster/dlm_controld\.log.*
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/dlm_controld(/.*)?, /var/run/dlm_controld\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dlm_controld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dmesg_selinux.8 b/man/man8/dmesg_selinux.8
-new file mode 100644
-index 0000000..f8d4b6d
---- /dev/null
-+++ b/man/man8/dmesg_selinux.8
-@@ -0,0 +1,207 @@
-+.TH  "dmesg_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dmesg_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dmesg_t SELinux type can be entered via the \fBdmesg_exec_t\fP file type.
-+
-+The default entrypoint paths for the dmesg_t domain are the following:
-+
-+/bin/dmesg, /usr/bin/dmesg
-+.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 dmesg policy is very flexible allowing users to setup their dmesg processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dmesg:
-+
-+.EX
-+.B dmesg_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dmesg_t
-+can be used to make the process type dmesg_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dmesg policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dmesg with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dmesg_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 var_log_t
-+
-+	/var/log/.*
-+.br
-+	/nsr/logs(/.*)?
-+.br
-+	/var/webmin(/.*)?
-+.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 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 dmesg policy is very flexible allowing users to setup their dmesg processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dmesg, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dmesg_exec_t '/srv/dmesg/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydmesg_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dmesg:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/dmesg, /usr/bin/dmesg
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dmesg(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dmidecode_selinux.8 b/man/man8/dmidecode_selinux.8
-new file mode 100644
-index 0000000..ea164a0
---- /dev/null
-+++ b/man/man8/dmidecode_selinux.8
-@@ -0,0 +1,151 @@
-+.TH  "dmidecode_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dmidecode_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dmidecode_t SELinux type can be entered via the \fBdmidecode_exec_t\fP file type.
-+
-+The default entrypoint paths for the dmidecode_t domain are the following:
-+
-+/usr/sbin/dmidecode, /usr/sbin/ownership, /usr/sbin/vpddecode, /usr/sbin/biosdecode
-+.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 dmidecode policy is very flexible allowing users to setup their dmidecode processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dmidecode:
-+
-+.EX
-+.B dmidecode_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dmidecode_t
-+can be used to make the process type dmidecode_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dmidecode policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dmidecode with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 dmidecode policy is very flexible allowing users to setup their dmidecode processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dmidecode, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dmidecode_exec_t '/srv/dmidecode/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydmidecode_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dmidecode:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/dmidecode, /usr/sbin/ownership, /usr/sbin/vpddecode, /usr/sbin/biosdecode
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dmidecode(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dnsmasq_selinux.8 b/man/man8/dnsmasq_selinux.8
-new file mode 100644
-index 0000000..6364ad3
---- /dev/null
-+++ b/man/man8/dnsmasq_selinux.8
-@@ -0,0 +1,329 @@
-+.TH  "dnsmasq_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dnsmasq_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dnsmasq_t SELinux type can be entered via the \fBdnsmasq_exec_t\fP file type.
-+
-+The default entrypoint paths for the dnsmasq_t domain are the following:
-+
-+/usr/sbin/dnsmasq
-+.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 dnsmasq policy is very flexible allowing users to setup their dnsmasq processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dnsmasq:
-+
-+.EX
-+.B dnsmasq_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dnsmasq_t
-+can be used to make the process type dnsmasq_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dnsmasq policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dnsmasq with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dnsmasq_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 dnsmasq_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dnsmasq_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 crond_var_run_t
-+
-+	/var/run/.*cron.*
-+.br
-+	/var/run/crond?\.pid
-+.br
-+	/var/run/crond?\.reboot
-+.br
-+	/var/run/atd\.pid
-+.br
-+	/var/run/fcron\.pid
-+.br
-+	/var/run/fcron\.fifo
-+.br
-+	/var/run/anacron\.pid
-+.br
-+
-+.br
-+.B dnsmasq_lease_t
-+
-+	/var/lib/dnsmasq(/.*)?
-+.br
-+	/var/lib/misc/dnsmasq\.leases
-+.br
-+
-+.br
-+.B dnsmasq_var_run_t
-+
-+	/var/run/dnsmasq.*
-+.br
-+	/var/run/libvirt/network(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B virt_var_lib_t
-+
-+	/var/lib/oz(/.*)?
-+.br
-+	/var/lib/libvirt(/.*)?
-+.br
-+
-+.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 dnsmasq policy is very flexible allowing users to setup their dnsmasq processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dnsmasq, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dnsmasq_etc_t '/srv/dnsmasq/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydnsmasq_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dnsmasq:
-+
-+
-+.EX
-+.PP
-+.B dnsmasq_etc_t
-+.EE
-+
-+- Set files with the dnsmasq_etc_t type, if you want to store dnsmasq files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B dnsmasq_lease_t
-+.EE
-+
-+- Set files with the dnsmasq_lease_t type, if you want to treat the files as dnsmasq lease data.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/dnsmasq(/.*)?, /var/lib/misc/dnsmasq\.leases
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/dnsmasq.*, /var/run/libvirt/network(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dnsmasq(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dnssec_trigger_selinux.8 b/man/man8/dnssec_trigger_selinux.8
-new file mode 100644
-index 0000000..8d165a1
---- /dev/null
-+++ b/man/man8/dnssec_trigger_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "dnssec_trigger_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dnssec_trigger_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dnssec_trigger_t SELinux type can be entered via the \fBdnssec_trigger_exec_t\fP file type.
-+
-+The default entrypoint paths for the dnssec_trigger_t domain are the following:
-+
-+/usr/sbin/dnssec-triggerd
-+.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 dnssec_trigger policy is very flexible allowing users to setup their dnssec_trigger processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dnssec_trigger:
-+
-+.EX
-+.B dnssec_trigger_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dnssec_trigger_t
-+can be used to make the process type dnssec_trigger_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dnssec_trigger policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dnssec_trigger with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dnssec_trigger_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 dnssec_trigger_var_run_t
-+
-+	/var/run/dnssec.*
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dnssec_trigger policy is very flexible allowing users to setup their dnssec_trigger processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dnssec_trigger, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dnssec_trigger_exec_t '/srv/dnssec_trigger/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydnssec_trigger_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dnssec_trigger:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dnssec_trigger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dovecot_auth_selinux.8 b/man/man8/dovecot_auth_selinux.8
-new file mode 100644
-index 0000000..81a2b09
---- /dev/null
-+++ b/man/man8/dovecot_auth_selinux.8
-@@ -0,0 +1,239 @@
-+.TH  "dovecot_auth_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dovecot_auth_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dovecot_auth_t SELinux type can be entered via the \fBdovecot_auth_exec_t\fP file type.
-+
-+The default entrypoint paths for the dovecot_auth_t domain are the following:
-+
-+/usr/libexec/dovecot/auth, /usr/libexec/dovecot/dovecot-auth
-+.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 dovecot_auth policy is very flexible allowing users to setup their dovecot_auth processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dovecot_auth:
-+
-+.EX
-+.B dovecot_auth_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dovecot_auth_t
-+can be used to make the process type dovecot_auth_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dovecot_auth policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dovecot_auth with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dovecot_auth_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 dovecot_auth_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dovecot_auth_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 dovecot_auth_tmp_t
-+
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.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 dovecot_auth policy is very flexible allowing users to setup their dovecot_auth processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dovecot_auth, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dovecot_auth_exec_t '/srv/dovecot_auth/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydovecot_auth_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dovecot_auth:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/dovecot/auth, /usr/libexec/dovecot/dovecot-auth
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dovecot_auth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dovecot_selinux(8), dovecot_selinux(8), dovecot_deliver_selinux(8)
-\ 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..c78c133
---- /dev/null
-+++ b/man/man8/dovecot_deliver_selinux.8
-@@ -0,0 +1,333 @@
-+.TH  "dovecot_deliver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dovecot_deliver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dovecot_deliver_t SELinux type can be entered via the \fBdovecot_deliver_exec_t\fP file type.
-+
-+The default entrypoint paths for the dovecot_deliver_t domain are the following:
-+
-+/usr/libexec/dovecot/deliver, /usr/libexec/dovecot/dovecot-lda
-+.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 dovecot_deliver policy is very flexible allowing users to setup their dovecot_deliver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dovecot_deliver:
-+
-+.EX
-+.B dovecot_deliver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dovecot_deliver_t
-+can be used to make the process type dovecot_deliver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dovecot_deliver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dovecot_deliver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dovecot_deliver_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 dovecot_deliver_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dovecot_deliver_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 cifs_t
-+
-+
-+.br
-+.B data_home_t
-+
-+	/root/\.local/share(/.*)?
-+.br
-+	/home/[^/]*/\.local/share(/.*)?
-+.br
-+	/home/pwalsh/\.local/share(/.*)?
-+.br
-+	/home/dwalsh/\.local/share(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share(/.*)?
-+.br
-+
-+.br
-+.B dovecot_deliver_tmp_t
-+
-+
-+.br
-+.B dovecot_spool_t
-+
-+	/var/spool/dovecot(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 dovecot_deliver policy is very flexible allowing users to setup their dovecot_deliver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dovecot_deliver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dovecot_deliver_exec_t '/srv/dovecot_deliver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydovecot_deliver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dovecot_deliver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/dovecot/deliver, /usr/libexec/dovecot/dovecot-lda
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dovecot_deliver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dovecot_selinux(8), dovecot_selinux(8), dovecot_auth_selinux(8)
-\ 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..aeac1be
---- /dev/null
-+++ b/man/man8/dovecot_selinux.8
-@@ -0,0 +1,556 @@
-+.TH  "dovecot_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dovecot_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dovecot_t SELinux type can be entered via the \fBdovecot_exec_t\fP file type.
-+
-+The default entrypoint paths for the dovecot_t domain are the following:
-+
-+/usr/sbin/dovecot
-+.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 dovecot policy is very flexible allowing users to setup their dovecot processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dovecot:
-+
-+.EX
-+.B dovecot_deliver_t, dovecot_auth_t, dovecot_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dovecot_t
-+can be used to make the process type dovecot_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dovecot policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dovecot with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dovecot_auth_t, dovecot_t, dovecot_deliver_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 dovecot_auth_t, dovecot_t, dovecot_deliver_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dovecot_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 cifs_t
-+
-+
-+.br
-+.B data_home_t
-+
-+	/root/\.local/share(/.*)?
-+.br
-+	/home/[^/]*/\.local/share(/.*)?
-+.br
-+	/home/pwalsh/\.local/share(/.*)?
-+.br
-+	/home/dwalsh/\.local/share(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share(/.*)?
-+.br
-+
-+.br
-+.B dovecot_spool_t
-+
-+	/var/spool/dovecot(/.*)?
-+.br
-+
-+.br
-+.B dovecot_tmp_t
-+
-+
-+.br
-+.B dovecot_var_lib_t
-+
-+	/var/lib/dovecot(/.*)?
-+.br
-+	/var/run/dovecot/login/ssl-parameters.dat
-+.br
-+
-+.br
-+.B dovecot_var_log_t
-+
-+	/var/log/dovecot(/.*)?
-+.br
-+	/var/log/dovecot\.log.*
-+.br
-+
-+.br
-+.B dovecot_var_run_t
-+
-+	/var/run/dovecot(-login)?(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 dovecot policy is very flexible allowing users to setup their dovecot processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+dovecot policy stores data with multiple different file context types under the /var/log/dovecot directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/dovecot /srv/dovecot
-+.br
-+.B restorecon -R -v /srv/dovecot
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dovecot, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dovecot_auth_exec_t '/srv/dovecot/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydovecot_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dovecot:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/dovecot/auth, /usr/libexec/dovecot/dovecot-auth
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B dovecot_cert_t
-+.EE
-+
-+- Set files with the dovecot_cert_t type, if you want to treat the files as dovecot certificate data.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/pki/dovecot(/.*)?, /usr/share/ssl/certs/dovecot\.pem, /usr/share/ssl/private/dovecot\.pem
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/dovecot/deliver, /usr/libexec/dovecot/dovecot-lda
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B dovecot_etc_t
-+.EE
-+
-+- Set files with the dovecot_etc_t type, if you want to store dovecot files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/dovecot(/.*)?, /etc/dovecot\.conf.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B dovecot_passwd_t
-+.EE
-+
-+- Set files with the dovecot_passwd_t type, if you want to treat the files as dovecot passwd data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/dovecot(/.*)?, /var/run/dovecot/login/ssl-parameters.dat
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/dovecot(/.*)?, /var/log/dovecot\.log.*
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dovecot(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), dovecot_auth_selinux(8), dovecot_deliver_selinux(8)
-\ 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..9ba7041
---- /dev/null
-+++ b/man/man8/drbd_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "drbd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep drbd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The drbd_t SELinux type can be entered via the \fBdrbd_exec_t\fP file type.
-+
-+The default entrypoint paths for the drbd_t domain are the following:
-+
-+/usr/lib/ocf/resource.\d/linbit/drbd, /sbin/drbdadm, /sbin/drbdsetup, /usr/sbin/drbdadm, /usr/sbin/drbdsetup
-+.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 drbd policy is very flexible allowing users to setup their drbd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for drbd:
-+
-+.EX
-+.B drbd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a drbd_t
-+can be used to make the process type drbd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  drbd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run drbd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type drbd_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 drbd_lock_t
-+
-+	/var/lock/subsys/drbd
-+.br
-+
-+.br
-+.B drbd_var_lib_t
-+
-+	/var/lib/drbd(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 drbd policy is very flexible allowing users to setup their drbd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the drbd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t drbd_exec_t '/srv/drbd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydrbd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for drbd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/ocf/resource.\d/linbit/drbd, /sbin/drbdadm, /sbin/drbdsetup, /usr/sbin/drbdadm, /usr/sbin/drbdsetup
-+
-+.EX
-+.PP
-+.B drbd_initrc_exec_t
-+.EE
-+
-+- Set files with the drbd_initrc_exec_t type, if you want to transition an executable to the drbd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), drbd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/dspam_selinux.8 b/man/man8/dspam_selinux.8
-new file mode 100644
-index 0000000..d767a1d
---- /dev/null
-+++ b/man/man8/dspam_selinux.8
-@@ -0,0 +1,279 @@
-+.TH  "dspam_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep dspam_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The dspam_t SELinux type can be entered via the \fBdspam_exec_t\fP file type.
-+
-+The default entrypoint paths for the dspam_t domain are the following:
-+
-+/usr/bin/dspam
-+.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 dspam policy is very flexible allowing users to setup their dspam processes in as secure a method as possible.
-+.PP
-+The following process types are defined for dspam:
-+
-+.EX
-+.B dspam_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a dspam_t
-+can be used to make the process type dspam_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  dspam policy is extremely flexible and has several booleans that allow you to manipulate the policy and run dspam with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the dspam_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 dspam_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type dspam_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 dspam_var_lib_t
-+
-+	/var/lib/dspam(/.*)?
-+.br
-+
-+.br
-+.B dspam_var_run_t
-+
-+	/var/run/dspam(/.*)?
-+.br
-+
-+.br
-+.B httpd_dspam_rw_content_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 dspam policy is very flexible allowing users to setup their dspam processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the dspam, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t dspam_exec_t '/srv/dspam/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mydspam_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for dspam:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), dspam(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/entropyd_selinux.8 b/man/man8/entropyd_selinux.8
-new file mode 100644
-index 0000000..22f8d1e
---- /dev/null
-+++ b/man/man8/entropyd_selinux.8
-@@ -0,0 +1,271 @@
-+.TH  "entropyd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep entropyd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The entropyd_t SELinux type can be entered via the \fBentropyd_exec_t\fP file type.
-+
-+The default entrypoint paths for the entropyd_t domain are the following:
-+
-+/usr/sbin/haveged, /usr/sbin/audio-entropyd
-+.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 entropyd policy is very flexible allowing users to setup their entropyd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for entropyd:
-+
-+.EX
-+.B entropyd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a entropyd_t
-+can be used to make the process type entropyd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  entropyd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run entropyd with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether entropyd can use audio devices as the source for the entropy feeds, you must turn on the entropyd_use_audio boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P entropyd_use_audio 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the entropyd_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 entropyd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type entropyd_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 entropyd_var_run_t
-+
-+	/var/run/haveged\.pid
-+.br
-+	/var/run/audio-entropyd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 entropyd policy is very flexible allowing users to setup their entropyd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the entropyd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t entropyd_exec_t '/srv/entropyd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myentropyd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for entropyd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/haveged, /usr/sbin/audio-entropyd
-+
-+.EX
-+.PP
-+.B entropyd_initrc_exec_t
-+.EE
-+
-+- Set files with the entropyd_initrc_exec_t type, if you want to transition an executable to the entropyd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/haveged\.pid, /var/run/audio-entropyd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), entropyd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..669eac4
---- /dev/null
-+++ b/man/man8/eventlogd_selinux.8
-@@ -0,0 +1,233 @@
-+.TH  "eventlogd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep eventlogd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The eventlogd_t SELinux type can be entered via the \fBeventlogd_exec_t\fP file type.
-+
-+The default entrypoint paths for the eventlogd_t domain are the following:
-+
-+/usr/sbin/eventlogd, /opt/likewise/sbin/eventlogd
-+.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 eventlogd policy is very flexible allowing users to setup their eventlogd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for eventlogd:
-+
-+.EX
-+.B eventlogd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a eventlogd_t
-+can be used to make the process type eventlogd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  eventlogd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run eventlogd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type eventlogd_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 eventlogd_var_lib_t
-+
-+	/var/lib/likewise/db/lwi_events\.db
-+.br
-+	/var/lib/likewise-open/db/lwi_events\.db
-+.br
-+
-+.br
-+.B eventlogd_var_run_t
-+
-+	/var/run/eventlogd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 eventlogd policy is very flexible allowing users to setup their eventlogd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the eventlogd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t eventlogd_exec_t '/srv/eventlogd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myeventlogd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for eventlogd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/eventlogd, /opt/likewise/sbin/eventlogd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/db/lwi_events\.db, /var/lib/likewise-open/db/lwi_events\.db
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/\.eventlog, /var/lib/likewise/rpc/socket, /var/lib/likewise-open/\.eventlog, /var/lib/likewise-open/rpc/socket
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), eventlogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/evtchnd_selinux.8 b/man/man8/evtchnd_selinux.8
-new file mode 100644
-index 0000000..efb207c
---- /dev/null
-+++ b/man/man8/evtchnd_selinux.8
-@@ -0,0 +1,217 @@
-+.TH  "evtchnd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep evtchnd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The evtchnd_t SELinux type can be entered via the \fBevtchnd_exec_t\fP file type.
-+
-+The default entrypoint paths for the evtchnd_t domain are the following:
-+
-+/usr/sbin/evtchnd
-+.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 evtchnd policy is very flexible allowing users to setup their evtchnd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for evtchnd:
-+
-+.EX
-+.B evtchnd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a evtchnd_t
-+can be used to make the process type evtchnd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  evtchnd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run evtchnd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type evtchnd_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 evtchnd_var_log_t
-+
-+	/var/log/evtchnd\.log.*
-+.br
-+
-+.br
-+.B evtchnd_var_run_t
-+
-+	/var/run/evtchnd
-+.br
-+	/var/run/evtchnd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 evtchnd policy is very flexible allowing users to setup their evtchnd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the evtchnd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t evtchnd_exec_t '/srv/evtchnd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myevtchnd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for evtchnd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/evtchnd, /var/run/evtchnd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), evtchnd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/exim_selinux.8 b/man/man8/exim_selinux.8
-new file mode 100644
-index 0000000..6b70ed5
---- /dev/null
-+++ b/man/man8/exim_selinux.8
-@@ -0,0 +1,492 @@
-+.TH  "exim_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep exim_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The exim_t SELinux type can be entered via the \fBexim_exec_t\fP file type.
-+
-+The default entrypoint paths for the exim_t domain are the following:
-+
-+/usr/sbin/exim[0-9]?, /usr/sbin/exim_tidydb
-+.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 exim policy is very flexible allowing users to setup their exim processes in as secure a method as possible.
-+.PP
-+The following process types are defined for exim:
-+
-+.EX
-+.B exim_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a exim_t
-+can be used to make the process type exim_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  exim policy is extremely flexible and has several booleans that allow you to manipulate the policy and run exim with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether exim can connect to databases, you must turn on the exim_can_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P exim_can_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether exim can create, read, write, and delete generic user content files, you must turn on the exim_manage_user_files boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P exim_manage_user_files 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether exim can read generic user content files, you must turn on the exim_read_user_files boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P exim_read_user_files 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Gitosis can send mail, you must turn on the gitosis_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P gitosis_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the exim_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 exim_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type exim_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 arpwatch_tmp_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B dovecot_spool_t
-+
-+	/var/spool/dovecot(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B exim_spool_t
-+
-+	/var/spool/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B exim_tmp_t
-+
-+
-+.br
-+.B exim_var_run_t
-+
-+	/var/run/exim[0-9]?\.pid
-+.br
-+	/var/run/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sendmail_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 exim policy is very flexible allowing users to setup their exim processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+exim policy stores data with multiple different file context types under the /var/run/exim[0-9]? directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/exim[0-9]? /srv/exim[0-9]?
-+.br
-+.B restorecon -R -v /srv/exim[0-9]?
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the exim, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t exim_exec_t '/srv/exim/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myexim_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for exim:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/exim[0-9]?, /usr/sbin/exim_tidydb
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B exim_keytab_t
-+.EE
-+
-+- Set files with the exim_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/exim[0-9]?\.pid, /var/run/exim[0-9]?(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), exim(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..5a3e9c2
---- /dev/null
-+++ b/man/man8/fail2ban_client_selinux.8
-@@ -0,0 +1,155 @@
-+.TH  "fail2ban_client_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fail2ban_client_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fail2ban_client_t SELinux type can be entered via the \fBfail2ban_client_exec_t\fP file type.
-+
-+The default entrypoint paths for the fail2ban_client_t domain are the following:
-+
-+/usr/bin/fail2ban-client
-+.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 fail2ban_client policy is very flexible allowing users to setup their fail2ban_client processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fail2ban_client:
-+
-+.EX
-+.B fail2ban_client_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fail2ban_client_t
-+can be used to make the process type fail2ban_client_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fail2ban_client policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fail2ban_client with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 fail2ban_client policy is very flexible allowing users to setup their fail2ban_client processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fail2ban_client, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fail2ban_client_exec_t '/srv/fail2ban_client/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfail2ban_client_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fail2ban_client:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), fail2ban_client(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), fail2ban_selinux(8), fail2ban_selinux(8)
-\ 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..dbe3ff8
---- /dev/null
-+++ b/man/man8/fail2ban_selinux.8
-@@ -0,0 +1,321 @@
-+.TH  "fail2ban_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fail2ban_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fail2ban_t SELinux type can be entered via the \fBfail2ban_exec_t\fP file type.
-+
-+The default entrypoint paths for the fail2ban_t domain are the following:
-+
-+/usr/bin/fail2ban, /usr/bin/fail2ban-server
-+.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 fail2ban policy is very flexible allowing users to setup their fail2ban processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fail2ban:
-+
-+.EX
-+.B fail2ban_client_t, fail2ban_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fail2ban_t
-+can be used to make the process type fail2ban_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fail2ban policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fail2ban with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the fail2ban_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 fail2ban_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type fail2ban_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 fail2ban_tmp_t
-+
-+
-+.br
-+.B fail2ban_var_lib_t
-+
-+	/var/lib/fail2ban(/.*)?
-+.br
-+
-+.br
-+.B fail2ban_var_run_t
-+
-+	/var/run/fail2ban.*
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 fail2ban policy is very flexible allowing users to setup their fail2ban processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fail2ban, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fail2ban_client_exec_t '/srv/fail2ban/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfail2ban_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fail2ban:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/fail2ban, /usr/bin/fail2ban-server
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), fail2ban(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), fail2ban_client_selinux(8)
-\ 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..df94cd1
---- /dev/null
-+++ b/man/man8/fcoemon_selinux.8
-@@ -0,0 +1,211 @@
-+.TH  "fcoemon_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fcoemon_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fcoemon_t SELinux type can be entered via the \fBfcoemon_exec_t\fP file type.
-+
-+The default entrypoint paths for the fcoemon_t domain are the following:
-+
-+/usr/sbin/fcoemon
-+.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 fcoemon policy is very flexible allowing users to setup their fcoemon processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fcoemon:
-+
-+.EX
-+.B fcoemon_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fcoemon_t
-+can be used to make the process type fcoemon_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fcoemon policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fcoemon with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type fcoemon_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 fcoemon_var_run_t
-+
-+	/var/run/fcm(/.*)?
-+.br
-+	/var/run/fcoemon\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 fcoemon policy is very flexible allowing users to setup their fcoemon processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fcoemon, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fcoemon_exec_t '/srv/fcoemon/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfcoemon_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fcoemon:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B fcoemon_initrc_exec_t
-+.EE
-+
-+- Set files with the fcoemon_initrc_exec_t type, if you want to transition an executable to the fcoemon_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/fcm(/.*)?, /var/run/fcoemon\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), fcoemon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/fenced_selinux.8 b/man/man8/fenced_selinux.8
-new file mode 100644
-index 0000000..61c77a9
---- /dev/null
-+++ b/man/man8/fenced_selinux.8
-@@ -0,0 +1,341 @@
-+.TH  "fenced_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fenced_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fenced_t SELinux type can be entered via the \fBfenced_exec_t\fP file type.
-+
-+The default entrypoint paths for the fenced_t domain are the following:
-+
-+/usr/sbin/fenced, /usr/sbin/fence_node, /usr/sbin/fence_tool, /usr/sbin/fence_virtd
-+.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 fenced policy is very flexible allowing users to setup their fenced processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fenced:
-+
-+.EX
-+.B fenced_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fenced_t
-+can be used to make the process type fenced_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fenced policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fenced with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether fenced can connect to the TCP network, you must turn on the fenced_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P fenced_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether fenced can use ssh, you must turn on the fenced_can_ssh boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P fenced_can_ssh 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the fenced_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 fenced_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type fenced_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 fenced_lock_t
-+
-+	/var/lock/fence_manual\.lock
-+.br
-+
-+.br
-+.B fenced_tmp_t
-+
-+
-+.br
-+.B fenced_tmpfs_t
-+
-+
-+.br
-+.B fenced_var_log_t
-+
-+	/var/log/cluster/fenced\.log.*
-+.br
-+
-+.br
-+.B fenced_var_run_t
-+
-+	/var/run/fence.*
-+.br
-+	/var/run/cluster/fence_scsi.*
-+.br
-+	/var/run/cluster/fenced_override
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B snmpd_var_lib_t
-+
-+	/var/agentx(/.*)?
-+.br
-+	/var/net-snmp(/.*)
-+.br
-+	/var/lib/snmp(/.*)?
-+.br
-+	/var/net-snmp(/.*)?
-+.br
-+	/var/lib/net-snmp(/.*)?
-+.br
-+	/usr/share/snmp/mibs/\.index
-+.br
-+
-+.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 fenced policy is very flexible allowing users to setup their fenced processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fenced, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fenced_exec_t '/srv/fenced/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfenced_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fenced:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/fenced, /usr/sbin/fence_node, /usr/sbin/fence_tool, /usr/sbin/fence_virtd
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/fence.*, /var/run/cluster/fence_scsi.*, /var/run/cluster/fenced_override
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), fenced(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..ba0d5a1
---- /dev/null
-+++ b/man/man8/fetchmail_selinux.8
-@@ -0,0 +1,269 @@
-+.TH  "fetchmail_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fetchmail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fetchmail_t SELinux type can be entered via the \fBfetchmail_exec_t\fP file type.
-+
-+The default entrypoint paths for the fetchmail_t domain are the following:
-+
-+/usr/bin/fetchmail
-+.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 fetchmail policy is very flexible allowing users to setup their fetchmail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fetchmail:
-+
-+.EX
-+.B fetchmail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fetchmail_t
-+can be used to make the process type fetchmail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fetchmail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fetchmail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type fetchmail_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 fetchmail_uidl_cache_t
-+
-+	/var/lib/fetchmail(/.*)?
-+.br
-+	/var/mail/\.fetchmail-UIDL-cache
-+.br
-+
-+.br
-+.B fetchmail_var_run_t
-+
-+	/var/run/fetchmail/.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sendmail_log_t
-+
-+	/var/log/mail(/.*)?
-+.br
-+	/var/log/sendmail\.st.*
-+.br
-+
-+.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 fetchmail policy is very flexible allowing users to setup their fetchmail processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fetchmail, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fetchmail_etc_t '/srv/fetchmail/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfetchmail_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fetchmail:
-+
-+
-+.EX
-+.PP
-+.B fetchmail_etc_t
-+.EE
-+
-+- Set files with the fetchmail_etc_t type, if you want to store fetchmail files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.fetchmailrc, /home/[^/]*/\.fetchmailrc, /home/pwalsh/\.fetchmailrc, /home/dwalsh/\.fetchmailrc, /var/lib/xguest/home/xguest/\.fetchmailrc
-+
-+.EX
-+.PP
-+.B fetchmail_initrc_exec_t
-+.EE
-+
-+- Set files with the fetchmail_initrc_exec_t type, if you want to transition an executable to the fetchmail_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.B fetchmail_log_t
-+.EE
-+
-+- Set files with the fetchmail_log_t type, if you want to treat the data as fetchmail log data, usually stored under the /var/log directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/fetchmail(/.*)?, /var/mail/\.fetchmail-UIDL-cache
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), fetchmail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/fingerd_selinux.8 b/man/man8/fingerd_selinux.8
-new file mode 100644
-index 0000000..a22c2b5
---- /dev/null
-+++ b/man/man8/fingerd_selinux.8
-@@ -0,0 +1,291 @@
-+.TH  "fingerd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fingerd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fingerd_t SELinux type can be entered via the \fBfingerd_exec_t\fP file type.
-+
-+The default entrypoint paths for the fingerd_t domain are the following:
-+
-+/usr/sbin/[cef]fingerd, /usr/sbin/in\.(x)?fingerd, /etc/cron\.weekly/(c)?fingerd
-+.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 fingerd policy is very flexible allowing users to setup their fingerd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fingerd:
-+
-+.EX
-+.B fingerd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fingerd_t
-+can be used to make the process type fingerd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fingerd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fingerd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the fingerd_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 fingerd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 fingerd policy is very flexible allowing users to setup their fingerd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for fingerd:
-+
-+.EX
-+.TP 5
-+.B fingerd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 79
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type fingerd_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 fingerd_var_run_t
-+
-+	/var/run/*.fingerd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 fingerd policy is very flexible allowing users to setup their fingerd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fingerd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fingerd_etc_t '/srv/fingerd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfingerd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fingerd:
-+
-+
-+.EX
-+.PP
-+.B fingerd_etc_t
-+.EE
-+
-+- Set files with the fingerd_etc_t type, if you want to store fingerd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/[cef]fingerd, /usr/sbin/in\.(x)?fingerd, /etc/cron\.weekly/(c)?fingerd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), fingerd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/firewalld_selinux.8 b/man/man8/firewalld_selinux.8
-new file mode 100644
-index 0000000..2ca5a67
---- /dev/null
-+++ b/man/man8/firewalld_selinux.8
-@@ -0,0 +1,324 @@
-+.TH  "firewalld_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep firewalld_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The firewalld_t SELinux type can be entered via the \fBfirewalld_exec_t\fP file type.
-+
-+The default entrypoint paths for the firewalld_t domain are the following:
-+
-+/usr/sbin/firewalld
-+.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 firewalld policy is very flexible allowing users to setup their firewalld processes in as secure a method as possible.
-+.PP
-+The following process types are defined for firewalld:
-+
-+.EX
-+.B firewallgui_t, firewalld_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a firewalld_t
-+can be used to make the process type firewalld_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  firewalld policy is extremely flexible and has several booleans that allow you to manipulate the policy and run firewalld with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the firewallgui_t, firewalld_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 firewallgui_t, firewalld_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type firewalld_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 firewalld_etc_rw_t
-+
-+	/etc/firewalld(/.*)?
-+.br
-+
-+.br
-+.B firewalld_tmp_t
-+
-+
-+.br
-+.B firewalld_tmpfs_t
-+
-+
-+.br
-+.B firewalld_var_run_t
-+
-+	/var/run/firewalld(/.*)?
-+.br
-+	/var/run/firewalld\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 firewalld policy is very flexible allowing users to setup their firewalld processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+firewalld policy stores data with multiple different file context types under the /var/run/firewalld directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/firewalld /srv/firewalld
-+.br
-+.B restorecon -R -v /srv/firewalld
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the firewalld, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t firewalld_etc_rw_t '/srv/firewalld/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfirewalld_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for firewalld:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B firewalld_tmp_t
-+.EE
-+
-+- Set files with the firewalld_tmp_t type, if you want to store firewalld temporary files in the /tmp directories.
-+
-+
-+.EX
-+.PP
-+.B firewalld_tmpfs_t
-+.EE
-+
-+- Set files with the firewalld_tmpfs_t type, if you want to store firewalld files on a tmpfs file system.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/firewalld(/.*)?, /var/run/firewalld\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), firewalld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), firewallgui_selinux(8)
-\ 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..5377297
---- /dev/null
-+++ b/man/man8/firewallgui_selinux.8
-@@ -0,0 +1,241 @@
-+.TH  "firewallgui_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep firewallgui_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The firewallgui_t SELinux type can be entered via the \fBfirewallgui_exec_t\fP file type.
-+
-+The default entrypoint paths for the firewallgui_t domain are the following:
-+
-+/usr/share/system-config-firewall/system-config-firewall-mechanism.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.
-+SELinux firewallgui policy is very flexible allowing users to setup their firewallgui processes in as secure a method as possible.
-+.PP
-+The following process types are defined for firewallgui:
-+
-+.EX
-+.B firewallgui_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a firewallgui_t
-+can be used to make the process type firewallgui_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  firewallgui policy is extremely flexible and has several booleans that allow you to manipulate the policy and run firewallgui with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the firewallgui_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 firewallgui_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type firewallgui_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 firewallgui_tmp_t
-+
-+
-+.br
-+.B system_conf_t
-+
-+	/etc/sysctl\.conf(\.old)?
-+.br
-+	/etc/sysconfig/ip6?tables.*
-+.br
-+	/etc/sysconfig/ipvsadm.*
-+.br
-+	/etc/sysconfig/ebtables.*
-+.br
-+	/etc/sysconfig/system-config-firewall.*
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 firewallgui policy is very flexible allowing users to setup their firewallgui processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the firewallgui, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t firewallgui_exec_t '/srv/firewallgui/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfirewallgui_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for firewallgui:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), firewallgui(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/firstboot_selinux.8 b/man/man8/firstboot_selinux.8
-new file mode 100644
-index 0000000..40f9162
---- /dev/null
-+++ b/man/man8/firstboot_selinux.8
-@@ -0,0 +1,249 @@
-+.TH  "firstboot_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep firstboot_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The firstboot_t SELinux type can be entered via the \fBsysctl_type, filesystem_type, firstboot_exec_t, mtrr_device_t, unlabeled_t, proc_type, file_type\fP file types.
-+
-+The default entrypoint paths for the firstboot_t domain are the following:
-+
-+/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.
-+SELinux firstboot policy is very flexible allowing users to setup their firstboot processes in as secure a method as possible.
-+.PP
-+The following process types are defined for firstboot:
-+
-+.EX
-+.B firstboot_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a firstboot_t
-+can be used to make the process type firstboot_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  firstboot policy is extremely flexible and has several booleans that allow you to manipulate the policy and run firstboot with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type firstboot_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 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 firstboot policy is very flexible allowing users to setup their firstboot processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the firstboot, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t firstboot_etc_t '/srv/firstboot/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfirstboot_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for firstboot:
-+
-+
-+.EX
-+.PP
-+.B firstboot_etc_t
-+.EE
-+
-+- Set files with the firstboot_etc_t type, if you want to store firstboot files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/firstboot, /usr/share/firstboot/firstboot\.py
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), firstboot(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/foghorn_selinux.8 b/man/man8/foghorn_selinux.8
-new file mode 100644
-index 0000000..8334b0a
---- /dev/null
-+++ b/man/man8/foghorn_selinux.8
-@@ -0,0 +1,275 @@
-+.TH  "foghorn_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep foghorn_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The foghorn_t SELinux type can be entered via the \fBfoghorn_exec_t\fP file type.
-+
-+The default entrypoint paths for the foghorn_t domain are the following:
-+
-+/usr/sbin/foghorn
-+.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 foghorn policy is very flexible allowing users to setup their foghorn processes in as secure a method as possible.
-+.PP
-+The following process types are defined for foghorn:
-+
-+.EX
-+.B foghorn_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a foghorn_t
-+can be used to make the process type foghorn_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  foghorn policy is extremely flexible and has several booleans that allow you to manipulate the policy and run foghorn with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the foghorn_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 foghorn_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type foghorn_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 foghorn_tmpfs_t
-+
-+
-+.br
-+.B foghorn_var_log_t
-+
-+
-+.br
-+.B foghorn_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 foghorn policy is very flexible allowing users to setup their foghorn processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the foghorn, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t foghorn_exec_t '/srv/foghorn/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfoghorn_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for foghorn:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B foghorn_initrc_exec_t
-+.EE
-+
-+- Set files with the foghorn_initrc_exec_t type, if you want to transition an executable to the foghorn_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), foghorn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/fprintd_selinux.8 b/man/man8/fprintd_selinux.8
-new file mode 100644
-index 0000000..b957788
---- /dev/null
-+++ b/man/man8/fprintd_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "fprintd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fprintd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fprintd_t SELinux type can be entered via the \fBfprintd_exec_t\fP file type.
-+
-+The default entrypoint paths for the fprintd_t domain are the following:
-+
-+/usr/libexec/fprintd
-+.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 fprintd policy is very flexible allowing users to setup their fprintd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fprintd:
-+
-+.EX
-+.B fprintd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fprintd_t
-+can be used to make the process type fprintd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fprintd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fprintd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the fprintd_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 fprintd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type fprintd_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 fprintd_var_lib_t
-+
-+	/var/lib/fprint(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 fprintd policy is very flexible allowing users to setup their fprintd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fprintd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fprintd_exec_t '/srv/fprintd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfprintd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fprintd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), fprintd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/freshclam_selinux.8 b/man/man8/freshclam_selinux.8
-new file mode 100644
-index 0000000..d4710d5
---- /dev/null
-+++ b/man/man8/freshclam_selinux.8
-@@ -0,0 +1,301 @@
-+.TH  "freshclam_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep freshclam_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The freshclam_t SELinux type can be entered via the \fBfreshclam_exec_t\fP file type.
-+
-+The default entrypoint paths for the freshclam_t domain are the following:
-+
-+/usr/bin/freshclam
-+.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 freshclam policy is very flexible allowing users to setup their freshclam processes in as secure a method as possible.
-+.PP
-+The following process types are defined for freshclam:
-+
-+.EX
-+.B freshclam_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a freshclam_t
-+can be used to make the process type freshclam_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  freshclam policy is extremely flexible and has several booleans that allow you to manipulate the policy and run freshclam with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow antivirus programs to read non security files on a system, you must turn on the antivirus_can_scan_system boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P antivirus_can_scan_system 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether can clamd use JIT compiler, you must turn on the clamd_use_jit boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P clamd_use_jit 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the freshclam_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 freshclam_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type freshclam_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 amavis_spool_t
-+
-+	/var/spool/amavisd(/.*)?
-+.br
-+
-+.br
-+.B antivirus_db_t
-+
-+	/var/opt/f-secure(/.*)?
-+.br
-+
-+.br
-+.B clamd_var_lib_t
-+
-+	/var/clamav(/.*)?
-+.br
-+	/var/lib/clamd.*
-+.br
-+	/var/lib/clamav(/.*)?
-+.br
-+
-+.br
-+.B clamd_var_run_t
-+
-+	/var/run/clamd.*
-+.br
-+	/var/run/clamav.*
-+.br
-+	/var/run/amavis(d)?/clamd\.pid
-+.br
-+	/var/spool/amavisd/clamd\.sock
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 freshclam policy is very flexible allowing users to setup their freshclam processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the freshclam, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t freshclam_exec_t '/srv/freshclam/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfreshclam_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for freshclam:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/freshclam.*, /var/log/clamav/freshclam.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), freshclam(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/fsadm_selinux.8 b/man/man8/fsadm_selinux.8
-new file mode 100644
-index 0000000..776a6f4
---- /dev/null
-+++ b/man/man8/fsadm_selinux.8
-@@ -0,0 +1,343 @@
-+.TH  "fsadm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fsadm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fsadm_t SELinux type can be entered via the \fBfsadm_exec_t\fP file type.
-+
-+The default entrypoint paths for the fsadm_t domain are the following:
-+
-+/sbin/fsck.*, /sbin/jfs_.*, /sbin/mkfs.*, /sbin/swapon.*, /sbin/resize.*fs, /sbin/losetup.*, /usr/sbin/fsck.*, /usr/sbin/jfs_.*, /usr/sbin/mkfs.*, /sbin/reiserfs(ck|tune), /usr/sbin/swapon.*, /usr/sbin/resize.*fs, /usr/sbin/losetup.*, /usr/sbin/reiserfs(ck|tune), /sbin/dump, /sbin/blkid, /sbin/fdisk, /sbin/partx, /sbin/cfdisk, /sbin/e2fsck, /sbin/e4fsck, /sbin/findfs, /sbin/hdparm, /sbin/lsraid, /sbin/mke2fs, /sbin/mke4fs, /sbin/mkraid, /sbin/parted, /sbin/sfdisk, /usr/bin/raw, /sbin/dosfsck, /sbin/e2label, /sbin/mkdosfs, /sbin/tune2fs, /sbin/blockdev, /sbin/dumpe2fs, /usr/sbin/dump, /sbin/partprobe, /sbin/raidstart, /sbin/scsi_info, /usr/sbin/blkid, /usr/sbin/fdisk, /usr/sbin/partx, /sbin/mkreiserfs, /usr/sbin/cfdisk, /usr/sbin/e2fsck, /usr/sbin/e4fsck, /usr/sbin/findfs, /usr/sbin/hdparm, /usr/sbin/lsraid, /usr/sbin/mke2fs, /usr/sbin/mke4fs, /usr/sbin/mkraid, /usr/sbin/parted, /usr/sbin/sfdisk, /sbin/install-mbr, /sbin/raidautorun, /usr/bin/syslinux, /usr/sbin/dosfsck, /us
 r/sbin/e2label, /usr/sbin/mkdosfs, /usr/sbin/tune2fs, /sbin/make_reiser4, /usr/sbin/blockdev, /usr/sbin/dumpe2fs, /usr/sbin/smartctl, /usr/sbin/partprobe, /usr/sbin/raidstart, /usr/sbin/scsi_info, /usr/sbin/mkreiserfs, /usr/sbin/clubufflush, /usr/sbin/install-mbr, /usr/sbin/raidautorun, /usr/sbin/make_reiser4, /usr/bin/partition_uuid, /usr/bin/scsi_unique_id, /usr/lib/systemd/systemd-fsck
-+.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 fsadm policy is very flexible allowing users to setup their fsadm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fsadm:
-+
-+.EX
-+.B fsadm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fsadm_t
-+can be used to make the process type fsadm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fsadm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fsadm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type fsadm_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 amanda_dumpdates_t
-+
-+	/etc/dumpdates
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B fsadm_log_t
-+
-+	/var/log/fsck(/.*)?
-+.br
-+
-+.br
-+.B fsadm_tmp_t
-+
-+
-+.br
-+.B fsadm_var_run_t
-+
-+	/var/run/blkid(/.*)?
-+.br
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B livecd_tmp_t
-+
-+
-+.br
-+.B lost_found_t
-+
-+	/lost\+found
-+.br
-+	/var/lost\+found
-+.br
-+	/usr/lost\+found
-+.br
-+	/tmp/lost\+found
-+.br
-+	/boot/lost\+found
-+.br
-+	/var/log/lost\+found
-+.br
-+	/var/tmp/lost\+found
-+.br
-+	/var/log/audit/lost\+found
-+.br
-+	/home/lost\+found
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B swapfile_t
-+
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.br
-+.B xen_image_t
-+
-+	/xen(/.*)?
-+.br
-+	/var/lib/xen/images(/.*)?
-+.br
-+
-+.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 fsadm policy is very flexible allowing users to setup their fsadm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fsadm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fsadm_exec_t '/srv/fsadm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfsadm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fsadm:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/fsck.*, /sbin/jfs_.*, /sbin/mkfs.*, /sbin/swapon.*, /sbin/resize.*fs, /sbin/losetup.*, /usr/sbin/fsck.*, /usr/sbin/jfs_.*, /usr/sbin/mkfs.*, /sbin/reiserfs(ck|tune), /usr/sbin/swapon.*, /usr/sbin/resize.*fs, /usr/sbin/losetup.*, /usr/sbin/reiserfs(ck|tune), /sbin/dump, /sbin/blkid, /sbin/fdisk, /sbin/partx, /sbin/cfdisk, /sbin/e2fsck, /sbin/e4fsck, /sbin/findfs, /sbin/hdparm, /sbin/lsraid, /sbin/mke2fs, /sbin/mke4fs, /sbin/mkraid, /sbin/parted, /sbin/sfdisk, /usr/bin/raw, /sbin/dosfsck, /sbin/e2label, /sbin/mkdosfs, /sbin/tune2fs, /sbin/blockdev, /sbin/dumpe2fs, /usr/sbin/dump, /sbin/partprobe, /sbin/raidstart, /sbin/scsi_info, /usr/sbin/blkid, /usr/sbin/fdisk, /usr/sbin/partx, /sbin/mkreiserfs, /usr/sbin/cfdisk, /usr/sbin/e2fsck, /usr/sbin/e4fsck, /usr/sbin/findfs, /usr/sbin/hdparm, /usr/sbin/lsraid, /usr/sbin/mke2fs, /usr/sbin/mke4fs, /usr/sbin/mkraid, /usr/sbin/parted, /usr/sbin/sfdisk, /sbin/install-mbr, /sbin/raidautorun, /usr/bin/syslinux, /usr/sbin/dosfsck, /us
 r/sbin/e2label, /usr/sbin/mkdosfs, /usr/sbin/tune2fs, /sbin/make_reiser4, /usr/sbin/blockdev, /usr/sbin/dumpe2fs, /usr/sbin/smartctl, /usr/sbin/partprobe, /usr/sbin/raidstart, /usr/sbin/scsi_info, /usr/sbin/mkreiserfs, /usr/sbin/clubufflush, /usr/sbin/install-mbr, /usr/sbin/raidautorun, /usr/sbin/make_reiser4, /usr/bin/partition_uuid, /usr/bin/scsi_unique_id, /usr/lib/systemd/systemd-fsck
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), fsadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/fsdaemon_selinux.8 b/man/man8/fsdaemon_selinux.8
-new file mode 100644
-index 0000000..dd521fa
---- /dev/null
-+++ b/man/man8/fsdaemon_selinux.8
-@@ -0,0 +1,269 @@
-+.TH  "fsdaemon_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep fsdaemon_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The fsdaemon_t SELinux type can be entered via the \fBfsdaemon_exec_t\fP file type.
-+
-+The default entrypoint paths for the fsdaemon_t domain are the following:
-+
-+/usr/sbin/smartd
-+.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 fsdaemon policy is very flexible allowing users to setup their fsdaemon processes in as secure a method as possible.
-+.PP
-+The following process types are defined for fsdaemon:
-+
-+.EX
-+.B fsdaemon_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a fsdaemon_t
-+can be used to make the process type fsdaemon_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  fsdaemon policy is extremely flexible and has several booleans that allow you to manipulate the policy and run fsdaemon with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether smartmon can support devices on 3ware controllers, you must turn on the smartmon_3ware boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P smartmon_3ware 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to manage nfs files, you must turn on the virt_use_nfs boolean. Disabled by default.
-+
-+.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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_samba 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type fsdaemon_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 fsdaemon_tmp_t
-+
-+
-+.br
-+.B fsdaemon_var_lib_t
-+
-+	/var/lib/smartmontools(/.*)?
-+.br
-+
-+.br
-+.B fsdaemon_var_run_t
-+
-+	/var/run/smartd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 fsdaemon policy is very flexible allowing users to setup their fsdaemon processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the fsdaemon, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t fsdaemon_exec_t '/srv/fsdaemon/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myfsdaemon_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for fsdaemon:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B fsdaemon_var_lib_t
-+.EE
-+
-+- Set files with the fsdaemon_var_lib_t type, if you want to store the fsdaemon files under the /var/lib directory.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), fsdaemon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ftpd_selinux.8 b/man/man8/ftpd_selinux.8
-index 5bebd82..9aac8c0 100644
---- a/man/man8/ftpd_selinux.8
-+++ b/man/man8/ftpd_selinux.8
-@@ -1,65 +1,506 @@
--.TH  "ftpd_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "ftpd SELinux policy documentation"
-+.TH  "ftpd_selinux"  "8"  "13-01-16" "ftpd" "SELinux Policy documentation for ftpd"
- .SH "NAME"
--.PP
--ftpd_selinux \- Security-Enhanced Linux policy for ftp daemons.
-+ftpd_selinux \- Security Enhanced Linux Policy for the ftpd processes
- .SH "DESCRIPTION"
-+
-+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.
-+
-+For example:
-+
-+.B ps -eZ | grep ftpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ftpd_t SELinux type can be entered via the \fBftpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the ftpd_t domain are the following:
-+
-+/usr/sbin/ftpwho, /usr/sbin/vsftpd, /usr/sbin/in\.ftpd, /usr/sbin/proftpd, /usr/sbin/muddleftpd, /usr/kerberos/sbin/ftpd, /etc/cron\.monthly/proftpd
-+.SH PROCESS TYPES
-+SELinux defines process types (domains) for each process running on the system
- .PP
--Security-Enhanced Linux provides security for ftp daemons via flexible mandatory access control.
--.SH FILE_CONTEXTS
-+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.
-+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(/.*)?"
--.TP
--.B
--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.
-+The following process types are defined for ftpd:
-+
-+.EX
-+.B ftpd_t, ftpdctl_t
-+.EE
- .PP
--.B
--semanage fcontext -a -t public_content_rw_t "/var/ftp/incoming(/.*)?"
--.TP
--.B
--restorecon -F -R -v /var/ftp/incoming
-+Note:
-+.B semanage permissive -a ftpd_t
-+can be used to make the process type ftpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
- 
- .SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ftpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ftpd with the tightest access possible.
-+
-+
- .PP
--SELinux policy is based on least privilege required and may also be customizable by setting a boolean with setsebool.
--.TP
--Allow ftp servers to read and write files with the public_content_rw_t file type.
-+If you want to determine whether ftpd can connect to all unreserved ports, you must turn on the ftpd_connect_all_unreserved boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftpd_connect_all_unreserved 1
-+
-+.EE
-+
- .PP
--.B
--setsebool -P allow_ftpd_anon_write on
--.TP
--Allow ftp servers to read or write files in the user home directories.
-+If you want to determine whether ftpd can connect to databases over the TCP network, you must turn on the ftpd_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftpd_connect_db 1
-+
-+.EE
-+
- .PP
--.B
--setsebool -P ftp_home_dir on
--.TP
--Allow ftp servers to read or write all files on the system.
-+If you want to determine whether ftpd can login to local users and can read and write all files on the system, governed by DAC, you must turn on the ftpd_full_access boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftpd_full_access 1
-+
-+.EE
-+
- .PP
--.B
--setsebool -P allow_ftpd_full_access on
-+If you want to determine whether ftpd can use CIFS used for public file transfer services, you must turn on the ftpd_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftpd_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether ftpd can use NFS used for public file transfer services, you must turn on the ftpd_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftpd_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether ftpd can bind to all unreserved ports for passive mode, you must turn on the ftpd_use_passive_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftpd_use_passive_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether ftpd can read and write files in user home directories, you must turn on the ftp_home_dir boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftp_home_dir 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ftpd_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 ftpd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ftpd policy is very flexible allowing users to setup their ftpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ftpd:
-+
-+.EX
-+.TP 5
-+.B ftp_data_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 20
-+.EE
-+
-+.EX
-+.TP 5
-+.B ftp_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 21,990
-+.EE
-+udp 990
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ftpd_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 cifs_t
-+
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B non_security_file_type
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 ftpd policy is very flexible allowing users to setup their ftpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ftpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ftpd_etc_t '/srv/ftpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myftpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ftpd:
-+
-+
-+.EX
-+.PP
-+.B ftpd_etc_t
-+.EE
-+
-+- Set files with the ftpd_etc_t type, if you want to store ftpd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/ftpwho, /usr/sbin/vsftpd, /usr/sbin/in\.ftpd, /usr/sbin/proftpd, /usr/sbin/muddleftpd, /usr/kerberos/sbin/ftpd, /etc/cron\.monthly/proftpd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/vsftpd, /etc/rc\.d/init\.d/proftpd
-+
-+.EX
-+.PP
-+.B ftpd_keytab_t
-+.EE
-+
-+- Set files with the ftpd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
--Allow ftp servers to use cifs for public file transfer services.
-+Allow ftpd servers to read the /var/ftpd directory by adding the public_content_t file type to the directory and by restoring the file type.
- .PP
- .B
--setsebool -P allow_ftpd_use_cifs on
-+semanage fcontext -a -t public_content_t "/var/ftpd(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/ftpd
-+.pp
- .TP
--Allow ftp servers to use nfs for public file transfer services.
-+Allow ftpd 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_ftpdd_anon_write boolean to be set.
- .PP
- .B
--setsebool -P allow_ftpd_use_nfs on
--.TP
--system-config-selinux is a GUI tool available to customize SELinux policy settings.
--.SH AUTHOR	
-+semanage fcontext -a -t public_content_rw_t "/var/ftpd/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/ftpd/incoming
-+
-+
- .PP
--This manual page was written by Dan Walsh <dwalsh at redhat.com>.
-+If you want to determine whether ftpd can modify public files used for public file transfer services. Directories/Files must be labeled public_content_rw_t., you must turn on the ftpd_anon_write boolean.
- 
--.SH "SEE ALSO"
-+.EX
-+.B setsebool -P ftpd_anon_write 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.
- 
--selinux(8), ftpd(8), setsebool(8), semanage(8), restorecon(8)
-+.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
-+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), ftpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ftpdctl_selinux(8)
-\ 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..696388b
---- /dev/null
-+++ b/man/man8/ftpdctl_selinux.8
-@@ -0,0 +1,163 @@
-+.TH  "ftpdctl_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ftpdctl_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ftpdctl_t SELinux type can be entered via the \fBftpdctl_exec_t\fP file type.
-+
-+The default entrypoint paths for the ftpdctl_t domain are the following:
-+
-+/usr/bin/ftpdctl
-+.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 ftpdctl policy is very flexible allowing users to setup their ftpdctl processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ftpdctl:
-+
-+.EX
-+.B ftpdctl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ftpdctl_t
-+can be used to make the process type ftpdctl_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ftpdctl policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ftpdctl with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 ftpdctl policy is very flexible allowing users to setup their ftpdctl processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ftpdctl, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ftpdctl_exec_t '/srv/ftpdctl/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myftpdctl_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ftpdctl:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ftpdctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ftpd_selinux(8)
-\ 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..91a3fec
---- /dev/null
-+++ b/man/man8/games_selinux.8
-@@ -0,0 +1,307 @@
-+.TH  "games_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep games_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The games_t SELinux type can be entered via the \fBgames_exec_t\fP file type.
-+
-+The default entrypoint paths for the games_t domain are the following:
-+
-+/usr/games/.*, /usr/lib/games(/.*)?, /usr/bin/civclient.*, /usr/bin/civserver.*, /usr/bin/sol, /usr/bin/kolf, /usr/bin/kpat, /usr/bin/micq, /usr/bin/gnect, /usr/bin/gtali, /usr/bin/iagno, /usr/bin/ksame, /usr/bin/ktron, /usr/bin/kwin4, /usr/bin/lskat, /usr/bin/gataxx, /usr/bin/glines, /usr/bin/klines, /usr/bin/kmines, /usr/bin/kpoker, /usr/bin/ksnake, /usr/bin/gnomine, /usr/bin/gnotski, /usr/bin/katomic, /usr/bin/kbounce, /usr/bin/kshisen, /usr/bin/ksirtet, /usr/bin/atlantik, /usr/bin/gnibbles, /usr/bin/gnobots2, /usr/bin/kenolaba, /usr/bin/klickety, /usr/bin/konquest, /usr/bin/kreversi, /usr/bin/ksokoban, /usr/bin/mahjongg, /usr/bin/blackjack, /usr/bin/gnotravex, /usr/bin/kblackbox, /usr/bin/kfouleggs, /usr/bin/kmahjongg, /usr/bin/kwin4proc, /usr/bin/lskatproc, /usr/bin/Maelstrom, /usr/bin/kasteroids, /usr/bin/ksmiletris, /usr/bin/kspaceduel, /usr/bin/ktuberling, /usr/bin/same-gnome, /usr/bin/kbackgammon, /usr/bin/kbattleship, /usr/bin/kgoldrunner, /usr/bin/gnome-stones, /
 usr/bin/kjumpingcube
-+.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 games policy is very flexible allowing users to setup their games processes in as secure a method as possible.
-+.PP
-+The following process types are defined for games:
-+
-+.EX
-+.B games_t, games_srv_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a games_t
-+can be used to make the process type games_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  games policy is extremely flexible and has several booleans that allow you to manipulate the policy and run games with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type games_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 games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B games_tmp_t
-+
-+
-+.br
-+.B games_tmpfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 games policy is very flexible allowing users to setup their games processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the games, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t games_data_t '/srv/games/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygames_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for games:
-+
-+
-+.EX
-+.PP
-+.B games_data_t
-+.EE
-+
-+- Set files with the games_data_t type, if you want to treat the files as games content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/games(/.*)?, /var/lib/games(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/games/.*, /usr/lib/games(/.*)?, /usr/bin/civclient.*, /usr/bin/civserver.*, /usr/bin/sol, /usr/bin/kolf, /usr/bin/kpat, /usr/bin/micq, /usr/bin/gnect, /usr/bin/gtali, /usr/bin/iagno, /usr/bin/ksame, /usr/bin/ktron, /usr/bin/kwin4, /usr/bin/lskat, /usr/bin/gataxx, /usr/bin/glines, /usr/bin/klines, /usr/bin/kmines, /usr/bin/kpoker, /usr/bin/ksnake, /usr/bin/gnomine, /usr/bin/gnotski, /usr/bin/katomic, /usr/bin/kbounce, /usr/bin/kshisen, /usr/bin/ksirtet, /usr/bin/atlantik, /usr/bin/gnibbles, /usr/bin/gnobots2, /usr/bin/kenolaba, /usr/bin/klickety, /usr/bin/konquest, /usr/bin/kreversi, /usr/bin/ksokoban, /usr/bin/mahjongg, /usr/bin/blackjack, /usr/bin/gnotravex, /usr/bin/kblackbox, /usr/bin/kfouleggs, /usr/bin/kmahjongg, /usr/bin/kwin4proc, /usr/bin/lskatproc, /usr/bin/Maelstrom, /usr/bin/kasteroids, /usr/bin/ksmiletris, /usr/bin/kspaceduel, /usr/bin/ktuberling, /usr/bin/same-gnome, /usr/bin/kbackgammon, /usr/bin/kbattleship, /usr/bin/kgoldrunner, /usr/bin/gnome-stones, /
 usr/bin/kjumpingcube
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), games(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), games_srv_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/games_srv_selinux.8 b/man/man8/games_srv_selinux.8
-new file mode 100644
-index 0000000..ca237fc
---- /dev/null
-+++ b/man/man8/games_srv_selinux.8
-@@ -0,0 +1,132 @@
-+.TH  "games_srv_selinux"  "8"  "13-01-16" "games_srv" "SELinux Policy documentation for games_srv"
-+.SH "NAME"
-+games_srv_selinux \- Security Enhanced Linux Policy for the games_srv processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the games_srv processes via flexible mandatory access control.
-+
-+The games_srv processes execute with the games_srv_t SELinux 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 games_srv_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The games_srv_t SELinux type can be entered via the \fBgames_exec_t\fP file type.
-+
-+The default entrypoint paths for the games_srv_t domain are the following:
-+
-+/usr/games/.*, /usr/lib/games(/.*)?, /usr/bin/civclient.*, /usr/bin/civserver.*, /usr/bin/sol, /usr/bin/kolf, /usr/bin/kpat, /usr/bin/micq, /usr/bin/gnect, /usr/bin/gtali, /usr/bin/iagno, /usr/bin/ksame, /usr/bin/ktron, /usr/bin/kwin4, /usr/bin/lskat, /usr/bin/gataxx, /usr/bin/glines, /usr/bin/klines, /usr/bin/kmines, /usr/bin/kpoker, /usr/bin/ksnake, /usr/bin/gnomine, /usr/bin/gnotski, /usr/bin/katomic, /usr/bin/kbounce, /usr/bin/kshisen, /usr/bin/ksirtet, /usr/bin/atlantik, /usr/bin/gnibbles, /usr/bin/gnobots2, /usr/bin/kenolaba, /usr/bin/klickety, /usr/bin/konquest, /usr/bin/kreversi, /usr/bin/ksokoban, /usr/bin/mahjongg, /usr/bin/blackjack, /usr/bin/gnotravex, /usr/bin/kblackbox, /usr/bin/kfouleggs, /usr/bin/kmahjongg, /usr/bin/kwin4proc, /usr/bin/lskatproc, /usr/bin/Maelstrom, /usr/bin/kasteroids, /usr/bin/ksmiletris, /usr/bin/kspaceduel, /usr/bin/ktuberling, /usr/bin/same-gnome, /usr/bin/kbackgammon, /usr/bin/kbattleship, /usr/bin/kgoldrunner, /usr/bin/gnome-stones, /
 usr/bin/kjumpingcube
-+.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 games_srv policy is very flexible allowing users to setup their games_srv processes in as secure a method as possible.
-+.PP
-+The following process types are defined for games_srv:
-+
-+.EX
-+.B games_srv_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a games_srv_t
-+can be used to make the process type games_srv_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  games_srv policy is extremely flexible and has several booleans that allow you to manipulate the policy and run games_srv with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type games_srv_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 games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B games_srv_var_run_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), games_srv(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), games_selinux(8), games_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/gconfd_selinux.8 b/man/man8/gconfd_selinux.8
-new file mode 100644
-index 0000000..40536b1
---- /dev/null
-+++ b/man/man8/gconfd_selinux.8
-@@ -0,0 +1,195 @@
-+.TH  "gconfd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gconfd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gconfd_t SELinux type can be entered via the \fBgconfd_exec_t\fP file type.
-+
-+The default entrypoint paths for the gconfd_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 gconfd policy is very flexible allowing users to setup their gconfd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gconfd:
-+
-+.EX
-+.B gconfdefaultsm_t, gconfd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gconfd_t
-+can be used to make the process type gconfd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gconfd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gconfd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gconfd_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 gconf_home_t
-+
-+	/root/\.local.*
-+.br
-+	/root/\.gconf(d)?(/.*)?
-+.br
-+	/home/[^/]*/\.local.*
-+.br
-+	/home/[^/]*/\.gconf(d)?(/.*)?
-+.br
-+	/home/pwalsh/\.local.*
-+.br
-+	/home/pwalsh/\.gconf(d)?(/.*)?
-+.br
-+	/home/dwalsh/\.local.*
-+.br
-+	/home/dwalsh/\.gconf(d)?(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local.*
-+.br
-+	/var/lib/xguest/home/xguest/\.gconf(d)?(/.*)?
-+.br
-+
-+.br
-+.B gconf_tmp_t
-+
-+	/tmp/gconfd-.*/.*
-+.br
-+	/tmp/gconfd-pwalsh/.*
-+.br
-+	/tmp/gconfd-dwalsh/.*
-+.br
-+	/tmp/gconfd-xguest/.*
-+.br
-+
-+.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 gconfd policy is very flexible allowing users to setup their gconfd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gconfd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gconfd_exec_t '/srv/gconfd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygconfd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gconfd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gconfd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), gconfdefaultsm_selinux(8)
-\ 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..c91cb02
---- /dev/null
-+++ b/man/man8/gconfdefaultsm_selinux.8
-@@ -0,0 +1,277 @@
-+.TH  "gconfdefaultsm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gconfdefaultsm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gconfdefaultsm_t SELinux type can be entered via the \fBgconfdefaultsm_exec_t\fP file type.
-+
-+The default entrypoint paths for the gconfdefaultsm_t domain are the following:
-+
-+/usr/libexec/gconf-defaults-mechanism
-+.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 gconfdefaultsm policy is very flexible allowing users to setup their gconfdefaultsm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gconfdefaultsm:
-+
-+.EX
-+.B gconfdefaultsm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gconfdefaultsm_t
-+can be used to make the process type gconfdefaultsm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gconfdefaultsm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gconfdefaultsm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gconfdefaultsm_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gconf_etc_t
-+
-+	/etc/gconf(/.*)?
-+.br
-+
-+.br
-+.B gconf_home_t
-+
-+	/root/\.local.*
-+.br
-+	/root/\.gconf(d)?(/.*)?
-+.br
-+	/home/[^/]*/\.local.*
-+.br
-+	/home/[^/]*/\.gconf(d)?(/.*)?
-+.br
-+	/home/pwalsh/\.local.*
-+.br
-+	/home/pwalsh/\.gconf(d)?(/.*)?
-+.br
-+	/home/dwalsh/\.local.*
-+.br
-+	/home/dwalsh/\.gconf(d)?(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local.*
-+.br
-+	/var/lib/xguest/home/xguest/\.gconf(d)?(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 gconfdefaultsm policy is very flexible allowing users to setup their gconfdefaultsm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gconfdefaultsm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gconfdefaultsm_exec_t '/srv/gconfdefaultsm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygconfdefaultsm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gconfdefaultsm:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gconfdefaultsm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), gconfd_selinux(8)
-\ 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..ae855e3
---- /dev/null
-+++ b/man/man8/getty_selinux.8
-@@ -0,0 +1,335 @@
-+.TH  "getty_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep getty_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The getty_t SELinux type can be entered via the \fBgetty_exec_t\fP file type.
-+
-+The default entrypoint paths for the getty_t domain are the following:
-+
-+/sbin/.*getty, /usr/sbin/.*getty
-+.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 getty policy is very flexible allowing users to setup their getty processes in as secure a method as possible.
-+.PP
-+The following process types are defined for getty:
-+
-+.EX
-+.B getty_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a getty_t
-+can be used to make the process type getty_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  getty policy is extremely flexible and has several booleans that allow you to manipulate the policy and run getty with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the getty_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 getty_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type getty_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 getty_lock_t
-+
-+
-+.br
-+.B getty_log_t
-+
-+	/var/log/mgetty\.log.*
-+.br
-+	/var/log/vgetty\.log\..*
-+.br
-+
-+.br
-+.B getty_tmp_t
-+
-+
-+.br
-+.B getty_var_run_t
-+
-+	/var/spool/fax(/.*)?
-+.br
-+	/var/spool/voice(/.*)?
-+.br
-+	/var/run/mgetty\.pid.*
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B var_run_t
-+
-+	/run/.*
-+.br
-+	/var/run/.*
-+.br
-+	/run
-+.br
-+	/var/run
-+.br
-+	/var/run
-+.br
-+	/var/spool/postfix/pid
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 getty policy is very flexible allowing users to setup their getty processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the getty, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t getty_etc_t '/srv/getty/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygetty_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for getty:
-+
-+
-+.EX
-+.PP
-+.B getty_etc_t
-+.EE
-+
-+- Set files with the getty_etc_t type, if you want to store getty files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/.*getty, /usr/sbin/.*getty
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/mgetty\.log.*, /var/log/vgetty\.log\..*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/spool/fax(/.*)?, /var/spool/voice(/.*)?, /var/run/mgetty\.pid.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), getty(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/gfs_controld_selinux.8 b/man/man8/gfs_controld_selinux.8
-new file mode 100644
-index 0000000..dce7362
---- /dev/null
-+++ b/man/man8/gfs_controld_selinux.8
-@@ -0,0 +1,281 @@
-+.TH  "gfs_controld_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gfs_controld_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gfs_controld_t SELinux type can be entered via the \fBgfs_controld_exec_t\fP file type.
-+
-+The default entrypoint paths for the gfs_controld_t domain are the following:
-+
-+/usr/sbin/gfs_controld
-+.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 gfs_controld policy is very flexible allowing users to setup their gfs_controld processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gfs_controld:
-+
-+.EX
-+.B gfs_controld_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gfs_controld_t
-+can be used to make the process type gfs_controld_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gfs_controld policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gfs_controld with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the gfs_controld_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 gfs_controld_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gfs_controld_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 gfs_controld_tmpfs_t
-+
-+
-+.br
-+.B gfs_controld_var_log_t
-+
-+	/var/log/cluster/gfs_controld\.log.*
-+.br
-+
-+.br
-+.B gfs_controld_var_run_t
-+
-+	/var/run/gfs_controld\.pid
-+.br
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 gfs_controld policy is very flexible allowing users to setup their gfs_controld processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gfs_controld, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gfs_controld_exec_t '/srv/gfs_controld/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygfs_controld_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gfs_controld:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gfs_controld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/git_selinux.8 b/man/man8/git_selinux.8
-deleted file mode 100644
-index e9c43b1..0000000
---- a/man/man8/git_selinux.8
-+++ /dev/null
-@@ -1,109 +0,0 @@
--.TH  "git_selinux"  "8"  "27 May 2010" "domg472 at gmail.com" "Git SELinux policy documentation"
--.de EX
--.nf
--.ft CW
--..
--.de EE
--.ft R
--.fi
--..
--.SH "NAME"
--git_selinux \- Security Enhanced Linux Policy for the Git daemon.
--.SH "DESCRIPTION"
--Security-Enhanced Linux secures the Git server via flexible mandatory access
--control.
--.SH FILE_CONTEXTS
--SELinux requires files to have an extended attribute to define the file type. 
--Policy governs the access daemons have to these files. 
--SELinux Git 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 by default defined for Git:
--.EX
--git_system_content_t 
--.EE 
--- Set files with git_system_content_t if you want the Git system daemon to read the file, and if you want the file to be modifiable and executable by all "Git shell" users.
--.EX
--git_session_content_t 
--.EE 
--- Set files with git_session_content_t if you want the Git session and system daemon to read the file, and if you want the file to be modifiable and executable by all users. Note that "Git shell" users may not interact with this type.
--.SH BOOLEANS
--SELinux policy is customizable based on least access required. Git policy is extremely flexible and has several booleans that allow you to manipulate the policy and run Git with the tightest access possible.
--.PP
--Allow the Git system daemon to search user home directories so that it can find git session content. This is useful if you want the Git system daemon to host users personal repositories. 
--.EX
--sudo setsebool -P git_system_enable_homedirs 1
--.EE
--.PP
--Allow the Git system daemon to read system shared repositories on NFS shares.
--.EX
--sudo setsebool -P git_system_use_nfs 1
--.EE
--.PP
--Allow the Git system daemon to read system shared repositories on Samba shares.
--.EX
--sudo setsebool -P git_system_use_cifs 1
--.EE
--.PP
--Allow the Git session daemon to read users personal repositories on NFS mounted home directories.
--.EX
--sudo setsebool -P use_nfs_home_dirs 1
--.EE
--.PP
--Allow the Git session daemon to read users personal repositories on Samba mounted home directories.
--.EX
--sudo setsebool -P use_samba_home_dirs 1
--.EE
--.PP
--To also allow Git system daemon to read users personal repositories on NFS and Samba mounted home directories you must also allow the Git system daemon to search home directories so that it can find the repositories.
--.EX
--sudo setsebool -P git_system_enable_homedirs 1
--.EE
--.PP
--To allow the Git System daemon mass hosting of users personal repositories you can allow the Git daemon to listen to any unreserved ports.
--.EX
--sudo setsebool -P git_session_bind_all_unreserved_ports 1
--.EE
--.SH GIT_SHELL
--The Git policy by default provides a restricted user environment to be used with "Git shell". This default git_shell_u SELinux user can modify and execute generic Git system content (generic system shared respositories with type git_system_content_t).
--.PP
--To add a new Linux user and map him to this Git shell user domain automatically:
--.EX
--sudo useradd -Z git_shell_u joe
--.EE
--.SH ADVANCED_SYSTEM_SHARED_REPOSITORY_AND GIT_SHELL_RESTRICTIONS
--Alternatively Git SELinux policy can be used to restrict "Git shell" users to git system shared repositories. The policy allows for the creation of new types of Git system content and Git shell user environment. The policy allows for delegation of types of "Git shell" environments to types of Git system content.
--.PP
--To add a new Git system repository type, for example "project1" create a file named project1.te and add to it:
--.EX
--policy_module(project1, 1.0.0)
--git_content_template(project1)
--.EE
--Next create a file named project1.fc and add a file context specification for the new repository type to it:
--.EX
--/srv/git/project1\.git(/.*)? gen_context(system_u:object_r:git_project1_content_t,s0)
--.EE
--Build a binary representation of this source policy module, load it into the policy store and restore the context of the repository:
--.EX
--make -f /usr/share/selinux/devel/Makefile project.pp
--sudo semodule -i project1.pp
--sudo restorecon -R -v /srv/git/project1
--.EE
--To create a "Git shell" domain that can interact with this repository create a file named project1user.te in the same directory as where the source policy for the Git systemm content type is and add the following:
--.EX
--policy_module(project1user, 1.0.0) 
--git_role_template(project1user)
--git_content_delegation(project1user_t, git_project1_content_t)
--gen_user(project1user_u, user, project1user_r, s0, s0)
--.EE
--Build a binary representation of this source policy module, load it into the policy store and map Linux users to the new project1user_u SELinux user:
--.EX
--make -f /usr/share/selinux/devel/Makefile project1user.pp
--sudo semodule -i project1user.pp
--sudo useradd -Z project1user_u jane
--.EE
--.PP
--system-config-selinux is a GUI tool available to customize SELinux policy settings.
--.SH AUTHOR	
--This manual page was written by Dominick Grift <domg472 at gmail.com>.
--.SH "SEE ALSO"
--selinux(8), git(8), chcon(1), semodule(8), setsebool(8)
-diff --git a/man/man8/git_session_selinux.8 b/man/man8/git_session_selinux.8
-new file mode 100644
-index 0000000..344e746
---- /dev/null
-+++ b/man/man8/git_session_selinux.8
-@@ -0,0 +1,188 @@
-+.TH  "git_session_selinux"  "8"  "13-01-16" "git_session" "SELinux Policy documentation for git_session"
-+.SH "NAME"
-+git_session_selinux \- Security Enhanced Linux Policy for the git_session processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the git_session processes via flexible mandatory access control.
-+
-+The git_session processes execute with the git_session_t SELinux 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 git_session_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The git_session_t SELinux type can be entered via the \fBgitd_exec_t\fP file type.
-+
-+The default entrypoint paths for the git_session_t domain are the following:
-+
-+/usr/libexec/git-core/git-daemon
-+.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 git_session policy is very flexible allowing users to setup their git_session processes in as secure a method as possible.
-+.PP
-+The following process types are defined for git_session:
-+
-+.EX
-+.B git_session_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a git_session_t
-+can be used to make the process type git_session_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  git_session policy is extremely flexible and has several booleans that allow you to manipulate the policy and run git_session with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether Git session daemon can bind TCP sockets to all unreserved ports, you must turn on the git_session_bind_all_unreserved_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_session_bind_all_unreserved_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether calling user domains can execute Git daemon in the git_session_t domain, you must turn on the git_session_users boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the git_session_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 git_session_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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), git_session(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), git_system_selinux(8), gitosis_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/git_system_selinux.8 b/man/man8/git_system_selinux.8
-new file mode 100644
-index 0000000..e0c9ecd
---- /dev/null
-+++ b/man/man8/git_system_selinux.8
-@@ -0,0 +1,196 @@
-+.TH  "git_system_selinux"  "8"  "13-01-16" "git_system" "SELinux Policy documentation for git_system"
-+.SH "NAME"
-+git_system_selinux \- Security Enhanced Linux Policy for the git_system processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the git_system processes via flexible mandatory access control.
-+
-+The git_system processes execute with the git_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:
-+
-+.B ps -eZ | grep git_system_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The git_system_t SELinux type can be entered via the \fBgitd_exec_t\fP file type.
-+
-+The default entrypoint paths for the git_system_t domain are the following:
-+
-+/usr/libexec/git-core/git-daemon
-+.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 git_system policy is very flexible allowing users to setup their git_system processes in as secure a method as possible.
-+.PP
-+The following process types are defined for git_system:
-+
-+.EX
-+.B git_system_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a git_system_t
-+can be used to make the process type git_system_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  git_system policy is extremely flexible and has several booleans that allow you to manipulate the policy and run git_system with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether Git system daemon can search home directories, you must turn on the git_system_enable_homedirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_system_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Git system daemon can access cifs file systems, you must turn on the git_system_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_system_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Git system daemon can access nfs file systems, you must turn on the git_system_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_system_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the git_system_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 git_system_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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), git_system(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), git_session_selinux(8), gitosis_selinux(8)
-\ 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..5f4b3f8
---- /dev/null
-+++ b/man/man8/gitosis_selinux.8
-@@ -0,0 +1,185 @@
-+.TH  "gitosis_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gitosis_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gitosis_t SELinux type can be entered via the \fBgitosis_exec_t\fP file type.
-+
-+The default entrypoint paths for the gitosis_t domain are the following:
-+
-+/usr/bin/gitosis-serve, /usr/bin/gl-auth-command
-+.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 gitosis policy is very flexible allowing users to setup their gitosis processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gitosis:
-+
-+.EX
-+.B gitosis_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gitosis_t
-+can be used to make the process type gitosis_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gitosis policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gitosis with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether Gitosis can send mail, you must turn on the gitosis_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P gitosis_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gitosis_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 gitosis_var_lib_t
-+
-+	/srv/lib/gitosis(/.*)?
-+.br
-+	/var/lib/gitosis(/.*)?
-+.br
-+	/var/lib/gitolite(3)?(/.*)?
-+.br
-+
-+.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 gitosis policy is very flexible allowing users to setup their gitosis processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gitosis, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gitosis_exec_t '/srv/gitosis/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygitosis_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gitosis:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/gitosis-serve, /usr/bin/gl-auth-command
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/srv/lib/gitosis(/.*)?, /var/lib/gitosis(/.*)?, /var/lib/gitolite(3)?(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gitosis(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..5ec91e0
---- /dev/null
-+++ b/man/man8/glance_api_selinux.8
-@@ -0,0 +1,215 @@
-+.TH  "glance_api_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep glance_api_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The glance_api_t SELinux type can be entered via the \fBglance_api_exec_t\fP file type.
-+
-+The default entrypoint paths for the glance_api_t domain are the following:
-+
-+/usr/bin/glance-api
-+.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 glance_api policy is very flexible allowing users to setup their glance_api processes in as secure a method as possible.
-+.PP
-+The following process types are defined for glance_api:
-+
-+.EX
-+.B glance_api_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a glance_api_t
-+can be used to make the process type glance_api_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  glance_api policy is extremely flexible and has several booleans that allow you to manipulate the policy and run glance_api with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type glance_api_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 glance_tmp_t
-+
-+
-+.br
-+.B glance_var_lib_t
-+
-+	/var/lib/glance(/.*)?
-+.br
-+
-+.br
-+.B glance_var_run_t
-+
-+	/var/run/glance(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 glance_api policy is very flexible allowing users to setup their glance_api processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the glance_api, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t glance_api_exec_t '/srv/glance_api/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myglance_api_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for glance_api:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), glance_api(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), glance_registry_selinux(8)
-\ 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..6b48816
---- /dev/null
-+++ b/man/man8/glance_registry_selinux.8
-@@ -0,0 +1,263 @@
-+.TH  "glance_registry_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep glance_registry_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The glance_registry_t SELinux type can be entered via the \fBglance_registry_exec_t\fP file type.
-+
-+The default entrypoint paths for the glance_registry_t domain are the following:
-+
-+/usr/bin/glance-registry
-+.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 glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible.
-+.PP
-+The following process types are defined for glance_registry:
-+
-+.EX
-+.B glance_registry_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a glance_registry_t
-+can be used to make the process type glance_registry_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  glance_registry policy is extremely flexible and has several booleans that allow you to manipulate the policy and run glance_registry with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible.
-+.PP
-+The following port types are defined for glance_registry:
-+
-+.EX
-+.TP 5
-+.B glance_registry_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 9191
-+.EE
-+udp 9191
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type glance_registry_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 glance_registry_tmp_t
-+
-+
-+.br
-+.B glance_registry_tmpfs_t
-+
-+
-+.br
-+.B glance_var_lib_t
-+
-+	/var/lib/glance(/.*)?
-+.br
-+
-+.br
-+.B glance_var_run_t
-+
-+	/var/run/glance(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 glance_registry policy is very flexible allowing users to setup their glance_registry processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the glance_registry, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t glance_registry_exec_t '/srv/glance_registry/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myglance_registry_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for glance_registry:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B glance_registry_tmpfs_t
-+.EE
-+
-+- Set files with the glance_registry_tmpfs_t type, if you want to store glance registry 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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), glance_registry(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), glance_api_selinux(8)
-\ 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..c521415
---- /dev/null
-+++ b/man/man8/glusterd_selinux.8
-@@ -0,0 +1,332 @@
-+.TH  "glusterd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep glusterd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The glusterd_t SELinux type can be entered via the \fBglusterd_exec_t\fP file type.
-+
-+The default entrypoint paths for the glusterd_t domain are the following:
-+
-+/opt/glusterfs/[^/]+/sbin/glusterfsd, /usr/sbin/glusterfsd
-+.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 glusterd policy is very flexible allowing users to setup their glusterd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for glusterd:
-+
-+.EX
-+.B glusterd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a glusterd_t
-+can be used to make the process type glusterd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  glusterd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run glusterd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the glusterd_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 glusterd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type glusterd_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 glusterd_conf_t
-+
-+	/etc/glusterd(/.*)?
-+.br
-+	/etc/glusterfs(/.*)?
-+.br
-+
-+.br
-+.B glusterd_tmp_t
-+
-+
-+.br
-+.B glusterd_var_lib_t
-+
-+	/var/lib/gluster.*
-+.br
-+
-+.br
-+.B glusterd_var_run_t
-+
-+	/var/run/glusterd(/.*)?
-+.br
-+	/var/run/glusterd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 glusterd policy is very flexible allowing users to setup their glusterd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+glusterd policy stores data with multiple different file context types under the /var/run/glusterd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/glusterd /srv/glusterd
-+.br
-+.B restorecon -R -v /srv/glusterd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the glusterd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t glusterd_conf_t '/srv/glusterd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myglusterd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for glusterd:
-+
-+
-+.EX
-+.PP
-+.B glusterd_conf_t
-+.EE
-+
-+- Set files with the glusterd_conf_t type, if you want to treat the files as glusterd configuration data, usually stored under the /etc directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/glusterd(/.*)?, /etc/glusterfs(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/opt/glusterfs/[^/]+/sbin/glusterfsd, /usr/sbin/glusterfsd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/gluster.*, /usr/sbin/glusterd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/glusterd(/.*)?, /var/run/glusterd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), glusterd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/gnomesystemmm_selinux.8 b/man/man8/gnomesystemmm_selinux.8
-new file mode 100644
-index 0000000..f218b96
---- /dev/null
-+++ b/man/man8/gnomesystemmm_selinux.8
-@@ -0,0 +1,193 @@
-+.TH  "gnomesystemmm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gnomesystemmm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gnomesystemmm_t SELinux type can be entered via the \fBgnomesystemmm_exec_t\fP file type.
-+
-+The default entrypoint paths for the gnomesystemmm_t domain are the following:
-+
-+/usr/libexec/kde(3|4)/ksysguardprocesslist_helper, /usr/libexec/gnome-system-monitor-mechanism
-+.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 gnomesystemmm policy is very flexible allowing users to setup their gnomesystemmm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gnomesystemmm:
-+
-+.EX
-+.B gnomesystemmm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gnomesystemmm_t
-+can be used to make the process type gnomesystemmm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gnomesystemmm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gnomesystemmm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gnomesystemmm_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 config_usr_t
-+
-+	/usr/share/config(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 gnomesystemmm policy is very flexible allowing users to setup their gnomesystemmm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gnomesystemmm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gnomesystemmm_exec_t '/srv/gnomesystemmm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygnomesystemmm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gnomesystemmm:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/kde(3|4)/ksysguardprocesslist_helper, /usr/libexec/gnome-system-monitor-mechanism
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gnomesystemmm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/gpg_agent_selinux.8 b/man/man8/gpg_agent_selinux.8
-new file mode 100644
-index 0000000..43382c2
---- /dev/null
-+++ b/man/man8/gpg_agent_selinux.8
-@@ -0,0 +1,275 @@
-+.TH  "gpg_agent_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gpg_agent_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gpg_agent_t SELinux type can be entered via the \fBgpg_agent_exec_t\fP file type.
-+
-+The default entrypoint paths for the gpg_agent_t domain are the following:
-+
-+/usr/bin/gpg-agent
-+.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 gpg_agent policy is very flexible allowing users to setup their gpg_agent processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gpg_agent:
-+
-+.EX
-+.B gpg_agent_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gpg_agent_t
-+can be used to make the process type gpg_agent_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gpg_agent policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gpg_agent with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow usage of the gpg-agent --write-env-file option. This also allows gpg-agent to manage user files, you must turn on the gpg_agent_env_file boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P gpg_agent_env_file 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gpg_agent_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.br
-+.B gpg_secret_t
-+
-+	/root/\.gnupg(/.+)?
-+.br
-+	/etc/mail/spamassassin/sa-update-keys(/.*)?
-+.br
-+	/home/[^/]*/\.gnupg(/.+)?
-+.br
-+	/home/pwalsh/\.gnupg(/.+)?
-+.br
-+	/home/dwalsh/\.gnupg(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg(/.+)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 gpg_agent policy is very flexible allowing users to setup their gpg_agent processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gpg_agent, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gpg_agent_exec_t '/srv/gpg_agent/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygpg_agent_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gpg_agent:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.gnupg/log-socket, /home/pwalsh/\.gnupg/log-socket, /home/dwalsh/\.gnupg/log-socket, /var/lib/xguest/home/xguest/\.gnupg/log-socket
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gpg_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), gpg_selinux(8), gpg_selinux(8), gpg_helper_selinux(8), gpg_pinentry_selinux(8), gpg_web_selinux(8)
-\ 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..5193ed3
---- /dev/null
-+++ b/man/man8/gpg_helper_selinux.8
-@@ -0,0 +1,195 @@
-+.TH  "gpg_helper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gpg_helper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gpg_helper_t SELinux type can be entered via the \fBgpg_helper_exec_t\fP file type.
-+
-+The default entrypoint paths for the gpg_helper_t domain are the following:
-+
-+/usr/lib/gnupg/gpgkeys.*
-+.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 gpg_helper policy is very flexible allowing users to setup their gpg_helper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gpg_helper:
-+
-+.EX
-+.B gpg_helper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gpg_helper_t
-+can be used to make the process type gpg_helper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gpg_helper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gpg_helper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the gpg_helper_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 gpg_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 gpg_helper policy is very flexible allowing users to setup their gpg_helper processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gpg_helper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gpg_helper_exec_t '/srv/gpg_helper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygpg_helper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gpg_helper:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gpg_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), gpg_selinux(8), gpg_selinux(8), gpg_agent_selinux(8), gpg_pinentry_selinux(8), gpg_web_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/gpg_pinentry_selinux.8 b/man/man8/gpg_pinentry_selinux.8
-new file mode 100644
-index 0000000..c8ae877
---- /dev/null
-+++ b/man/man8/gpg_pinentry_selinux.8
-@@ -0,0 +1,324 @@
-+.TH  "gpg_pinentry_selinux"  "8"  "13-01-16" "gpg_pinentry" "SELinux Policy documentation for gpg_pinentry"
-+.SH "NAME"
-+gpg_pinentry_selinux \- Security Enhanced Linux Policy for the gpg_pinentry processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the gpg_pinentry processes via flexible mandatory access control.
-+
-+The gpg_pinentry processes execute with the gpg_pinentry_t SELinux 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 gpg_pinentry_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gpg_pinentry_t SELinux type can be entered via the \fBpinentry_exec_t\fP file type.
-+
-+The default entrypoint paths for the gpg_pinentry_t domain are the following:
-+
-+/usr/bin/pinentry.*
-+.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 gpg_pinentry policy is very flexible allowing users to setup their gpg_pinentry processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gpg_pinentry:
-+
-+.EX
-+.B gpg_pinentry_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gpg_pinentry_t
-+can be used to make the process type gpg_pinentry_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gpg_pinentry policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gpg_pinentry with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the gpg_pinentry_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 gpg_pinentry_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gpg_pinentry_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B gpg_pinentry_tmpfs_t
-+
-+
-+.br
-+.B pulseaudio_home_t
-+
-+	/root/\.pulse(/.*)?
-+.br
-+	/root/\.config/pulse(/.*)?
-+.br
-+	/root/\.esd_auth
-+.br
-+	/root/\.pulse-cookie
-+.br
-+	/home/[^/]*/\.pulse(/.*)?
-+.br
-+	/home/[^/]*/\.config/pulse(/.*)?
-+.br
-+	/home/[^/]*/\.esd_auth
-+.br
-+	/home/[^/]*/\.pulse-cookie
-+.br
-+	/home/pwalsh/\.pulse(/.*)?
-+.br
-+	/home/pwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/pwalsh/\.esd_auth
-+.br
-+	/home/pwalsh/\.pulse-cookie
-+.br
-+	/home/dwalsh/\.pulse(/.*)?
-+.br
-+	/home/dwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/dwalsh/\.esd_auth
-+.br
-+	/home/dwalsh/\.pulse-cookie
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.esd_auth
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse-cookie
-+.br
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gpg_pinentry(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), gpg_selinux(8), gpg_selinux(8), gpg_agent_selinux(8), gpg_helper_selinux(8), gpg_web_selinux(8)
-\ 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..f9ade3f
---- /dev/null
-+++ b/man/man8/gpg_selinux.8
-@@ -0,0 +1,511 @@
-+.TH  "gpg_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gpg_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gpg_t SELinux type can be entered via the \fBgpg_exec_t\fP file type.
-+
-+The default entrypoint paths for the gpg_t domain are the following:
-+
-+/usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+.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 gpg policy is very flexible allowing users to setup their gpg processes in as secure a method as possible.
-+.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
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gpg_t
-+can be used to make the process type gpg_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gpg policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gpg with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the gpg_t, gpg_helper_t, gpg_pinentry_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 gpg_t, gpg_helper_t, gpg_pinentry_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gpg_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B etc_mail_t
-+
-+	/etc/mail(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gnome_home_type
-+
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.br
-+.B gpg_secret_t
-+
-+	/root/\.gnupg(/.+)?
-+.br
-+	/etc/mail/spamassassin/sa-update-keys(/.*)?
-+.br
-+	/home/[^/]*/\.gnupg(/.+)?
-+.br
-+	/home/pwalsh/\.gnupg(/.+)?
-+.br
-+	/home/dwalsh/\.gnupg(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg(/.+)?
-+.br
-+
-+.br
-+.B mozilla_home_t
-+
-+	/home/[^/]*/\.lyx(/.*)?
-+.br
-+	/home/[^/]*/\.java(/.*)?
-+.br
-+	/home/[^/]*/\.adobe(/.*)?
-+.br
-+	/home/[^/]*/\.gnash(/.*)?
-+.br
-+	/home/[^/]*/\.galeon(/.*)?
-+.br
-+	/home/[^/]*/\.spicec(/.*)?
-+.br
-+	/home/[^/]*/\.mozilla(/.*)?
-+.br
-+	/home/[^/]*/\.phoenix(/.*)?
-+.br
-+	/home/[^/]*/\.netscape(/.*)?
-+.br
-+	/home/[^/]*/\.ICAClient(/.*)?
-+.br
-+	/home/[^/]*/\.macromedia(/.*)?
-+.br
-+	/home/[^/]*/\.thunderbird(/.*)?
-+.br
-+	/home/[^/]*/\.gcjwebplugin(/.*)?
-+.br
-+	/home/[^/]*/\.icedteaplugin(/.*)?
-+.br
-+	/home/[^/]*/zimbrauserdata(/.*)?
-+.br
-+	/home/[^/]*/\.config/chromium(/.*)?
-+.br
-+	/home/pwalsh/\.lyx(/.*)?
-+.br
-+	/home/pwalsh/\.java(/.*)?
-+.br
-+	/home/pwalsh/\.adobe(/.*)?
-+.br
-+	/home/pwalsh/\.gnash(/.*)?
-+.br
-+	/home/pwalsh/\.galeon(/.*)?
-+.br
-+	/home/pwalsh/\.spicec(/.*)?
-+.br
-+	/home/pwalsh/\.mozilla(/.*)?
-+.br
-+	/home/pwalsh/\.phoenix(/.*)?
-+.br
-+	/home/pwalsh/\.netscape(/.*)?
-+.br
-+	/home/pwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/pwalsh/\.macromedia(/.*)?
-+.br
-+	/home/pwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/pwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/pwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/pwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/pwalsh/\.config/chromium(/.*)?
-+.br
-+	/home/dwalsh/\.lyx(/.*)?
-+.br
-+	/home/dwalsh/\.java(/.*)?
-+.br
-+	/home/dwalsh/\.adobe(/.*)?
-+.br
-+	/home/dwalsh/\.gnash(/.*)?
-+.br
-+	/home/dwalsh/\.galeon(/.*)?
-+.br
-+	/home/dwalsh/\.spicec(/.*)?
-+.br
-+	/home/dwalsh/\.mozilla(/.*)?
-+.br
-+	/home/dwalsh/\.phoenix(/.*)?
-+.br
-+	/home/dwalsh/\.netscape(/.*)?
-+.br
-+	/home/dwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/dwalsh/\.macromedia(/.*)?
-+.br
-+	/home/dwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/dwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/dwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/dwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/dwalsh/\.config/chromium(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.lyx(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.java(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.adobe(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnash(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.galeon(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spicec(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mozilla(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.phoenix(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.netscape(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ICAClient(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.macromedia(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.thunderbird(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gcjwebplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.icedteaplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/zimbrauserdata(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/chromium(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.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 gpg policy is very flexible allowing users to setup their gpg processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gpg, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gpg_agent_exec_t '/srv/gpg/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygpg_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gpg:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.gnupg/log-socket, /home/pwalsh/\.gnupg/log-socket, /home/dwalsh/\.gnupg/log-socket, /var/lib/xguest/home/xguest/\.gnupg/log-socket
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.gnupg(/.+)?, /etc/mail/spamassassin/sa-update-keys(/.*)?, /home/[^/]*/\.gnupg(/.+)?, /home/pwalsh/\.gnupg(/.+)?, /home/dwalsh/\.gnupg(/.+)?, /var/lib/xguest/home/xguest/\.gnupg(/.+)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gpg(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), gpg_agent_selinux(8), gpg_helper_selinux(8), gpg_pinentry_selinux(8), gpg_web_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/gpg_web_selinux.8 b/man/man8/gpg_web_selinux.8
-new file mode 100644
-index 0000000..a3bc3d3
---- /dev/null
-+++ b/man/man8/gpg_web_selinux.8
-@@ -0,0 +1,212 @@
-+.TH  "gpg_web_selinux"  "8"  "13-01-16" "gpg_web" "SELinux Policy documentation for gpg_web"
-+.SH "NAME"
-+gpg_web_selinux \- Security Enhanced Linux Policy for the gpg_web processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the gpg_web processes via flexible mandatory access control.
-+
-+The gpg_web processes execute with the gpg_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:
-+
-+.B ps -eZ | grep gpg_web_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gpg_web_t SELinux type can be entered via the \fBgpg_exec_t\fP file type.
-+
-+The default entrypoint paths for the gpg_web_t domain are the following:
-+
-+/usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+.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 gpg_web policy is very flexible allowing users to setup their gpg_web processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gpg_web:
-+
-+.EX
-+.B gpg_web_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gpg_web_t
-+can be used to make the process type gpg_web_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gpg_web policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gpg_web with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to run gpg, you must turn on the httpd_use_gpg boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_gpg 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gpg_web_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 httpd_sys_rw_content_t
-+
-+	/etc/horde(/.*)?
-+.br
-+	/etc/drupal.*
-+.br
-+	/etc/z-push(/.*)?
-+.br
-+	/var/lib/svn(/.*)?
-+.br
-+	/var/www/svn(/.*)?
-+.br
-+	/etc/mock/koji(/.*)?
-+.br
-+	/var/www/html/[^/]*/sites/default/files(/.*)?
-+.br
-+	/var/www/html/[^/]*/sites/default/settings\.php
-+.br
-+	/var/lib/drupal.*
-+.br
-+	/etc/zabbix/web(/.*)?
-+.br
-+	/var/log/z-push(/.*)?
-+.br
-+	/var/spool/gosa(/.*)?
-+.br
-+	/etc/WebCalendar(/.*)?
-+.br
-+	/var/lib/dokuwiki(/.*)?
-+.br
-+	/var/spool/viewvc(/.*)?
-+.br
-+	/var/lib/pootle/po(/.*)?
-+.br
-+	/var/www/moodledata(/.*)?
-+.br
-+	/var/www/gallery/albums(/.*)?
-+.br
-+	/var/www/html/wp-content(/.*)?
-+.br
-+	/usr/share/wordpress-mu/wp-content(/.*)?
-+.br
-+	/usr/share/wordpress/wp-content/uploads(/.*)?
-+.br
-+	/usr/share/wordpress/wp-content/upgrade(/.*)?
-+.br
-+	/etc/owncloud/config\.php
-+.br
-+	/var/www/html/configuration\.php
-+.br
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.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
-+Allow gpg_web servers to read the /var/gpg_web directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/gpg_web(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/gpg_web
-+.pp
-+.TP
-+Allow gpg_web 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_gpg_webd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/gpg_web/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/gpg_web/incoming
-+
-+
-+.PP
-+If you want to allow gpg web domain to modify public files used for public file transfer services., you must turn on the gpg_web_anon_write boolean.
-+
-+.EX
-+.B setsebool -P gpg_web_anon_write 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gpg_web(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), gpg_selinux(8), gpg_selinux(8), gpg_agent_selinux(8), gpg_helper_selinux(8), gpg_pinentry_selinux(8)
-\ 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..64852c0
---- /dev/null
-+++ b/man/man8/gpm_selinux.8
-@@ -0,0 +1,241 @@
-+.TH  "gpm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gpm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gpm_t SELinux type can be entered via the \fBgpm_exec_t\fP file type.
-+
-+The default entrypoint paths for the gpm_t domain are the following:
-+
-+/usr/sbin/gpm
-+.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 gpm policy is very flexible allowing users to setup their gpm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gpm:
-+
-+.EX
-+.B gpm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gpm_t
-+can be used to make the process type gpm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gpm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gpm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gpm_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 gpm_tmp_t
-+
-+
-+.br
-+.B gpm_var_run_t
-+
-+	/var/run/gpm\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 gpm policy is very flexible allowing users to setup their gpm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gpm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gpm_conf_t '/srv/gpm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygpm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gpm:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/gpm(/.*)?, /etc/gpm-.*\.conf
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B gpm_initrc_exec_t
-+.EE
-+
-+- Set files with the gpm_initrc_exec_t type, if you want to transition an executable to the gpm_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.B gpmctl_t
-+.EE
-+
-+- Set files with the gpmctl_t type, if you want to treat the files as gpmctl data.
-+
-+.br
-+.TP 5
-+Paths:
-+/dev/gpmctl, /dev/gpmdata
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gpm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/gpsd_selinux.8 b/man/man8/gpsd_selinux.8
-new file mode 100644
-index 0000000..81d7583
---- /dev/null
-+++ b/man/man8/gpsd_selinux.8
-@@ -0,0 +1,305 @@
-+.TH  "gpsd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gpsd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gpsd_t SELinux type can be entered via the \fBgpsd_exec_t\fP file type.
-+
-+The default entrypoint paths for the gpsd_t domain are the following:
-+
-+/usr/sbin/gpsd
-+.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 gpsd policy is very flexible allowing users to setup their gpsd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gpsd:
-+
-+.EX
-+.B gpsd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gpsd_t
-+can be used to make the process type gpsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gpsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gpsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the gpsd_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 gpsd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 gpsd policy is very flexible allowing users to setup their gpsd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for gpsd:
-+
-+.EX
-+.TP 5
-+.B gpsd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 2947
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gpsd_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 chronyd_tmpfs_t
-+
-+
-+.br
-+.B gpsd_tmpfs_t
-+
-+
-+.br
-+.B gpsd_var_run_t
-+
-+	/var/run/gpsd\.pid
-+.br
-+	/var/run/gpsd\.sock
-+.br
-+
-+.br
-+.B ntpd_tmpfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 gpsd policy is very flexible allowing users to setup their gpsd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gpsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gpsd_exec_t '/srv/gpsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygpsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gpsd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/gpsd\.pid, /var/run/gpsd\.sock
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), gpsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/greylist_milter_selinux.8 b/man/man8/greylist_milter_selinux.8
-new file mode 100644
-index 0000000..49d9650
---- /dev/null
-+++ b/man/man8/greylist_milter_selinux.8
-@@ -0,0 +1,272 @@
-+.TH  "greylist_milter_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep greylist_milter_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The greylist_milter_t SELinux type can be entered via the \fBgreylist_milter_exec_t\fP file type.
-+
-+The default entrypoint paths for the greylist_milter_t domain are the following:
-+
-+/usr/sbin/sqlgrey, /usr/sbin/milter-greylist
-+.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 greylist_milter policy is very flexible allowing users to setup their greylist_milter processes in as secure a method as possible.
-+.PP
-+The following process types are defined for greylist_milter:
-+
-+.EX
-+.B greylist_milter_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a greylist_milter_t
-+can be used to make the process type greylist_milter_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  greylist_milter policy is extremely flexible and has several booleans that allow you to manipulate the policy and run greylist_milter with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the greylist_milter_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 greylist_milter_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type greylist_milter_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 greylist_milter_data_t
-+
-+	/var/lib/sqlgrey(/.*)?
-+.br
-+	/var/lib/milter-greylist(/.*)?
-+.br
-+	/var/run/milter-greylist(/.*)?
-+.br
-+	/var/run/sqlgrey\.pid
-+.br
-+	/var/run/milter-greylist\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 greylist_milter policy is very flexible allowing users to setup their greylist_milter processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+greylist_milter policy stores data with multiple different file context types under the /var/run/milter-greylist directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/milter-greylist /srv/milter-greylist
-+.br
-+.B restorecon -R -v /srv/milter-greylist
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the greylist_milter, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t greylist_milter_data_t '/srv/greylist_milter/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygreylist_milter_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for greylist_milter:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/sqlgrey(/.*)?, /var/lib/milter-greylist(/.*)?, /var/run/milter-greylist(/.*)?, /var/run/sqlgrey\.pid, /var/run/milter-greylist\.pid
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/sqlgrey, /usr/sbin/milter-greylist
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), greylist_milter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/groupadd_selinux.8 b/man/man8/groupadd_selinux.8
-new file mode 100644
-index 0000000..f59139d
---- /dev/null
-+++ b/man/man8/groupadd_selinux.8
-@@ -0,0 +1,279 @@
-+.TH  "groupadd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep groupadd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The groupadd_t SELinux type can be entered via the \fBgroupadd_exec_t\fP file type.
-+
-+The default entrypoint paths for the groupadd_t domain are the following:
-+
-+/usr/bin/gpasswd, /usr/sbin/gpasswd, /usr/sbin/groupadd, /usr/sbin/groupdel, /usr/sbin/groupmod
-+.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 groupadd policy is very flexible allowing users to setup their groupadd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for groupadd:
-+
-+.EX
-+.B groupadd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a groupadd_t
-+can be used to make the process type groupadd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  groupadd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run groupadd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to act as the domain controller, add users, groups and change passwords, you must turn on the samba_domain_controller boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_domain_controller 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the groupadd_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 groupadd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type groupadd_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B passwd_file_t
-+
-+	/etc/group[-\+]?
-+.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 security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B shadow_t
-+
-+	/etc/shadow.*
-+.br
-+	/etc/gshadow.*
-+.br
-+	/etc/nshadow.*
-+.br
-+	/var/db/shadow.*
-+.br
-+	/etc/security/opasswd
-+.br
-+	/etc/security/opasswd\.old
-+.br
-+
-+.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 groupadd policy is very flexible allowing users to setup their groupadd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the groupadd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t groupadd_exec_t '/srv/groupadd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygroupadd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for groupadd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/gpasswd, /usr/sbin/gpasswd, /usr/sbin/groupadd, /usr/sbin/groupdel, /usr/sbin/groupmod
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), groupadd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/groupd_selinux.8 b/man/man8/groupd_selinux.8
-new file mode 100644
-index 0000000..12883fc
---- /dev/null
-+++ b/man/man8/groupd_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "groupd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep groupd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The groupd_t SELinux type can be entered via the \fBgroupd_exec_t\fP file type.
-+
-+The default entrypoint paths for the groupd_t domain are the following:
-+
-+/usr/sbin/groupd
-+.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 groupd policy is very flexible allowing users to setup their groupd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for groupd:
-+
-+.EX
-+.B groupadd_t, groupd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a groupd_t
-+can be used to make the process type groupd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  groupd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run groupd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the groupd_t, groupadd_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 groupd_t, groupadd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type groupd_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 groupd_tmpfs_t
-+
-+
-+.br
-+.B groupd_var_log_t
-+
-+
-+.br
-+.B groupd_var_run_t
-+
-+	/var/run/groupd\.pid
-+.br
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 groupd policy is very flexible allowing users to setup their groupd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the groupd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t groupd_exec_t '/srv/groupd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygroupd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for groupd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), groupd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), groupadd_selinux(8)
-\ 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..52d4c7d
---- /dev/null
-+++ b/man/man8/gssd_selinux.8
-@@ -0,0 +1,323 @@
-+.TH  "gssd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep gssd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The gssd_t SELinux type can be entered via the \fBgssd_exec_t\fP file type.
-+
-+The default entrypoint paths for the gssd_t domain are the following:
-+
-+/usr/sbin/rpc\.gssd, /usr/sbin/rpc\.svcgssd
-+.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 gssd policy is very flexible allowing users to setup their gssd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for gssd:
-+
-+.EX
-+.B gssd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a gssd_t
-+can be used to make the process type gssd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  gssd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run gssd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow gssd to read temp directory.  For access to kerberos tgt, you must turn on the gssd_read_tmp boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P gssd_read_tmp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the gssd_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 gssd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type gssd_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B gssd_tmp_t
-+
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B var_lib_nfs_t
-+
-+	/var/lib/nfs(/.*)?
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.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 gssd policy is very flexible allowing users to setup their gssd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the gssd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t gssd_exec_t '/srv/gssd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mygssd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for gssd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/rpc\.gssd, /usr/sbin/rpc\.svcgssd
-+
-+.EX
-+.PP
-+.B gssd_keytab_t
-+.EE
-+
-+- Set files with the gssd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), gssd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..b3b667e
---- /dev/null
-+++ b/man/man8/guest_selinux.8
-@@ -0,0 +1,375 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+\fBguest_u\fP is an SELinux User defined in the SELinux
-+policy. SELinux users have default roles, \fBguest_r\fP.  The
-+default role has a default type, \fBguest_t\fP, associated with it.
-+
-+The SELinux user will usually login to a system with a context that looks like:
-+
-+.B guest_u:guest_r:guest_t:s0
-+
-+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.
-+
-+By default all users are assigned to the SELinux user via the \fB__default__\fP flag
-+
-+On Targeted policy systems the \fB__default__\fP user is assigned to the \fBunconfined_u\fP SELinux user.
-+
-+You can list all Linux User to SELinux user mapping using:
-+
-+.B semanage login -l
-+
-+If you wanted to change the default user mapping to use the guest_u user, you would execute:
-+
-+.B semanage login -m -s guest_u __default__
-+
-+
-+If you want to map the one Linux user (joe) to the SELinux user guest, you would execute:
-+
-+.B $ semanage login -a -s guest_u joe
-+
-+
-+.SH USER DESCRIPTION
-+
-+The SELinux user guest_u is defined in policy as a unprivileged user. SELinux prevents unprivileged users from doing administration tasks without transitioning to a different role.
-+
-+.SH SUDO
-+
-+.SH X WINDOWS LOGIN
-+
-+The SELinux user guest_u is not able to X Windows login.
-+
-+.SH NETWORK
-+
-+.TP
-+The SELinux user guest_u is able to connect to the following tcp ports.
-+
-+.B dns_port_t: 53
-+
-+.B ocsp_port_t: 9080
-+
-+.B kerberos_port_t: 88,750,4444
-+
-+.TP
-+The SELinux user guest_u is able to connect to the following tcp ports.
-+
-+.B dns_port_t: 53
-+
-+.B ocsp_port_t: 9080
-+
-+.B kerberos_port_t: 88,750,4444
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  guest policy is extremely flexible and has several booleans that allow you to manipulate the policy and run guest with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_unified 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_use_ssh_chroot 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.SH HOME_EXEC
-+
-+The SELinux user guest_u is able execute home content files.
-+
-+.SH TRANSITIONS
-+
-+Three things can happen when guest_t attempts to execute a program.
-+
-+\fB1.\fP SELinux Policy can deny guest_t from executing the program.
-+
-+.TP
-+
-+\fB2.\fP SELinux Policy can allow guest_t to execute the program in the current user type.
-+
-+Execute the following to see the types that the SELinux user guest_t can execute without transitioning:
-+
-+.B search -A -s guest_t -c file -p execute_no_trans
-+
-+.TP
-+
-+\fB3.\fP SELinux can allow guest_t to execute the program and transition to a new type.
-+
-+Execute the following to see the types that the SELinux user guest_t can execute and transition:
-+
-+.B $ search -A -s guest_t -c process -p transition
-+
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type guest_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 anon_inodefs_t
-+
-+
-+.br
-+.B auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B httpd_user_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.+)?
-+.br
-+
-+.br
-+.B httpd_user_htaccess_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+
-+.br
-+.B httpd_user_ra_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+
-+.br
-+.B httpd_user_rw_content_t
-+
-+
-+.br
-+.B httpd_user_script_exec_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), guest(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..5926678
---- /dev/null
-+++ b/man/man8/hddtemp_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "hddtemp_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep hddtemp_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The hddtemp_t SELinux type can be entered via the \fBhddtemp_exec_t\fP file type.
-+
-+The default entrypoint paths for the hddtemp_t domain are the following:
-+
-+/usr/sbin/hddtemp
-+.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 hddtemp policy is very flexible allowing users to setup their hddtemp processes in as secure a method as possible.
-+.PP
-+The following process types are defined for hddtemp:
-+
-+.EX
-+.B hddtemp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a hddtemp_t
-+can be used to make the process type hddtemp_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  hddtemp policy is extremely flexible and has several booleans that allow you to manipulate the policy and run hddtemp with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the hddtemp_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 hddtemp_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 hddtemp policy is very flexible allowing users to setup their hddtemp processes in as secure a method as possible.
-+.PP
-+The following port types are defined for hddtemp:
-+
-+.EX
-+.TP 5
-+.B hddtemp_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 7634
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type hddtemp_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 hddtemp policy is very flexible allowing users to setup their hddtemp processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the hddtemp, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t hddtemp_etc_t '/srv/hddtemp/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhddtemp_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for hddtemp:
-+
-+
-+.EX
-+.PP
-+.B hddtemp_etc_t
-+.EE
-+
-+- Set files with the hddtemp_etc_t type, if you want to store hddtemp files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), hddtemp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/hostname_selinux.8 b/man/man8/hostname_selinux.8
-new file mode 100644
-index 0000000..6d67f09
---- /dev/null
-+++ b/man/man8/hostname_selinux.8
-@@ -0,0 +1,175 @@
-+.TH  "hostname_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep hostname_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The hostname_t SELinux type can be entered via the \fBhostname_exec_t\fP file type.
-+
-+The default entrypoint paths for the hostname_t domain are the following:
-+
-+/bin/hostname, /usr/bin/hostname
-+.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 hostname policy is very flexible allowing users to setup their hostname processes in as secure a method as possible.
-+.PP
-+The following process types are defined for hostname:
-+
-+.EX
-+.B hostname_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a hostname_t
-+can be used to make the process type hostname_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  hostname policy is extremely flexible and has several booleans that allow you to manipulate the policy and run hostname with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 hostname policy is very flexible allowing users to setup their hostname processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the hostname, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t hostname_exec_t '/srv/hostname/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhostname_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for hostname:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/hostname, /usr/bin/hostname
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), hostname(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/hplip_selinux.8 b/man/man8/hplip_selinux.8
-new file mode 100644
-index 0000000..b24fed0
---- /dev/null
-+++ b/man/man8/hplip_selinux.8
-@@ -0,0 +1,307 @@
-+.TH  "hplip_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep hplip_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The hplip_t SELinux type can be entered via the \fBhplip_exec_t\fP file type.
-+
-+The default entrypoint paths for the hplip_t domain are the following:
-+
-+/usr/sbin/hp-[^/]+, /usr/share/hplip/.*\.py, /usr/lib/cups/backend/hp.*, /usr/bin/hpijs, /usr/sbin/hpiod
-+.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 hplip policy is very flexible allowing users to setup their hplip processes in as secure a method as possible.
-+.PP
-+The following process types are defined for hplip:
-+
-+.EX
-+.B hplip_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a hplip_t
-+can be used to make the process type hplip_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  hplip policy is extremely flexible and has several booleans that allow you to manipulate the policy and run hplip with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 hplip policy is very flexible allowing users to setup their hplip processes in as secure a method as possible.
-+.PP
-+The following port types are defined for hplip:
-+
-+.EX
-+.TP 5
-+.B hplip_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1782,2207,2208,8290,50000,50002,8292,9100,9101,9102,9220,9221,9222,9280,9281,9282,9290,9291
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type hplip_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 anon_inodefs_t
-+
-+
-+.br
-+.B cupsd_tmp_t
-+
-+
-+.br
-+.B hplip_var_lib_t
-+
-+	/var/lib/hp(/.*)?
-+.br
-+
-+.br
-+.B hplip_var_log_t
-+
-+	/var/log/hp(/.*)?
-+.br
-+
-+.br
-+.B hplip_var_run_t
-+
-+	/var/run/hp.*\.pid
-+.br
-+	/var/run/hp.*\.port
-+.br
-+
-+.br
-+.B print_spool_t
-+
-+	/var/spool/lpd(/.*)?
-+.br
-+	/var/spool/cups(/.*)?
-+.br
-+	/var/spool/cups-pdf(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.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 hplip policy is very flexible allowing users to setup their hplip processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the hplip, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t hplip_etc_t '/srv/hplip/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhplip_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for hplip:
-+
-+
-+.EX
-+.PP
-+.B hplip_etc_t
-+.EE
-+
-+- Set files with the hplip_etc_t type, if you want to store hplip files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/hp-[^/]+, /usr/share/hplip/.*\.py, /usr/lib/cups/backend/hp.*, /usr/bin/hpijs, /usr/sbin/hpiod
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/hp.*\.pid, /var/run/hp.*\.port
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), hplip(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-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..8711d95
---- /dev/null
-+++ b/man/man8/httpd_apcupsd_cgi_script_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "httpd_apcupsd_cgi_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_apcupsd_cgi_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_apcupsd_cgi_script_t SELinux type can be entered via the \fBhttpd_apcupsd_cgi_script_exec_t, shell_exec_t, httpd_apcupsd_cgi_script_exec_t\fP 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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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
-+.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 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
-+The following process types are defined for httpd_apcupsd_cgi_script:
-+
-+.EX
-+.B httpd_apcupsd_cgi_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_apcupsd_cgi_script_t
-+can be used to make the process type httpd_apcupsd_cgi_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_apcupsd_cgi_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_apcupsd_cgi_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_apcupsd_cgi_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 httpd_apcupsd_cgi_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_apcupsd_cgi_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_apcupsd_cgi_script_exec_t '/srv/httpd_apcupsd_cgi_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_apcupsd_cgi_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_apcupsd_cgi_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_apcupsd_cgi_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..56c4723
---- /dev/null
-+++ b/man/man8/httpd_awstats_script_selinux.8
-@@ -0,0 +1,175 @@
-+.TH  "httpd_awstats_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_awstats_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_awstats_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_awstats_script_exec_t, httpd_awstats_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_awstats_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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.
-+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
-+The following process types are defined for httpd_awstats_script:
-+
-+.EX
-+.B httpd_awstats_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_awstats_script_t
-+can be used to make the process type httpd_awstats_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_awstats_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_awstats_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+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
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_awstats_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_awstats_script_exec_t '/srv/httpd_awstats_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_awstats_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_awstats_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_awstats_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..0bd542f
---- /dev/null
-+++ b/man/man8/httpd_bugzilla_script_selinux.8
-@@ -0,0 +1,177 @@
-+.TH  "httpd_bugzilla_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_bugzilla_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_bugzilla_script_t SELinux type can be entered via the \fBhttpd_bugzilla_script_exec_t, shell_exec_t, httpd_bugzilla_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_bugzilla_script_t domain are the following:
-+
-+/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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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.
-+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
-+The following process types are defined for httpd_bugzilla_script:
-+
-+.EX
-+.B httpd_bugzilla_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_bugzilla_script_t
-+can be used to make the process type httpd_bugzilla_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_bugzilla_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_bugzilla_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_bugzilla_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 httpd_bugzilla_rw_content_t
-+
-+	/var/lib/bugzilla(/.*)?
-+.br
-+
-+.br
-+.B httpd_bugzilla_tmp_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_bugzilla_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_bugzilla_script_exec_t '/srv/httpd_bugzilla_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_bugzilla_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_bugzilla_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_bugzilla_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..8be484e
---- /dev/null
-+++ b/man/man8/httpd_collectd_script_selinux.8
-@@ -0,0 +1,171 @@
-+.TH  "httpd_collectd_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_collectd_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_collectd_script_t SELinux type can be entered via the \fBhttpd_collectd_script_exec_t, shell_exec_t, httpd_collectd_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_collectd_script_t domain are the following:
-+
-+/usr/share/collectd/collection3/bin/.*\.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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/collectd/collection3/bin/.*\.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.
-+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
-+The following process types are defined for httpd_collectd_script:
-+
-+.EX
-+.B httpd_collectd_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_collectd_script_t
-+can be used to make the process type httpd_collectd_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_collectd_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_collectd_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_collectd_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 httpd_collectd_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_collectd_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_collectd_script_exec_t '/srv/httpd_collectd_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_collectd_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_collectd_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_collectd_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..0ad2d56
---- /dev/null
-+++ b/man/man8/httpd_cvs_script_selinux.8
-@@ -0,0 +1,179 @@
-+.TH  "httpd_cvs_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_cvs_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_cvs_script_t SELinux type can be entered via the \fBhttpd_cvs_script_exec_t, shell_exec_t, httpd_cvs_script_exec_t\fP 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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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
-+.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 httpd_cvs_script policy is very flexible allowing users to setup their httpd_cvs_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_cvs_script:
-+
-+.EX
-+.B httpd_cvs_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_cvs_script_t
-+can be used to make the process type httpd_cvs_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_cvs_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_cvs_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_cvs_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 cvs_tmp_t
-+
-+
-+.br
-+.B httpd_cvs_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_cvs_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_cvs_script_exec_t '/srv/httpd_cvs_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_cvs_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_cvs_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/cgi-bin/cvsweb\.cgi, /usr/share/cvsweb/cvsweb\.cgi
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_cvs_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_script_selinux(8), httpd_collectd_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..7215d53
---- /dev/null
-+++ b/man/man8/httpd_dirsrvadmin_script_selinux.8
-@@ -0,0 +1,217 @@
-+.TH  "httpd_dirsrvadmin_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_dirsrvadmin_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_dirsrvadmin_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_dirsrvadmin_script_exec_t, httpd_dirsrvadmin_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_dirsrvadmin_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/dirsrv/cgi-bin(/.*)?, /usr/lib/dirsrv/dsgw-cgi-bin(/.*)?, /usr/lib/dirsrv/cgi-bin(/.*)?, /usr/lib/dirsrv/dsgw-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.
-+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
-+The following process types are defined for httpd_dirsrvadmin_script:
-+
-+.EX
-+.B httpd_dirsrvadmin_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_dirsrvadmin_script_t
-+can be used to make the process type httpd_dirsrvadmin_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_dirsrvadmin_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_dirsrvadmin_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_dirsrvadmin_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 dirsrv_config_t
-+
-+	/etc/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_lib_t
-+
-+	/var/lib/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_log_t
-+
-+	/var/log/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_run_t
-+
-+	/var/run/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrvadmin_config_t
-+
-+	/etc/dirsrv/dsgw(/.*)?
-+.br
-+	/etc/dirsrv/admin-serv(/.*)?
-+.br
-+
-+.br
-+.B dirsrvadmin_lock_t
-+
-+	/var/lock/subsys/dirsrv
-+.br
-+
-+.br
-+.B dirsrvadmin_tmp_t
-+
-+
-+.br
-+.B httpd_dirsrvadmin_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_dirsrvadmin_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_dirsrvadmin_script_exec_t '/srv/httpd_dirsrvadmin_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_dirsrvadmin_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_dirsrvadmin_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/dirsrv/cgi-bin(/.*)?, /usr/lib/dirsrv/dsgw-cgi-bin(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_dirsrvadmin_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_script_selinux(8), httpd_collectd_script_selinux(8), httpd_cvs_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..908963d
---- /dev/null
-+++ b/man/man8/httpd_dspam_script_selinux.8
-@@ -0,0 +1,175 @@
-+.TH  "httpd_dspam_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_dspam_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_dspam_script_t SELinux type can be entered via the \fBhttpd_dspam_script_exec_t, shell_exec_t, httpd_dspam_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_dspam_script_t domain are the following:
-+
-+/var/www/dspam/.*\.cgi, /usr/share/dspam-web/dspam\.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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/dspam/.*\.cgi, /usr/share/dspam-web/dspam\.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.
-+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
-+The following process types are defined for httpd_dspam_script:
-+
-+.EX
-+.B httpd_dspam_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_dspam_script_t
-+can be used to make the process type httpd_dspam_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_dspam_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_dspam_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_dspam_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 httpd_dspam_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_dspam_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_dspam_script_exec_t '/srv/httpd_dspam_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_dspam_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_dspam_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/dspam/.*\.cgi, /usr/share/dspam-web/dspam\.cgi
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_dspam_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_script_selinux(8), httpd_collectd_script_selinux(8), httpd_cvs_script_selinux(8), httpd_dirsrvadmin_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..ea22579
---- /dev/null
-+++ b/man/man8/httpd_git_script_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "httpd_git_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_git_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_git_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_git_script_exec_t, httpd_git_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_git_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/cgit, /var/www/git/gitweb\.cgi, /var/www/gitweb-caching/gitweb\.cgi, /var/www/cgi-bin/cgit, /var/www/git/gitweb\.cgi, /var/www/gitweb-caching/gitweb\.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.
-+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
-+The following process types are defined for httpd_git_script:
-+
-+.EX
-+.B httpd_git_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_git_script_t
-+can be used to make the process type httpd_git_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_git_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_git_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Git CGI can search home directories, you must turn on the git_cgi_enable_homedirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_cgi_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Git CGI can access cifs file systems, you must turn on the git_cgi_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_cgi_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Git CGI can access nfs file systems, you must turn on the git_cgi_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_cgi_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the httpd_git_script_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 httpd_git_script_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_git_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 httpd_git_rw_content_t
-+
-+	/var/cache/cgit(/.*)?
-+.br
-+	/var/cache/gitweb-caching(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_git_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_git_script_exec_t '/srv/httpd_git_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_git_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_git_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/cgi-bin/cgit, /var/www/git/gitweb\.cgi, /var/www/gitweb-caching/gitweb\.cgi
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_git_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_script_selinux(8), httpd_collectd_script_selinux(8), httpd_cvs_script_selinux(8), httpd_dirsrvadmin_script_selinux(8), httpd_dspam_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..8868c09
---- /dev/null
-+++ b/man/man8/httpd_helper_selinux.8
-@@ -0,0 +1,155 @@
-+.TH  "httpd_helper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_helper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_helper_t SELinux type can be entered via the \fBhttpd_helper_exec_t\fP file type.
-+
-+The default entrypoint paths for the httpd_helper_t domain are the following:
-+
-+/usr/bin/htsslpass
-+.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 httpd_helper policy is very flexible allowing users to setup their httpd_helper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_helper:
-+
-+.EX
-+.B httpd_helper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_helper_t
-+can be used to make the process type httpd_helper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_helper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_helper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.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. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_tty_comm 1
-+
-+.EE
-+
-+.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 httpd_helper policy is very flexible allowing users to setup their httpd_helper processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_helper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_helper_exec_t '/srv/httpd_helper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_helper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_helper:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_man2html_script_selinux(8), httpd_mediawiki_script_selinux(8), httpd_mojomojo_script_selinux(8), httpd_munin_script_selinux(8), httpd_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..a3753d9
---- /dev/null
-+++ b/man/man8/httpd_man2html_script_selinux.8
-@@ -0,0 +1,189 @@
-+.TH  "httpd_man2html_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_man2html_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_man2html_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_man2html_script_exec_t, httpd_man2html_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_man2html_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/man2html/cgi-bin/man/mansec, /usr/lib/man2html/cgi-bin/man/man2html, /usr/lib/man2html/cgi-bin/man/manwhatis, /usr/lib/man2html/cgi-bin/man/mansec, /usr/lib/man2html/cgi-bin/man/man2html, /usr/lib/man2html/cgi-bin/man/manwhatis
-+.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 httpd_man2html_script policy is very flexible allowing users to setup their httpd_man2html_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_man2html_script:
-+
-+.EX
-+.B httpd_man2html_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_man2html_script_t
-+can be used to make the process type httpd_man2html_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_man2html_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_man2html_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_man2html_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 httpd_man2html_rw_content_t
-+
-+
-+.br
-+.B httpd_man2html_script_cache_t
-+
-+	/var/cache/man2html(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_man2html_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_man2html_script_cache_t '/srv/httpd_man2html_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_man2html_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_man2html_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/man2html/cgi-bin/man/mansec, /usr/lib/man2html/cgi-bin/man/man2html, /usr/lib/man2html/cgi-bin/man/manwhatis
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_man2html_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mediawiki_script_selinux(8), httpd_mojomojo_script_selinux(8), httpd_munin_script_selinux(8), httpd_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..ad18507
---- /dev/null
-+++ b/man/man8/httpd_mediawiki_script_selinux.8
-@@ -0,0 +1,177 @@
-+.TH  "httpd_mediawiki_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_mediawiki_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_mediawiki_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_mediawiki_script_exec_t, httpd_mediawiki_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_mediawiki_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/mediawiki/math/texvc, /usr/lib/mediawiki/math/texvc_tex, /usr/lib/mediawiki/math/texvc_tes, /usr/lib/mediawiki/math/texvc, /usr/lib/mediawiki/math/texvc_tex, /usr/lib/mediawiki/math/texvc_tes
-+.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 httpd_mediawiki_script policy is very flexible allowing users to setup their httpd_mediawiki_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_mediawiki_script:
-+
-+.EX
-+.B httpd_mediawiki_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_mediawiki_script_t
-+can be used to make the process type httpd_mediawiki_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_mediawiki_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_mediawiki_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_mediawiki_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 httpd_mediawiki_rw_content_t
-+
-+	/var/www/wiki(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_mediawiki_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_mediawiki_script_exec_t '/srv/httpd_mediawiki_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_mediawiki_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_mediawiki_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/mediawiki/math/texvc, /usr/lib/mediawiki/math/texvc_tex, /usr/lib/mediawiki/math/texvc_tes
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_mediawiki_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mojomojo_script_selinux(8), httpd_munin_script_selinux(8), httpd_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..1bc0810
---- /dev/null
-+++ b/man/man8/httpd_mojomojo_script_selinux.8
-@@ -0,0 +1,185 @@
-+.TH  "httpd_mojomojo_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_mojomojo_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_mojomojo_script_t SELinux type can be entered via the \fBhttpd_mojomojo_script_exec_t, shell_exec_t, httpd_mojomojo_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_mojomojo_script_t domain are the following:
-+
-+/usr/bin/mojomojo_fastcgi\.pl, /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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/mojomojo_fastcgi\.pl
-+.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 httpd_mojomojo_script policy is very flexible allowing users to setup their httpd_mojomojo_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_mojomojo_script:
-+
-+.EX
-+.B httpd_mojomojo_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_mojomojo_script_t
-+can be used to make the process type httpd_mojomojo_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_mojomojo_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_mojomojo_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_mojomojo_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 httpd_mojomojo_rw_content_t
-+
-+	/var/lib/mojomojo(/.*)?
-+.br
-+
-+.br
-+.B httpd_mojomojo_tmp_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_mojomojo_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_mojomojo_script_exec_t '/srv/httpd_mojomojo_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_mojomojo_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_mojomojo_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_mojomojo_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_munin_script_selinux(8), httpd_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..337129b
---- /dev/null
-+++ b/man/man8/httpd_munin_script_selinux.8
-@@ -0,0 +1,175 @@
-+.TH  "httpd_munin_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_munin_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_munin_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_munin_script_exec_t, httpd_munin_script_exec_t\fP 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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/munin.*, /var/www/html/cgi/munin.*, /var/www/html/munin/cgi(/.*)?, /var/www/cgi-bin/munin.*, /var/www/html/cgi/munin.*, /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.
-+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
-+The following process types are defined for httpd_munin_script:
-+
-+.EX
-+.B httpd_munin_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_munin_script_t
-+can be used to make the process type httpd_munin_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_munin_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_munin_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_munin_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 httpd_munin_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_munin_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_munin_script_exec_t '/srv/httpd_munin_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_munin_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_munin_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/cgi-bin/munin.*, /var/www/html/cgi/munin.*, /var/www/html/munin/cgi(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_munin_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/httpd_mythtv_script_selinux.8 b/man/man8/httpd_mythtv_script_selinux.8
-new file mode 100644
-index 0000000..7a489ae
---- /dev/null
-+++ b/man/man8/httpd_mythtv_script_selinux.8
-@@ -0,0 +1,187 @@
-+.TH  "httpd_mythtv_script_selinux"  "8"  "13-01-16" "httpd_mythtv_script" "SELinux Policy documentation for httpd_mythtv_script"
-+.SH "NAME"
-+httpd_mythtv_script_selinux \- Security Enhanced Linux Policy for the httpd_mythtv_script processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the httpd_mythtv_script processes via flexible mandatory access control.
-+
-+The httpd_mythtv_script processes execute with the httpd_mythtv_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:
-+
-+.B ps -eZ | grep httpd_mythtv_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_mythtv_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_mythtv_script_exec_t, httpd_mythtv_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_mythtv_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/mythtv/mythweather/scripts(/.*)?, /usr/share/mythweb/mythweb\.pl, /usr/share/mythtv/mythweather/scripts(/.*)?, /usr/share/mythweb/mythweb\.pl
-+.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 httpd_mythtv_script policy is very flexible allowing users to setup their httpd_mythtv_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_mythtv_script:
-+
-+.EX
-+.B httpd_mythtv_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_mythtv_script_t
-+can be used to make the process type httpd_mythtv_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_mythtv_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_mythtv_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_mythtv_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 httpd_mythtv_rw_content_t
-+
-+
-+.br
-+.B mythtv_var_lib_t
-+
-+	/var/lib/mythtv(/.*)?
-+.br
-+
-+.br
-+.B mythtv_var_log_t
-+
-+	/var/log/mythtv(/.*)?
-+.br
-+
-+.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 httpd_mythtv_script policy is very flexible allowing users to setup their httpd_mythtv_script processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_mythtv_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_mythtv_script_exec_t '/srv/httpd_mythtv_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_mythtv_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_mythtv_script:
-+
-+
-+.EX
-+.PP
-+.B httpd_mythtv_script_exec_t
-+.EE
-+
-+- Set files with the httpd_mythtv_script_exec_t type, if you want to transition an executable to the httpd_mythtv_script_t domain.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/mythtv/mythweather/scripts(/.*)?, /usr/share/mythweb/mythweb\.pl
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_mythtv_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..3222908
---- /dev/null
-+++ b/man/man8/httpd_nagios_script_selinux.8
-@@ -0,0 +1,175 @@
-+.TH  "httpd_nagios_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_nagios_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_nagios_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_nagios_script_exec_t, httpd_nagios_script_exec_t\fP 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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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(/.*)?
-+.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 httpd_nagios_script policy is very flexible allowing users to setup their httpd_nagios_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_nagios_script:
-+
-+.EX
-+.B httpd_nagios_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_nagios_script_t
-+can be used to make the process type httpd_nagios_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_nagios_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_nagios_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_nagios_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 httpd_nagios_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_nagios_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_nagios_script_exec_t '/srv/httpd_nagios_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_nagios_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_nagios_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/nagios/cgi(/.*)?, /usr/lib/cgi-bin/nagios(/.+)?, /usr/lib/nagios/cgi-bin(/.*)?, /usr/lib/cgi-bin/netsaint(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_nagios_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..934627c
---- /dev/null
-+++ b/man/man8/httpd_nutups_cgi_script_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "httpd_nutups_cgi_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_nutups_cgi_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_nutups_cgi_script_t SELinux type can be entered via the \fBhttpd_nutups_cgi_script_exec_t, shell_exec_t, httpd_nutups_cgi_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_nutups_cgi_script_t domain are the following:
-+
-+/var/www/nut-cgi-bin/upsset\.cgi, /var/www/nut-cgi-bin/upsimage\.cgi, /var/www/nut-cgi-bin/upsstats\.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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/nut-cgi-bin/upsset\.cgi, /var/www/nut-cgi-bin/upsimage\.cgi, /var/www/nut-cgi-bin/upsstats\.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.
-+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
-+The following process types are defined for httpd_nutups_cgi_script:
-+
-+.EX
-+.B httpd_nutups_cgi_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_nutups_cgi_script_t
-+can be used to make the process type httpd_nutups_cgi_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_nutups_cgi_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_nutups_cgi_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_nutups_cgi_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 httpd_nutups_cgi_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_nutups_cgi_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_nutups_cgi_script_exec_t '/srv/httpd_nutups_cgi_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_nutups_cgi_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_nutups_cgi_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/nut-cgi-bin/upsset\.cgi, /var/www/nut-cgi-bin/upsimage\.cgi, /var/www/nut-cgi-bin/upsstats\.cgi
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_nutups_cgi_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_script_selinux(8), httpd_nagios_script_selinux(8), httpd_openshift_script_selinux(8), httpd_passwd_selinux(8), httpd_php_selinux(8), httpd_prewikka_script_selinux(8), httpd_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..1f73187
---- /dev/null
-+++ b/man/man8/httpd_openshift_script_selinux.8
-@@ -0,0 +1,171 @@
-+.TH  "httpd_openshift_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_openshift_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_openshift_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_openshift_script_exec_t, httpd_openshift_script_exec_t\fP 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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/s?bin/(oo|rhc)-restorer-wrapper.sh, /usr/s?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.
-+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
-+The following process types are defined for httpd_openshift_script:
-+
-+.EX
-+.B httpd_openshift_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_openshift_script_t
-+can be used to make the process type httpd_openshift_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_openshift_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_openshift_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_openshift_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 httpd_openshift_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_openshift_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_openshift_script_exec_t '/srv/httpd_openshift_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_openshift_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_openshift_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_openshift_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_script_selinux(8), httpd_nagios_script_selinux(8), httpd_nutups_cgi_script_selinux(8), httpd_passwd_selinux(8), httpd_php_selinux(8), httpd_prewikka_script_selinux(8), httpd_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..1bb6c61
---- /dev/null
-+++ b/man/man8/httpd_passwd_selinux.8
-@@ -0,0 +1,207 @@
-+.TH  "httpd_passwd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_passwd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_passwd_t SELinux type can be entered via the \fBhttpd_passwd_exec_t\fP file type.
-+
-+The default entrypoint paths for the httpd_passwd_t domain are the following:
-+
-+/usr/libexec/httpd-ssl-pass-dialog
-+.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 httpd_passwd policy is very flexible allowing users to setup their httpd_passwd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_passwd:
-+
-+.EX
-+.B httpd_passwd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_passwd_t
-+can be used to make the process type httpd_passwd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_passwd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_passwd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the httpd_passwd_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 httpd_passwd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_passwd_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 systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 httpd_passwd policy is very flexible allowing users to setup their httpd_passwd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_passwd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_passwd_exec_t '/srv/httpd_passwd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_passwd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_passwd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_passwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_script_selinux(8), httpd_nagios_script_selinux(8), httpd_nutups_cgi_script_selinux(8), httpd_openshift_script_selinux(8), httpd_php_selinux(8), httpd_prewikka_script_selinux(8), httpd_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..0d42b0b
---- /dev/null
-+++ b/man/man8/httpd_php_selinux.8
-@@ -0,0 +1,172 @@
-+.TH  "httpd_php_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_php_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_php_t SELinux type can be entered via the \fBhttpd_php_exec_t\fP file type.
-+
-+The default entrypoint paths for the httpd_php_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 httpd_php policy is very flexible allowing users to setup their httpd_php processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_php:
-+
-+.EX
-+.B httpd_php_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_php_t
-+can be used to make the process type httpd_php_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_php policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_php with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD scripts and modules to connect to databases over the network, you must turn on the httpd_can_network_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the httpd_php_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 httpd_php_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_php_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 httpd_php_tmp_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_php(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_script_selinux(8), httpd_nagios_script_selinux(8), httpd_nutups_cgi_script_selinux(8), httpd_openshift_script_selinux(8), httpd_passwd_selinux(8), httpd_prewikka_script_selinux(8), httpd_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..12bb00b
---- /dev/null
-+++ b/man/man8/httpd_prewikka_script_selinux.8
-@@ -0,0 +1,211 @@
-+.TH  "httpd_prewikka_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_prewikka_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_prewikka_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_prewikka_script_exec_t, httpd_prewikka_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_prewikka_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/prewikka/cgi-bin(/.*)?, /usr/share/prewikka/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.
-+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
-+The following process types are defined for httpd_prewikka_script:
-+
-+.EX
-+.B httpd_prewikka_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_prewikka_script_t
-+can be used to make the process type httpd_prewikka_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_prewikka_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_prewikka_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the httpd_prewikka_script_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 httpd_prewikka_script_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_prewikka_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 httpd_prewikka_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_prewikka_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_prewikka_script_exec_t '/srv/httpd_prewikka_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_prewikka_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_prewikka_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_prewikka_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..8ffa33c
---- /dev/null
-+++ b/man/man8/httpd_rotatelogs_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "httpd_rotatelogs_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_rotatelogs_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_rotatelogs_t SELinux type can be entered via the \fBhttpd_rotatelogs_exec_t\fP file type.
-+
-+The default entrypoint paths for the httpd_rotatelogs_t domain are the following:
-+
-+/usr/sbin/rotatelogs
-+.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 httpd_rotatelogs policy is very flexible allowing users to setup their httpd_rotatelogs processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_rotatelogs:
-+
-+.EX
-+.B httpd_rotatelogs_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_rotatelogs_t
-+can be used to make the process type httpd_rotatelogs_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_rotatelogs policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_rotatelogs with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_rotatelogs_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 httpd_log_t
-+
-+	/var/www(/.*)?/logs(/.*)?
-+.br
-+	/var/log/cacti(/.*)?
-+.br
-+	/var/log/httpd(/.*)?
-+.br
-+	/var/log/apache(2)?(/.*)?
-+.br
-+	/var/log/php-fpm(/.*)?
-+.br
-+	/var/log/cherokee(/.*)?
-+.br
-+	/var/log/lighttpd(/.*)?
-+.br
-+	/var/log/suphp\.log.*
-+.br
-+	/var/log/apache-ssl(2)?(/.*)?
-+.br
-+	/var/log/cgiwrap\.log.*
-+.br
-+	/var/www/stickshift/[^/]*/log(/.*)?
-+.br
-+	/var/log/roundcubemail(/.*)?
-+.br
-+	/var/log/dirsrv/admin-serv(/.*)?
-+.br
-+	/var/lib/openshift/\.log/httpd(/.*)?
-+.br
-+	/var/www/openshift/console/log(/.*)?
-+.br
-+	/var/www/openshift/broker/httpd/logs(/.*)?
-+.br
-+	/var/www/openshift/console/httpd/logs(/.*)?
-+.br
-+	/etc/httpd/logs
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 httpd_rotatelogs policy is very flexible allowing users to setup their httpd_rotatelogs processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_rotatelogs, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_rotatelogs_exec_t '/srv/httpd_rotatelogs/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_rotatelogs_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_rotatelogs:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_rotatelogs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_webalizer_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..ed5fb0a 100644
---- a/man/man8/httpd_selinux.8
-+++ b/man/man8/httpd_selinux.8
-@@ -1,120 +1,2305 @@
--.TH  "httpd_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "httpd Selinux Policy documentation"
--.de EX
--.nf
--.ft CW
--..
--.de EE
--.ft R
--.fi
--..
-+.TH  "httpd_selinux"  "8"  "13-01-16" "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
- .SH "DESCRIPTION"
- 
--Security-Enhanced Linux secures the httpd server via flexible mandatory access
--control.  
--.SH FILE_CONTEXTS
--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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_t SELinux type can be entered via the \fBhttpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the httpd_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/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails
-+.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 httpd policy is very flexible allowing users to setup their httpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd:
-+
-+.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_mythtv_script_t, httpd_webalizer_script_t, httpd_mediawiki_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_t
-+can be used to make the process type httpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  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
-+If you want to allow httpd to use built in scripting (usually php), you must turn on the httpd_builtin_scripting boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_builtin_scripting 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to check spam, you must turn on the httpd_can_check_spam boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_check_spam 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to act as a FTP client connecting to the ftp port and ephemeral ports, you must turn on the httpd_can_connect_ftp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_connect_ftp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to connect to the ldap port, you must turn on the httpd_can_connect_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_connect_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to connect to zabbix, you must turn on the httpd_can_connect_zabbix boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_connect_zabbix 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD scripts and modules to connect to the network using TCP, you must turn on the httpd_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD scripts and modules to connect to databases over the network, you must turn on the httpd_can_network_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to connect to memcache server, you must turn on the httpd_can_network_memcache boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_memcache 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to act as a relay, you must turn on the httpd_can_network_relay boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_relay 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to communicate with avahi service via dbus, you must turn on the httpd_dbus_avahi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_dbus_avahi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to act as a FTP server by listening on the ftp port, you must turn on the httpd_enable_ftp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_ftp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to read home directories, you must turn on the httpd_enable_homedirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd scripts and modules execmem/execstack, you must turn on the httpd_execmem boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_execmem 1
-+
-+.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. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_graceful_shutdown 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd processes to manage IPA content, you must turn on the httpd_manage_ipa boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_manage_ipa 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to use mod_auth_ntlm_winbind, you must turn on the httpd_mod_auth_ntlm_winbind boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_mod_auth_ntlm_winbind 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to use mod_auth_pam, you must turn on the httpd_mod_auth_pam boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_mod_auth_pam 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to read user content, you must turn on the httpd_read_user_content boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_read_user_content 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. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_run_stickshift 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd daemon to change its resource limits, you must turn on the httpd_setrlimit boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_setrlimit 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD to run SSI executables in the same domain as system CGI scripts, you must turn on the httpd_ssi_exec boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_ssi_exec 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to execute tmp content, you must turn on the httpd_tmp_exec boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_tmp_exec 1
-+
-+.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. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_tty_comm 1
-+
-+.EE
-+
-+.PP
-+If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_unified 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access cifs file systems, you must turn on the httpd_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access FUSE file systems, you must turn on the httpd_use_fusefs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_fusefs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to run gpg, you must turn on the httpd_use_gpg boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_gpg 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access nfs file systems, you must turn on the httpd_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access openstack ports, you must turn on the httpd_use_openstack boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_openstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to query NS records, you must turn on the httpd_verify_dns boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_verify_dns 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Git system daemon can access cifs file systems, you must turn on the git_system_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_system_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Git system daemon can access nfs file systems, you must turn on the git_system_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_system_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the httpd_prewikka_script_t, httpd_passwd_t, httpd_t, httpd_php_t, httpd_git_script_t, httpd_suexec_t, httpd_sys_script_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 httpd_prewikka_script_t, httpd_passwd_t, httpd_t, httpd_php_t, httpd_git_script_t, httpd_suexec_t, httpd_sys_script_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 httpd policy is very flexible allowing users to setup their httpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for httpd:
-+
-+.EX
-+.TP 5
-+.B http_cache_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 8080,8118,8123,10001-10010
-+.EE
-+udp 3130
-+.EE
-+
-+.EX
-+.TP 5
-+.B http_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 80,81,443,488,8008,8009,8443,9000
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_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 abrt_retrace_spool_t
-+
-+	/var/spool/abrt-retrace(/.*)?
-+.br
-+	/var/spool/retrace-server(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B dirsrv_config_t
-+
-+	/etc/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_log_t
-+
-+	/var/log/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_run_t
-+
-+	/var/run/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B dirsrvadmin_config_t
-+
-+	/etc/dirsrv/dsgw(/.*)?
-+.br
-+	/etc/dirsrv/admin-serv(/.*)?
-+.br
-+
-+.br
-+.B dirsrvadmin_tmp_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B httpd_apcupsd_cgi_rw_content_t
-+
-+
-+.br
-+.B httpd_awstats_rw_content_t
-+
-+
-+.br
-+.B httpd_bugzilla_rw_content_t
-+
-+	/var/lib/bugzilla(/.*)?
-+.br
-+
-+.br
-+.B httpd_cache_t
-+
-+	/var/cache/rt(3|4)(/.*)?
-+.br
-+	/var/cache/ssl.*\.sem
-+.br
-+	/var/cache/mod_.*
-+.br
-+	/var/cache/php-.*
-+.br
-+	/var/cache/httpd(/.*)?
-+.br
-+	/var/cache/mason(/.*)?
-+.br
-+	/var/cache/mod_ssl(/.*)?
-+.br
-+	/var/cache/lighttpd(/.*)?
-+.br
-+	/var/cache/mediawiki(/.*)?
-+.br
-+	/var/cache/mod_proxy(/.*)?
-+.br
-+	/var/cache/mod_gnutls(/.*)?
-+.br
-+	/var/cache/php-mmcache(/.*)?
-+.br
-+	/var/cache/php-eaccelerator(/.*)?
-+.br
-+
-+.br
-+.B httpd_collectd_rw_content_t
-+
-+
-+.br
-+.B httpd_cvs_rw_content_t
-+
-+
-+.br
-+.B httpd_dirsrvadmin_rw_content_t
-+
-+
-+.br
-+.B httpd_dspam_rw_content_t
-+
-+
-+.br
-+.B httpd_git_rw_content_t
-+
-+	/var/cache/cgit(/.*)?
-+.br
-+	/var/cache/gitweb-caching(/.*)?
-+.br
-+
-+.br
-+.B httpd_lock_t
-+
-+
-+.br
-+.B httpd_man2html_rw_content_t
-+
-+
-+.br
-+.B httpd_mediawiki_rw_content_t
-+
-+	/var/www/wiki(/.*)?
-+.br
-+
-+.br
-+.B httpd_mojomojo_rw_content_t
-+
-+	/var/lib/mojomojo(/.*)?
-+.br
-+
-+.br
-+.B httpd_munin_rw_content_t
-+
-+
-+.br
-+.B httpd_mythtv_rw_content_t
-+
-+
-+.br
-+.B httpd_nagios_rw_content_t
-+
-+
-+.br
-+.B httpd_nutups_cgi_rw_content_t
-+
-+
-+.br
-+.B httpd_openshift_rw_content_t
-+
-+
-+.br
-+.B httpd_prewikka_rw_content_t
-+
-+
-+.br
-+.B httpd_smokeping_cgi_rw_content_t
-+
-+
-+.br
-+.B httpd_squid_rw_content_t
-+
-+
-+.br
-+.B httpd_squirrelmail_t
-+
-+	/var/lib/squirrelmail/prefs(/.*)?
-+.br
-+
-+.br
-+.B httpd_sys_rw_content_t
-+
-+	/etc/horde(/.*)?
-+.br
-+	/etc/drupal.*
-+.br
-+	/etc/z-push(/.*)?
-+.br
-+	/var/lib/svn(/.*)?
-+.br
-+	/var/www/svn(/.*)?
-+.br
-+	/etc/mock/koji(/.*)?
-+.br
-+	/var/www/html/[^/]*/sites/default/files(/.*)?
-+.br
-+	/var/www/html/[^/]*/sites/default/settings\.php
-+.br
-+	/var/lib/drupal.*
-+.br
-+	/etc/zabbix/web(/.*)?
-+.br
-+	/var/log/z-push(/.*)?
-+.br
-+	/var/spool/gosa(/.*)?
-+.br
-+	/etc/WebCalendar(/.*)?
-+.br
-+	/var/lib/dokuwiki(/.*)?
-+.br
-+	/var/spool/viewvc(/.*)?
-+.br
-+	/var/lib/pootle/po(/.*)?
-+.br
-+	/var/www/moodledata(/.*)?
-+.br
-+	/var/www/gallery/albums(/.*)?
-+.br
-+	/var/www/html/wp-content(/.*)?
-+.br
-+	/usr/share/wordpress-mu/wp-content(/.*)?
-+.br
-+	/usr/share/wordpress/wp-content/uploads(/.*)?
-+.br
-+	/usr/share/wordpress/wp-content/upgrade(/.*)?
-+.br
-+	/etc/owncloud/config\.php
-+.br
-+	/var/www/html/configuration\.php
-+.br
-+
-+.br
-+.B httpd_tmp_t
-+
-+	/var/run/user/apache(/.*)?
-+.br
-+	/var/www/openshift/console/tmp(/.*)?
-+.br
-+
-+.br
-+.B httpd_tmpfs_t
-+
-+
-+.br
-+.B httpd_user_rw_content_t
-+
-+
-+.br
-+.B httpd_var_lib_t
-+
-+	/var/lib/rt(3|4)/data/RT-Shredder(/.*)?
-+.br
-+	/var/lib/dav(/.*)?
-+.br
-+	/var/lib/php(/.*)?
-+.br
-+	/var/lib/httpd(/.*)?
-+.br
-+	/var/lib/z-push(/.*)?
-+.br
-+	/var/lib/cherokee(/.*)?
-+.br
-+	/var/lib/lighttpd(/.*)?
-+.br
-+
-+.br
-+.B httpd_var_run_t
-+
-+	/var/run/mod_.*
-+.br
-+	/var/run/wsgi.*
-+.br
-+	/var/run/httpd.*
-+.br
-+	/var/run/apache.*
-+.br
-+	/var/run/php-fpm(/.*)?
-+.br
-+	/var/run/lighttpd(/.*)?
-+.br
-+	/var/lib/php/session(/.*)?
-+.br
-+	/var/run/dirsrv/admin-serv.*
-+.br
-+	/var/www/openshift/broker/httpd/run(/.*)?
-+.br
-+	/var/www/openshift/console/httpd/run(/.*)?
-+.br
-+	/opt/dirsrv/var/run/dirsrv/dsgw/cookies(/.*)?
-+.br
-+	/var/run/gcache_port
-+.br
-+	/var/run/cherokee\.pid
-+.br
-+
-+.br
-+.B httpd_w3c_validator_rw_content_t
-+
-+
-+.br
-+.B httpd_webalizer_rw_content_t
-+
-+
-+.br
-+.B httpd_zoneminder_rw_content_t
-+
-+
-+.br
-+.B httpdcontent
-+
-+
-+.br
-+.B jetty_cache_t
-+
-+	/var/cache/jetty(/.*)?
-+.br
-+
-+.br
-+.B jetty_log_t
-+
-+	/var/log/jetty(/.*)?
-+.br
-+
-+.br
-+.B jetty_var_lib_t
-+
-+	/var/lib/jetty(/.*)?
-+.br
-+
-+.br
-+.B jetty_var_run_t
-+
-+	/var/run/jetty(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B memcached_var_run_t
-+
-+	/var/run/memcached(/.*)?
-+.br
-+	/var/run/ipa_memcached(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B passenger_tmp_t
-+
-+
-+.br
-+.B passenger_var_lib_t
-+
-+	/var/lib/passenger(/.*)?
-+.br
-+
-+.br
-+.B passenger_var_run_t
-+
-+	/var/run/passenger(/.*)?
-+.br
-+
-+.br
-+.B pki_apache_config
-+
-+
-+.br
-+.B pki_apache_var_lib
-+
-+
-+.br
-+.B pki_apache_var_log
-+
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B squirrelmail_spool_t
-+
-+	/var/spool/squirrelmail(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B zarafa_var_lib_t
-+
-+	/var/lib/zarafa(/.*)?
-+.br
-+	/var/lib/zarafa-webapp(/.*)?
-+.br
-+	/var/lib/zarafa-webaccess(/.*)?
-+.br
-+
-+.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 httpd policy is very flexible allowing users to setup their httpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+httpd policy stores data with multiple different file context types under the /var/lib/php directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/php /srv/php
-+.br
-+.B restorecon -R -v /srv/php
-+.PP
-+
-+.PP
-+httpd policy stores data with multiple different file context types under the /var/www directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/www /srv/www
-+.br
-+.B restorecon -R -v /srv/www
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_apcupsd_cgi_content_t '/srv/httpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/cache/rt(3|4)(/.*)?, /var/cache/ssl.*\.sem, /var/cache/mod_.*, /var/cache/php-.*, /var/cache/httpd(/.*)?, /var/cache/mason(/.*)?, /var/cache/mod_ssl(/.*)?, /var/cache/lighttpd(/.*)?, /var/cache/mediawiki(/.*)?, /var/cache/mod_proxy(/.*)?, /var/cache/mod_gnutls(/.*)?, /var/cache/php-mmcache(/.*)?, /var/cache/php-eaccelerator(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/httpd(/.*)?, /etc/apache(2)?(/.*)?, /etc/cherokee(/.*)?, /etc/lighttpd(/.*)?, /etc/apache-ssl(2)?(/.*)?, /var/lib/openshift/\.httpd\.d(/.*)?, /var/lib/stickshift/\.httpd\.d(/.*)?, /etc/vhosts
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/cgi-bin/cvsweb\.cgi, /usr/share/cvsweb/cvsweb\.cgi
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/dirsrv/cgi-bin(/.*)?, /usr/lib/dirsrv/dsgw-cgi-bin(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/dspam/.*\.cgi, /usr/share/dspam-web/dspam\.cgi
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/cache/cgit(/.*)?, /var/cache/gitweb-caching(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/cgi-bin/cgit, /var/www/git/gitweb\.cgi, /var/www/gitweb-caching/gitweb\.cgi
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/init\.d/cherokee, /etc/rc\.d/init\.d/httpd, /etc/rc\.d/init\.d/lighttpd
-+
-+.EX
-+.PP
-+.B httpd_keytab_t
-+.EE
-+
-+- Set files with the httpd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www(/.*)?/logs(/.*)?, /var/log/cacti(/.*)?, /var/log/httpd(/.*)?, /var/log/apache(2)?(/.*)?, /var/log/php-fpm(/.*)?, /var/log/cherokee(/.*)?, /var/log/lighttpd(/.*)?, /var/log/suphp\.log.*, /var/log/apache-ssl(2)?(/.*)?, /var/log/cgiwrap\.log.*, /var/www/stickshift/[^/]*/log(/.*)?, /var/log/roundcubemail(/.*)?, /var/log/dirsrv/admin-serv(/.*)?, /var/lib/openshift/\.log/httpd(/.*)?, /var/www/openshift/console/log(/.*)?, /var/www/openshift/broker/httpd/logs(/.*)?, /var/www/openshift/console/httpd/logs(/.*)?, /etc/httpd/logs
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/man2html/cgi-bin/man/mansec, /usr/lib/man2html/cgi-bin/man/man2html, /usr/lib/man2html/cgi-bin/man/manwhatis
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/wiki/.*\.php, /usr/share/mediawiki(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/mediawiki/math/texvc, /usr/lib/mediawiki/math/texvc_tex, /usr/lib/mediawiki/math/texvc_tes
-+
-+.EX
-+.PP
-+.B httpd_modules_t
-+.EE
-+
-+- Set files with the httpd_modules_t type, if you want to treat the files as httpd modules.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/httpd(/.*)?, /usr/lib/apache(/.*)?, /usr/lib/cherokee(/.*)?, /usr/lib/lighttpd(/.*)?, /usr/lib/apache2/modules(/.*)?, /etc/httpd/modules
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/cgi-bin/munin.*, /var/www/html/cgi/munin.*, /var/www/html/munin/cgi(/.*)?
-+
-+.EX
-+.PP
-+.B httpd_mythtv_content_t
-+.EE
-+
-+- Set files with the httpd_mythtv_content_t type, if you want to treat the files as httpd mythtv content.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/mythtv(/.*)?, /usr/share/mythweb(/.*)?
-+
-+.EX
-+.PP
-+.B httpd_mythtv_htaccess_t
-+.EE
-+
-+- Set files with the httpd_mythtv_htaccess_t type, if you want to treat the file as a httpd mythtv access file.
-+
-+
-+.EX
-+.PP
-+.B httpd_mythtv_ra_content_t
-+.EE
-+
-+- Set files with the httpd_mythtv_ra_content_t type, if you want to treat the files as httpd mythtv  read/append content.
-+
-+
-+.EX
-+.PP
-+.B httpd_mythtv_rw_content_t
-+.EE
-+
-+- Set files with the httpd_mythtv_rw_content_t type, if you want to treat the files as httpd mythtv read/write content.
-+
-+
-+.EX
-+.PP
-+.B httpd_mythtv_script_exec_t
-+.EE
-+
-+- Set files with the httpd_mythtv_script_exec_t type, if you want to transition an executable to the httpd_mythtv_script_t domain.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/mythtv/mythweather/scripts(/.*)?, /usr/share/mythweb/mythweb\.pl
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/nagios/cgi(/.*)?, /usr/lib/cgi-bin/nagios(/.+)?, /usr/lib/nagios/cgi-bin(/.*)?, /usr/lib/cgi-bin/netsaint(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/www/nut-cgi-bin/upsset\.cgi, /var/www/nut-cgi-bin/upsimage\.cgi, /var/www/nut-cgi-bin/upsstats\.cgi
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
- .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_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.
-+
-+
- .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_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.
-+
-+
- .EX
--httpd_sys_content_rw_t 
-+.PP
-+.B httpd_prewikka_script_exec_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_prewikka_script_exec_t type, if you want to transition an executable to the httpd_prewikka_script_t domain.
-+
-+
- .EX
--httpd_sys_content_ra_t 
-+.PP
-+.B httpd_rotatelogs_exec_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_rotatelogs_exec_t type, if you want to transition an executable to the httpd_rotatelogs_t domain.
-+
-+
- .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_smokeping_cgi_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_smokeping_cgi_content_t type, if you want to treat the files as httpd smokeping cgi content.
- 
--.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_smokeping_cgi_htaccess_t
- .EE
- 
--or 
-+- Set files with the httpd_smokeping_cgi_htaccess_t type, if you want to treat the file as a httpd smokeping cgi access file.
-+
- 
- .EX
--setsebool -P allow_httpd_sys_script_anon_write=1
-+.PP
-+.B httpd_smokeping_cgi_ra_content_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_smokeping_cgi_ra_content_t type, if you want to treat the files as httpd smokeping cgi  read/append content.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/lightsquid/cgi(/.*)?, /usr/lib/squid/cachemgr\.cgi
-+
-+.EX
-+.PP
-+.B httpd_squirrelmail_t
-+.EE
-+
-+- Set files with the httpd_squirrelmail_t type, if you want to treat the files as httpd squirrelmail data.
-+
-+
-+.EX
- .PP
--httpd can be setup to allow cgi scripts to be executed, set httpd_enable_cgi to allow this
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/apache(2)?/suexec(2)?, /usr/lib/cgi-bin/(nph-)?cgiwrap(d)?, /usr/sbin/suexec
- 
- .EX
--setsebool -P httpd_enable_cgi 1
-+.PP
-+.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
- .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_sys_content_t
-+.EE
-+
-+- Set files with the httpd_sys_content_t type, if you want to treat the files as httpd sys content.
-+
-+.br
-+.TP 5
-+Paths:
-+/srv/([^/]*/)?www(/.*)?, /var/www(/.*)?, /etc/htdig(/.*)?, /srv/gallery2(/.*)?, /var/lib/trac(/.*)?, /var/lib/htdig(/.*)?, /var/www/icons(/.*)?, /usr/share/htdig(/.*)?, /usr/share/drupal.*, /usr/share/z-push(/.*)?, /var/www/svn/conf(/.*)?, /usr/share/icecast(/.*)?, /var/lib/cacti/rra(/.*)?, /usr/share/ntop/html(/.*)?, /usr/share/doc/ghc/html(/.*)?, /usr/share/openca/htdocs(/.*)?, /usr/share/selinux-policy[^/]*/html(/.*)?
- 
- .EX
--setsebool -P httpd_enable_homedirs 1
--chcon -R -t httpd_sys_content_t ~user/public_html
-+.PP
-+.B httpd_sys_htaccess_t
- .EE
- 
-+- Set files with the httpd_sys_htaccess_t type, if you want to treat the file as a httpd sys access file.
-+
-+
-+.EX
- .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_sys_ra_content_t
-+.EE
-+
-+- Set files with the httpd_sys_ra_content_t type, if you want to treat the files as httpd sys  read/append content.
-+
- 
- .EX
--setsebool -P httpd_tty_comm 1
-+.PP
-+.B httpd_sys_rw_content_t
- .EE
- 
-+- Set files with the httpd_sys_rw_content_t type, if you want to treat the files as httpd sys read/write content.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/horde(/.*)?, /etc/drupal.*, /etc/z-push(/.*)?, /var/lib/svn(/.*)?, /var/www/svn(/.*)?, /etc/mock/koji(/.*)?, /var/www/html/[^/]*/sites/default/files(/.*)?, /var/www/html/[^/]*/sites/default/settings\.php, /var/lib/drupal.*, /etc/zabbix/web(/.*)?, /var/log/z-push(/.*)?, /var/spool/gosa(/.*)?, /etc/WebCalendar(/.*)?, /var/lib/dokuwiki(/.*)?, /var/spool/viewvc(/.*)?, /var/lib/pootle/po(/.*)?, /var/www/moodledata(/.*)?, /var/www/gallery/albums(/.*)?, /var/www/html/wp-content(/.*)?, /usr/share/wordpress-mu/wp-content(/.*)?, /usr/share/wordpress/wp-content/uploads(/.*)?, /usr/share/wordpress/wp-content/upgrade(/.*)?, /etc/owncloud/config\.php, /var/www/html/configuration\.php
-+
-+.EX
- .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_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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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/wordpress-mu/wp-config\.php
- 
- .EX
--setsebool -P httpd_unified 0
-+.PP
-+.B httpd_tmp_t
- .EE
- 
-+- Set files with the httpd_tmp_t type, if you want to store httpd temporary files in the /tmp directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/user/apache(/.*)?, /var/www/openshift/console/tmp(/.*)?
-+
-+.EX
- .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_tmpfs_t
-+.EE
-+
-+- Set files with the httpd_tmpfs_t type, if you want to store httpd files on a tmpfs file system.
-+
- 
- .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_unit_file_t
-+.EE
-+
-+- Set files with the httpd_unit_file_t type, if you want to treat the files as httpd unit content.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/systemd/system/httpd.*, /usr/lib/systemd/system/jetty.*, /usr/lib/systemd/system/php-fpm.*
- 
- .EX
--setsebool -P httpd_builtin_scripting 0
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/((www)|(web)|(public_html))(/.+)?, /home/pwalsh/((www)|(web)|(public_html))(/.+)?, /home/dwalsh/((www)|(web)|(public_html))(/.+)?, /var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.+)?
-+
-+.EX
- .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_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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/((www)|(web)|(public_html))(/.*)?/\.htaccess, /home/pwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess, /home/dwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess, /var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/\.htaccess
- 
- .EX
--setsebool -P httpd_can_network_connect 1
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/((www)|(web)|(public_html))(/.*)?/logs(/.*)?, /home/pwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?, /home/dwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?, /var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+
-+.EX
- .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>.
-+.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.
- 
--.SH "SEE ALSO"
--selinux(8), httpd(8), chcon(1), setsebool(8)
- 
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/((www)|(web)|(public_html))/cgi-bin(/.+)?, /home/pwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?, /home/dwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?, /var/lib/xguest/home/xguest/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/rt(3|4)/data/RT-Shredder(/.*)?, /var/lib/dav(/.*)?, /var/lib/php(/.*)?, /var/lib/httpd(/.*)?, /var/lib/z-push(/.*)?, /var/lib/cherokee(/.*)?, /var/lib/lighttpd(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/mod_.*, /var/run/wsgi.*, /var/run/httpd.*, /var/run/apache.*, /var/run/php-fpm(/.*)?, /var/run/lighttpd(/.*)?, /var/lib/php/session(/.*)?, /var/run/dirsrv/admin-serv.*, /var/www/openshift/broker/httpd/run(/.*)?, /var/www/openshift/console/httpd/run(/.*)?, /opt/dirsrv/var/run/dirsrv/dsgw/cookies(/.*)?, /var/run/gcache_port, /var/run/cherokee\.pid
-+
-+.EX
-+.PP
-+.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
-+.PP
-+.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
-+.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
-+.PP
-+.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
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/w3c-markup-validator/cgi-bin(/.*)?, /usr/lib/cgi-bin/check
-+
-+.EX
-+.PP
-+.B httpd_webalizer_content_t
-+.EE
-+
-+- Set files with the httpd_webalizer_content_t type, if you want to treat the files as httpd webalizer content.
-+
-+
-+.EX
-+.PP
-+.B httpd_webalizer_htaccess_t
-+.EE
-+
-+- Set files with the httpd_webalizer_htaccess_t type, if you want to treat the file as a httpd webalizer access file.
-+
-+
-+.EX
-+.PP
-+.B httpd_webalizer_ra_content_t
-+.EE
-+
-+- Set files with the httpd_webalizer_ra_content_t type, if you want to treat the files as httpd webalizer  read/append content.
- 
-+
-+.EX
-+.PP
-+.B httpd_webalizer_rw_content_t
-+.EE
-+
-+- Set files with the httpd_webalizer_rw_content_t type, if you want to treat the files as httpd webalizer read/write content.
-+
-+
-+.EX
-+.PP
-+.B httpd_webalizer_script_exec_t
-+.EE
-+
-+- Set files with the httpd_webalizer_script_exec_t type, if you want to transition an executable to the httpd_webalizer_script_t domain.
-+
-+
-+.EX
-+.PP
-+.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
-+.EE
-+
-+- Set files with the httpd_zoneminder_htaccess_t type, if you want to treat the file as a httpd zoneminder access file.
-+
-+
-+.EX
-+.PP
-+.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
-+.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
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+Allow httpd servers to read the /var/httpd directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/httpd(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/httpd
-+.pp
-+.TP
-+Allow httpd 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_httpdd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/httpd/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/httpd/incoming
-+
-+
-+.PP
-+If you want to allow Apache to modify public files used for public file transfer services. Directories/Files must be labeled public_content_rw_t., you must turn on the httpd_anon_write boolean.
-+
-+.EX
-+.B setsebool -P httpd_anon_write 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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..897dde3
---- /dev/null
-+++ b/man/man8/httpd_smokeping_cgi_script_selinux.8
-@@ -0,0 +1,185 @@
-+.TH  "httpd_smokeping_cgi_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_smokeping_cgi_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_smokeping_cgi_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_smokeping_cgi_script_exec_t, httpd_smokeping_cgi_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_smokeping_cgi_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/smokeping/cgi(/.*)?, /usr/share/smokeping/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.
-+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
-+The following process types are defined for httpd_smokeping_cgi_script:
-+
-+.EX
-+.B httpd_smokeping_cgi_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_smokeping_cgi_script_t
-+can be used to make the process type httpd_smokeping_cgi_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_smokeping_cgi_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_smokeping_cgi_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_smokeping_cgi_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 httpd_smokeping_cgi_rw_content_t
-+
-+
-+.br
-+.B smokeping_var_lib_t
-+
-+	/var/lib/smokeping(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_smokeping_cgi_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_smokeping_cgi_script_exec_t '/srv/httpd_smokeping_cgi_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_smokeping_cgi_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_smokeping_cgi_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_smokeping_cgi_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..7ab940f
---- /dev/null
-+++ b/man/man8/httpd_squid_script_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "httpd_squid_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_squid_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_squid_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_squid_script_exec_t, httpd_squid_script_exec_t\fP 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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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
-+.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 httpd_squid_script policy is very flexible allowing users to setup their httpd_squid_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_squid_script:
-+
-+.EX
-+.B httpd_squid_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_squid_script_t
-+can be used to make the process type httpd_squid_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_squid_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_squid_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_squid_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 httpd_squid_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_squid_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_squid_script_exec_t '/srv/httpd_squid_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_squid_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_squid_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/lightsquid/cgi(/.*)?, /usr/lib/squid/cachemgr\.cgi
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_squid_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_selinux(8), httpd_smokeping_cgi_script_selinux(8), httpd_suexec_selinux(8), httpd_sys_script_selinux(8), httpd_user_script_selinux(8), httpd_w3c_validator_script_selinux(8), httpd_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..0e0d30e
---- /dev/null
-+++ b/man/man8/httpd_suexec_selinux.8
-@@ -0,0 +1,347 @@
-+.TH  "httpd_suexec_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_suexec_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_suexec_t SELinux type can be entered via the \fBhttpd_suexec_exec_t\fP file type.
-+
-+The default entrypoint paths for the httpd_suexec_t domain are the following:
-+
-+/usr/lib/apache(2)?/suexec(2)?, /usr/lib/cgi-bin/(nph-)?cgiwrap(d)?, /usr/sbin/suexec
-+.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 httpd_suexec policy is very flexible allowing users to setup their httpd_suexec processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_suexec:
-+
-+.EX
-+.B httpd_suexec_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_suexec_t
-+can be used to make the process type httpd_suexec_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_suexec policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_suexec with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to use built in scripting (usually php), you must turn on the httpd_builtin_scripting boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_builtin_scripting 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD scripts and modules to connect to the network using TCP, you must turn on the httpd_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD scripts and modules to connect to databases over the network, you must turn on the httpd_can_network_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to read home directories, you must turn on the httpd_enable_homedirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd scripts and modules execmem/execstack, you must turn on the httpd_execmem boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to read user content, you must turn on the httpd_read_user_content boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_read_user_content 1
-+
-+.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. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_tty_comm 1
-+
-+.EE
-+
-+.PP
-+If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_unified 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access cifs file systems, you must turn on the httpd_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access FUSE file systems, you must turn on the httpd_use_fusefs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_fusefs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access nfs file systems, you must turn on the httpd_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the httpd_suexec_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 httpd_suexec_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_suexec_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B httpd_suexec_tmp_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 httpd_suexec policy is very flexible allowing users to setup their httpd_suexec processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_suexec, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_suexec_exec_t '/srv/httpd_suexec/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_suexec_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_suexec:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/apache(2)?/suexec(2)?, /usr/lib/cgi-bin/(nph-)?cgiwrap(d)?, /usr/sbin/suexec
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_suexec(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_selinux(8), httpd_smokeping_cgi_script_selinux(8), httpd_squid_script_selinux(8), httpd_sys_script_selinux(8), httpd_user_script_selinux(8), httpd_w3c_validator_script_selinux(8), httpd_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..7cc5cbd
---- /dev/null
-+++ b/man/man8/httpd_sys_script_selinux.8
-@@ -0,0 +1,447 @@
-+.TH  "httpd_sys_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_sys_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_sys_script_t SELinux type can be entered via the \fBcifs_t, nfs_t, shell_exec_t, httpd_sys_script_exec_t, httpd_sys_content_t, httpdcontent, httpd_sys_script_exec_t, httpd_sys_content_t\fP file types.
-+
-+The default entrypoint paths for the httpd_sys_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/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.*, /usr/share/z-push(/.*)?, /var
 /www/svn/conf(/.*)?, /usr/share/icecast(/.*)?, /var/lib/cacti/rra(/.*)?, /usr/share/ntop/html(/.*)?, /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/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.*, /usr/share/z-push(/.*)?, /var/www/svn/conf(/.*)?, /usr/share/icecast(/.*)?, /var/lib/cacti/rra(/.*)?, /usr/share/ntop/html(/.*)?, /usr/share/doc/ghc/html(/.*)?, /usr/share/openca/htdocs(/.*)?, /usr/share/selinux-policy[^/]*/html(/.*)?
-+.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 httpd_sys_script policy is very flexible allowing users to setup their httpd_sys_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_sys_script:
-+
-+.EX
-+.B httpd_sys_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_sys_script_t
-+can be used to make the process type httpd_sys_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_sys_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_sys_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to use built in scripting (usually php), you must turn on the httpd_builtin_scripting boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_builtin_scripting 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD scripts and modules to connect to the network using TCP, you must turn on the httpd_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD scripts and modules to connect to databases over the network, you must turn on the httpd_can_network_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to read home directories, you must turn on the httpd_enable_homedirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd scripts and modules execmem/execstack, you must turn on the httpd_execmem boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to read user content, you must turn on the httpd_read_user_content boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_read_user_content 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD to run SSI executables in the same domain as system CGI scripts, you must turn on the httpd_ssi_exec boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_ssi_exec 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to execute tmp content, you must turn on the httpd_tmp_exec boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_tmp_exec 1
-+
-+.EE
-+
-+.PP
-+If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_unified 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access cifs file systems, you must turn on the httpd_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access FUSE file systems, you must turn on the httpd_use_fusefs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_fusefs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access nfs file systems, you must turn on the httpd_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to access openstack ports, you must turn on the httpd_use_openstack boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_use_openstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the httpd_sys_script_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 httpd_sys_script_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_sys_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B httpd_sys_rw_content_t
-+
-+	/etc/horde(/.*)?
-+.br
-+	/etc/drupal.*
-+.br
-+	/etc/z-push(/.*)?
-+.br
-+	/var/lib/svn(/.*)?
-+.br
-+	/var/www/svn(/.*)?
-+.br
-+	/etc/mock/koji(/.*)?
-+.br
-+	/var/www/html/[^/]*/sites/default/files(/.*)?
-+.br
-+	/var/www/html/[^/]*/sites/default/settings\.php
-+.br
-+	/var/lib/drupal.*
-+.br
-+	/etc/zabbix/web(/.*)?
-+.br
-+	/var/log/z-push(/.*)?
-+.br
-+	/var/spool/gosa(/.*)?
-+.br
-+	/etc/WebCalendar(/.*)?
-+.br
-+	/var/lib/dokuwiki(/.*)?
-+.br
-+	/var/spool/viewvc(/.*)?
-+.br
-+	/var/lib/pootle/po(/.*)?
-+.br
-+	/var/www/moodledata(/.*)?
-+.br
-+	/var/www/gallery/albums(/.*)?
-+.br
-+	/var/www/html/wp-content(/.*)?
-+.br
-+	/usr/share/wordpress-mu/wp-content(/.*)?
-+.br
-+	/usr/share/wordpress/wp-content/uploads(/.*)?
-+.br
-+	/usr/share/wordpress/wp-content/upgrade(/.*)?
-+.br
-+	/etc/owncloud/config\.php
-+.br
-+	/var/www/html/configuration\.php
-+.br
-+
-+.br
-+.B httpd_tmp_t
-+
-+	/var/run/user/apache(/.*)?
-+.br
-+	/var/www/openshift/console/tmp(/.*)?
-+.br
-+
-+.br
-+.B httpdcontent
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_sys_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_sys_script_exec_t '/srv/httpd_sys_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_sys_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_sys_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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/wordpress-mu/wp-config\.php
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 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
-+Allow httpd_sys_script servers to read the /var/httpd_sys_script directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/httpd_sys_script(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/httpd_sys_script
-+.pp
-+.TP
-+Allow httpd_sys_script 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_httpd_sys_scriptd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/httpd_sys_script/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/httpd_sys_script/incoming
-+
-+
-+.PP
-+If you want to allow apache scripts to write to public content, directories/files must be labeled public_rw_content_t., you must turn on the httpd_sys_script_anon_write boolean.
-+
-+.EX
-+.B setsebool -P httpd_sys_script_anon_write 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_sys_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_selinux(8), httpd_smokeping_cgi_script_selinux(8), httpd_squid_script_selinux(8), httpd_suexec_selinux(8), httpd_user_script_selinux(8), httpd_w3c_validator_script_selinux(8), httpd_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..a05ee0e
---- /dev/null
-+++ b/man/man8/httpd_user_script_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "httpd_user_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_user_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_user_script_t SELinux type can be entered via the \fBhttpd_user_script_exec_t, shell_exec_t, httpd_user_script_exec_t, httpdcontent\fP file types.
-+
-+The default entrypoint paths for the httpd_user_script_t domain are the following:
-+
-+/home/[^/]*/((www)|(web)|(public_html))/cgi-bin(/.+)?, /home/pwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?, /home/dwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?, /var/lib/xguest/home/xguest/((www)|(web)|(public_html))/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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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, /home/[^/]*/((www)|(web)|(public_html))/cgi-bin(/.+)?, /home/pwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?, /home/dwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?, /var/lib/xguest/home/xguest/((www)|(web)|(public_html))/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.
-+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
-+The following process types are defined for httpd_user_script:
-+
-+.EX
-+.B httpd_user_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_user_script_t
-+can be used to make the process type httpd_user_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_user_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_user_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to read home directories, you must turn on the httpd_enable_homedirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd to read user content, you must turn on the httpd_read_user_content boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_read_user_content 1
-+
-+.EE
-+
-+.PP
-+If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_unified 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_user_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 httpd_user_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.+)?
-+.br
-+
-+.br
-+.B httpd_user_ra_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+
-+.br
-+.B httpd_user_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_user_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_user_script_exec_t '/srv/httpd_user_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_user_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_user_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/((www)|(web)|(public_html))/cgi-bin(/.+)?, /home/pwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?, /home/dwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?, /var/lib/xguest/home/xguest/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_user_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_selinux(8), httpd_smokeping_cgi_script_selinux(8), httpd_squid_script_selinux(8), httpd_suexec_selinux(8), httpd_sys_script_selinux(8), httpd_w3c_validator_script_selinux(8), httpd_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ 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..36ca5dd
---- /dev/null
-+++ b/man/man8/httpd_w3c_validator_script_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "httpd_w3c_validator_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_w3c_validator_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_w3c_validator_script_t SELinux type can be entered via the \fBhttpd_w3c_validator_script_exec_t, shell_exec_t, httpd_w3c_validator_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_w3c_validator_script_t domain are the following:
-+
-+/usr/share/w3c-markup-validator/cgi-bin(/.*)?, /usr/lib/cgi-bin/check, /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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/w3c-markup-validator/cgi-bin(/.*)?, /usr/lib/cgi-bin/check
-+.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 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
-+The following process types are defined for httpd_w3c_validator_script:
-+
-+.EX
-+.B httpd_w3c_validator_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_w3c_validator_script_t
-+can be used to make the process type httpd_w3c_validator_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_w3c_validator_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_w3c_validator_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_w3c_validator_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 httpd_w3c_validator_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_w3c_validator_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_w3c_validator_script_exec_t '/srv/httpd_w3c_validator_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_w3c_validator_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_w3c_validator_script:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/w3c-markup-validator/cgi-bin(/.*)?, /usr/lib/cgi-bin/check
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_w3c_validator_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8), httpd_zoneminder_script_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/httpd_webalizer_script_selinux.8 b/man/man8/httpd_webalizer_script_selinux.8
-new file mode 100644
-index 0000000..8be772c
---- /dev/null
-+++ b/man/man8/httpd_webalizer_script_selinux.8
-@@ -0,0 +1,132 @@
-+.TH  "httpd_webalizer_script_selinux"  "8"  "13-01-16" "httpd_webalizer_script" "SELinux Policy documentation for httpd_webalizer_script"
-+.SH "NAME"
-+httpd_webalizer_script_selinux \- Security Enhanced Linux Policy for the httpd_webalizer_script processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the httpd_webalizer_script processes via flexible mandatory access control.
-+
-+The httpd_webalizer_script processes execute with the httpd_webalizer_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:
-+
-+.B ps -eZ | grep httpd_webalizer_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_webalizer_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_webalizer_script_exec_t, httpd_webalizer_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the httpd_webalizer_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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
-+.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 httpd_webalizer_script policy is very flexible allowing users to setup their httpd_webalizer_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_webalizer_script:
-+
-+.EX
-+.B httpd_webalizer_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_webalizer_script_t
-+can be used to make the process type httpd_webalizer_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_webalizer_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_webalizer_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_webalizer_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 httpd_webalizer_rw_content_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_webalizer_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_zoneminder_script_selinux.8 b/man/man8/httpd_zoneminder_script_selinux.8
-new file mode 100644
-index 0000000..a7c3970
---- /dev/null
-+++ b/man/man8/httpd_zoneminder_script_selinux.8
-@@ -0,0 +1,171 @@
-+.TH  "httpd_zoneminder_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep httpd_zoneminder_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The httpd_zoneminder_script_t SELinux type can be entered via the \fBshell_exec_t, httpd_zoneminder_script_exec_t, httpd_zoneminder_script_exec_t\fP 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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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(/.*)?
-+.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 httpd_zoneminder_script policy is very flexible allowing users to setup their httpd_zoneminder_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for httpd_zoneminder_script:
-+
-+.EX
-+.B httpd_zoneminder_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a httpd_zoneminder_script_t
-+can be used to make the process type httpd_zoneminder_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  httpd_zoneminder_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run httpd_zoneminder_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type httpd_zoneminder_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 httpd_zoneminder_rw_content_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the httpd_zoneminder_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t httpd_zoneminder_script_exec_t '/srv/httpd_zoneminder_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhttpd_zoneminder_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for httpd_zoneminder_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), httpd_zoneminder_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), httpd_selinux(8), httpd_selinux(8), httpd_apcupsd_cgi_script_selinux(8), httpd_awstats_script_selinux(8), httpd_bugzilla_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_mythtv_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_rotatelogs_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_webalizer_script_selinux(8)
-\ 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..a92e802
---- /dev/null
-+++ b/man/man8/hwclock_selinux.8
-@@ -0,0 +1,217 @@
-+.TH  "hwclock_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep hwclock_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The hwclock_t SELinux type can be entered via the \fBhwclock_exec_t\fP file type.
-+
-+The default entrypoint paths for the hwclock_t domain are the following:
-+
-+/sbin/hwclock, /usr/sbin/hwclock
-+.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 hwclock policy is very flexible allowing users to setup their hwclock processes in as secure a method as possible.
-+.PP
-+The following process types are defined for hwclock:
-+
-+.EX
-+.B hwclock_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a hwclock_t
-+can be used to make the process type hwclock_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  hwclock policy is extremely flexible and has several booleans that allow you to manipulate the policy and run hwclock with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the hwclock_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 hwclock_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type hwclock_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 adjtime_t
-+
-+	/etc/adjtime
-+.br
-+
-+.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 hwclock policy is very flexible allowing users to setup their hwclock processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the hwclock, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t hwclock_exec_t '/srv/hwclock/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myhwclock_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for hwclock:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/hwclock, /usr/sbin/hwclock
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), hwclock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/iceauth_selinux.8 b/man/man8/iceauth_selinux.8
-new file mode 100644
-index 0000000..6ac8965
---- /dev/null
-+++ b/man/man8/iceauth_selinux.8
-@@ -0,0 +1,255 @@
-+.TH  "iceauth_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep iceauth_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The iceauth_t SELinux type can be entered via the \fBiceauth_exec_t\fP file type.
-+
-+The default entrypoint paths for the iceauth_t domain are the following:
-+
-+/usr/bin/iceauth, /usr/X11R6/bin/iceauth
-+.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 iceauth policy is very flexible allowing users to setup their iceauth processes in as secure a method as possible.
-+.PP
-+The following process types are defined for iceauth:
-+
-+.EX
-+.B iceauth_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a iceauth_t
-+can be used to make the process type iceauth_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  iceauth policy is extremely flexible and has several booleans that allow you to manipulate the policy and run iceauth with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type iceauth_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B iceauth_home_t
-+
-+	/root/\.DCOP.*
-+.br
-+	/root/\.ICEauthority.*
-+.br
-+	/home/[^/]*/\.DCOP.*
-+.br
-+	/home/[^/]*/\.ICEauthority.*
-+.br
-+	/home/pwalsh/\.DCOP.*
-+.br
-+	/home/pwalsh/\.ICEauthority.*
-+.br
-+	/home/dwalsh/\.DCOP.*
-+.br
-+	/home/dwalsh/\.ICEauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.DCOP.*
-+.br
-+	/var/lib/xguest/home/xguest/\.ICEauthority.*
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 iceauth policy is very flexible allowing users to setup their iceauth processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the iceauth, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t iceauth_exec_t '/srv/iceauth/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myiceauth_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for iceauth:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/iceauth, /usr/X11R6/bin/iceauth
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.DCOP.*, /root/\.ICEauthority.*, /home/[^/]*/\.DCOP.*, /home/[^/]*/\.ICEauthority.*, /home/pwalsh/\.DCOP.*, /home/pwalsh/\.ICEauthority.*, /home/dwalsh/\.DCOP.*, /home/dwalsh/\.ICEauthority.*, /var/lib/xguest/home/xguest/\.DCOP.*, /var/lib/xguest/home/xguest/\.ICEauthority.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), iceauth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/icecast_selinux.8 b/man/man8/icecast_selinux.8
-new file mode 100644
-index 0000000..18f667d
---- /dev/null
-+++ b/man/man8/icecast_selinux.8
-@@ -0,0 +1,286 @@
-+.TH  "icecast_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep icecast_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The icecast_t SELinux type can be entered via the \fBicecast_exec_t\fP file type.
-+
-+The default entrypoint paths for the icecast_t domain are the following:
-+
-+/usr/bin/icecast
-+.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 icecast policy is very flexible allowing users to setup their icecast processes in as secure a method as possible.
-+.PP
-+The following process types are defined for icecast:
-+
-+.EX
-+.B icecast_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a icecast_t
-+can be used to make the process type icecast_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  icecast policy is extremely flexible and has several booleans that allow you to manipulate the policy and run icecast with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether icecast can listen on and connect to any TCP port, you must turn on the icecast_use_any_tcp_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P icecast_use_any_tcp_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the icecast_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 icecast_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type icecast_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 icecast_var_run_t
-+
-+	/var/run/icecast(/.*)?
-+.br
-+	/var/run/icecast\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 icecast policy is very flexible allowing users to setup their icecast processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+icecast policy stores data with multiple different file context types under the /var/run/icecast directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/icecast /srv/icecast
-+.br
-+.B restorecon -R -v /srv/icecast
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the icecast, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t icecast_exec_t '/srv/icecast/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myicecast_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for icecast:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/icecast(/.*)?, /var/run/icecast\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), icecast(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..b8f9968
---- /dev/null
-+++ b/man/man8/ifconfig_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "ifconfig_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ifconfig_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ifconfig_t SELinux type can be entered via the \fBifconfig_exec_t\fP file type.
-+
-+The default entrypoint paths for the ifconfig_t domain are the following:
-+
-+/bin/ip, /sbin/ip, /sbin/tc, /usr/bin/ip, /usr/sbin/ip, /usr/sbin/tc, /sbin/ethtool, /sbin/ifconfig, /sbin/iwconfig, /sbin/mii-tool, /usr/sbin/ethtool, /usr/sbin/ifconfig, /usr/sbin/iwconfig, /usr/sbin/mii-tool, /sbin/ipx_configure, /sbin/ipx_interface, /sbin/ipx_internal_net, /usr/sbin/ipx_configure, /usr/sbin/ipx_interface, /usr/sbin/ipx_internal_net
-+.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 ifconfig policy is very flexible allowing users to setup their ifconfig processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ifconfig:
-+
-+.EX
-+.B ifconfig_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ifconfig_t
-+can be used to make the process type ifconfig_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ifconfig policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ifconfig with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ifconfig_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 ifconfig_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ifconfig_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 ipsec_var_run_t
-+
-+	/var/racoon(/.*)?
-+.br
-+	/var/run/pluto(/.*)?
-+.br
-+	/var/run/racoon\.pid
-+.br
-+
-+.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 ifconfig policy is very flexible allowing users to setup their ifconfig processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ifconfig, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ifconfig_exec_t '/srv/ifconfig/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myifconfig_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ifconfig:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/ip, /sbin/ip, /sbin/tc, /usr/bin/ip, /usr/sbin/ip, /usr/sbin/tc, /sbin/ethtool, /sbin/ifconfig, /sbin/iwconfig, /sbin/mii-tool, /usr/sbin/ethtool, /usr/sbin/ifconfig, /usr/sbin/iwconfig, /usr/sbin/mii-tool, /sbin/ipx_configure, /sbin/ipx_interface, /sbin/ipx_internal_net, /usr/sbin/ipx_configure, /usr/sbin/ipx_interface, /usr/sbin/ipx_internal_net
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ifconfig(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/inetd_child_selinux.8 b/man/man8/inetd_child_selinux.8
-new file mode 100644
-index 0000000..9a2b696
---- /dev/null
-+++ b/man/man8/inetd_child_selinux.8
-@@ -0,0 +1,255 @@
-+.TH  "inetd_child_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep inetd_child_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The inetd_child_t SELinux type can be entered via the \fBinetd_child_exec_t\fP file type.
-+
-+The default entrypoint paths for the inetd_child_t domain are the following:
-+
-+/usr/sbin/in\..*d, /usr/lib/pysieved/pysieved.*\.py, /usr/local/lib/pysieved/pysieved.*\.py, /usr/sbin/identd
-+.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 inetd_child policy is very flexible allowing users to setup their inetd_child processes in as secure a method as possible.
-+.PP
-+The following process types are defined for inetd_child:
-+
-+.EX
-+.B inetd_child_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a inetd_child_t
-+can be used to make the process type inetd_child_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  inetd_child policy is extremely flexible and has several booleans that allow you to manipulate the policy and run inetd_child with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the inetd_child_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 inetd_child_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 inetd_child policy is very flexible allowing users to setup their inetd_child processes in as secure a method as possible.
-+.PP
-+The following port types are defined for inetd_child:
-+
-+.EX
-+.TP 5
-+.B inetd_child_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1,9,13,19,512,543,544,891,892,2105,5666
-+.EE
-+udp 1,9,13,19,891,892
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type inetd_child_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 inetd_child_tmp_t
-+
-+
-+.br
-+.B inetd_child_var_run_t
-+
-+
-+.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 inetd_child policy is very flexible allowing users to setup their inetd_child processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the inetd_child, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t inetd_child_exec_t '/srv/inetd_child/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myinetd_child_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for inetd_child:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/in\..*d, /usr/lib/pysieved/pysieved.*\.py, /usr/local/lib/pysieved/pysieved.*\.py, /usr/sbin/identd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), inetd_child(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), inetd_selinux(8), inetd_selinux(8)
-\ 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..1d21845
---- /dev/null
-+++ b/man/man8/inetd_selinux.8
-@@ -0,0 +1,331 @@
-+.TH  "inetd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep inetd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The inetd_t SELinux type can be entered via the \fBinetd_exec_t\fP file type.
-+
-+The default entrypoint paths for the inetd_t domain are the following:
-+
-+/usr/sbin/inetd, /usr/sbin/xinetd, /usr/sbin/rlinetd
-+.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 inetd policy is very flexible allowing users to setup their inetd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for inetd:
-+
-+.EX
-+.B inetd_t, inetd_child_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a inetd_t
-+can be used to make the process type inetd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  inetd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run inetd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the inetd_t, inetd_child_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 inetd_t, inetd_child_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 inetd policy is very flexible allowing users to setup their inetd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for inetd:
-+
-+.EX
-+.TP 5
-+.B inetd_child_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1,9,13,19,512,543,544,891,892,2105,5666
-+.EE
-+udp 1,9,13,19,891,892
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type inetd_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 inetd_tmp_t
-+
-+
-+.br
-+.B inetd_var_run_t
-+
-+	/var/run/(x)?inetd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 inetd policy is very flexible allowing users to setup their inetd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the inetd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t inetd_child_exec_t '/srv/inetd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myinetd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for inetd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/in\..*d, /usr/lib/pysieved/pysieved.*\.py, /usr/local/lib/pysieved/pysieved.*\.py, /usr/sbin/identd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/inetd, /usr/sbin/xinetd, /usr/sbin/rlinetd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), inetd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), inetd_child_selinux(8)
-\ 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..544fd87
---- /dev/null
-+++ b/man/man8/init_selinux.8
-@@ -0,0 +1,581 @@
-+.TH  "init_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep init_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The init_t SELinux type can be entered via the \fBinit_exec_t\fP file type.
-+
-+The default entrypoint paths for the init_t domain are the following:
-+
-+/sbin/init(ng)?, /usr/sbin/init(ng)?, /usr/lib/systemd/[^/]*, /usr/lib/systemd/system-generators/[^/]*, /bin/systemd, /sbin/upstart, /usr/bin/systemd, /usr/sbin/upstart
-+.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 init policy is very flexible allowing users to setup their init processes in as secure a method as possible.
-+.PP
-+The following process types are defined for init:
-+
-+.EX
-+.B initrc_t, init_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a init_t
-+can be used to make the process type init_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  init policy is extremely flexible and has several booleans that allow you to manipulate the policy and run init with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the init_t, initrc_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 init_t, initrc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type init_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 binfmt_misc_fs_t
-+
-+
-+.br
-+.B boolean_type
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B consolekit_log_t
-+
-+
-+.br
-+.B device_t
-+
-+	/dev/.*
-+.br
-+	/lib/udev/devices(/.*)?
-+.br
-+	/usr/lib/udev/devices(/.*)?
-+.br
-+	/dev
-+.br
-+	/etc/udev/devices
-+.br
-+	/var/named/chroot/dev
-+.br
-+	/var/spool/postfix/dev
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B init_var_lib_t
-+
-+
-+.br
-+.B init_var_run_t
-+
-+	/var/run/systemd(/.*)?
-+.br
-+
-+.br
-+.B initrc_state_t
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B ld_so_cache_t
-+
-+	/etc/ld\.so\.cache
-+.br
-+	/etc/ld\.so\.cache~
-+.br
-+	/etc/ld\.so\.preload
-+.br
-+	/etc/ld\.so\.preload~
-+.br
-+
-+.br
-+.B locale_t
-+
-+	/etc/locale.conf
-+.br
-+	/etc/vconsole.conf
-+.br
-+	/usr/lib/locale(/.*)?
-+.br
-+	/usr/share/locale(/.*)?
-+.br
-+	/usr/share/zoneinfo(/.*)?
-+.br
-+	/usr/share/X11/locale(/.*)?
-+.br
-+	/etc/timezone
-+.br
-+	/etc/localtime
-+.br
-+	/etc/sysconfig/clock
-+.br
-+	/etc/avahi/etc/localtime
-+.br
-+	/var/empty/sshd/etc/localtime
-+.br
-+	/var/spool/postfix/etc/localtime
-+.br
-+
-+.br
-+.B machineid_t
-+
-+	/etc/machine-id
-+.br
-+	/var/run/systemd/machine-id
-+.br
-+
-+.br
-+.B print_spool_t
-+
-+	/var/spool/lpd(/.*)?
-+.br
-+	/var/spool/cups(/.*)?
-+.br
-+	/var/spool/cups-pdf(/.*)?
-+.br
-+
-+.br
-+.B random_seed_t
-+
-+	/var/lib/random-seed
-+.br
-+	/usr/var/lib/random-seed
-+.br
-+
-+.br
-+.B sysctl_type
-+
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B systemd_unit_file_type
-+
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.br
-+.B var_lib_t
-+
-+	/opt/(.*/)?var/lib(/.*)?
-+.br
-+	/var/lib(/.*)?
-+.br
-+
-+.br
-+.B var_log_t
-+
-+	/var/log/.*
-+.br
-+	/nsr/logs(/.*)?
-+.br
-+	/var/webmin(/.*)?
-+.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
-+
-+.br
-+.B var_run_t
-+
-+	/run/.*
-+.br
-+	/var/run/.*
-+.br
-+	/run
-+.br
-+	/var/run
-+.br
-+	/var/run
-+.br
-+	/var/spool/postfix/pid
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 init policy is very flexible allowing users to setup their init processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the init, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t init_exec_t '/srv/init/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myinit_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for init:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/init(ng)?, /usr/sbin/init(ng)?, /usr/lib/systemd/[^/]*, /usr/lib/systemd/system-generators/[^/]*, /bin/systemd, /sbin/upstart, /usr/bin/systemd, /usr/sbin/upstart
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.B initctl_t
-+.EE
-+
-+- Set files with the initctl_t type, if you want to treat the files as initctl data.
-+
-+
-+.EX
-+.PP
-+.B initrc_devpts_t
-+.EE
-+
-+- Set files with the initrc_devpts_t type, if you want to treat the files as initrc devpts data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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
-+
-+.EX
-+.PP
-+.B initrc_state_t
-+.EE
-+
-+- Set files with the initrc_state_t type, if you want to treat the files as initrc state data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/utmp, /var/run/random-seed, /var/run/runlevel\.dir, /var/run/setmixer_flag
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), init(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), initrc_selinux(8)
-\ 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..b177a50
---- /dev/null
-+++ b/man/man8/initrc_selinux.8
-@@ -0,0 +1,920 @@
-+.TH  "initrc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep initrc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The initrc_t SELinux type can be entered via the \fBpolipo_initrc_exec_t, entropyd_initrc_exec_t, openvpn_initrc_exec_t, quantum_initrc_exec_t, ddclient_initrc_exec_t, dictd_initrc_exec_t, ricci_initrc_exec_t, innd_initrc_exec_t, pingd_initrc_exec_t, cgconfig_initrc_exec_t, mongod_initrc_exec_t, iwhd_initrc_exec_t, condor_initrc_exec_t, rabbitmq_initrc_exec_t, radiusd_initrc_exec_t, automount_initrc_exec_t, dhcpd_initrc_exec_t, lircd_initrc_exec_t, cyrus_initrc_exec_t, varnishd_initrc_exec_t, roundup_initrc_exec_t, virtd_initrc_exec_t, zoneminder_initrc_exec_t, certmonger_initrc_exec_t, snort_initrc_exec_t, snmpd_initrc_exec_t, aiccu_initrc_exec_t, mysqlmanagerd_initrc_exec_t, zabbix_agent_initrc_exec_t, ciped_initrc_exec_t, foghorn_initrc_exec_t, varnishlog_initrc_exec_t, piranha_pulse_initrc_exec_t, glance_registry_initrc_exec_t, collectd_initrc_exec_t, drbd_initrc_exec_t, uucpd_initrc_exec_t, dovecot_initrc_exec_t, zebra_initrc_exec_t, lldpad_initrc_exec_t, puppetmaster_
 initrc_exec_t, munin_initrc_exec_t, openct_initrc_exec_t, soundd_initrc_exec_t, httpd_initrc_exec_t, kdump_initrc_exec_t, uuidd_initrc_exec_t, postfix_initrc_exec_t, ctdbd_initrc_exec_t, glusterd_initrc_exec_t, bin_t, saslauthd_initrc_exec_t, postgresql_initrc_exec_t, kerberos_initrc_exec_t, cyphesis_initrc_exec_t, vnstatd_initrc_exec_t, apcupsd_initrc_exec_t, cupsd_initrc_exec_t, keystone_initrc_exec_t, exim_initrc_exec_t, ksmtuned_initrc_exec_t, tuned_initrc_exec_t, vdagentd_initrc_exec_t, mcelog_initrc_exec_t, ftpd_initrc_exec_t, fcoemon_initrc_exec_t, fsdaemon_initrc_exec_t, tgtd_initrc_exec_t, ajaxterm_initrc_exec_t, shorewall_initrc_exec_t, hddtemp_initrc_exec_t, tcsd_initrc_exec_t, rhsmcertd_initrc_exec_t, svnserve_initrc_exec_t, mdadm_initrc_exec_t, likewise_initrc_exec_t, cfengine_initrc_exec_t, portmap_initrc_exec_t, initrc_exec_t, aisexec_initrc_exec_t, postgrey_initrc_exec_t, auditd_initrc_exec_t, avahi_initrc_exec_t, gpsd_initrc_exec_t, privoxy_initrc_exec_t, wd
 md_initrc_exec_t, shell_exec_t, rgmanager_initrc_exec_t, pki_ra_script_exec_t, tor_initrc_exec_t, radvd_initrc_exec_t, abrt_initrc_exec_t, acct_initrc_exec_t, nagios_initrc_exec_t, ipsec_initrc_exec_t, puppet_initrc_exec_t, cgred_initrc_exec_t, amtu_initrc_exec_t, named_initrc_exec_t, irqbalance_initrc_exec_t, gpm_initrc_exec_t, squid_initrc_exec_t, cvs_initrc_exec_t, ccs_initrc_exec_t, apmd_initrc_exec_t, afs_initrc_exec_t, spamd_initrc_exec_t, nis_initrc_exec_t, psad_initrc_exec_t, rtkit_daemon_initrc_exec_t, pppd_initrc_exec_t, mpd_initrc_exec_t, canna_initrc_exec_t, firewalld_initrc_exec_t, samba_initrc_exec_t, pacemaker_initrc_exec_t, qpidd_initrc_exec_t, smokeping_initrc_exec_t, bcfg2_initrc_exec_t, amavis_initrc_exec_t, pki_tps_script_exec_t, arpwatch_initrc_exec_t, dlm_controld_initrc_exec_t, iscsi_initrc_exec_t, callweaver_initrc_exec_t, mscan_initrc_exec_t, pads_initrc_exec_t, isnsd_initrc_exec_t, kismet_initrc_exec_t, NetworkManager_initrc_exec_t, rwho_initrc_exec
 _t, jabberd_initrc_exec_t, l2tpd_initrc_exec_t, portreserve_initrc_exec_t, sysstat_initrc_exec_t, vhostmd_initrc_exec_t, certmaster_initrc_exec_t, pcscd_initrc_exec_t, icecast_initrc_exec_t, rpcd_initrc_exec_t, mysqld_initrc_exec_t, sensord_initrc_exec_t, nslcd_initrc_exec_t, crond_initrc_exec_t, smsd_initrc_exec_t, slpd_initrc_exec_t, couchdb_initrc_exec_t, memcached_initrc_exec_t, asterisk_initrc_exec_t, corosync_initrc_exec_t, ypbind_initrc_exec_t, clvmd_initrc_exec_t, fetchmail_initrc_exec_t, sendmail_initrc_exec_t, dhcpc_helper_exec_t, fail2ban_initrc_exec_t, sssd_initrc_exec_t, zabbix_initrc_exec_t, prelude_initrc_exec_t, sshd_initrc_exec_t, dspam_initrc_exec_t, setrans_initrc_exec_t, cmirrord_initrc_exec_t, rngd_initrc_exec_t, cobblerd_initrc_exec_t, bitlbee_initrc_exec_t, iptables_initrc_exec_t, sblim_initrc_exec_t, mrtg_initrc_exec_t, sanlock_initrc_exec_t, dnsmasq_initrc_exec_t, rpcbind_initrc_exec_t, glance_api_initrc_exec_t, ntop_initrc_exec_t, ntpd_initrc_exec_t
 , nscd_initrc_exec_t, bluetooth_initrc_exec_t, chronyd_initrc_exec_t, slapd_initrc_exec_t, clamd_initrc_exec_t, syslogd_initrc_exec_t, ulogd_initrc_exec_t, boinc_initrc_exec_t, nfsd_initrc_exec_t, denyhosts_initrc_exec_t\fP file types.
-+
-+The default entrypoint paths for the initrc_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/etc/rc\.d/init\.d/polipo, /etc/rc\.d/init\.d/((audio-entropyd)|(haveged)), /etc/rc\.d/init\.d/openvpn, /etc/rc\.d/init\.d/quantum.*, /etc/rc\.d/init\.d/ddclient, /etc/rc\.d/init\.d/dictd, /etc/rc\.d/init\.d/ricci, /etc/rc\.d/init\.d/innd, /etc/rc\.d/init\.d/whatsup-pingd, /etc/rc\.d/init\.d/cgconfig, /etc/rc\.d/init\.d/mongod, /etc/rc\.d/init\.d/iwhd, /etc/rc\.d/init\.d/condor, /etc/rc\.d/init\.d/rabbitmq-server, /etc/rc\.d/init\.d/radiusd, /etc/rc\.d/init\.d/autofs, /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/roundup, /etc/rc\.d/init\.d/libvirtd, /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/((snmpd)|(snmptrapd)), /etc/rc\.d/init\.d/aiccu, /etc/rc\.d/init\.d/mysqlmanager, /etc/rc\.d/init\.d/zabbix-agentd, /etc/rc\.d/init\.d/ciped.*, /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/drbd, /etc/rc\.d/init\.d/uucp, /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/rc\.d/init\.d/puppetmaster, /etc/rc\.d/init\.d/munin-node, /etc/rc\.d/init\.d/openct, /etc/rc\.d/init\.d/nasd, /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/uuidd, /etc/rc\.d/init\.d/postfix, /etc/rc\.d/init\.d/ctdb, /etc/rc\.d/init\.d/gluster.*, /usr/sbin/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/cyphesis, /etc/rc\.d/init\.d/vnstat, /etc/rc\.d/init\.d/apcupsd, /etc/rc\.d/init\.d/cups, /et
 c/rc\.d/init\.d/openstack-keystone, /etc/rc\.d/init\.d/exim, /etc/rc\.d/init\.d/ksmtuned, /etc/rc\.d/init\.d/tuned, /etc/rc\.d/init\.d/spice-vdagentd, /etc/rc\.d/init\.d/mcelog, /etc/rc\.d/init\.d/vsftpd, /etc/rc\.d/init\.d/proftpd, /etc/rc\.d/init\.d/fcoe, /etc/rc\.d/init\.d/((smartd)|(smartmontools)), /etc/rc\.d/init\.d/tgtd, /etc/rc\.d/init\.d/ajaxterm, /etc/rc\.d/init\.d/shorewall.*, /etc/rc\.d/init\.d/hddtemp, /etc/rc\.d/init\.d/tcsd, /etc/rc\.d/init\.d/trousers, /etc/rc\.d/init\.d/rhsmcertd, /etc/rc.d/init.d/svnserve, /etc/rc\.d/init\.d/mdmonitor, /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/likewise, /etc/rc\.d/init\.d/eventlogd, /etc/rc\.d/init\.d/netlogond, /etc/rc\.d/init\.d/((cf-serverd)|(cf-monitord)|(cf-execd)), /etc/rc\.d/init\.d/portmap, /etc/init\.d/.*, /etc/rc\.d/rc\.[^/]+, /etc/rc\.d/init\.d/.*, /opt/nfast/sbin/init.d-nciph
 er, /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/openais, /etc/rc\.d/init\.d/postgrey, /etc/rc\.d/init\.d/auditd, /etc/rc\.d/init\.d/avahi.*, /etc/rc\.d/init\.d/gpsd, /etc/rc\.d/init\.d/privoxy, /etc/rc\.d/init\.d/wdmd, /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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/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/psacct, /etc/rc\.d/init\.d/nrpe, /etc/rc\.d/init\.d/nagios, /etc/rc\.d/init\.d/ipsec, /etc/rc\.d/init\.d/racoon, /etc/rc\.d/init\.d/puppet, /etc/rc\.d/init\.d/cgred, /etc/rc\.d/init\.d/amtu, /etc/rc\.d/init\.d/named, /etc/rc\.d/init\.d/unbound, /etc/rc\.d/init\.d/irqbalance, /etc/rc\.d/init\.d/gpm, /etc/rc\.d/init\.d/squid, /etc/rc\.d/init\.d/cvs, /etc/rc\.d/init\.d/((ccs)|(ccsd)), /etc/rc\.d/init\.d/acpid, /etc/rc\.d/init\.d/(open)?afs, /etc/rc\.d/init\.d/openafs-client, /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/psad, /etc/rc\.d/init\.
 d/rtkit-daemon, /etc/ppp/(auth|ip(v6|x)?)-(up|down), /etc/rc\.d/init\.d/ppp, /etc/rc\.d/init\.d/mpd, /etc/rc\.d/init\.d/canna, /etc/rc\.d/init\.d/firewalld, /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/qpidd, /etc/rc\.d/init\.d/smokeping, /etc/rc\.d/init\.d/bcfg2-server, /etc/rc\.d/init\.d/amavis, /etc/rc\.d/init\.d/amavisd-snmp, /etc/rc\.d/init\.d/arpwatch, /etc/rc\.d/init\.d/((iscsi)|(iscsid)), /etc/rc\.d/init\.d/callweaver, /etc/rc\.d/init\.d/MailScanner, /etc/rc\.d/init\.d/pads, /etc/rc\.d/init\.d/isnsd, /etc/rc\.d/init\.d/kismet.*, /usr/libexec/nm-dispatcher.action, /etc/NetworkManager/dispatcher\.d(/.*)?, /etc/rc\.d/init\.d/wicd, /etc/rc\.d/init\.d/rwhod, /etc/rc\.d/init\.d/jabberd, /etc/rc\.d/init\.d/.*l2tpd, /etc/rc\.d/init\.d/portreserve, /etc/rc\.d/init\.d/sysstat, /etc/rc\.d/init\.d/vhostmd, /etc/rc\.d/init\.d/certmaster, /etc/rc\.d/init\.d/pcscd, /etc/rc\.d/init\.d/icecast, /etc/rc\.d
 /init\.d/nfslock, /etc/rc\.d/init\.d/rpcidmapd, /etc/rc\.d/init\.d/mysqld, /etc/rc\.d/init\.d/sensord, /etc/rc\.d/init\.d/nslcd, /etc/rc\.d/init\.d/atd, /etc/rc\.d/init\.d/smsd, /etc/rc\.d/init\.d/slpd, /etc/rc\.d/init\.d/couchdb, /etc/rc\.d/init\.d/memcached, /etc/rc\.d/init\.d/asterisk, /etc/rc\.d/init\.d/corosync, /etc/rc\.d/init\.d/ypbind, /etc/rc\.d/init\.d/fetchmail, /etc/rc\.d/init\.d/sendmail, /etc/firestarter/firestarter\.sh, /etc/rc\.d/init\.d/fail2ban, /etc/rc\.d/init\.d/sssd, /etc/rc\.d/init\.d/((zabbix)|(zabbix-server)), /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/sshd, /etc/rc\.d/init\.d/dspam, /etc/rc\.d/init\.d/mcstrans, /etc/rc\.d/init\.d/cmirrord, /etc/rc\.d/init\.d/rngd, /etc/rc\.d/init\.d/cobblerd, /etc/rc\.d/init\.d/bitlbee, /etc/rc\.d/init\.d/ip6?tables, /etc/rc\.d/init\.d/ebtables, /etc/rc\.d/init\.d/gatherer, /etc/rc\.d/init\.d/mrtg, /etc/rc\.d/init\.d/sanlock, /etc/rc\.
 d/init\.d/dnsmasq, /etc/rc\.d/init\.d/rpcbind, /etc/rc\.d/init\.d/openstack-glance-api, /etc/rc\.d/init\.d/ntop, /etc/rc\.d/init\.d/ntpd, /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/slapd, /etc/rc\.d/init\.d/clamd.*, /etc/rc\.d/init\.d/rsyslog, /etc/rc\.d/init\.d/ulogd, /etc/rc\.d/init\.d/boinc-client, /etc/rc\.d/init\.d/nfs, /etc/rc\.d/init\.d/denyhosts
-+.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 initrc policy is very flexible allowing users to setup their initrc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for initrc:
-+
-+.EX
-+.B initrc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a initrc_t
-+can be used to make the process type initrc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  initrc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run initrc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the initrc_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 initrc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type initrc_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 abrt_var_run_t
-+
-+	/var/run/abrt(/.*)?
-+.br
-+	/var/run/abrtd?\.lock
-+.br
-+	/var/run/abrtd?\.socket
-+.br
-+	/var/run/abrt\.pid
-+.br
-+
-+.br
-+.B alsa_etc_rw_t
-+
-+	/etc/asound(/.*)?
-+.br
-+	/etc/alsa/pcm(/.*)?
-+.br
-+	/usr/share/alsa/pcm(/.*)?
-+.br
-+	/etc/asound\.state
-+.br
-+	/etc/alsa/asound\.state
-+.br
-+	/usr/share/alsa/alsa\.conf
-+.br
-+
-+.br
-+.B binfmt_misc_fs_t
-+
-+
-+.br
-+.B boot_t
-+
-+	/boot/.*
-+.br
-+	/vmlinuz.*
-+.br
-+	/initrd\.img.*
-+.br
-+	/boot
-+.br
-+
-+.br
-+.B cert_t
-+
-+	/etc/pki(/.*)?
-+.br
-+	/etc/ssl(/.*)?
-+.br
-+	/etc/httpd/alias(/.*)?
-+.br
-+	/usr/share/ssl/certs(/.*)?
-+.br
-+	/usr/share/ssl/private(/.*)?
-+.br
-+	/var/named/chroot/etc/pki(/.*)?
-+.br
-+	/usr/share/ca-certificates(/.*)?
-+.br
-+	/var/named/chroot/etc/localtime
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B consolekit_log_t
-+
-+
-+.br
-+.B cupsd_log_t
-+
-+	/var/log/cups(/.*)?
-+.br
-+	/usr/Brother/fax/.*\.log.*
-+.br
-+	/var/log/turboprint.*
-+.br
-+
-+.br
-+.B cyrus_var_lib_t
-+
-+	/var/imap(/.*)?
-+.br
-+	/var/lib/imap(/.*)?
-+.br
-+
-+.br
-+.B device_t
-+
-+	/dev/.*
-+.br
-+	/lib/udev/devices(/.*)?
-+.br
-+	/usr/lib/udev/devices(/.*)?
-+.br
-+	/dev
-+.br
-+	/etc/udev/devices
-+.br
-+	/var/named/chroot/dev
-+.br
-+	/var/spool/postfix/dev
-+.br
-+
-+.br
-+.B dhcp_etc_t
-+
-+	/etc/dhcpc.*
-+.br
-+	/etc/dhcp3(/.*)?
-+.br
-+	/etc/dhcpd(6)?\.conf
-+.br
-+	/etc/dhcp3?/dhclient.*
-+.br
-+	/etc/dhclient.*conf
-+.br
-+	/etc/dhcp/dhcpd(6)?\.conf
-+.br
-+	/etc/dhclient-script
-+.br
-+
-+.br
-+.B dhcpc_state_t
-+
-+	/var/lib/dhcp3?/dhclient.*
-+.br
-+	/var/lib/dhcpcd(/.*)?
-+.br
-+	/var/lib/dhclient(/.*)?
-+.br
-+	/var/lib/wifiroamd(/.*)?
-+.br
-+
-+.br
-+.B dirsrv_var_run_t
-+
-+	/var/run/dirsrv(/.*)?
-+.br
-+
-+.br
-+.B etc_aliases_t
-+
-+	/etc/mail/aliases.*
-+.br
-+	/etc/postfix/aliases.*
-+.br
-+	/etc/aliases
-+.br
-+	/etc/aliases\.db
-+.br
-+
-+.br
-+.B etc_mail_t
-+
-+	/etc/mail(/.*)?
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B exports_t
-+
-+	/etc/exports
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B fonts_t
-+
-+	/usr/share/fonts(/.*)?
-+.br
-+	/usr/share/X11/fonts(/.*)?
-+.br
-+	/usr/X11R6/lib/X11/fonts(/.*)?
-+.br
-+	/usr/share/ghostscript/fonts(/.*)?
-+.br
-+
-+.br
-+.B gconf_etc_t
-+
-+	/etc/gconf(/.*)?
-+.br
-+
-+.br
-+.B glance_var_run_t
-+
-+	/var/run/glance(/.*)?
-+.br
-+
-+.br
-+.B initrc_state_t
-+
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B initrc_var_log_t
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B ipsec_var_run_t
-+
-+	/var/racoon(/.*)?
-+.br
-+	/var/run/pluto(/.*)?
-+.br
-+	/var/run/racoon\.pid
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B ld_so_cache_t
-+
-+	/etc/ld\.so\.cache
-+.br
-+	/etc/ld\.so\.cache~
-+.br
-+	/etc/ld\.so\.preload
-+.br
-+	/etc/ld\.so\.preload~
-+.br
-+
-+.br
-+.B locale_t
-+
-+	/etc/locale.conf
-+.br
-+	/etc/vconsole.conf
-+.br
-+	/usr/lib/locale(/.*)?
-+.br
-+	/usr/share/locale(/.*)?
-+.br
-+	/usr/share/zoneinfo(/.*)?
-+.br
-+	/usr/share/X11/locale(/.*)?
-+.br
-+	/etc/timezone
-+.br
-+	/etc/localtime
-+.br
-+	/etc/sysconfig/clock
-+.br
-+	/etc/avahi/etc/localtime
-+.br
-+	/var/empty/sshd/etc/localtime
-+.br
-+	/var/spool/postfix/etc/localtime
-+.br
-+
-+.br
-+.B lockfile
-+
-+
-+.br
-+.B mdadm_var_run_t
-+
-+	/dev/md/.*
-+.br
-+	/var/run/mdadm(/.*)?
-+.br
-+	/dev/\.mdadm\.map
-+.br
-+
-+.br
-+.B mnt_t
-+
-+	/mnt(/[^/]*)
-+.br
-+	/mnt(/[^/]*)?
-+.br
-+	/rhev(/[^/]*)?
-+.br
-+	/media(/[^/]*)
-+.br
-+	/media(/[^/]*)?
-+.br
-+	/media/\.hal-.*
-+.br
-+	/var/run/media(/[^/]*)?
-+.br
-+	/net
-+.br
-+	/afs
-+.br
-+	/rhev
-+.br
-+	/misc
-+.br
-+
-+.br
-+.B mysqld_log_t
-+
-+	/var/log/mysql.*
-+.br
-+
-+.br
-+.B named_conf_t
-+
-+	/etc/rndc.*
-+.br
-+	/etc/unbound(/.*)?
-+.br
-+	/var/named/chroot(/.*)?
-+.br
-+	/etc/named\.rfc1912.zones
-+.br
-+	/var/named/chroot/etc/named\.rfc1912.zones
-+.br
-+	/etc/named\.conf
-+.br
-+	/var/named/named\.ca
-+.br
-+	/etc/named\.root\.hints
-+.br
-+	/var/named/chroot/etc/named\.conf
-+.br
-+	/etc/named\.caching-nameserver\.conf
-+.br
-+	/var/named/chroot/var/named/named\.ca
-+.br
-+	/var/named/chroot/etc/named\.root\.hints
-+.br
-+	/var/named/chroot/etc/named\.caching-nameserver\.conf
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B postgresql_db_t
-+
-+	/var/lib/pgsql(/.*)?
-+.br
-+	/var/lib/sepgsql(/.*)?
-+.br
-+	/var/lib/postgres(ql)?(/.*)?
-+.br
-+	/usr/share/jonas/pgsql(/.*)?
-+.br
-+	/usr/lib/pgsql/test/regress(/.*)?
-+.br
-+
-+.br
-+.B psad_var_log_t
-+
-+	/var/log/psad(/.*)?
-+.br
-+
-+.br
-+.B qpidd_var_run_t
-+
-+	/var/run/qpidd(/.*)?
-+.br
-+	/var/run/qpidd\.pid
-+.br
-+
-+.br
-+.B quota_flag_t
-+
-+	/var/lib/quota(/.*)?
-+.br
-+
-+.br
-+.B ricci_var_lib_t
-+
-+	/var/lib/ricci(/.*)?
-+.br
-+
-+.br
-+.B samba_etc_t
-+
-+	/etc/samba(/.*)?
-+.br
-+
-+.br
-+.B sanlock_var_run_t
-+
-+	/var/run/sanlock(/.*)?
-+.br
-+
-+.br
-+.B squid_log_t
-+
-+	/var/log/squid(/.*)?
-+.br
-+	/var/log/squidGuard(/.*)?
-+.br
-+
-+.br
-+.B svc_svc_t
-+
-+	/service/.*
-+.br
-+	/var/axfrdns(/.*)?
-+.br
-+	/var/tinydns(/.*)?
-+.br
-+	/var/service/.*
-+.br
-+	/var/dnscache(/.*)?
-+.br
-+	/var/qmail/supervise(/.*)?
-+.br
-+	/service
-+.br
-+
-+.br
-+.B sysctl_type
-+
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B system_conf_t
-+
-+	/etc/sysctl\.conf(\.old)?
-+.br
-+	/etc/sysconfig/ip6?tables.*
-+.br
-+	/etc/sysconfig/ipvsadm.*
-+.br
-+	/etc/sysconfig/ebtables.*
-+.br
-+	/etc/sysconfig/system-config-firewall.*
-+.br
-+
-+.br
-+.B system_dbusd_var_lib_t
-+
-+	/var/lib/dbus(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B udev_rules_t
-+
-+	/etc/udev/rules.d(/.*)?
-+.br
-+
-+.br
-+.B udev_var_run_t
-+
-+	/dev/\.udev(/.*)?
-+.br
-+	/var/run/udev(/.*)?
-+.br
-+	/var/run/libgpod(/.*)?
-+.br
-+	/var/run/PackageKit/udev(/.*)?
-+.br
-+	/dev/\.udevdb
-+.br
-+	/dev/udev\.tbl
-+.br
-+
-+.br
-+.B var_lib_nfs_t
-+
-+	/var/lib/nfs(/.*)?
-+.br
-+
-+.br
-+.B var_lib_t
-+
-+	/opt/(.*/)?var/lib(/.*)?
-+.br
-+	/var/lib(/.*)?
-+.br
-+
-+.br
-+.B var_log_t
-+
-+	/var/log/.*
-+.br
-+	/nsr/logs(/.*)?
-+.br
-+	/var/webmin(/.*)?
-+.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
-+
-+.br
-+.B var_spool_t
-+
-+	/var/spool(/.*)?
-+.br
-+
-+.br
-+.B virt_cache_t
-+
-+	/var/cache/oz(/.*)?
-+.br
-+	/var/cache/libvirt(/.*)?
-+.br
-+
-+.br
-+.B virt_var_lib_t
-+
-+	/var/lib/oz(/.*)?
-+.br
-+	/var/lib/libvirt(/.*)?
-+.br
-+
-+.br
-+.B wdmd_var_run_t
-+
-+	/var/run/wdmd(/.*)?
-+.br
-+	/var/run/checkquorum-timer
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 initrc policy is very flexible allowing users to setup their initrc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the initrc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t initrc_devpts_t '/srv/initrc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myinitrc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for initrc:
-+
-+
-+.EX
-+.PP
-+.B initrc_devpts_t
-+.EE
-+
-+- Set files with the initrc_devpts_t type, if you want to treat the files as initrc devpts data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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
-+
-+.EX
-+.PP
-+.B initrc_state_t
-+.EE
-+
-+- Set files with the initrc_state_t type, if you want to treat the files as initrc state data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/utmp, /var/run/random-seed, /var/run/runlevel\.dir, /var/run/setmixer_flag
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), initrc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), init_selinux(8)
-\ 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..ef531db
---- /dev/null
-+++ b/man/man8/innd_selinux.8
-@@ -0,0 +1,348 @@
-+.TH  "innd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep innd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The innd_t SELinux type can be entered via the \fBinnd_exec_t\fP file type.
-+
-+The default entrypoint paths for the innd_t domain are the following:
-+
-+/usr/sbin/innd.*, /usr/bin/suck, /etc/news/boot, /usr/bin/inews, /usr/bin/rnews, /usr/bin/rpost, /usr/sbin/in\.nnrpd, /usr/lib/news/bin/sm, /usr/lib/news/bin/innd, /usr/lib/news/bin/inews, /usr/lib/news/bin/inndf, /usr/lib/news/bin/nnrpd, /usr/lib/news/bin/rnews, /usr/lib/news/bin/expire, /usr/lib/news/bin/fastrm, /usr/lib/news/bin/shlock, /usr/lib/news/bin/actsync, /usr/lib/news/bin/archive, /usr/lib/news/bin/batcher, /usr/lib/news/bin/ctlinnd, /usr/lib/news/bin/getlist, /usr/lib/news/bin/innfeed, /usr/lib/news/bin/innxmit, /usr/lib/news/bin/makedbz, /usr/lib/news/bin/nntpget, /usr/lib/news/bin/buffchan, /usr/lib/news/bin/convdate, /usr/lib/news/bin/cvtbatch, /usr/lib/news/bin/filechan, /usr/lib/news/bin/overchan, /usr/lib/news/bin/inndstart, /usr/lib/news/bin/innxbatch, /usr/lib/news/bin/expireover, /usr/lib/news/bin/innconfval, /usr/lib/news/bin/shrinkfile, /usr/lib/news/bin/grephistory, /usr/lib/news/bin/makehistory, /usr/lib/news/bin/newsrequeue, /usr/lib/news/bin/ovdb
 _recover, /usr/lib/news/bin/prunehistory, /usr/lib/news/bin/startinnfeed
-+.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 innd policy is very flexible allowing users to setup their innd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for innd:
-+
-+.EX
-+.B innd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a innd_t
-+can be used to make the process type innd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  innd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run innd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the innd_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 innd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 innd policy is very flexible allowing users to setup their innd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for innd:
-+
-+.EX
-+.TP 5
-+.B innd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 119
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type innd_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 innd_var_lib_t
-+
-+	/var/lib/news(/.*)?
-+.br
-+
-+.br
-+.B innd_var_run_t
-+
-+	/var/run/innd(/.*)?
-+.br
-+	/var/run/news(/.*)?
-+.br
-+	/var/run/innd\.pid
-+.br
-+	/var/run/news\.pid
-+.br
-+
-+.br
-+.B news_spool_t
-+
-+	/var/spool/news(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 innd policy is very flexible allowing users to setup their innd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+innd policy stores data with multiple different file context types under the /var/run/news directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/news /srv/news
-+.br
-+.B restorecon -R -v /srv/news
-+.PP
-+
-+.PP
-+innd policy stores data with multiple different file context types under the /var/run/innd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/innd /srv/innd
-+.br
-+.B restorecon -R -v /srv/innd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the innd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t innd_etc_t '/srv/innd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myinnd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for innd:
-+
-+
-+.EX
-+.PP
-+.B innd_etc_t
-+.EE
-+
-+- Set files with the innd_etc_t type, if you want to store innd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/innd.*, /usr/bin/suck, /etc/news/boot, /usr/bin/inews, /usr/bin/rnews, /usr/bin/rpost, /usr/sbin/in\.nnrpd, /usr/lib/news/bin/sm, /usr/lib/news/bin/innd, /usr/lib/news/bin/inews, /usr/lib/news/bin/inndf, /usr/lib/news/bin/nnrpd, /usr/lib/news/bin/rnews, /usr/lib/news/bin/expire, /usr/lib/news/bin/fastrm, /usr/lib/news/bin/shlock, /usr/lib/news/bin/actsync, /usr/lib/news/bin/archive, /usr/lib/news/bin/batcher, /usr/lib/news/bin/ctlinnd, /usr/lib/news/bin/getlist, /usr/lib/news/bin/innfeed, /usr/lib/news/bin/innxmit, /usr/lib/news/bin/makedbz, /usr/lib/news/bin/nntpget, /usr/lib/news/bin/buffchan, /usr/lib/news/bin/convdate, /usr/lib/news/bin/cvtbatch, /usr/lib/news/bin/filechan, /usr/lib/news/bin/overchan, /usr/lib/news/bin/inndstart, /usr/lib/news/bin/innxbatch, /usr/lib/news/bin/expireover, /usr/lib/news/bin/innconfval, /usr/lib/news/bin/shrinkfile, /usr/lib/news/bin/grephistory, /usr/lib/news/bin/makehistory, /usr/lib/news/bin/newsrequeue, /usr/lib/news/bin/ovdb
 _recover, /usr/lib/news/bin/prunehistory, /usr/lib/news/bin/startinnfeed
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/innd(/.*)?, /var/run/news(/.*)?, /var/run/innd\.pid, /var/run/news\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), innd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/insmod_selinux.8 b/man/man8/insmod_selinux.8
-new file mode 100644
-index 0000000..8ed90f7
---- /dev/null
-+++ b/man/man8/insmod_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "insmod_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep insmod_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The insmod_t SELinux type can be entered via the \fBinsmod_exec_t\fP file type.
-+
-+The default entrypoint paths for the insmod_t domain are the following:
-+
-+/sbin/rmmod.*, /sbin/insmod.*, /sbin/modprobe.*, /usr/sbin/rmmod.*, /usr/sbin/insmod.*, /usr/sbin/modprobe.*, /bin/kmod, /usr/bin/kmod
-+.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 insmod policy is very flexible allowing users to setup their insmod processes in as secure a method as possible.
-+.PP
-+The following process types are defined for insmod:
-+
-+.EX
-+.B insmod_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a insmod_t
-+can be used to make the process type insmod_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  insmod policy is extremely flexible and has several booleans that allow you to manipulate the policy and run insmod with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow pppd to load kernel modules for certain modems, you must turn on the pppd_can_insmod boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P pppd_can_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the insmod_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 insmod_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type insmod_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 initrc_tmp_t
-+
-+
-+.br
-+.B insmod_tmpfs_t
-+
-+
-+.br
-+.B kdumpctl_tmp_t
-+
-+
-+.br
-+.B modules_dep_t
-+
-+	/lib/modules/[^/]+/modules\..+
-+.br
-+
-+.br
-+.B modules_object_t
-+
-+	/lib/modules(/.*)?
-+.br
-+	/usr/lib/modules(/.*)?
-+.br
-+
-+.br
-+.B mtrr_device_t
-+
-+	/dev/cpu/mtrr
-+.br
-+
-+.br
-+.B ramfs_t
-+
-+
-+.br
-+.B rpm_script_tmp_t
-+
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 insmod policy is very flexible allowing users to setup their insmod processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the insmod, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t insmod_exec_t '/srv/insmod/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myinsmod_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for insmod:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/rmmod.*, /sbin/insmod.*, /sbin/modprobe.*, /usr/sbin/rmmod.*, /usr/sbin/insmod.*, /usr/sbin/modprobe.*, /bin/kmod, /usr/bin/kmod
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), insmod(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..95e3d10
---- /dev/null
-+++ b/man/man8/ipsec_mgmt_selinux.8
-@@ -0,0 +1,291 @@
-+.TH  "ipsec_mgmt_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ipsec_mgmt_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ipsec_mgmt_t SELinux type can be entered via the \fBipsec_mgmt_exec_t, shell_exec_t\fP 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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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
-+.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 ipsec_mgmt policy is very flexible allowing users to setup their ipsec_mgmt processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ipsec_mgmt:
-+
-+.EX
-+.B ipsec_mgmt_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ipsec_mgmt_t
-+can be used to make the process type ipsec_mgmt_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ipsec_mgmt policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ipsec_mgmt with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ipsec_mgmt_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 ipsec_mgmt_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ipsec_mgmt_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 ipsec_key_file_t
-+
-+	/etc/ipsec\.d(/.*)?
-+.br
-+	/etc/racoon/certs(/.*)?
-+.br
-+	/etc/ipsec\.secrets
-+.br
-+	/etc/racoon/psk\.txt
-+.br
-+
-+.br
-+.B ipsec_log_t
-+
-+	/var/log/pluto\.log
-+.br
-+
-+.br
-+.B ipsec_mgmt_lock_t
-+
-+	/var/lock/subsys/ipsec
-+.br
-+
-+.br
-+.B ipsec_mgmt_var_run_t
-+
-+
-+.br
-+.B ipsec_tmp_t
-+
-+
-+.br
-+.B ipsec_var_run_t
-+
-+	/var/racoon(/.*)?
-+.br
-+	/var/run/pluto(/.*)?
-+.br
-+	/var/run/racoon\.pid
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.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 ipsec_mgmt policy is very flexible allowing users to setup their ipsec_mgmt processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ipsec_mgmt, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ipsec_mgmt_exec_t '/srv/ipsec_mgmt/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myipsec_mgmt_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ipsec_mgmt:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/ipsec, /usr/lib/ipsec/_plutorun, /usr/lib/ipsec/_plutoload, /usr/libexec/ipsec/_plutorun, /usr/libexec/ipsec/_plutoload, /usr/libexec/nm-openswan-service
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ipsec_mgmt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ipsec_selinux(8), ipsec_selinux(8)
-\ 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..0441753
---- /dev/null
-+++ b/man/man8/ipsec_selinux.8
-@@ -0,0 +1,409 @@
-+.TH  "ipsec_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ipsec_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ipsec_t SELinux type can be entered via the \fBipsec_exec_t\fP file type.
-+
-+The default entrypoint paths for the ipsec_t domain are the following:
-+
-+/usr/lib/ipsec/spi, /usr/lib/ipsec/pluto, /usr/lib/ipsec/eroute, /usr/libexec/ipsec/spi, /usr/libexec/ipsec/pluto, /usr/lib/ipsec/klipsdebug, /usr/libexec/ipsec/eroute, /usr/libexec/ipsec/klipsdebug
-+.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 ipsec policy is very flexible allowing users to setup their ipsec processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ipsec:
-+
-+.EX
-+.B ipsec_t, ipsec_mgmt_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ipsec_t
-+can be used to make the process type ipsec_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ipsec policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ipsec with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ipsec_t, ipsec_mgmt_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 ipsec_t, ipsec_mgmt_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ipsec policy is very flexible allowing users to setup their ipsec processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ipsec:
-+
-+.EX
-+.TP 5
-+.B ipsecnat_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 4500
-+.EE
-+udp 4500
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ipsec_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 ipsec_key_file_t
-+
-+	/etc/ipsec\.d(/.*)?
-+.br
-+	/etc/racoon/certs(/.*)?
-+.br
-+	/etc/ipsec\.secrets
-+.br
-+	/etc/racoon/psk\.txt
-+.br
-+
-+.br
-+.B ipsec_tmp_t
-+
-+
-+.br
-+.B ipsec_var_run_t
-+
-+	/var/racoon(/.*)?
-+.br
-+	/var/run/pluto(/.*)?
-+.br
-+	/var/run/racoon\.pid
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 ipsec policy is very flexible allowing users to setup their ipsec processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ipsec, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ipsec_conf_file_t '/srv/ipsec/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myipsec_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ipsec:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/racoon(/.*)?, /etc/ipsec\.conf
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/ipsec/spi, /usr/lib/ipsec/pluto, /usr/lib/ipsec/eroute, /usr/libexec/ipsec/spi, /usr/libexec/ipsec/pluto, /usr/lib/ipsec/klipsdebug, /usr/libexec/ipsec/eroute, /usr/libexec/ipsec/klipsdebug
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/ipsec, /etc/rc\.d/init\.d/racoon
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/ipsec\.d(/.*)?, /etc/racoon/certs(/.*)?, /etc/ipsec\.secrets, /etc/racoon/psk\.txt
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/ipsec, /usr/lib/ipsec/_plutorun, /usr/lib/ipsec/_plutoload, /usr/libexec/ipsec/_plutorun, /usr/libexec/ipsec/_plutoload, /usr/libexec/nm-openswan-service
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/racoon(/.*)?, /var/run/pluto(/.*)?, /var/run/racoon\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ipsec(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ipsec_mgmt_selinux(8)
-\ 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..53d798d
---- /dev/null
-+++ b/man/man8/iptables_selinux.8
-@@ -0,0 +1,359 @@
-+.TH  "iptables_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep iptables_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The iptables_t SELinux type can be entered via the \fBiptables_exec_t\fP file type.
-+
-+The default entrypoint paths for the iptables_t domain are the following:
-+
-+/sbin/ip6?tables, /sbin/ip6?tables-multi, /sbin/ip6?tables-restore, /usr/sbin/ip6?tables, /usr/sbin/ip6?tables-multi, /usr/sbin/ip6?tables-restore, /sbin/ipchains.*, /usr/sbin/ipchains.*, /sbin/ipvsadm, /sbin/ebtables, /usr/sbin/ipvsadm, /sbin/ipvsadm-save, /usr/sbin/ebtables, /sbin/xtables-multi, /sbin/ipvsadm-restore, /sbin/ebtables-restore, /usr/sbin/ipvsadm-save, /usr/sbin/xtables-multi, /usr/sbin/ipvsadm-restore, /usr/sbin/ebtables-restore
-+.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 iptables policy is very flexible allowing users to setup their iptables processes in as secure a method as possible.
-+.PP
-+The following process types are defined for iptables:
-+
-+.EX
-+.B iptables_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a iptables_t
-+can be used to make the process type iptables_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  iptables policy is extremely flexible and has several booleans that allow you to manipulate the policy and run iptables with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow dhcpc client applications to execute iptables commands, you must turn on the dhcpc_exec_iptables boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P dhcpc_exec_iptables 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the iptables_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 iptables_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type iptables_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B iptables_tmp_t
-+
-+
-+.br
-+.B iptables_var_run_t
-+
-+
-+.br
-+.B psad_tmp_t
-+
-+
-+.br
-+.B psad_var_log_t
-+
-+	/var/log/psad(/.*)?
-+.br
-+
-+.br
-+.B shorewall_var_lib_t
-+
-+	/var/lib/shorewall(/.*)?
-+.br
-+	/var/lib/shorewall6(/.*)?
-+.br
-+	/var/lib/shorewall-lite(/.*)?
-+.br
-+
-+.br
-+.B system_conf_t
-+
-+	/etc/sysctl\.conf(\.old)?
-+.br
-+	/etc/sysconfig/ip6?tables.*
-+.br
-+	/etc/sysconfig/ipvsadm.*
-+.br
-+	/etc/sysconfig/ebtables.*
-+.br
-+	/etc/sysconfig/system-config-firewall.*
-+.br
-+
-+.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 iptables policy is very flexible allowing users to setup their iptables processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the iptables, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t iptables_exec_t '/srv/iptables/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myiptables_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for iptables:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/ip6?tables, /sbin/ip6?tables-multi, /sbin/ip6?tables-restore, /usr/sbin/ip6?tables, /usr/sbin/ip6?tables-multi, /usr/sbin/ip6?tables-restore, /sbin/ipchains.*, /usr/sbin/ipchains.*, /sbin/ipvsadm, /sbin/ebtables, /usr/sbin/ipvsadm, /sbin/ipvsadm-save, /usr/sbin/ebtables, /sbin/xtables-multi, /sbin/ipvsadm-restore, /sbin/ebtables-restore, /usr/sbin/ipvsadm-save, /usr/sbin/xtables-multi, /usr/sbin/ipvsadm-restore, /usr/sbin/ebtables-restore
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/ip6?tables, /etc/rc\.d/init\.d/ebtables
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/systemd/system/ppp.*, /usr/lib/systemd/system/slapd.*, /usr/lib/systemd/system/vsftpd.*, /usr/lib/systemd/system/proftpd.*, /usr/lib/systemd/system/iptables.*, /usr/lib/systemd/system/ip6tables.*
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), iptables(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..92bb690
---- /dev/null
-+++ b/man/man8/irc_selinux.8
-@@ -0,0 +1,377 @@
-+.TH  "irc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep irc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The irc_t SELinux type can be entered via the \fBirc_exec_t\fP file type.
-+
-+The default entrypoint paths for the irc_t domain are the following:
-+
-+/usr/bin/[st]irc, /usr/bin/ircII, /usr/bin/irssi, /usr/bin/tinyirc
-+.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 irc policy is very flexible allowing users to setup their irc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for irc:
-+
-+.EX
-+.B irc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a irc_t
-+can be used to make the process type irc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  irc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run irc with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether irc clients can listen on and connect to any unreserved TCP ports, you must turn on the irc_use_any_tcp_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P irc_use_any_tcp_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the irc_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 irc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 irc policy is very flexible allowing users to setup their irc processes in as secure a method as possible.
-+.PP
-+The following port types are defined for irc:
-+
-+.EX
-+.TP 5
-+.B ircd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 6667,6697
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type irc_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B irc_home_t
-+
-+	/home/[^/]*/\.irssi(/.*)?
-+.br
-+	/home/[^/]*/\.ircmotd
-+.br
-+	/home/pwalsh/\.irssi(/.*)?
-+.br
-+	/home/pwalsh/\.ircmotd
-+.br
-+	/home/dwalsh/\.irssi(/.*)?
-+.br
-+	/home/dwalsh/\.ircmotd
-+.br
-+	/var/lib/xguest/home/xguest/\.irssi(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ircmotd
-+.br
-+
-+.br
-+.B irc_tmp_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 irc policy is very flexible allowing users to setup their irc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the irc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t irc_conf_t '/srv/irc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myirc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for irc:
-+
-+
-+.EX
-+.PP
-+.B irc_conf_t
-+.EE
-+
-+- Set files with the irc_conf_t type, if you want to treat the files as irc configuration data, usually stored under the /etc directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/[st]irc, /usr/bin/ircII, /usr/bin/irssi, /usr/bin/tinyirc
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.irssi(/.*)?, /home/[^/]*/\.ircmotd, /home/pwalsh/\.irssi(/.*)?, /home/pwalsh/\.ircmotd, /home/dwalsh/\.irssi(/.*)?, /home/dwalsh/\.ircmotd, /var/lib/xguest/home/xguest/\.irssi(/.*)?, /var/lib/xguest/home/xguest/\.ircmotd
-+
-+.EX
-+.PP
-+.B irc_log_home_t
-+.EE
-+
-+- Set files with the irc_log_home_t type, if you want to store irc log files in the users home directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/irclogs(/.*)?, /home/pwalsh/irclogs(/.*)?, /home/dwalsh/irclogs(/.*)?, /var/lib/xguest/home/xguest/irclogs(/.*)?
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), irc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/irqbalance_selinux.8 b/man/man8/irqbalance_selinux.8
-new file mode 100644
-index 0000000..8236b6b
---- /dev/null
-+++ b/man/man8/irqbalance_selinux.8
-@@ -0,0 +1,205 @@
-+.TH  "irqbalance_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep irqbalance_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The irqbalance_t SELinux type can be entered via the \fBirqbalance_exec_t\fP file type.
-+
-+The default entrypoint paths for the irqbalance_t domain are the following:
-+
-+/usr/sbin/irqbalance
-+.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 irqbalance policy is very flexible allowing users to setup their irqbalance processes in as secure a method as possible.
-+.PP
-+The following process types are defined for irqbalance:
-+
-+.EX
-+.B irqbalance_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a irqbalance_t
-+can be used to make the process type irqbalance_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  irqbalance policy is extremely flexible and has several booleans that allow you to manipulate the policy and run irqbalance with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type irqbalance_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 irqbalance_var_run_t
-+
-+	/var/run/irqbalance\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 irqbalance policy is very flexible allowing users to setup their irqbalance processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the irqbalance, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t irqbalance_exec_t '/srv/irqbalance/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myirqbalance_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for irqbalance:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B irqbalance_initrc_exec_t
-+.EE
-+
-+- Set files with the irqbalance_initrc_exec_t type, if you want to transition an executable to the irqbalance_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), irqbalance(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/irssi_selinux.8 b/man/man8/irssi_selinux.8
-new file mode 100644
-index 0000000..e7f058b
---- /dev/null
-+++ b/man/man8/irssi_selinux.8
-@@ -0,0 +1,236 @@
-+.TH  "irssi_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep irssi_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The irssi_t SELinux type can be entered via the \fBirssi_exec_t\fP file type.
-+
-+The default entrypoint paths for the irssi_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 irssi policy is very flexible allowing users to setup their irssi processes in as secure a method as possible.
-+.PP
-+The following process types are defined for irssi:
-+
-+.EX
-+.B irssi_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a irssi_t
-+can be used to make the process type irssi_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  irssi policy is extremely flexible and has several booleans that allow you to manipulate the policy and run irssi with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow the Irssi IRC Client to connect to any port, and to bind to any unreserved port, you must turn on the irssi_use_full_network boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P irssi_use_full_network 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the irssi_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 irssi_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type irssi_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B irssi_home_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), irssi(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..081a2b4
---- /dev/null
-+++ b/man/man8/iscsid_selinux.8
-@@ -0,0 +1,285 @@
-+.TH  "iscsid_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep iscsid_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The iscsid_t SELinux type can be entered via the \fBiscsid_exec_t\fP file type.
-+
-+The default entrypoint paths for the iscsid_t domain are the following:
-+
-+/sbin/iscsid, /sbin/iscsiuio, /usr/sbin/iscsid, /usr/sbin/iscsiuio, /sbin/brcm_iscsiuio, /usr/sbin/brcm_iscsiuio
-+.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 iscsid policy is very flexible allowing users to setup their iscsid processes in as secure a method as possible.
-+.PP
-+The following process types are defined for iscsid:
-+
-+.EX
-+.B iscsid_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a iscsid_t
-+can be used to make the process type iscsid_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  iscsid policy is extremely flexible and has several booleans that allow you to manipulate the policy and run iscsid with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the iscsid_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 iscsid_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 iscsid policy is very flexible allowing users to setup their iscsid processes in as secure a method as possible.
-+.PP
-+The following port types are defined for iscsid:
-+
-+.EX
-+.TP 5
-+.B iscsi_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 3260
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type iscsid_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 iscsi_lock_t
-+
-+	/var/lock/iscsi(/.*)?
-+.br
-+
-+.br
-+.B iscsi_tmp_t
-+
-+
-+.br
-+.B iscsi_var_run_t
-+
-+	/var/run/iscsid\.pid
-+.br
-+	/var/run/iscsiuio\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 iscsid policy is very flexible allowing users to setup their iscsid processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the iscsid, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t iscsid_exec_t '/srv/iscsid/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myiscsid_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for iscsid:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/iscsid, /sbin/iscsiuio, /usr/sbin/iscsid, /usr/sbin/iscsiuio, /sbin/brcm_iscsiuio, /usr/sbin/brcm_iscsiuio
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), iscsid(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/isnsd_selinux.8 b/man/man8/isnsd_selinux.8
-new file mode 100644
-index 0000000..c3f3dd3
---- /dev/null
-+++ b/man/man8/isnsd_selinux.8
-@@ -0,0 +1,261 @@
-+.TH  "isnsd_selinux"  "8"  "13-01-16" "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 \fBisnsd_exec_t\fP 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 isnsd_t
-+can be used to make the process type isnsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  isnsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run isnsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the isnsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t isnsd_exec_t '/srv/isnsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myisnsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I 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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/isnsctl, /var/run/isnsd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/iwhd_selinux.8 b/man/man8/iwhd_selinux.8
-new file mode 100644
-index 0000000..0bdf74c
---- /dev/null
-+++ b/man/man8/iwhd_selinux.8
-@@ -0,0 +1,297 @@
-+.TH  "iwhd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep iwhd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The iwhd_t SELinux type can be entered via the \fBiwhd_exec_t\fP file type.
-+
-+The default entrypoint paths for the iwhd_t domain are the following:
-+
-+/usr/bin/iwhd
-+.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 iwhd policy is very flexible allowing users to setup their iwhd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for iwhd:
-+
-+.EX
-+.B iwhd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a iwhd_t
-+can be used to make the process type iwhd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  iwhd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run iwhd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type iwhd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B iwhd_log_t
-+
-+	/var/log/iwhd\.log.*
-+.br
-+
-+.br
-+.B iwhd_var_lib_t
-+
-+	/var/lib/iwhd(/.*)?
-+.br
-+
-+.br
-+.B iwhd_var_run_t
-+
-+	/var/run/iwhd\.pid
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 iwhd policy is very flexible allowing users to setup their iwhd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the iwhd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t iwhd_exec_t '/srv/iwhd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myiwhd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for iwhd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), iwhd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/jabberd_router_selinux.8 b/man/man8/jabberd_router_selinux.8
-new file mode 100644
-index 0000000..4823424
---- /dev/null
-+++ b/man/man8/jabberd_router_selinux.8
-@@ -0,0 +1,209 @@
-+.TH  "jabberd_router_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep jabberd_router_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The jabberd_router_t SELinux type can be entered via the \fBjabberd_router_exec_t\fP file type.
-+
-+The default entrypoint paths for the jabberd_router_t domain are the following:
-+
-+/usr/bin/c2s, /usr/bin/router
-+.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 jabberd_router policy is very flexible allowing users to setup their jabberd_router processes in as secure a method as possible.
-+.PP
-+The following process types are defined for jabberd_router:
-+
-+.EX
-+.B jabberd_router_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a jabberd_router_t
-+can be used to make the process type jabberd_router_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  jabberd_router policy is extremely flexible and has several booleans that allow you to manipulate the policy and run jabberd_router with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type jabberd_router_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 jabberd_var_lib_t
-+
-+	/var/lib/jabberd(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 jabberd_router policy is very flexible allowing users to setup their jabberd_router processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the jabberd_router, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t jabberd_router_exec_t '/srv/jabberd_router/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myjabberd_router_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for jabberd_router:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/c2s, /usr/bin/router
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), jabberd_router(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), jabberd_selinux(8), jabberd_selinux(8)
-\ 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..26ecb9d
---- /dev/null
-+++ b/man/man8/jabberd_selinux.8
-@@ -0,0 +1,269 @@
-+.TH  "jabberd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep jabberd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The jabberd_t SELinux type can be entered via the \fBjabberd_exec_t\fP file type.
-+
-+The default entrypoint paths for the jabberd_t domain are the following:
-+
-+/usr/bin/sm, /usr/bin/s2s
-+.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 jabberd policy is very flexible allowing users to setup their jabberd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for jabberd:
-+
-+.EX
-+.B jabberd_router_t, jabberd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a jabberd_t
-+can be used to make the process type jabberd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  jabberd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run jabberd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 jabberd policy is very flexible allowing users to setup their jabberd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for jabberd:
-+
-+.EX
-+.TP 5
-+.B jabber_client_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5222,5223
-+.EE
-+
-+.EX
-+.TP 5
-+.B jabber_interserver_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5269
-+.EE
-+
-+.EX
-+.TP 5
-+.B jabber_router_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5347
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type jabberd_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 jabberd_var_lib_t
-+
-+	/var/lib/jabberd(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 jabberd policy is very flexible allowing users to setup their jabberd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the jabberd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t jabberd_exec_t '/srv/jabberd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myjabberd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for jabberd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/sm, /usr/bin/s2s
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/c2s, /usr/bin/router
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), jabberd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), jabberd_router_selinux(8)
-\ 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..a47dfb5
---- /dev/null
-+++ b/man/man8/jockey_selinux.8
-@@ -0,0 +1,220 @@
-+.TH  "jockey_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep jockey_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The jockey_t SELinux type can be entered via the \fBjockey_exec_t\fP file type.
-+
-+The default entrypoint paths for the jockey_t domain are the following:
-+
-+/usr/share/jockey/jockey-backend
-+.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 jockey policy is very flexible allowing users to setup their jockey processes in as secure a method as possible.
-+.PP
-+The following process types are defined for jockey:
-+
-+.EX
-+.B jockey_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a jockey_t
-+can be used to make the process type jockey_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  jockey policy is extremely flexible and has several booleans that allow you to manipulate the policy and run jockey with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type jockey_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 jockey_cache_t
-+
-+	/var/cache/jockey(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 jockey policy is very flexible allowing users to setup their jockey processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+jockey policy stores data with multiple different file context types under the /var/log/jockey directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/jockey /srv/jockey
-+.br
-+.B restorecon -R -v /srv/jockey
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the jockey, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t jockey_cache_t '/srv/jockey/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myjockey_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for jockey:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/jockey(/.*)?, /var/log/jockey\.log.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), jockey(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/kadmind_selinux.8 b/man/man8/kadmind_selinux.8
-new file mode 100644
-index 0000000..46f9376
---- /dev/null
-+++ b/man/man8/kadmind_selinux.8
-@@ -0,0 +1,271 @@
-+.TH  "kadmind_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep kadmind_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The kadmind_t SELinux type can be entered via the \fBkadmind_exec_t\fP file type.
-+
-+The default entrypoint paths for the kadmind_t domain are the following:
-+
-+/usr/(kerberos/)?sbin/kadmind, /usr/kerberos/sbin/kadmin\.local
-+.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 kadmind policy is very flexible allowing users to setup their kadmind processes in as secure a method as possible.
-+.PP
-+The following process types are defined for kadmind:
-+
-+.EX
-+.B kadmind_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a kadmind_t
-+can be used to make the process type kadmind_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  kadmind policy is extremely flexible and has several booleans that allow you to manipulate the policy and run kadmind with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type kadmind_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 anon_inodefs_t
-+
-+
-+.br
-+.B kadmind_log_t
-+
-+	/var/log/kadmin(d)?\.log.*
-+.br
-+
-+.br
-+.B kadmind_tmp_t
-+
-+
-+.br
-+.B kadmind_var_run_t
-+
-+
-+.br
-+.B krb5kdc_conf_t
-+
-+	/etc/krb5kdc(/.*)?
-+.br
-+	/usr/var/krb5kdc(/.*)?
-+.br
-+	/var/kerberos/krb5kdc(/.*)?
-+.br
-+
-+.br
-+.B krb5kdc_lock_t
-+
-+	/var/kerberos/krb5kdc/principal.*\.ok
-+.br
-+	/var/kerberos/krb5kdc/from_master.*
-+.br
-+
-+.br
-+.B krb5kdc_principal_t
-+
-+	/etc/krb5kdc/principal.*
-+.br
-+	/usr/var/krb5kdc/principal.*
-+.br
-+	/var/kerberos/krb5kdc/principal.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 kadmind policy is very flexible allowing users to setup their kadmind processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the kadmind, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t kadmind_exec_t '/srv/kadmind/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykadmind_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for kadmind:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/(kerberos/)?sbin/kadmind, /usr/kerberos/sbin/kadmin\.local
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), kadmind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/kdump_selinux.8 b/man/man8/kdump_selinux.8
-new file mode 100644
-index 0000000..144c611
---- /dev/null
-+++ b/man/man8/kdump_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "kdump_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep kdump_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The kdump_t SELinux type can be entered via the \fBkdump_exec_t\fP file type.
-+
-+The default entrypoint paths for the kdump_t domain are the following:
-+
-+/sbin/kdump, /sbin/kexec, /usr/sbin/kdump, /usr/sbin/kexec
-+.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 kdump policy is very flexible allowing users to setup their kdump processes in as secure a method as possible.
-+.PP
-+The following process types are defined for kdump:
-+
-+.EX
-+.B kdumpgui_t, kdumpctl_t, kdump_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a kdump_t
-+can be used to make the process type kdump_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  kdump policy is extremely flexible and has several booleans that allow you to manipulate the policy and run kdump with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the kdumpgui_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 kdumpgui_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 kdump policy is very flexible allowing users to setup their kdump processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the kdump, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t kdump_etc_t '/srv/kdump/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykdump_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for kdump:
-+
-+
-+.EX
-+.PP
-+.B kdump_etc_t
-+.EE
-+
-+- Set files with the kdump_etc_t type, if you want to store kdump files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/kdump, /sbin/kexec, /usr/sbin/kdump, /usr/sbin/kexec
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 kdumpgui_exec_t
-+.EE
-+
-+- Set files with the kdumpgui_exec_t type, if you want to transition an executable to the kdumpgui_t domain.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), kdump(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), kdumpctl_selinux(8), kdumpgui_selinux(8)
-\ 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..6ff7210
---- /dev/null
-+++ b/man/man8/kdumpctl_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "kdumpctl_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep kdumpctl_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The kdumpctl_t SELinux type can be entered via the \fBkdumpctl_exec_t\fP file type.
-+
-+The default entrypoint paths for the kdumpctl_t domain are the following:
-+
-+/usr/bin/kdumpctl
-+.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 kdumpctl policy is very flexible allowing users to setup their kdumpctl processes in as secure a method as possible.
-+.PP
-+The following process types are defined for kdumpctl:
-+
-+.EX
-+.B kdumpctl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a kdumpctl_t
-+can be used to make the process type kdumpctl_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  kdumpctl policy is extremely flexible and has several booleans that allow you to manipulate the policy and run kdumpctl with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type kdumpctl_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 boot_t
-+
-+	/boot/.*
-+.br
-+	/vmlinuz.*
-+.br
-+	/initrd\.img.*
-+.br
-+	/boot
-+.br
-+
-+.br
-+.B kdumpctl_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B var_log_t
-+
-+	/var/log/.*
-+.br
-+	/nsr/logs(/.*)?
-+.br
-+	/var/webmin(/.*)?
-+.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 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 kdumpctl policy is very flexible allowing users to setup their kdumpctl processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the kdumpctl, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t kdumpctl_exec_t '/srv/kdumpctl/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykdumpctl_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for kdumpctl:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), kdumpctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), kdump_selinux(8)
-\ 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..f39541c
---- /dev/null
-+++ b/man/man8/kdumpgui_selinux.8
-@@ -0,0 +1,335 @@
-+.TH  "kdumpgui_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep kdumpgui_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The kdumpgui_t SELinux type can be entered via the \fBkdumpgui_exec_t\fP file type.
-+
-+The default entrypoint paths for the kdumpgui_t domain are the following:
-+
-+/usr/share/system-config-kdump/system-config-kdump-backend\.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.
-+SELinux kdumpgui policy is very flexible allowing users to setup their kdumpgui processes in as secure a method as possible.
-+.PP
-+The following process types are defined for kdumpgui:
-+
-+.EX
-+.B kdumpgui_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a kdumpgui_t
-+can be used to make the process type kdumpgui_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  kdumpgui policy is extremely flexible and has several booleans that allow you to manipulate the policy and run kdumpgui with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the kdumpgui_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 kdumpgui_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type kdumpgui_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 boot_t
-+
-+	/boot/.*
-+.br
-+	/vmlinuz.*
-+.br
-+	/initrd\.img.*
-+.br
-+	/boot
-+.br
-+
-+.br
-+.B bootloader_etc_t
-+
-+	/etc/lilo\.conf.*
-+.br
-+	/etc/zipl\.conf.*
-+.br
-+	/etc/yaboot\.conf.*
-+.br
-+	/etc/default/grub
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B kdump_etc_t
-+
-+	/etc/kdump\.conf
-+.br
-+
-+.br
-+.B kdumpgui_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 kdumpgui policy is very flexible allowing users to setup their kdumpgui processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the kdumpgui, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t kdumpgui_exec_t '/srv/kdumpgui/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykdumpgui_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for kdumpgui:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), kdumpgui(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), kdump_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/kerberos_selinux.8 b/man/man8/kerberos_selinux.8
-deleted file mode 100644
-index a8f81c8..0000000
---- a/man/man8/kerberos_selinux.8
-+++ /dev/null
-@@ -1,28 +0,0 @@
--.TH  "kerberos_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "kerberos Selinux Policy documentation"
--.de EX
--.nf
--.ft CW
--..
--.de EE
--.ft R
--.fi
--..
--.SH "NAME"
--kerberos_selinux \- Security Enhanced Linux Policy for Kerberos.
--.SH "DESCRIPTION"
--
--Security-Enhanced Linux secures the system via flexible mandatory access
--control. SELinux policy can be configured to deny Kerberos access to confined applications, since it requires daemons to be allowed greater access to certain secure files and additional access to the network.  
--.SH BOOLEANS
--.PP
--You must set the allow_kerberos boolean to allow your system to work properly in a Kerberos environment.
--.EX
--setsebool -P allow_kerberos 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>.
--
--.SH "SEE ALSO"
--selinux(8), kerberos(1), chcon(1), setsebool(8)
-diff --git a/man/man8/kernel_selinux.8 b/man/man8/kernel_selinux.8
-new file mode 100644
-index 0000000..5ed25f1
---- /dev/null
-+++ b/man/man8/kernel_selinux.8
-@@ -0,0 +1,206 @@
-+.TH  "kernel_selinux"  "8"  "13-01-16" "kernel" "SELinux Policy documentation for kernel"
-+.SH "NAME"
-+kernel_selinux \- Security Enhanced Linux Policy for the kernel processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the kernel processes via flexible mandatory access control.
-+
-+The kernel processes execute with the kernel_t SELinux 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 kernel_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The kernel_t SELinux type can be entered via the \fBsysctl_type, filesystem_type, mtrr_device_t, unlabeled_t, proc_type, file_type\fP file types.
-+
-+The default entrypoint paths for the kernel_t domain are the following:
-+
-+/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 kernel policy is very flexible allowing users to setup their kernel processes in as secure a method as possible.
-+.PP
-+The following process types are defined for kernel:
-+
-+.EX
-+.B kernel_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a kernel_t
-+can be used to make the process type kernel_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  kernel policy is extremely flexible and has several booleans that allow you to manipulate the policy and run kernel with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow any files/directories to be exported read/only via NFS, you must turn on the nfs_export_all_ro boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nfs_export_all_ro 1
-+
-+.EE
-+
-+.PP
-+If you want to allow any files/directories to be exported read/write via NFS, you must turn on the nfs_export_all_rw boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nfs_export_all_rw 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type kernel_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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), kernel(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/keyboardd_selinux.8 b/man/man8/keyboardd_selinux.8
-new file mode 100644
-index 0000000..6653ade
---- /dev/null
-+++ b/man/man8/keyboardd_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "keyboardd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep keyboardd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The keyboardd_t SELinux type can be entered via the \fBkeyboardd_exec_t\fP file type.
-+
-+The default entrypoint paths for the keyboardd_t domain are the following:
-+
-+/usr/bin/system-setup-keyboard
-+.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 keyboardd policy is very flexible allowing users to setup their keyboardd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for keyboardd:
-+
-+.EX
-+.B keyboardd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a keyboardd_t
-+can be used to make the process type keyboardd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  keyboardd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run keyboardd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type keyboardd_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 keyboardd policy is very flexible allowing users to setup their keyboardd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the keyboardd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t keyboardd_exec_t '/srv/keyboardd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykeyboardd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for keyboardd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), keyboardd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/keystone_selinux.8 b/man/man8/keystone_selinux.8
-new file mode 100644
-index 0000000..0b1114f
---- /dev/null
-+++ b/man/man8/keystone_selinux.8
-@@ -0,0 +1,357 @@
-+.TH  "keystone_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep keystone_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The keystone_t SELinux type can be entered via the \fBkeystone_exec_t\fP file type.
-+
-+The default entrypoint paths for the keystone_t domain are the following:
-+
-+/usr/bin/keystone-all
-+.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 keystone policy is very flexible allowing users to setup their keystone processes in as secure a method as possible.
-+.PP
-+The following process types are defined for keystone:
-+
-+.EX
-+.B keystone_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a keystone_t
-+can be used to make the process type keystone_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  keystone policy is extremely flexible and has several booleans that allow you to manipulate the policy and run keystone with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the keystone_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 keystone_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 keystone policy is very flexible allowing users to setup their keystone processes in as secure a method as possible.
-+.PP
-+The following port types are defined for keystone:
-+
-+.EX
-+.TP 5
-+.B keystone_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 35357
-+.EE
-+udp 35357
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type keystone_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B keystone_tmp_t
-+
-+
-+.br
-+.B keystone_var_lib_t
-+
-+	/var/lib/keystone(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 keystone policy is very flexible allowing users to setup their keystone processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the keystone, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t keystone_exec_t '/srv/keystone/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykeystone_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for keystone:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B keystone_initrc_exec_t
-+.EE
-+
-+- Set files with the keystone_initrc_exec_t type, if you want to transition an executable to the keystone_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), keystone(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/kismet_selinux.8 b/man/man8/kismet_selinux.8
-new file mode 100644
-index 0000000..6820ae6
---- /dev/null
-+++ b/man/man8/kismet_selinux.8
-@@ -0,0 +1,297 @@
-+.TH  "kismet_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep kismet_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The kismet_t SELinux type can be entered via the \fBkismet_exec_t\fP file type.
-+
-+The default entrypoint paths for the kismet_t domain are the following:
-+
-+/usr/bin/kismet, /usr/bin/kismet_drone, /usr/bin/kismet_server
-+.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 kismet policy is very flexible allowing users to setup their kismet processes in as secure a method as possible.
-+.PP
-+The following process types are defined for kismet:
-+
-+.EX
-+.B kismet_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a kismet_t
-+can be used to make the process type kismet_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  kismet policy is extremely flexible and has several booleans that allow you to manipulate the policy and run kismet with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the kismet_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 kismet_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type kismet_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 kismet_home_t
-+
-+	/home/[^/]*/\.kismet(/.*)?
-+.br
-+	/home/pwalsh/\.kismet(/.*)?
-+.br
-+	/home/dwalsh/\.kismet(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.kismet(/.*)?
-+.br
-+
-+.br
-+.B kismet_tmp_t
-+
-+
-+.br
-+.B kismet_tmpfs_t
-+
-+
-+.br
-+.B kismet_var_lib_t
-+
-+	/var/lib/kismet(/.*)?
-+.br
-+
-+.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 kismet policy is very flexible allowing users to setup their kismet processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the kismet, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t kismet_exec_t '/srv/kismet/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykismet_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for kismet:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/kismet, /usr/bin/kismet_drone, /usr/bin/kismet_server
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.kismet(/.*)?, /home/pwalsh/\.kismet(/.*)?, /home/dwalsh/\.kismet(/.*)?, /var/lib/xguest/home/xguest/\.kismet(/.*)?
-+
-+.EX
-+.PP
-+.B kismet_initrc_exec_t
-+.EE
-+
-+- Set files with the kismet_initrc_exec_t type, if you want to transition an executable to the kismet_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), kismet(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/klogd_selinux.8 b/man/man8/klogd_selinux.8
-new file mode 100644
-index 0000000..8f12b00
---- /dev/null
-+++ b/man/man8/klogd_selinux.8
-@@ -0,0 +1,213 @@
-+.TH  "klogd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep klogd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The klogd_t SELinux type can be entered via the \fBklogd_exec_t\fP file type.
-+
-+The default entrypoint paths for the klogd_t domain are the following:
-+
-+/sbin/klogd, /sbin/rklogd, /usr/sbin/klogd, /usr/sbin/rklogd
-+.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 klogd policy is very flexible allowing users to setup their klogd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for klogd:
-+
-+.EX
-+.B klogd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a klogd_t
-+can be used to make the process type klogd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  klogd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run klogd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type klogd_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 klogd_tmp_t
-+
-+
-+.br
-+.B klogd_var_run_t
-+
-+	/var/run/klogd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 klogd policy is very flexible allowing users to setup their klogd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the klogd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t klogd_exec_t '/srv/klogd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myklogd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for klogd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/klogd, /sbin/rklogd, /usr/sbin/klogd, /usr/sbin/rklogd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), klogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/kpropd_selinux.8 b/man/man8/kpropd_selinux.8
-new file mode 100644
-index 0000000..7acb6b9
---- /dev/null
-+++ b/man/man8/kpropd_selinux.8
-@@ -0,0 +1,281 @@
-+.TH  "kpropd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep kpropd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The kpropd_t SELinux type can be entered via the \fBkpropd_exec_t\fP file type.
-+
-+The default entrypoint paths for the kpropd_t domain are the following:
-+
-+/usr/sbin/kpropd, /usr/kerberos/sbin/kpropd
-+.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 kpropd policy is very flexible allowing users to setup their kpropd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for kpropd:
-+
-+.EX
-+.B kpropd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a kpropd_t
-+can be used to make the process type kpropd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  kpropd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run kpropd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 kpropd policy is very flexible allowing users to setup their kpropd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for kpropd:
-+
-+.EX
-+.TP 5
-+.B kprop_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 754
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type kpropd_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 krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B krb5kdc_lock_t
-+
-+	/var/kerberos/krb5kdc/principal.*\.ok
-+.br
-+	/var/kerberos/krb5kdc/from_master.*
-+.br
-+
-+.br
-+.B krb5kdc_principal_t
-+
-+	/etc/krb5kdc/principal.*
-+.br
-+	/usr/var/krb5kdc/principal.*
-+.br
-+	/var/kerberos/krb5kdc/principal.*
-+.br
-+
-+.br
-+.B krb5kdc_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 kpropd policy is very flexible allowing users to setup their kpropd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the kpropd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t kpropd_exec_t '/srv/kpropd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykpropd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for kpropd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/kpropd, /usr/kerberos/sbin/kpropd
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), kpropd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/krb5kdc_selinux.8 b/man/man8/krb5kdc_selinux.8
-new file mode 100644
-index 0000000..b9e634d
---- /dev/null
-+++ b/man/man8/krb5kdc_selinux.8
-@@ -0,0 +1,304 @@
-+.TH  "krb5kdc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep krb5kdc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The krb5kdc_t SELinux type can be entered via the \fBkrb5kdc_exec_t\fP file type.
-+
-+The default entrypoint paths for the krb5kdc_t domain are the following:
-+
-+/usr/(kerberos/)?sbin/krb5kdc
-+.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 krb5kdc policy is very flexible allowing users to setup their krb5kdc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for krb5kdc:
-+
-+.EX
-+.B krb5kdc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a krb5kdc_t
-+can be used to make the process type krb5kdc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  krb5kdc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run krb5kdc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type krb5kdc_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 anon_inodefs_t
-+
-+
-+.br
-+.B krb5kdc_lock_t
-+
-+	/var/kerberos/krb5kdc/principal.*\.ok
-+.br
-+	/var/kerberos/krb5kdc/from_master.*
-+.br
-+
-+.br
-+.B krb5kdc_log_t
-+
-+	/var/log/krb5kdc\.log.*
-+.br
-+
-+.br
-+.B krb5kdc_principal_t
-+
-+	/etc/krb5kdc/principal.*
-+.br
-+	/usr/var/krb5kdc/principal.*
-+.br
-+	/var/kerberos/krb5kdc/principal.*
-+.br
-+
-+.br
-+.B krb5kdc_tmp_t
-+
-+
-+.br
-+.B krb5kdc_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 krb5kdc policy is very flexible allowing users to setup their krb5kdc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+krb5kdc policy stores data with multiple different file context types under the /var/kerberos/krb5kdc directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/kerberos/krb5kdc /srv/krb5kdc
-+.br
-+.B restorecon -R -v /srv/krb5kdc
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the krb5kdc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t krb5kdc_conf_t '/srv/krb5kdc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mykrb5kdc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for krb5kdc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/krb5kdc(/.*)?, /usr/var/krb5kdc(/.*)?, /var/kerberos/krb5kdc(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+.br
-+.TP 5
-+Paths:
-+/var/kerberos/krb5kdc/principal.*\.ok, /var/kerberos/krb5kdc/from_master.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B krb5kdc_principal_t
-+.EE
-+
-+- Set files with the krb5kdc_principal_t type, if you want to treat the files as krb5kdc principal data.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/krb5kdc/principal.*, /usr/var/krb5kdc/principal.*, /var/kerberos/krb5kdc/principal.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), krb5kdc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ksmtuned_selinux.8 b/man/man8/ksmtuned_selinux.8
-new file mode 100644
-index 0000000..f9c1413
---- /dev/null
-+++ b/man/man8/ksmtuned_selinux.8
-@@ -0,0 +1,267 @@
-+.TH  "ksmtuned_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ksmtuned_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ksmtuned_t SELinux type can be entered via the \fBksmtuned_exec_t\fP file type.
-+
-+The default entrypoint paths for the ksmtuned_t domain are the following:
-+
-+/usr/sbin/ksmtuned
-+.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 ksmtuned policy is very flexible allowing users to setup their ksmtuned processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ksmtuned:
-+
-+.EX
-+.B ksmtuned_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ksmtuned_t
-+can be used to make the process type ksmtuned_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ksmtuned policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ksmtuned with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ksmtuned_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 ksmtuned_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ksmtuned_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 ksmtuned_var_run_t
-+
-+	/var/run/ksmtune\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 ksmtuned policy is very flexible allowing users to setup their ksmtuned processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ksmtuned, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ksmtuned_exec_t '/srv/ksmtuned/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myksmtuned_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ksmtuned:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ksmtuned(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ktalkd_selinux.8 b/man/man8/ktalkd_selinux.8
-new file mode 100644
-index 0000000..19ae946
---- /dev/null
-+++ b/man/man8/ktalkd_selinux.8
-@@ -0,0 +1,249 @@
-+.TH  "ktalkd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ktalkd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ktalkd_t SELinux type can be entered via the \fBktalkd_exec_t\fP file type.
-+
-+The default entrypoint paths for the ktalkd_t domain are the following:
-+
-+/usr/bin/ktalkd, /usr/sbin/ktalkd, /usr/sbin/in\.talkd, /usr/sbin/in\.ntalkd
-+.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 ktalkd policy is very flexible allowing users to setup their ktalkd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ktalkd:
-+
-+.EX
-+.B ktalkd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ktalkd_t
-+can be used to make the process type ktalkd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ktalkd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ktalkd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ktalkd_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 ktalkd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ktalkd policy is very flexible allowing users to setup their ktalkd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ktalkd:
-+
-+.EX
-+.TP 5
-+.B ktalkd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 517,518
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ktalkd_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 ktalkd_tmp_t
-+
-+
-+.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 ktalkd policy is very flexible allowing users to setup their ktalkd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ktalkd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ktalkd_exec_t '/srv/ktalkd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myktalkd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ktalkd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/ktalkd, /usr/sbin/ktalkd, /usr/sbin/in\.talkd, /usr/sbin/in\.ntalkd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ktalkd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/l2tpd_selinux.8 b/man/man8/l2tpd_selinux.8
-new file mode 100644
-index 0000000..ab9a8d2
---- /dev/null
-+++ b/man/man8/l2tpd_selinux.8
-@@ -0,0 +1,268 @@
-+.TH  "l2tpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep l2tpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The l2tpd_t SELinux type can be entered via the \fBl2tpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the l2tpd_t domain are the following:
-+
-+/usr/sbin/.*l2tpd
-+.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 l2tpd policy is very flexible allowing users to setup their l2tpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for l2tpd:
-+
-+.EX
-+.B l2tpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a l2tpd_t
-+can be used to make the process type l2tpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  l2tpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run l2tpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 l2tpd policy is very flexible allowing users to setup their l2tpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for l2tpd:
-+
-+.EX
-+.TP 5
-+.B l2tp_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1701
-+.EE
-+udp 1701
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type l2tpd_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 l2tpd_var_run_t
-+
-+	/var/run/.*l2tpd\.pid
-+.br
-+	/var/run/.*l2tpd(/.*)?
-+.br
-+	/var/run/prol2tpd\.ctl
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 l2tpd policy is very flexible allowing users to setup their l2tpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+l2tpd policy stores data with multiple different file context types under the /var/run/.*l2tpd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/.*l2tpd /srv/.*l2tpd
-+.br
-+.B restorecon -R -v /srv/.*l2tpd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the l2tpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t l2tpd_exec_t '/srv/l2tpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myl2tpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for l2tpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/.*l2tpd\.pid, /var/run/.*l2tpd(/.*)?, /var/run/prol2tpd\.ctl
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), l2tpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ldconfig_selinux.8 b/man/man8/ldconfig_selinux.8
-new file mode 100644
-index 0000000..be8f089
---- /dev/null
-+++ b/man/man8/ldconfig_selinux.8
-@@ -0,0 +1,251 @@
-+.TH  "ldconfig_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ldconfig_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ldconfig_t SELinux type can be entered via the \fBldconfig_exec_t\fP file type.
-+
-+The default entrypoint paths for the ldconfig_t domain are the following:
-+
-+/sbin/ldconfig, /usr/sbin/ldconfig
-+.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 ldconfig policy is very flexible allowing users to setup their ldconfig processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ldconfig:
-+
-+.EX
-+.B ldconfig_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ldconfig_t
-+can be used to make the process type ldconfig_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ldconfig policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ldconfig with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ldconfig_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 kdumpctl_tmp_t
-+
-+
-+.br
-+.B ld_so_cache_t
-+
-+	/etc/ld\.so\.cache
-+.br
-+	/etc/ld\.so\.cache~
-+.br
-+	/etc/ld\.so\.preload
-+.br
-+	/etc/ld\.so\.preload~
-+.br
-+
-+.br
-+.B ldconfig_cache_t
-+
-+	/var/cache/ldconfig(/.*)?
-+.br
-+
-+.br
-+.B ldconfig_tmp_t
-+
-+
-+.br
-+.B rpm_script_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 ldconfig policy is very flexible allowing users to setup their ldconfig processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ldconfig, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ldconfig_cache_t '/srv/ldconfig/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myldconfig_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ldconfig:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/ldconfig, /usr/sbin/ldconfig
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ldconfig(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-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..4cea287
---- /dev/null
-+++ b/man/man8/lircd_selinux.8
-@@ -0,0 +1,282 @@
-+.TH  "lircd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lircd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lircd_t SELinux type can be entered via the \fBlircd_exec_t\fP file type.
-+
-+The default entrypoint paths for the lircd_t domain are the following:
-+
-+/usr/sbin/lircd
-+.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 lircd policy is very flexible allowing users to setup their lircd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lircd:
-+
-+.EX
-+.B lircd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lircd_t
-+can be used to make the process type lircd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lircd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lircd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 lircd policy is very flexible allowing users to setup their lircd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for lircd:
-+
-+.EX
-+.TP 5
-+.B lirc_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 8765
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lircd_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 lircd_var_run_t
-+
-+	/var/run/lirc(/.*)?
-+.br
-+	/var/run/lircd(/.*)?
-+.br
-+	/dev/lircd
-+.br
-+	/var/run/lircd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B var_lock_t
-+
-+	/var/lock(/.*)?
-+.br
-+	/run/lock(/.*)?
-+.br
-+	/var/lock
-+.br
-+
-+.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 lircd policy is very flexible allowing users to setup their lircd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+lircd policy stores data with multiple different file context types under the /var/run/lirc directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/lirc /srv/lirc
-+.br
-+.B restorecon -R -v /srv/lirc
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lircd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lircd_etc_t '/srv/lircd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylircd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lircd:
-+
-+
-+.EX
-+.PP
-+.B lircd_etc_t
-+.EE
-+
-+- Set files with the lircd_etc_t type, if you want to store lircd files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/lirc(/.*)?, /etc/lircd\.conf
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/lirc(/.*)?, /var/run/lircd(/.*)?, /dev/lircd, /var/run/lircd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), lircd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/livecd_selinux.8 b/man/man8/livecd_selinux.8
-new file mode 100644
-index 0000000..625f719
---- /dev/null
-+++ b/man/man8/livecd_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "livecd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep livecd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The livecd_t SELinux type can be entered via the \fBsysctl_type, filesystem_type, mtrr_device_t, unlabeled_t, proc_type, file_type, livecd_exec_t\fP file types.
-+
-+The default entrypoint paths for the livecd_t domain are the following:
-+
-+/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.
-+SELinux livecd policy is very flexible allowing users to setup their livecd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for livecd:
-+
-+.EX
-+.B livecd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a livecd_t
-+can be used to make the process type livecd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  livecd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run livecd with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type livecd_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 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 livecd policy is very flexible allowing users to setup their livecd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the livecd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t livecd_exec_t '/srv/livecd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylivecd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for livecd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), livecd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/lldpad_selinux.8 b/man/man8/lldpad_selinux.8
-new file mode 100644
-index 0000000..09445d7
---- /dev/null
-+++ b/man/man8/lldpad_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "lldpad_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lldpad_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lldpad_t SELinux type can be entered via the \fBlldpad_exec_t\fP file type.
-+
-+The default entrypoint paths for the lldpad_t domain are the following:
-+
-+/usr/sbin/lldpad
-+.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 lldpad policy is very flexible allowing users to setup their lldpad processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lldpad:
-+
-+.EX
-+.B lldpad_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lldpad_t
-+can be used to make the process type lldpad_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lldpad policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lldpad with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lldpad_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 lldpad_tmpfs_t
-+
-+
-+.br
-+.B lldpad_var_lib_t
-+
-+	/var/lib/lldpad(/.*)?
-+.br
-+
-+.br
-+.B lldpad_var_run_t
-+
-+	/var/run/lldpad.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 lldpad policy is very flexible allowing users to setup their lldpad processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lldpad, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lldpad_exec_t '/srv/lldpad/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylldpad_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lldpad:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lldpad(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/load_policy_selinux.8 b/man/man8/load_policy_selinux.8
-new file mode 100644
-index 0000000..5abe357
---- /dev/null
-+++ b/man/man8/load_policy_selinux.8
-@@ -0,0 +1,167 @@
-+.TH  "load_policy_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep load_policy_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The load_policy_t SELinux type can be entered via the \fBload_policy_exec_t\fP file type.
-+
-+The default entrypoint paths for the load_policy_t domain are the following:
-+
-+/sbin/load_policy, /usr/sbin/load_policy
-+.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 load_policy policy is very flexible allowing users to setup their load_policy processes in as secure a method as possible.
-+.PP
-+The following process types are defined for load_policy:
-+
-+.EX
-+.B load_policy_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a load_policy_t
-+can be used to make the process type load_policy_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  load_policy policy is extremely flexible and has several booleans that allow you to manipulate the policy and run load_policy with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type load_policy_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 boolean_type
-+
-+
-+.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 load_policy policy is very flexible allowing users to setup their load_policy processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the load_policy, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t load_policy_exec_t '/srv/load_policy/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myload_policy_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for load_policy:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/load_policy, /usr/sbin/load_policy
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), load_policy(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), loadkeys_selinux(8)
-\ 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..eefc857
---- /dev/null
-+++ b/man/man8/loadkeys_selinux.8
-@@ -0,0 +1,159 @@
-+.TH  "loadkeys_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep loadkeys_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The loadkeys_t SELinux type can be entered via the \fBloadkeys_exec_t\fP file type.
-+
-+The default entrypoint paths for the loadkeys_t domain are the following:
-+
-+/bin/unikeys, /bin/loadkeys, /usr/bin/unikeys, /usr/bin/loadkeys
-+.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 loadkeys policy is very flexible allowing users to setup their loadkeys processes in as secure a method as possible.
-+.PP
-+The following process types are defined for loadkeys:
-+
-+.EX
-+.B loadkeys_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a loadkeys_t
-+can be used to make the process type loadkeys_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  loadkeys policy is extremely flexible and has several booleans that allow you to manipulate the policy and run loadkeys with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 loadkeys policy is very flexible allowing users to setup their loadkeys processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the loadkeys, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t loadkeys_exec_t '/srv/loadkeys/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myloadkeys_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for loadkeys:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/unikeys, /bin/loadkeys, /usr/bin/unikeys, /usr/bin/loadkeys
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), loadkeys(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/local_login_selinux.8 b/man/man8/local_login_selinux.8
-new file mode 100644
-index 0000000..931f349
---- /dev/null
-+++ b/man/man8/local_login_selinux.8
-@@ -0,0 +1,455 @@
-+.TH  "local_login_selinux"  "8"  "13-01-16" "local_login" "SELinux Policy documentation for local_login"
-+.SH "NAME"
-+local_login_selinux \- Security Enhanced Linux Policy for the local_login processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the local_login processes via flexible mandatory access control.
-+
-+The local_login processes execute with the local_login_t SELinux 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 local_login_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The local_login_t SELinux type can be entered via the \fBlogin_exec_t\fP file type.
-+
-+The default entrypoint paths for the local_login_t domain are the following:
-+
-+/bin/login, /usr/bin/login, /usr/kerberos/sbin/login\.krb5
-+.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 local_login policy is very flexible allowing users to setup their local_login processes in as secure a method as possible.
-+.PP
-+The following process types are defined for local_login:
-+
-+.EX
-+.B local_login_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a local_login_t
-+can be used to make the process type local_login_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  local_login policy is extremely flexible and has several booleans that allow you to manipulate the policy and run local_login with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a radius server, you must turn on the authlogin_radius boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_radius 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a yubikey  server, you must turn on the authlogin_yubikey boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_yubikey 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow a user to login as an unconfined domain, you must turn on the unconfined_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the local_login_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 local_login_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type local_login_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B auth_home_t
-+
-+	/root/\.google_authenticator
-+.br
-+	/root/\.google_authenticator~
-+.br
-+	/home/[^/]*/\.google_authenticator
-+.br
-+	/home/[^/]*/\.google_authenticator~
-+.br
-+	/home/pwalsh/\.google_authenticator
-+.br
-+	/home/pwalsh/\.google_authenticator~
-+.br
-+	/home/dwalsh/\.google_authenticator
-+.br
-+	/home/dwalsh/\.google_authenticator~
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator~
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B local_login_lock_t
-+
-+
-+.br
-+.B pam_var_console_t
-+
-+	/var/run/console(/.*)?
-+.br
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.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 local_login policy is very flexible allowing users to setup their local_login processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the local_login, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t local_login_home_t '/srv/local_login/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylocal_login_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for local_login:
-+
-+
-+.EX
-+.PP
-+.B local_login_home_t
-+.EE
-+
-+- Set files with the local_login_home_t type, if you want to store local login files in the users home directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.hushlogin, /home/[^/]*/\.hushlogin, /home/pwalsh/\.hushlogin, /home/dwalsh/\.hushlogin, /var/lib/xguest/home/xguest/\.hushlogin
-+
-+.EX
-+.PP
-+.B local_login_lock_t
-+.EE
-+
-+- Set files with the local_login_lock_t type, if you want to treat the files as local login 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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), local_login(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/locate_selinux.8 b/man/man8/locate_selinux.8
-new file mode 100644
-index 0000000..5d900d0
---- /dev/null
-+++ b/man/man8/locate_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "locate_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep locate_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The locate_t SELinux type can be entered via the \fBlocate_exec_t\fP file type.
-+
-+The default entrypoint paths for the locate_t domain are the following:
-+
-+/usr/bin/updatedb
-+.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 locate policy is very flexible allowing users to setup their locate processes in as secure a method as possible.
-+.PP
-+The following process types are defined for locate:
-+
-+.EX
-+.B locate_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a locate_t
-+can be used to make the process type locate_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  locate policy is extremely flexible and has several booleans that allow you to manipulate the policy and run locate with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the locate_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 locate_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type locate_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 locate_var_lib_t
-+
-+	/var/lib/[sm]locate(/.*)?
-+.br
-+
-+.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 locate policy is very flexible allowing users to setup their locate processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the locate, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t locate_exec_t '/srv/locate/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylocate_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for locate:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), locate(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/lockdev_selinux.8 b/man/man8/lockdev_selinux.8
-new file mode 100644
-index 0000000..121a647
---- /dev/null
-+++ b/man/man8/lockdev_selinux.8
-@@ -0,0 +1,165 @@
-+.TH  "lockdev_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lockdev_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lockdev_t SELinux type can be entered via the \fBlockdev_exec_t\fP file type.
-+
-+The default entrypoint paths for the lockdev_t domain are the following:
-+
-+/usr/sbin/lockdev
-+.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 lockdev policy is very flexible allowing users to setup their lockdev processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lockdev:
-+
-+.EX
-+.B lockdev_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lockdev_t
-+can be used to make the process type lockdev_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lockdev policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lockdev with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lockdev_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 lockdev_lock_t
-+
-+	/var/lock/lockdev(/.*)?
-+.br
-+
-+.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 lockdev policy is very flexible allowing users to setup their lockdev processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lockdev, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lockdev_exec_t '/srv/lockdev/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylockdev_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lockdev:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lockdev(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/logadm_selinux.8 b/man/man8/logadm_selinux.8
-new file mode 100644
-index 0000000..a7eea62
---- /dev/null
-+++ b/man/man8/logadm_selinux.8
-@@ -0,0 +1,293 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+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
-+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.
-+
-+The default type for the logadm_r role is logadm_t.
-+
-+The
-+.B newrole
-+program to transition directly to this role.
-+
-+.B newrole -r logadm_r -t logadm_t
-+
-+.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
-+
-+.br
-+sudo will run COMMAND as staff_u:logadm_r:logadm_t:LEVEL
-+
-+When using a a non login role, you need to setup SELinux so that your SELinux user can reach logadm_r role.
-+
-+Execute the following to see all of the assigned SELinux roles:
-+
-+.B semanage user -l
-+
-+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
-+
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  logadm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run logadm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type logadm_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 auditd_etc_t
-+
-+	/etc/audit(/.*)?
-+.br
-+
-+.br
-+.B auditd_log_t
-+
-+	/var/log/audit(/.*)?
-+.br
-+	/var/log/audit\.log
-+.br
-+
-+.br
-+.B auditd_unit_file_t
-+
-+	/usr/lib/systemd/system/auditd.*
-+.br
-+
-+.br
-+.B auditd_var_run_t
-+
-+	/var/run/auditd\.pid
-+.br
-+	/var/run/auditd_sock
-+.br
-+	/var/run/audit_events
-+.br
-+
-+.br
-+.B klogd_tmp_t
-+
-+
-+.br
-+.B klogd_var_run_t
-+
-+	/var/run/klogd\.pid
-+.br
-+
-+.br
-+.B logfile
-+
-+	all log files
-+.br
-+
-+.br
-+.B syslog_conf_t
-+
-+	/etc/syslog.conf
-+.br
-+	/etc/rsyslog.conf
-+.br
-+	/etc/rsyslog.d(/.*)?
-+.br
-+
-+.br
-+.B syslogd_tmp_t
-+
-+
-+.br
-+.B syslogd_var_lib_t
-+
-+	/var/lib/r?syslog(/.*)?
-+.br
-+	/var/lib/syslog-ng(/.*)?
-+.br
-+	/var/lib/syslog-ng.persist
-+.br
-+	/var/lib/misc/syslog-ng.persist-?
-+.br
-+
-+.br
-+.B syslogd_var_run_t
-+
-+	/var/run/log(/.*)?
-+.br
-+	/var/run/syslog-ng.ctl
-+.br
-+	/var/log/syslog-ng(/.*)?
-+.br
-+	/var/run/syslog-ng(/.*)?
-+.br
-+	/var/run/systemd/journal(/.*)?
-+.br
-+	/var/run/metalog\.pid
-+.br
-+	/var/run/syslogd\.pid
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), logadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/logrotate_mail_selinux.8 b/man/man8/logrotate_mail_selinux.8
-new file mode 100644
-index 0000000..d223d19
---- /dev/null
-+++ b/man/man8/logrotate_mail_selinux.8
-@@ -0,0 +1,244 @@
-+.TH  "logrotate_mail_selinux"  "8"  "13-01-16" "logrotate_mail" "SELinux Policy documentation for logrotate_mail"
-+.SH "NAME"
-+logrotate_mail_selinux \- Security Enhanced Linux Policy for the logrotate_mail processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the logrotate_mail processes via flexible mandatory access control.
-+
-+The logrotate_mail processes execute with the logrotate_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:
-+
-+.B ps -eZ | grep logrotate_mail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The logrotate_mail_t SELinux type can be entered via the \fBmta_exec_type, mta_exec_type, sendmail_exec_t\fP file types.
-+
-+The default entrypoint paths for the logrotate_mail_t domain are the following:
-+
-+/bin/mail(x)?, /usr/bin/mail(x)?, /usr/sbin/sendmail(\.sendmail)?, /usr/bin/esmtp, /usr/sbin/rmail, /usr/sbin/ssmtp, /usr/lib/sendmail, /var/qmail/bin/sendmail, /usr/sbin/sendmail\.postfix, /usr/lib/courier/bin/sendmail
-+.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 logrotate_mail policy is very flexible allowing users to setup their logrotate_mail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for logrotate_mail:
-+
-+.EX
-+.B logrotate_mail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a logrotate_mail_t
-+can be used to make the process type logrotate_mail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  logrotate_mail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run logrotate_mail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the logrotate_mail_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 logrotate_mail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type logrotate_mail_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 courier_spool_t
-+
-+	/var/spool/courier(/.*)?
-+.br
-+	/var/spool/authdaemon(/.*)?
-+.br
-+
-+.br
-+.B exim_log_t
-+
-+	/var/log/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B exim_spool_t
-+
-+	/var/spool/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B logrotate_mail_tmp_t
-+
-+
-+.br
-+.B logrotate_tmp_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.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 sendmail_log_t
-+
-+	/var/log/mail(/.*)?
-+.br
-+	/var/log/sendmail\.st.*
-+.br
-+
-+.br
-+.B uucpd_spool_t
-+
-+	/var/spool/uucp(/.*)?
-+.br
-+	/var/spool/uucppublic(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), logrotate_mail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), logrotate_selinux(8), logrotate_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/logrotate_selinux.8 b/man/man8/logrotate_selinux.8
-new file mode 100644
-index 0000000..cb77089
---- /dev/null
-+++ b/man/man8/logrotate_selinux.8
-@@ -0,0 +1,317 @@
-+.TH  "logrotate_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep logrotate_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The logrotate_t SELinux type can be entered via the \fBlogrotate_exec_t\fP file type.
-+
-+The default entrypoint paths for the logrotate_t domain are the following:
-+
-+/etc/cron\.(daily|weekly)/sysklogd, /usr/sbin/logrotate
-+.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 logrotate policy is very flexible allowing users to setup their logrotate processes in as secure a method as possible.
-+.PP
-+The following process types are defined for logrotate:
-+
-+.EX
-+.B logrotate_t, logrotate_mail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a logrotate_t
-+can be used to make the process type logrotate_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  logrotate policy is extremely flexible and has several booleans that allow you to manipulate the policy and run logrotate with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the logrotate_t, logrotate_mail_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 logrotate_t, logrotate_mail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type logrotate_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 abrt_var_cache_t
-+
-+	/var/tmp/abrt(/.*)?
-+.br
-+	/var/cache/abrt(/.*)?
-+.br
-+	/var/spool/abrt(/.*)?
-+.br
-+	/var/cache/abrt-di(/.*)?
-+.br
-+
-+.br
-+.B logfile
-+
-+	all log files
-+.br
-+
-+.br
-+.B logrotate_lock_t
-+
-+
-+.br
-+.B logrotate_tmp_t
-+
-+
-+.br
-+.B logrotate_var_lib_t
-+
-+	/var/lib/logrotate\.status
-+.br
-+
-+.br
-+.B named_cache_t
-+
-+	/var/named/data(/.*)?
-+.br
-+	/var/lib/unbound(/.*)?
-+.br
-+	/var/named/slaves(/.*)?
-+.br
-+	/var/named/dynamic(/.*)?
-+.br
-+	/var/named/chroot/var/tmp(/.*)?
-+.br
-+	/var/named/chroot/var/named/data(/.*)?
-+.br
-+	/var/named/chroot/var/named/slaves(/.*)?
-+.br
-+	/var/named/chroot/var/named/dynamic(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B var_spool_t
-+
-+	/var/spool(/.*)?
-+.br
-+
-+.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 logrotate policy is very flexible allowing users to setup their logrotate processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the logrotate, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t logrotate_exec_t '/srv/logrotate/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylogrotate_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for logrotate:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/cron\.(daily|weekly)/sysklogd, /usr/sbin/logrotate
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), logrotate(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), logrotate_mail_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/logwatch_mail_selinux.8 b/man/man8/logwatch_mail_selinux.8
-new file mode 100644
-index 0000000..accdfe9
---- /dev/null
-+++ b/man/man8/logwatch_mail_selinux.8
-@@ -0,0 +1,244 @@
-+.TH  "logwatch_mail_selinux"  "8"  "13-01-16" "logwatch_mail" "SELinux Policy documentation for logwatch_mail"
-+.SH "NAME"
-+logwatch_mail_selinux \- Security Enhanced Linux Policy for the logwatch_mail processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the logwatch_mail processes via flexible mandatory access control.
-+
-+The logwatch_mail processes execute with the logwatch_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:
-+
-+.B ps -eZ | grep logwatch_mail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The logwatch_mail_t SELinux type can be entered via the \fBmta_exec_type, mta_exec_type, sendmail_exec_t\fP file types.
-+
-+The default entrypoint paths for the logwatch_mail_t domain are the following:
-+
-+/bin/mail(x)?, /usr/bin/mail(x)?, /usr/sbin/sendmail(\.sendmail)?, /usr/bin/esmtp, /usr/sbin/rmail, /usr/sbin/ssmtp, /usr/lib/sendmail, /var/qmail/bin/sendmail, /usr/sbin/sendmail\.postfix, /usr/lib/courier/bin/sendmail
-+.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 logwatch_mail policy is very flexible allowing users to setup their logwatch_mail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for logwatch_mail:
-+
-+.EX
-+.B logwatch_mail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a logwatch_mail_t
-+can be used to make the process type logwatch_mail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  logwatch_mail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run logwatch_mail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the logwatch_mail_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 logwatch_mail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type logwatch_mail_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 courier_spool_t
-+
-+	/var/spool/courier(/.*)?
-+.br
-+	/var/spool/authdaemon(/.*)?
-+.br
-+
-+.br
-+.B exim_log_t
-+
-+	/var/log/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B exim_spool_t
-+
-+	/var/spool/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B logwatch_mail_tmp_t
-+
-+
-+.br
-+.B logwatch_tmp_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.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 sendmail_log_t
-+
-+	/var/log/mail(/.*)?
-+.br
-+	/var/log/sendmail\.st.*
-+.br
-+
-+.br
-+.B uucpd_spool_t
-+
-+	/var/spool/uucp(/.*)?
-+.br
-+	/var/spool/uucppublic(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), logwatch_mail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), logwatch_selinux(8), logwatch_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/logwatch_selinux.8 b/man/man8/logwatch_selinux.8
-new file mode 100644
-index 0000000..30cd4aa
---- /dev/null
-+++ b/man/man8/logwatch_selinux.8
-@@ -0,0 +1,321 @@
-+.TH  "logwatch_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep logwatch_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The logwatch_t SELinux type can be entered via the \fBlogwatch_exec_t\fP file type.
-+
-+The default entrypoint paths for the logwatch_t domain are the following:
-+
-+/usr/sbin/epylog, /usr/sbin/logcheck, /usr/sbin/logwatch\.pl, /usr/share/logwatch/scripts/logwatch\.pl
-+.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 logwatch policy is very flexible allowing users to setup their logwatch processes in as secure a method as possible.
-+.PP
-+The following process types are defined for logwatch:
-+
-+.EX
-+.B logwatch_t, logwatch_mail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a logwatch_t
-+can be used to make the process type logwatch_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  logwatch policy is extremely flexible and has several booleans that allow you to manipulate the policy and run logwatch with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the logwatch_mail_t, logwatch_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 logwatch_mail_t, logwatch_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type logwatch_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 logwatch_cache_t
-+
-+	/var/lib/epylog(/.*)?
-+.br
-+	/var/lib/logcheck(/.*)?
-+.br
-+	/var/cache/logwatch(/.*)?
-+.br
-+
-+.br
-+.B logwatch_lock_t
-+
-+	/var/lock/logcheck.*
-+.br
-+
-+.br
-+.B logwatch_tmp_t
-+
-+
-+.br
-+.B logwatch_var_run_t
-+
-+	/var/run/epylog\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 logwatch policy is very flexible allowing users to setup their logwatch processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the logwatch, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t logwatch_cache_t '/srv/logwatch/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylogwatch_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for logwatch:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/epylog(/.*)?, /var/lib/logcheck(/.*)?, /var/cache/logwatch(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/epylog, /usr/sbin/logcheck, /usr/sbin/logwatch\.pl, /usr/share/logwatch/scripts/logwatch\.pl
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), logwatch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), logwatch_mail_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/lpd_selinux.8 b/man/man8/lpd_selinux.8
-new file mode 100644
-index 0000000..dfa6f72
---- /dev/null
-+++ b/man/man8/lpd_selinux.8
-@@ -0,0 +1,249 @@
-+.TH  "lpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lpd_t SELinux type can be entered via the \fBlpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the lpd_t domain are the following:
-+
-+/usr/sbin/lpd
-+.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 lpd policy is very flexible allowing users to setup their lpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lpd:
-+
-+.EX
-+.B lpd_t, lpr_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lpd_t
-+can be used to make the process type lpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the lpr_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 lpr_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lpd_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 lpd_tmp_t
-+
-+
-+.br
-+.B lpd_var_run_t
-+
-+	/var/run/lprng(/.*)?
-+.br
-+	/var/spool/turboprint(/.*)?
-+.br
-+
-+.br
-+.B print_spool_t
-+
-+	/var/spool/lpd(/.*)?
-+.br
-+	/var/spool/cups(/.*)?
-+.br
-+	/var/spool/cups-pdf(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 lpd policy is very flexible allowing users to setup their lpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lpd_exec_t '/srv/lpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/lprng(/.*)?, /var/spool/turboprint(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), lpr_selinux(8)
-\ 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..3e618f4
---- /dev/null
-+++ b/man/man8/lpr_selinux.8
-@@ -0,0 +1,265 @@
-+.TH  "lpr_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lpr_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lpr_t SELinux type can be entered via the \fBlpr_exec_t\fP file type.
-+
-+The default entrypoint paths for the lpr_t domain are the following:
-+
-+/usr/bin/lp(\.cups)?, /usr/bin/lpq(\.cups)?, /usr/bin/lpr(\.cups)?, /usr/bin/lprm(\.cups)?, /usr/sbin/lpc(\.cups)?, /usr/bin/cancel(\.cups)?, /usr/bin/lpstat(\.cups)?, /opt/gutenprint/bin(/.*)?, /opt/gutenprint/sbin(/.*)?, /usr/linuxprinter/bin/l?lpr, /usr/local/linuxprinter/bin/l?lpr, /usr/sbin/accept, /usr/sbin/lpinfo, /usr/sbin/lpmove, /usr/sbin/lpadmin, /usr/bin/lpoptions
-+.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 lpr policy is very flexible allowing users to setup their lpr processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lpr:
-+
-+.EX
-+.B lpr_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lpr_t
-+can be used to make the process type lpr_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lpr policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lpr with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether to support lpd server, you must turn on the use_lpd_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_lpd_server 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the lpr_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 lpr_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lpr_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 lpr_tmp_t
-+
-+
-+.br
-+.B print_spool_t
-+
-+	/var/spool/lpd(/.*)?
-+.br
-+	/var/spool/cups(/.*)?
-+.br
-+	/var/spool/cups-pdf(/.*)?
-+.br
-+
-+.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 lpr policy is very flexible allowing users to setup their lpr processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lpr, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lpr_exec_t '/srv/lpr/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylpr_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lpr:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/lp(\.cups)?, /usr/bin/lpq(\.cups)?, /usr/bin/lpr(\.cups)?, /usr/bin/lprm(\.cups)?, /usr/sbin/lpc(\.cups)?, /usr/bin/cancel(\.cups)?, /usr/bin/lpstat(\.cups)?, /opt/gutenprint/bin(/.*)?, /opt/gutenprint/sbin(/.*)?, /usr/linuxprinter/bin/l?lpr, /usr/local/linuxprinter/bin/l?lpr, /usr/sbin/accept, /usr/sbin/lpinfo, /usr/sbin/lpmove, /usr/sbin/lpadmin, /usr/bin/lpoptions
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lpr(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/lsassd_selinux.8 b/man/man8/lsassd_selinux.8
-new file mode 100644
-index 0000000..361a2ed
---- /dev/null
-+++ b/man/man8/lsassd_selinux.8
-@@ -0,0 +1,401 @@
-+.TH  "lsassd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lsassd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lsassd_t SELinux type can be entered via the \fBlsassd_exec_t\fP file type.
-+
-+The default entrypoint paths for the lsassd_t domain are the following:
-+
-+/usr/sbin/lsassd, /opt/likewise/sbin/lsassd
-+.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 lsassd policy is very flexible allowing users to setup their lsassd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lsassd:
-+
-+.EX
-+.B lsassd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lsassd_t
-+can be used to make the process type lsassd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lsassd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lsassd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lsassd_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B etc_t
-+
-+	/etc/.*
-+.br
-+	/var/db/.*\.db
-+.br
-+	/usr/etc(/.*)?
-+.br
-+	/var/ftp/etc(/.*)?
-+.br
-+	/var/lib/openshift/.limits.d(/.*)?
-+.br
-+	/var/lib/openshift/.openshift-proxy.d(/.*)?
-+.br
-+	/var/lib/openshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/lib/stickshift/.limits.d(/.*)?
-+.br
-+	/var/lib/stickshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/named/chroot/etc(/.*)?
-+.br
-+	/etc/ipsec\.d/examples(/.*)?
-+.br
-+	/var/spool/postfix/etc(/.*)?
-+.br
-+	/etc
-+.br
-+	/etc/cups/client\.conf
-+.br
-+
-+.br
-+.B krb5_keytab_t
-+
-+	/etc/krb5\.keytab
-+.br
-+	/etc/krb5kdc/kadm5\.keytab
-+.br
-+	/var/kerberos/krb5kdc/kadm5\.keytab
-+.br
-+
-+.br
-+.B likewise_etc_t
-+
-+	/etc/likewise-open(/.*)?
-+.br
-+
-+.br
-+.B lsassd_tmp_t
-+
-+
-+.br
-+.B lsassd_var_lib_t
-+
-+	/var/lib/likewise/krb5cc.*
-+.br
-+	/var/lib/likewise-open/krb5cc.*
-+.br
-+	/var/lib/likewise/krb5ccr_lsass\..*
-+.br
-+	/var/lib/likewise-open/krb5ccr_lsass\..*
-+.br
-+	/var/lib/likewise/db/lsass-adcache\.filedb\..*
-+.br
-+	/var/lib/likewise-open/db/lsass-adcache\.filedb\..*
-+.br
-+	/var/lib/likewise/lsasd\.err
-+.br
-+	/var/lib/likewise/db/sam\.db
-+.br
-+	/var/lib/likewise/krb5ccr_lsass
-+.br
-+	/var/lib/likewise-open/lsasd\.err
-+.br
-+	/var/lib/likewise-open/db/sam\.db
-+.br
-+	/var/lib/likewise-open/krb5ccr_lsass
-+.br
-+	/var/lib/likewise/db/lsass-adcache\.db
-+.br
-+	/var/lib/likewise/db/lsass-adstate\.filedb
-+.br
-+	/var/lib/likewise-open/db/lsass-adcache\.db
-+.br
-+	/var/lib/likewise-open/db/lsass-adstate\.filedb
-+.br
-+
-+.br
-+.B lsassd_var_run_t
-+
-+	/var/run/lsassd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 lsassd policy is very flexible allowing users to setup their lsassd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lsassd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lsassd_exec_t '/srv/lsassd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylsassd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lsassd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/lsassd, /opt/likewise/sbin/lsassd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/krb5cc.*, /var/lib/likewise-open/krb5cc.*, /var/lib/likewise/krb5ccr_lsass\..*, /var/lib/likewise-open/krb5ccr_lsass\..*, /var/lib/likewise/db/lsass-adcache\.filedb\..*, /var/lib/likewise-open/db/lsass-adcache\.filedb\..*, /var/lib/likewise/lsasd\.err, /var/lib/likewise/db/sam\.db, /var/lib/likewise/krb5ccr_lsass, /var/lib/likewise-open/lsasd\.err, /var/lib/likewise-open/db/sam\.db, /var/lib/likewise-open/krb5ccr_lsass, /var/lib/likewise/db/lsass-adcache\.db, /var/lib/likewise/db/lsass-adstate\.filedb, /var/lib/likewise-open/db/lsass-adcache\.db, /var/lib/likewise-open/db/lsass-adstate\.filedb
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/\.ntlmd, /var/lib/likewise/\.lsassd, /var/lib/likewise/rpc/lsass, /var/lib/likewise-open/\.ntlmd, /var/lib/likewise-open/\.lsassd, /var/lib/likewise-open/rpc/lsass
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lsassd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/lvm_selinux.8 b/man/man8/lvm_selinux.8
-new file mode 100644
-index 0000000..b55ddda
---- /dev/null
-+++ b/man/man8/lvm_selinux.8
-@@ -0,0 +1,323 @@
-+.TH  "lvm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lvm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lvm_t SELinux type can be entered via the \fBlvm_exec_t\fP file type.
-+
-+The default entrypoint paths for the lvm_t domain are the following:
-+
-+/lib/lvm-10/.*, /lib/lvm-200/.*, /usr/lib/lvm-10/.*, /usr/lib/lvm-200/.*, /usr/lib/systemd/system-generators/lvm2.*, /sbin/lvm, /sbin/lvs, /sbin/pvs, /sbin/vgs, /sbin/vgck, /sbin/dmraid, /sbin/kpartx, /sbin/lvmsar, /sbin/lvscan, /sbin/pvdata, /sbin/pvmove, /sbin/pvscan, /sbin/vgscan, /sbin/dmsetup, /sbin/e2fsadm, /sbin/lvmetad, /sbin/lvmsadc, /sbin/vgmerge, /sbin/vgsplit, /usr/sbin/lvm, /usr/sbin/lvs, /usr/sbin/pvs, /usr/sbin/vgs, /sbin/lvchange, /sbin/lvcreate, /sbin/lvextend, /sbin/lvreduce, /sbin/lvremove, /sbin/lvrename, /sbin/lvresize, /sbin/pvchange, /sbin/pvcreate, /sbin/pvremove, /sbin/vgchange, /sbin/vgcreate, /sbin/vgexport, /sbin/vgextend, /sbin/vgimport, /sbin/vgreduce, /sbin/vgremove, /sbin/vgrename, /usr/sbin/vgck, /sbin/lvdisplay, /sbin/lvmchange, /sbin/pvdisplay, /sbin/vgdisplay, /sbin/vgmknodes, /sbin/vgwrapper, /sbin/cryptsetup, /sbin/lvm\.static, /sbin/multipathd, /usr/sbin/dmraid, /usr/sbin/kpartx, /usr/sbin/lvmsar, /usr/sbin/lvscan, /usr/sbin/pvdata, /u
 sr/sbin/pvmove, /usr/sbin/pvscan, /usr/sbin/vgscan, /sbin/mount\.crypt, /sbin/lvmdiskscan, /sbin/vgcfgbackup, /usr/sbin/dmsetup, /usr/sbin/e2fsadm, /usr/sbin/lvmetad, /usr/sbin/lvmsadc, /usr/sbin/vgmerge, /usr/sbin/vgsplit, /sbin/vgcfgrestore, /usr/sbin/dmeventd, /usr/sbin/lvchange, /usr/sbin/lvcreate, /usr/sbin/lvextend, /usr/sbin/lvreduce, /usr/sbin/lvremove, /usr/sbin/lvrename, /usr/sbin/lvresize, /usr/sbin/pvchange, /usr/sbin/pvcreate, /usr/sbin/pvremove, /usr/sbin/vgchange, /usr/sbin/vgcreate, /usr/sbin/vgexport, /usr/sbin/vgextend, /usr/sbin/vgimport, /usr/sbin/vgreduce, /usr/sbin/vgremove, /usr/sbin/vgrename, /sbin/lvmiopversion, /sbin/vgscan\.static, /usr/sbin/lvdisplay, /usr/sbin/lvmchange, /usr/sbin/pvdisplay, /usr/sbin/vgdisplay, /usr/sbin/vgmknodes, /usr/sbin/vgwrapper, /sbin/dmsetup\.static, /usr/sbin/cryptsetup, /usr/sbin/lvm\.static, /usr/sbin/multipathd, /sbin/vgchange\.static, /usr/sbin/lvmdiskscan, /usr/sbin/mount\.crypt, /usr/sbin/vgcfgbackup, /sbin/multip
 ath\.static, /usr/sbin/vgcfgrestore, /usr/sbin/lvmiopversion, /usr/sbin/vgscan\.static, /usr/sbin/dmsetup\.static, /usr/sbin/vgchange\.static, /usr/sbin/multipath\.static, /lib/udev/udisks-lvm-pv-export, /usr/lib/udev/udisks-lvm-pv-export, /usr/lib/systemd/systemd-cryptsetup
-+.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 lvm policy is very flexible allowing users to setup their lvm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lvm:
-+
-+.EX
-+.B lvm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lvm_t
-+can be used to make the process type lvm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lvm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lvm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lvm_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 anon_inodefs_t
-+
-+
-+.br
-+.B device_t
-+
-+	/dev/.*
-+.br
-+	/lib/udev/devices(/.*)?
-+.br
-+	/usr/lib/udev/devices(/.*)?
-+.br
-+	/dev
-+.br
-+	/etc/udev/devices
-+.br
-+	/var/named/chroot/dev
-+.br
-+	/var/spool/postfix/dev
-+.br
-+
-+.br
-+.B lvm_lock_t
-+
-+	/etc/lvm/lock(/.*)?
-+.br
-+	/var/lock/lvm(/.*)?
-+.br
-+
-+.br
-+.B lvm_metadata_t
-+
-+	/etc/lvmtab(/.*)?
-+.br
-+	/etc/lvmtab\.d(/.*)?
-+.br
-+	/etc/lvm/cache(/.*)?
-+.br
-+	/etc/multipath(/.*)?
-+.br
-+	/etc/lvm/backup(/.*)?
-+.br
-+	/etc/lvm/archive(/.*)?
-+.br
-+	/var/cache/multipathd(/.*)?
-+.br
-+	/etc/lvm/\.cache
-+.br
-+
-+.br
-+.B lvm_tmp_t
-+
-+
-+.br
-+.B lvm_var_lib_t
-+
-+	/var/lib/multipath(/.*)?
-+.br
-+
-+.br
-+.B lvm_var_run_t
-+
-+	/var/run/lvm(/.*)?
-+.br
-+	/var/run/dmevent.*
-+.br
-+	/var/run/multipathd\.sock
-+.br
-+
-+.br
-+.B rpm_script_tmp_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B virt_image_type
-+
-+	all virtual image files
-+.br
-+
-+.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 lvm policy is very flexible allowing users to setup their lvm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lvm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lvm_etc_t '/srv/lvm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylvm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lvm:
-+
-+
-+.EX
-+.PP
-+.B lvm_etc_t
-+.EE
-+
-+- Set files with the lvm_etc_t type, if you want to store lvm files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/lib/lvm-10/.*, /lib/lvm-200/.*, /usr/lib/lvm-10/.*, /usr/lib/lvm-200/.*, /usr/lib/systemd/system-generators/lvm2.*, /sbin/lvm, /sbin/lvs, /sbin/pvs, /sbin/vgs, /sbin/vgck, /sbin/dmraid, /sbin/kpartx, /sbin/lvmsar, /sbin/lvscan, /sbin/pvdata, /sbin/pvmove, /sbin/pvscan, /sbin/vgscan, /sbin/dmsetup, /sbin/e2fsadm, /sbin/lvmetad, /sbin/lvmsadc, /sbin/vgmerge, /sbin/vgsplit, /usr/sbin/lvm, /usr/sbin/lvs, /usr/sbin/pvs, /usr/sbin/vgs, /sbin/lvchange, /sbin/lvcreate, /sbin/lvextend, /sbin/lvreduce, /sbin/lvremove, /sbin/lvrename, /sbin/lvresize, /sbin/pvchange, /sbin/pvcreate, /sbin/pvremove, /sbin/vgchange, /sbin/vgcreate, /sbin/vgexport, /sbin/vgextend, /sbin/vgimport, /sbin/vgreduce, /sbin/vgremove, /sbin/vgrename, /usr/sbin/vgck, /sbin/lvdisplay, /sbin/lvmchange, /sbin/pvdisplay, /sbin/vgdisplay, /sbin/vgmknodes, /sbin/vgwrapper, /sbin/cryptsetup, /sbin/lvm\.static, /sbin/multipathd, /usr/sbin/dmraid, /usr/sbin/kpartx, /usr/sbin/lvmsar, /usr/sbin/lvscan, /usr/sbin/pvdata, /u
 sr/sbin/pvmove, /usr/sbin/pvscan, /usr/sbin/vgscan, /sbin/mount\.crypt, /sbin/lvmdiskscan, /sbin/vgcfgbackup, /usr/sbin/dmsetup, /usr/sbin/e2fsadm, /usr/sbin/lvmetad, /usr/sbin/lvmsadc, /usr/sbin/vgmerge, /usr/sbin/vgsplit, /sbin/vgcfgrestore, /usr/sbin/dmeventd, /usr/sbin/lvchange, /usr/sbin/lvcreate, /usr/sbin/lvextend, /usr/sbin/lvreduce, /usr/sbin/lvremove, /usr/sbin/lvrename, /usr/sbin/lvresize, /usr/sbin/pvchange, /usr/sbin/pvcreate, /usr/sbin/pvremove, /usr/sbin/vgchange, /usr/sbin/vgcreate, /usr/sbin/vgexport, /usr/sbin/vgextend, /usr/sbin/vgimport, /usr/sbin/vgreduce, /usr/sbin/vgremove, /usr/sbin/vgrename, /sbin/lvmiopversion, /sbin/vgscan\.static, /usr/sbin/lvdisplay, /usr/sbin/lvmchange, /usr/sbin/pvdisplay, /usr/sbin/vgdisplay, /usr/sbin/vgmknodes, /usr/sbin/vgwrapper, /sbin/dmsetup\.static, /usr/sbin/cryptsetup, /usr/sbin/lvm\.static, /usr/sbin/multipathd, /sbin/vgchange\.static, /usr/sbin/lvmdiskscan, /usr/sbin/mount\.crypt, /usr/sbin/vgcfgbackup, /sbin/multip
 ath\.static, /usr/sbin/vgcfgrestore, /usr/sbin/lvmiopversion, /usr/sbin/vgscan\.static, /usr/sbin/dmsetup\.static, /usr/sbin/vgchange\.static, /usr/sbin/multipath\.static, /lib/udev/udisks-lvm-pv-export, /usr/lib/udev/udisks-lvm-pv-export, /usr/lib/systemd/systemd-cryptsetup
-+
-+.EX
-+.PP
-+.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
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/lvm/lock(/.*)?, /var/lock/lvm(/.*)?
-+
-+.EX
-+.PP
-+.B lvm_metadata_t
-+.EE
-+
-+- Set files with the lvm_metadata_t type, if you want to treat the files as lvm metadata data.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/lvmtab(/.*)?, /etc/lvmtab\.d(/.*)?, /etc/lvm/cache(/.*)?, /etc/multipath(/.*)?, /etc/lvm/backup(/.*)?, /etc/lvm/archive(/.*)?, /var/cache/multipathd(/.*)?, /etc/lvm/\.cache
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/lvm(/.*)?, /var/run/dmevent.*, /var/run/multipathd\.sock
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lvm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/lwiod_selinux.8 b/man/man8/lwiod_selinux.8
-new file mode 100644
-index 0000000..5e6343c
---- /dev/null
-+++ b/man/man8/lwiod_selinux.8
-@@ -0,0 +1,239 @@
-+.TH  "lwiod_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lwiod_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lwiod_t SELinux type can be entered via the \fBlwiod_exec_t\fP file type.
-+
-+The default entrypoint paths for the lwiod_t domain are the following:
-+
-+/usr/sbin/lwiod, /opt/likewise/sbin/lwiod
-+.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 lwiod policy is very flexible allowing users to setup their lwiod processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lwiod:
-+
-+.EX
-+.B lwiod_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lwiod_t
-+can be used to make the process type lwiod_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lwiod policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lwiod with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lwiod_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 krb5_conf_t
-+
-+	/etc/krb5\.conf
-+.br
-+
-+.br
-+.B lwiod_var_lib_t
-+
-+
-+.br
-+.B lwiod_var_run_t
-+
-+	/var/run/lwiod\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 lwiod policy is very flexible allowing users to setup their lwiod processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lwiod, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lwiod_exec_t '/srv/lwiod/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylwiod_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lwiod:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/lwiod, /opt/likewise/sbin/lwiod
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/\.lwiod, /var/lib/likewise-open/\.lwiod
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lwiod(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/lwregd_selinux.8 b/man/man8/lwregd_selinux.8
-new file mode 100644
-index 0000000..99e17fa
---- /dev/null
-+++ b/man/man8/lwregd_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "lwregd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lwregd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lwregd_t SELinux type can be entered via the \fBlwregd_exec_t\fP file type.
-+
-+The default entrypoint paths for the lwregd_t domain are the following:
-+
-+/usr/sbin/lwregd, /opt/likewise/sbin/lwregd
-+.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 lwregd policy is very flexible allowing users to setup their lwregd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lwregd:
-+
-+.EX
-+.B lwregd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lwregd_t
-+can be used to make the process type lwregd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lwregd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lwregd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lwregd_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 lwregd_var_lib_t
-+
-+	/var/lib/likewise/regsd\.err
-+.br
-+	/var/lib/likewise/db/registry\.db
-+.br
-+	/var/lib/likewise-open/regsd\.err
-+.br
-+	/var/lib/likewise-open/db/registry\.db
-+.br
-+
-+.br
-+.B lwregd_var_run_t
-+
-+	/var/run/lwregd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 lwregd policy is very flexible allowing users to setup their lwregd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lwregd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lwregd_exec_t '/srv/lwregd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylwregd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lwregd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/lwregd, /opt/likewise/sbin/lwregd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/regsd\.err, /var/lib/likewise/db/registry\.db, /var/lib/likewise-open/regsd\.err, /var/lib/likewise-open/db/registry\.db
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/\.regsd, /var/lib/likewise-open/\.regsd
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lwregd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/lwsmd_selinux.8 b/man/man8/lwsmd_selinux.8
-new file mode 100644
-index 0000000..f4b12af
---- /dev/null
-+++ b/man/man8/lwsmd_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "lwsmd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep lwsmd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The lwsmd_t SELinux type can be entered via the \fBlwsmd_exec_t\fP file type.
-+
-+The default entrypoint paths for the lwsmd_t domain are the following:
-+
-+/usr/sbin/lwsmd, /opt/likewise/sbin/lwsmd
-+.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 lwsmd policy is very flexible allowing users to setup their lwsmd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for lwsmd:
-+
-+.EX
-+.B lwsmd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a lwsmd_t
-+can be used to make the process type lwsmd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  lwsmd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run lwsmd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type lwsmd_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 lwsmd_var_lib_t
-+
-+	/var/lib/likewise/\.lwsmd-lock
-+.br
-+	/var/lib/likewise-open/\.lwsmd-lock
-+.br
-+
-+.br
-+.B lwsmd_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 lwsmd policy is very flexible allowing users to setup their lwsmd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the lwsmd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t lwsmd_exec_t '/srv/lwsmd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mylwsmd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for lwsmd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/lwsmd, /opt/likewise/sbin/lwsmd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/\.lwsmd-lock, /var/lib/likewise-open/\.lwsmd-lock
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/\.lwsm, /var/lib/likewise-open/\.lwsm
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), lwsmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/mail_munin_plugin_selinux.8 b/man/man8/mail_munin_plugin_selinux.8
-new file mode 100644
-index 0000000..178a54c
---- /dev/null
-+++ b/man/man8/mail_munin_plugin_selinux.8
-@@ -0,0 +1,187 @@
-+.TH  "mail_munin_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mail_munin_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mail_munin_plugin_t SELinux type can be entered via the \fBmail_munin_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the mail_munin_plugin_t domain are the following:
-+
-+/usr/share/munin/plugins/qmail.*, /usr/share/munin/plugins/exim_mail.*, /usr/share/munin/plugins/sendmail_.*, /usr/share/munin/plugins/courier_mta_.*, /usr/share/munin/plugins/postfix_mail.*, /usr/share/munin/plugins/mailman, /usr/share/munin/plugins/mailscanner
-+.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 mail_munin_plugin policy is very flexible allowing users to setup their mail_munin_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mail_munin_plugin:
-+
-+.EX
-+.B mail_munin_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mail_munin_plugin_t
-+can be used to make the process type mail_munin_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mail_munin_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mail_munin_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mail_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 mail_munin_plugin_tmp_t
-+
-+
-+.br
-+.B munin_plugin_state_t
-+
-+	/var/lib/munin/plugin-state(/.*)?
-+.br
-+
-+.br
-+.B munin_var_lib_t
-+
-+	/var/lib/munin(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mail_munin_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mail_munin_plugin_exec_t '/srv/mail_munin_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymail_munin_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mail_munin_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/munin/plugins/qmail.*, /usr/share/munin/plugins/exim_mail.*, /usr/share/munin/plugins/sendmail_.*, /usr/share/munin/plugins/courier_mta_.*, /usr/share/munin/plugins/postfix_mail.*, /usr/share/munin/plugins/mailman, /usr/share/munin/plugins/mailscanner
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mail_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mailman_cgi_selinux(8), mailman_mail_selinux(8), mailman_queue_selinux(8)
-\ 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..ae208ec
---- /dev/null
-+++ b/man/man8/mailman_cgi_selinux.8
-@@ -0,0 +1,215 @@
-+.TH  "mailman_cgi_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mailman_cgi_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mailman_cgi_t SELinux type can be entered via the \fBmailman_cgi_exec_t\fP file type.
-+
-+The default entrypoint paths for the mailman_cgi_t domain are the following:
-+
-+/usr/lib/mailman.*/cgi-bin/.*, /usr/lib/cgi-bin/mailman.*/.*
-+.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 mailman_cgi policy is very flexible allowing users to setup their mailman_cgi processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mailman_cgi:
-+
-+.EX
-+.B mailman_cgi_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mailman_cgi_t
-+can be used to make the process type mailman_cgi_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mailman_cgi policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mailman_cgi with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mailman_cgi_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 mailman_cgi_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mailman_cgi_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 mailman_cgi_tmp_t
-+
-+
-+.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 mailman_cgi policy is very flexible allowing users to setup their mailman_cgi processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mailman_cgi, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mailman_cgi_exec_t '/srv/mailman_cgi/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymailman_cgi_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mailman_cgi:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/mailman.*/cgi-bin/.*, /usr/lib/cgi-bin/mailman.*/.*
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mailman_cgi(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mailman_mail_selinux(8), mailman_queue_selinux(8)
-\ 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..491511a
---- /dev/null
-+++ b/man/man8/mailman_mail_selinux.8
-@@ -0,0 +1,257 @@
-+.TH  "mailman_mail_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mailman_mail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mailman_mail_t SELinux type can be entered via the \fBmailman_mail_exec_t\fP file type.
-+
-+The default entrypoint paths for the mailman_mail_t domain are the following:
-+
-+/usr/mailman.*/mail/wrapper, /usr/lib/mailman.*/mail/mailman, /usr/lib/mailman.*/mail/wrapper, /usr/lib/mailman.*/bin/mailmanctl, /usr/lib/mailman.*/scripts/mailman, /usr/lib/mailman.*/bin/mm-handler.*, /usr/share/doc/mailman.*/mm-handler.*
-+.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 mailman_mail policy is very flexible allowing users to setup their mailman_mail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mailman_mail:
-+
-+.EX
-+.B mailman_mail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mailman_mail_t
-+can be used to make the process type mailman_mail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mailman_mail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mailman_mail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mailman_mail_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 mailman_mail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mailman_mail_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 anon_inodefs_t
-+
-+
-+.br
-+.B mailman_mail_tmp_t
-+
-+
-+.br
-+.B mailman_var_run_t
-+
-+	/var/run/mailman.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 mailman_mail policy is very flexible allowing users to setup their mailman_mail processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mailman_mail, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mailman_mail_exec_t '/srv/mailman_mail/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymailman_mail_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mailman_mail:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/mailman.*/mail/wrapper, /usr/lib/mailman.*/mail/mailman, /usr/lib/mailman.*/mail/wrapper, /usr/lib/mailman.*/bin/mailmanctl, /usr/lib/mailman.*/scripts/mailman, /usr/lib/mailman.*/bin/mm-handler.*, /usr/share/doc/mailman.*/mm-handler.*
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mailman_mail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mailman_cgi_selinux(8), mailman_queue_selinux(8)
-\ 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..e1f2831
---- /dev/null
-+++ b/man/man8/mailman_queue_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "mailman_queue_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mailman_queue_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mailman_queue_t SELinux type can be entered via the \fBmailman_queue_exec_t\fP file type.
-+
-+The default entrypoint paths for the mailman_queue_t domain are the following:
-+
-+/usr/lib/mailman.*/cron/.*, /usr/lib/mailman.*/bin/qrunner, /etc/cron\.daily/mailman, /etc/cron\.monthly/mailman
-+.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 mailman_queue policy is very flexible allowing users to setup their mailman_queue processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mailman_queue:
-+
-+.EX
-+.B mailman_queue_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mailman_queue_t
-+can be used to make the process type mailman_queue_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mailman_queue policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mailman_queue with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mailman_queue_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 mailman_queue_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mailman_queue_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B mailman_queue_tmp_t
-+
-+
-+.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 mailman_queue policy is very flexible allowing users to setup their mailman_queue processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mailman_queue, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mailman_queue_exec_t '/srv/mailman_queue/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymailman_queue_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mailman_queue:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/mailman.*/cron/.*, /usr/lib/mailman.*/bin/qrunner, /etc/cron\.daily/mailman, /etc/cron\.monthly/mailman
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mailman_queue(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mailman_cgi_selinux(8), mailman_mail_selinux(8)
-\ 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..6ae2e70
---- /dev/null
-+++ b/man/man8/mandb_selinux.8
-@@ -0,0 +1,219 @@
-+.TH  "mandb_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mandb_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mandb_t SELinux type can be entered via the \fBmandb_exec_t\fP file type.
-+
-+The default entrypoint paths for the mandb_t domain are the following:
-+
-+/etc/cron.daily/man-db\.cron, /usr/bin/mandb
-+.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 mandb policy is very flexible allowing users to setup their mandb processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mandb:
-+
-+.EX
-+.B mandb_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mandb_t
-+can be used to make the process type mandb_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mandb policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mandb with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mandb_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 man_cache_t
-+
-+
-+.br
-+.B mandb_cache_t
-+
-+	/var/cache/man(/.*)?
-+.br
-+
-+.br
-+.B mandb_lock_t
-+
-+	/var/lock/man-db\.lock
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 mandb policy is very flexible allowing users to setup their mandb processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mandb, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mandb_cache_t '/srv/mandb/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymandb_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mandb:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/cron.daily/man-db\.cron, /usr/bin/mandb
-+
-+.EX
-+.PP
-+.B mandb_lock_t
-+.EE
-+
-+- Set files with the mandb_lock_t type, if you want to treat the files as mandb 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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mandb(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/mcelog_selinux.8 b/man/man8/mcelog_selinux.8
-new file mode 100644
-index 0000000..f4af1f1
---- /dev/null
-+++ b/man/man8/mcelog_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "mcelog_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mcelog_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mcelog_t SELinux type can be entered via the \fBmcelog_exec_t\fP file type.
-+
-+The default entrypoint paths for the mcelog_t domain are the following:
-+
-+/usr/sbin/mcelog
-+.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 mcelog policy is very flexible allowing users to setup their mcelog processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mcelog:
-+
-+.EX
-+.B mcelog_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mcelog_t
-+can be used to make the process type mcelog_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mcelog policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mcelog with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether mcelog supports client mode, you must turn on the mcelog_client boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mcelog_client 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether mcelog can execute scripts, you must turn on the mcelog_exec_scripts boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P mcelog_exec_scripts 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether mcelog can use all the user ttys, you must turn on the mcelog_foreground boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mcelog_foreground 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether mcelog supports server mode, you must turn on the mcelog_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mcelog_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mcelog_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 mcelog_var_run_t
-+
-+	/var/run/mcelog.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 mcelog policy is very flexible allowing users to setup their mcelog processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mcelog, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mcelog_etc_t '/srv/mcelog/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymcelog_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mcelog:
-+
-+
-+.EX
-+.PP
-+.B mcelog_etc_t
-+.EE
-+
-+- Set files with the mcelog_etc_t type, if you want to store mcelog files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B mcelog_initrc_exec_t
-+.EE
-+
-+- Set files with the mcelog_initrc_exec_t type, if you want to transition an executable to the mcelog_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mcelog(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/mdadm_selinux.8 b/man/man8/mdadm_selinux.8
-new file mode 100644
-index 0000000..edab3b2
---- /dev/null
-+++ b/man/man8/mdadm_selinux.8
-@@ -0,0 +1,279 @@
-+.TH  "mdadm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mdadm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mdadm_t SELinux type can be entered via the \fBmdadm_exec_t\fP file type.
-+
-+The default entrypoint paths for the mdadm_t domain are the following:
-+
-+/sbin/mdadm, /sbin/mdmon, /sbin/mdmpd, /sbin/iprdump, /sbin/iprinit, /sbin/iprupdate, /usr/sbin/mdadm, /usr/sbin/mdmpd, /usr/sbin/mdmon, /sbin/raid-check, /usr/sbin/iprdump, /usr/sbin/iprinit, /usr/sbin/iprupdate, /usr/sbin/raid-check
-+.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 mdadm policy is very flexible allowing users to setup their mdadm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mdadm:
-+
-+.EX
-+.B mdadm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mdadm_t
-+can be used to make the process type mdadm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mdadm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mdadm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mdadm_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 mdadm_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mdadm_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B mdadm_var_run_t
-+
-+	/dev/md/.*
-+.br
-+	/var/run/mdadm(/.*)?
-+.br
-+	/dev/\.mdadm\.map
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 mdadm policy is very flexible allowing users to setup their mdadm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mdadm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mdadm_exec_t '/srv/mdadm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymdadm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mdadm:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/mdadm, /sbin/mdmon, /sbin/mdmpd, /sbin/iprdump, /sbin/iprinit, /sbin/iprupdate, /usr/sbin/mdadm, /usr/sbin/mdmpd, /usr/sbin/mdmon, /sbin/raid-check, /usr/sbin/iprdump, /usr/sbin/iprinit, /usr/sbin/iprupdate, /usr/sbin/raid-check
-+
-+.EX
-+.PP
-+.B mdadm_initrc_exec_t
-+.EE
-+
-+- Set files with the mdadm_initrc_exec_t type, if you want to transition an executable to the mdadm_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/dev/md/.*, /var/run/mdadm(/.*)?, /dev/\.mdadm\.map
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mdadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/memcached_selinux.8 b/man/man8/memcached_selinux.8
-new file mode 100644
-index 0000000..2861e15
---- /dev/null
-+++ b/man/man8/memcached_selinux.8
-@@ -0,0 +1,287 @@
-+.TH  "memcached_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep memcached_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The memcached_t SELinux type can be entered via the \fBmemcached_exec_t\fP file type.
-+
-+The default entrypoint paths for the memcached_t domain are the following:
-+
-+/usr/bin/memcached
-+.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 memcached policy is very flexible allowing users to setup their memcached processes in as secure a method as possible.
-+.PP
-+The following process types are defined for memcached:
-+
-+.EX
-+.B memcached_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a memcached_t
-+can be used to make the process type memcached_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  memcached policy is extremely flexible and has several booleans that allow you to manipulate the policy and run memcached with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the memcached_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 memcached_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 memcached policy is very flexible allowing users to setup their memcached processes in as secure a method as possible.
-+.PP
-+The following port types are defined for memcached:
-+
-+.EX
-+.TP 5
-+.B memcache_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 11211
-+.EE
-+udp 11211
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type memcached_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 memcached_var_run_t
-+
-+	/var/run/memcached(/.*)?
-+.br
-+	/var/run/ipa_memcached(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 memcached policy is very flexible allowing users to setup their memcached processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the memcached, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t memcached_exec_t '/srv/memcached/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymemcached_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for memcached:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/memcached(/.*)?, /var/run/ipa_memcached(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), memcached(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..97829a4
---- /dev/null
-+++ b/man/man8/mencoder_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "mencoder_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mencoder_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mencoder_t SELinux type can be entered via the \fBmencoder_exec_t\fP file type.
-+
-+The default entrypoint paths for the mencoder_t domain are the following:
-+
-+/usr/bin/mencoder
-+.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 mencoder policy is very flexible allowing users to setup their mencoder processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mencoder:
-+
-+.EX
-+.B mencoder_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mencoder_t
-+can be used to make the process type mencoder_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mencoder policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mencoder with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether mplayer can make its stack executable, you must turn on the mplayer_execstack boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mplayer_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mencoder_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 cifs_t
-+
-+
-+.br
-+.B mplayer_home_t
-+
-+	/home/[^/]*/\.mplayer(/.*)?
-+.br
-+	/home/pwalsh/\.mplayer(/.*)?
-+.br
-+	/home/dwalsh/\.mplayer(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mplayer(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 mencoder policy is very flexible allowing users to setup their mencoder processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mencoder, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mencoder_exec_t '/srv/mencoder/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymencoder_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mencoder:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mencoder(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/mock_build_selinux.8 b/man/man8/mock_build_selinux.8
-new file mode 100644
-index 0000000..a8f9339
---- /dev/null
-+++ b/man/man8/mock_build_selinux.8
-@@ -0,0 +1,192 @@
-+.TH  "mock_build_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mock_build_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mock_build_t SELinux type can be entered via the \fBmock_var_lib_t, mock_build_exec_t, mock_tmp_t\fP file types.
-+
-+The default entrypoint paths for the mock_build_t domain are the following:
-+
-+/var/lib/mock(/.*)?
-+.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 mock_build policy is very flexible allowing users to setup their mock_build processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mock_build:
-+
-+.EX
-+.B mock_build_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mock_build_t
-+can be used to make the process type mock_build_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mock_build policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mock_build with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow mock to read files in home directories, you must turn on the mock_enable_homedirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P mock_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mock_build_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 mock_build_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mock_build_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 mock_cache_t
-+
-+	/var/cache/mock(/.*)?
-+.br
-+
-+.br
-+.B mock_tmp_t
-+
-+
-+.br
-+.B mock_var_lib_t
-+
-+	/var/lib/mock(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mock_build(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mock_selinux(8), mock_selinux(8)
-\ 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..ce2ddb8
---- /dev/null
-+++ b/man/man8/mock_selinux.8
-@@ -0,0 +1,307 @@
-+.TH  "mock_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mock_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mock_t SELinux type can be entered via the \fBmock_exec_t\fP file type.
-+
-+The default entrypoint paths for the mock_t domain are the following:
-+
-+/usr/sbin/mock
-+.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 mock policy is very flexible allowing users to setup their mock processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mock:
-+
-+.EX
-+.B mock_t, mock_build_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mock_t
-+can be used to make the process type mock_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mock policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mock with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow mock to read files in home directories, you must turn on the mock_enable_homedirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P mock_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mock_t, mock_build_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 mock_t, mock_build_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mock_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 cifs_t
-+
-+
-+.br
-+.B mock_cache_t
-+
-+	/var/cache/mock(/.*)?
-+.br
-+
-+.br
-+.B mock_tmp_t
-+
-+
-+.br
-+.B mock_var_lib_t
-+
-+	/var/lib/mock(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 mock policy is very flexible allowing users to setup their mock processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mock, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mock_build_exec_t '/srv/mock/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymock_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mock:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B mock_etc_t
-+.EE
-+
-+- Set files with the mock_etc_t type, if you want to store mock files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mock_build_selinux(8)
-\ 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..5582bc9
---- /dev/null
-+++ b/man/man8/modemmanager_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "modemmanager_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep modemmanager_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The modemmanager_t SELinux type can be entered via the \fBmodemmanager_exec_t\fP file type.
-+
-+The default entrypoint paths for the modemmanager_t domain are the following:
-+
-+/usr/sbin/modem-manager
-+.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 modemmanager policy is very flexible allowing users to setup their modemmanager processes in as secure a method as possible.
-+.PP
-+The following process types are defined for modemmanager:
-+
-+.EX
-+.B modemmanager_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a modemmanager_t
-+can be used to make the process type modemmanager_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  modemmanager policy is extremely flexible and has several booleans that allow you to manipulate the policy and run modemmanager with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type modemmanager_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 modemmanager policy is very flexible allowing users to setup their modemmanager processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the modemmanager, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t modemmanager_exec_t '/srv/modemmanager/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymodemmanager_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for modemmanager:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), modemmanager(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/mongod_selinux.8 b/man/man8/mongod_selinux.8
-new file mode 100644
-index 0000000..7808ba2
---- /dev/null
-+++ b/man/man8/mongod_selinux.8
-@@ -0,0 +1,310 @@
-+.TH  "mongod_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mongod_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mongod_t SELinux type can be entered via the \fBmongod_exec_t\fP file type.
-+
-+The default entrypoint paths for the mongod_t domain are the following:
-+
-+/usr/bin/mongod, /usr/share/aeolus-conductor/dbomatic/dbomatic
-+.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 mongod policy is very flexible allowing users to setup their mongod processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mongod:
-+
-+.EX
-+.B mongod_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mongod_t
-+can be used to make the process type mongod_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mongod policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mongod with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 mongod policy is very flexible allowing users to setup their mongod processes in as secure a method as possible.
-+.PP
-+The following port types are defined for mongod:
-+
-+.EX
-+.TP 5
-+.B mongod_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 27017
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mongod_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 mongod_log_t
-+
-+	/var/log/mongo(/.*)?
-+.br
-+	/var/log/mongodb(/.*)?
-+.br
-+	/var/log/mongo/mongod\.log.*
-+.br
-+	/var/log/aeolus-conductor/dbomatic\.log.*
-+.br
-+
-+.br
-+.B mongod_tmp_t
-+
-+
-+.br
-+.B mongod_var_lib_t
-+
-+	/var/lib/mongodb(/.*)?
-+.br
-+
-+.br
-+.B mongod_var_run_t
-+
-+	/var/run/mongodb(/.*)?
-+.br
-+	/var/run/aeolus/dbomatic\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 mongod policy is very flexible allowing users to setup their mongod processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+mongod policy stores data with multiple different file context types under the /var/log/mongo directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/mongo /srv/mongo
-+.br
-+.B restorecon -R -v /srv/mongo
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mongod, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mongod_exec_t '/srv/mongod/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymongod_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mongod:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/mongod, /usr/share/aeolus-conductor/dbomatic/dbomatic
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/mongo(/.*)?, /var/log/mongodb(/.*)?, /var/log/mongo/mongod\.log.*, /var/log/aeolus-conductor/dbomatic\.log.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/mongodb(/.*)?, /var/run/aeolus/dbomatic\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), mongod(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/mount_ecryptfs_selinux.8 b/man/man8/mount_ecryptfs_selinux.8
-new file mode 100644
-index 0000000..a653675
---- /dev/null
-+++ b/man/man8/mount_ecryptfs_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "mount_ecryptfs_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mount_ecryptfs_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mount_ecryptfs_t SELinux type can be entered via the \fBmount_ecryptfs_exec_t\fP file type.
-+
-+The default entrypoint paths for the mount_ecryptfs_t domain are the following:
-+
-+/usr/sbin/mount\.ecryptfs, /usr/sbin/umount\.ecryptfs, /usr/sbin/mount\.ecryptfs_private, /usr/sbin/umount\.ecryptfs_private
-+.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 mount_ecryptfs policy is very flexible allowing users to setup their mount_ecryptfs processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mount_ecryptfs:
-+
-+.EX
-+.B mount_ecryptfs_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mount_ecryptfs_t
-+can be used to make the process type mount_ecryptfs_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mount_ecryptfs policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mount_ecryptfs with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mount_ecryptfs_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 mount_ecryptfs_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mount_ecryptfs_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 mount_ecryptfs_tmpfs_t
-+
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 mount_ecryptfs policy is very flexible allowing users to setup their mount_ecryptfs processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mount_ecryptfs, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mount_ecryptfs_exec_t '/srv/mount_ecryptfs/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymount_ecryptfs_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mount_ecryptfs:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/mount\.ecryptfs, /usr/sbin/umount\.ecryptfs, /usr/sbin/mount\.ecryptfs_private, /usr/sbin/umount\.ecryptfs_private
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mount_ecryptfs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mount_selinux(8), mount_selinux(8)
-\ 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..e1e4f86
---- /dev/null
-+++ b/man/man8/mount_selinux.8
-@@ -0,0 +1,357 @@
-+.TH  "mount_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mount_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mount_t SELinux type can be entered via the \fBmount_exec_t, fusermount_exec_t\fP file types.
-+
-+The default entrypoint paths for the mount_t domain are the following:
-+
-+/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.
-+SELinux mount policy is very flexible allowing users to setup their mount processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mount:
-+
-+.EX
-+.B mount_t, mount_ecryptfs_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mount_t
-+can be used to make the process type mount_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mount policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mount with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow the mount command to mount any directory or file, you must turn on the mount_anyfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P mount_anyfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mount_t, mount_ecryptfs_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 mount_t, mount_ecryptfs_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 mount policy is very flexible allowing users to setup their mount processes in as secure a method as possible.
-+.PP
-+The following port types are defined for mount:
-+
-+.EX
-+.TP 5
-+.B mountd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 20048
-+.EE
-+udp 20048
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mount_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B nfsd_fs_t
-+
-+
-+.br
-+.B non_security_file_type
-+
-+
-+.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 mount policy is very flexible allowing users to setup their mount processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mount, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mount_ecryptfs_exec_t '/srv/mount/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymount_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mount:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/mount\.ecryptfs, /usr/sbin/umount\.ecryptfs, /usr/sbin/mount\.ecryptfs_private, /usr/sbin/umount\.ecryptfs_private
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/mount.*, /bin/umount.*, /sbin/mount.*, /sbin/umount.*, /usr/bin/mount.*, /usr/bin/umount.*, /usr/sbin/mount.*, /usr/sbin/umount.*
-+
-+.EX
-+.PP
-+.B mount_loopback_t
-+.EE
-+
-+- Set files with the mount_loopback_t type, if you want to treat the files as mount loopback data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/run/mount(/.*)?, /dev/\.mount(/.*)?, /var/run/mount(/.*)?, /var/run/davfs2(/.*)?, /var/cache/davfs2(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), mount(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mount_ecryptfs_selinux(8)
-\ 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..6567f36
---- /dev/null
-+++ b/man/man8/mozilla_plugin_config_selinux.8
-@@ -0,0 +1,379 @@
-+.TH  "mozilla_plugin_config_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mozilla_plugin_config_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mozilla_plugin_config_t SELinux type can be entered via the \fBmozilla_plugin_config_exec_t\fP file type.
-+
-+The default entrypoint paths for the mozilla_plugin_config_t domain are the following:
-+
-+/usr/lib/nspluginwrapper/plugin-config
-+.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 mozilla_plugin_config policy is very flexible allowing users to setup their mozilla_plugin_config processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mozilla_plugin_config:
-+
-+.EX
-+.B mozilla_plugin_config_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mozilla_plugin_config_t
-+can be used to make the process type mozilla_plugin_config_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mozilla_plugin_config policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mozilla_plugin_config with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined users to transition to the Mozilla plugin domain when running xulrunner plugin-container, you must turn on the unconfined_mozilla_plugin_transition boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_mozilla_plugin_transition 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mozilla_plugin_config_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 mozilla_plugin_config_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mozilla_plugin_config_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 mozilla_home_t
-+
-+	/home/[^/]*/\.lyx(/.*)?
-+.br
-+	/home/[^/]*/\.java(/.*)?
-+.br
-+	/home/[^/]*/\.adobe(/.*)?
-+.br
-+	/home/[^/]*/\.gnash(/.*)?
-+.br
-+	/home/[^/]*/\.galeon(/.*)?
-+.br
-+	/home/[^/]*/\.spicec(/.*)?
-+.br
-+	/home/[^/]*/\.mozilla(/.*)?
-+.br
-+	/home/[^/]*/\.phoenix(/.*)?
-+.br
-+	/home/[^/]*/\.netscape(/.*)?
-+.br
-+	/home/[^/]*/\.ICAClient(/.*)?
-+.br
-+	/home/[^/]*/\.macromedia(/.*)?
-+.br
-+	/home/[^/]*/\.thunderbird(/.*)?
-+.br
-+	/home/[^/]*/\.gcjwebplugin(/.*)?
-+.br
-+	/home/[^/]*/\.icedteaplugin(/.*)?
-+.br
-+	/home/[^/]*/zimbrauserdata(/.*)?
-+.br
-+	/home/[^/]*/\.config/chromium(/.*)?
-+.br
-+	/home/pwalsh/\.lyx(/.*)?
-+.br
-+	/home/pwalsh/\.java(/.*)?
-+.br
-+	/home/pwalsh/\.adobe(/.*)?
-+.br
-+	/home/pwalsh/\.gnash(/.*)?
-+.br
-+	/home/pwalsh/\.galeon(/.*)?
-+.br
-+	/home/pwalsh/\.spicec(/.*)?
-+.br
-+	/home/pwalsh/\.mozilla(/.*)?
-+.br
-+	/home/pwalsh/\.phoenix(/.*)?
-+.br
-+	/home/pwalsh/\.netscape(/.*)?
-+.br
-+	/home/pwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/pwalsh/\.macromedia(/.*)?
-+.br
-+	/home/pwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/pwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/pwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/pwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/pwalsh/\.config/chromium(/.*)?
-+.br
-+	/home/dwalsh/\.lyx(/.*)?
-+.br
-+	/home/dwalsh/\.java(/.*)?
-+.br
-+	/home/dwalsh/\.adobe(/.*)?
-+.br
-+	/home/dwalsh/\.gnash(/.*)?
-+.br
-+	/home/dwalsh/\.galeon(/.*)?
-+.br
-+	/home/dwalsh/\.spicec(/.*)?
-+.br
-+	/home/dwalsh/\.mozilla(/.*)?
-+.br
-+	/home/dwalsh/\.phoenix(/.*)?
-+.br
-+	/home/dwalsh/\.netscape(/.*)?
-+.br
-+	/home/dwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/dwalsh/\.macromedia(/.*)?
-+.br
-+	/home/dwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/dwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/dwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/dwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/dwalsh/\.config/chromium(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.lyx(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.java(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.adobe(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnash(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.galeon(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spicec(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mozilla(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.phoenix(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.netscape(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ICAClient(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.macromedia(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.thunderbird(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gcjwebplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.icedteaplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/zimbrauserdata(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/chromium(/.*)?
-+.br
-+
-+.br
-+.B mozilla_plugin_rw_t
-+
-+	/usr/lib/mozilla/plugins-wrapped(/.*)?
-+.br
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mozilla_plugin_config, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mozilla_plugin_config_exec_t '/srv/mozilla_plugin_config/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymozilla_plugin_config_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mozilla_plugin_config:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mozilla_plugin_config(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mozilla_selinux(8), mozilla_selinux(8), mozilla_plugin_selinux(8), mozilla_plugin_selinux(8)
-\ 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..8fc3aea
---- /dev/null
-+++ b/man/man8/mozilla_plugin_selinux.8
-@@ -0,0 +1,605 @@
-+.TH  "mozilla_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mozilla_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mozilla_plugin_t SELinux type can be entered via the \fBmozilla_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the mozilla_plugin_t domain are the following:
-+
-+/usr/lib/xulrunner[^/]*/plugin-container, /usr/lib/nspluginwrapper/npviewer.bin, /usr/bin/nspluginscan, /usr/bin/nspluginviewer
-+.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 mozilla_plugin policy is very flexible allowing users to setup their mozilla_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mozilla_plugin:
-+
-+.EX
-+.B mozilla_plugin_config_t, mozilla_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mozilla_plugin_t
-+can be used to make the process type mozilla_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mozilla_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mozilla_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow mozilla plugin domain to connect to the network using TCP, you must turn on the mozilla_plugin_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mozilla_plugin_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow mozilla_plugins to create random content in the users home directory, you must turn on the mozilla_plugin_enable_homedirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mozilla_plugin_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined users to transition to the Mozilla plugin domain when running xulrunner plugin-container, you must turn on the unconfined_mozilla_plugin_transition boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_mozilla_plugin_transition 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mozilla_plugin_config_t, mozilla_plugin_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 mozilla_plugin_config_t, mozilla_plugin_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mozilla_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gnome_home_type
-+
-+
-+.br
-+.B home_cert_t
-+
-+	/root/\.pki(/.*)?
-+.br
-+	/root/\.cert(/.*)?
-+.br
-+	/home/[^/]*/.kde/share/apps/networkmanagement/certificates(/.*)?
-+.br
-+	/home/[^/]*/\.pki(/.*)?
-+.br
-+	/home/[^/]*/\.cert(/.*)?
-+.br
-+	/home/pwalsh/.kde/share/apps/networkmanagement/certificates(/.*)?
-+.br
-+	/home/pwalsh/\.pki(/.*)?
-+.br
-+	/home/pwalsh/\.cert(/.*)?
-+.br
-+	/home/dwalsh/.kde/share/apps/networkmanagement/certificates(/.*)?
-+.br
-+	/home/dwalsh/\.pki(/.*)?
-+.br
-+	/home/dwalsh/\.cert(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.kde/share/apps/networkmanagement/certificates(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.pki(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cert(/.*)?
-+.br
-+
-+.br
-+.B mozilla_home_t
-+
-+	/home/[^/]*/\.lyx(/.*)?
-+.br
-+	/home/[^/]*/\.java(/.*)?
-+.br
-+	/home/[^/]*/\.adobe(/.*)?
-+.br
-+	/home/[^/]*/\.gnash(/.*)?
-+.br
-+	/home/[^/]*/\.galeon(/.*)?
-+.br
-+	/home/[^/]*/\.spicec(/.*)?
-+.br
-+	/home/[^/]*/\.mozilla(/.*)?
-+.br
-+	/home/[^/]*/\.phoenix(/.*)?
-+.br
-+	/home/[^/]*/\.netscape(/.*)?
-+.br
-+	/home/[^/]*/\.ICAClient(/.*)?
-+.br
-+	/home/[^/]*/\.macromedia(/.*)?
-+.br
-+	/home/[^/]*/\.thunderbird(/.*)?
-+.br
-+	/home/[^/]*/\.gcjwebplugin(/.*)?
-+.br
-+	/home/[^/]*/\.icedteaplugin(/.*)?
-+.br
-+	/home/[^/]*/zimbrauserdata(/.*)?
-+.br
-+	/home/[^/]*/\.config/chromium(/.*)?
-+.br
-+	/home/pwalsh/\.lyx(/.*)?
-+.br
-+	/home/pwalsh/\.java(/.*)?
-+.br
-+	/home/pwalsh/\.adobe(/.*)?
-+.br
-+	/home/pwalsh/\.gnash(/.*)?
-+.br
-+	/home/pwalsh/\.galeon(/.*)?
-+.br
-+	/home/pwalsh/\.spicec(/.*)?
-+.br
-+	/home/pwalsh/\.mozilla(/.*)?
-+.br
-+	/home/pwalsh/\.phoenix(/.*)?
-+.br
-+	/home/pwalsh/\.netscape(/.*)?
-+.br
-+	/home/pwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/pwalsh/\.macromedia(/.*)?
-+.br
-+	/home/pwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/pwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/pwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/pwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/pwalsh/\.config/chromium(/.*)?
-+.br
-+	/home/dwalsh/\.lyx(/.*)?
-+.br
-+	/home/dwalsh/\.java(/.*)?
-+.br
-+	/home/dwalsh/\.adobe(/.*)?
-+.br
-+	/home/dwalsh/\.gnash(/.*)?
-+.br
-+	/home/dwalsh/\.galeon(/.*)?
-+.br
-+	/home/dwalsh/\.spicec(/.*)?
-+.br
-+	/home/dwalsh/\.mozilla(/.*)?
-+.br
-+	/home/dwalsh/\.phoenix(/.*)?
-+.br
-+	/home/dwalsh/\.netscape(/.*)?
-+.br
-+	/home/dwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/dwalsh/\.macromedia(/.*)?
-+.br
-+	/home/dwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/dwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/dwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/dwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/dwalsh/\.config/chromium(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.lyx(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.java(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.adobe(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnash(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.galeon(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spicec(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mozilla(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.phoenix(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.netscape(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ICAClient(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.macromedia(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.thunderbird(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gcjwebplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.icedteaplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/zimbrauserdata(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/chromium(/.*)?
-+.br
-+
-+.br
-+.B mozilla_plugin_tmp_t
-+
-+
-+.br
-+.B mozilla_plugin_tmpfs_t
-+
-+
-+.br
-+.B mplayer_home_t
-+
-+	/home/[^/]*/\.mplayer(/.*)?
-+.br
-+	/home/pwalsh/\.mplayer(/.*)?
-+.br
-+	/home/dwalsh/\.mplayer(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mplayer(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pulseaudio_home_t
-+
-+	/root/\.pulse(/.*)?
-+.br
-+	/root/\.config/pulse(/.*)?
-+.br
-+	/root/\.esd_auth
-+.br
-+	/root/\.pulse-cookie
-+.br
-+	/home/[^/]*/\.pulse(/.*)?
-+.br
-+	/home/[^/]*/\.config/pulse(/.*)?
-+.br
-+	/home/[^/]*/\.esd_auth
-+.br
-+	/home/[^/]*/\.pulse-cookie
-+.br
-+	/home/pwalsh/\.pulse(/.*)?
-+.br
-+	/home/pwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/pwalsh/\.esd_auth
-+.br
-+	/home/pwalsh/\.pulse-cookie
-+.br
-+	/home/dwalsh/\.pulse(/.*)?
-+.br
-+	/home/dwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/dwalsh/\.esd_auth
-+.br
-+	/home/dwalsh/\.pulse-cookie
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.esd_auth
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse-cookie
-+.br
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 mozilla_plugin policy is very flexible allowing users to setup their mozilla_plugin processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mozilla_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mozilla_plugin_config_exec_t '/srv/mozilla_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymozilla_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mozilla_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/xulrunner[^/]*/plugin-container, /usr/lib/nspluginwrapper/npviewer.bin, /usr/bin/nspluginscan, /usr/bin/nspluginviewer
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mozilla_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mozilla_selinux(8), mozilla_selinux(8), mozilla_plugin_config_selinux(8)
-\ 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..ec6ab49
---- /dev/null
-+++ b/man/man8/mozilla_selinux.8
-@@ -0,0 +1,645 @@
-+.TH  "mozilla_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mozilla_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mozilla_t SELinux type can be entered via the \fBmozilla_exec_t\fP file type.
-+
-+The default entrypoint paths for the mozilla_t domain are the following:
-+
-+/usr/lib/[^/]*firefox[^/]*/firefox, /usr/lib/[^/]*firefox[^/]*/firefox-bin, /usr/lib/mozilla[^/]*/reg.+, /usr/lib/mozilla[^/]*/mozilla-.*, /usr/lib/firefox[^/]*/mozilla-.*, /usr/bin/mozilla-[0-9].*, /usr/lib/netscape/.+/communicator/communicator-smotif\.real, /usr/bin/mozilla-bin-[0-9].*, /usr/bin/mozilla, /usr/bin/netscape, /usr/bin/epiphany, /usr/bin/epiphany-bin, /usr/lib/galeon/galeon, /usr/bin/mozilla-snapshot, /usr/lib/netscape/base-4/wrapper
-+.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 mozilla policy is very flexible allowing users to setup their mozilla processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mozilla:
-+
-+.EX
-+.B mozilla_t, mozilla_plugin_config_t, mozilla_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mozilla_t
-+can be used to make the process type mozilla_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mozilla policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mozilla with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow confined web browsers to read home directory content, you must turn on the mozilla_read_content boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mozilla_read_content 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mozilla_plugin_config_t, mozilla_t, mozilla_plugin_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 mozilla_plugin_config_t, mozilla_t, mozilla_plugin_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mozilla_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gconf_home_t
-+
-+	/root/\.local.*
-+.br
-+	/root/\.gconf(d)?(/.*)?
-+.br
-+	/home/[^/]*/\.local.*
-+.br
-+	/home/[^/]*/\.gconf(d)?(/.*)?
-+.br
-+	/home/pwalsh/\.local.*
-+.br
-+	/home/pwalsh/\.gconf(d)?(/.*)?
-+.br
-+	/home/dwalsh/\.local.*
-+.br
-+	/home/dwalsh/\.gconf(d)?(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local.*
-+.br
-+	/var/lib/xguest/home/xguest/\.gconf(d)?(/.*)?
-+.br
-+
-+.br
-+.B gnome_home_type
-+
-+
-+.br
-+.B mozilla_home_t
-+
-+	/home/[^/]*/\.lyx(/.*)?
-+.br
-+	/home/[^/]*/\.java(/.*)?
-+.br
-+	/home/[^/]*/\.adobe(/.*)?
-+.br
-+	/home/[^/]*/\.gnash(/.*)?
-+.br
-+	/home/[^/]*/\.galeon(/.*)?
-+.br
-+	/home/[^/]*/\.spicec(/.*)?
-+.br
-+	/home/[^/]*/\.mozilla(/.*)?
-+.br
-+	/home/[^/]*/\.phoenix(/.*)?
-+.br
-+	/home/[^/]*/\.netscape(/.*)?
-+.br
-+	/home/[^/]*/\.ICAClient(/.*)?
-+.br
-+	/home/[^/]*/\.macromedia(/.*)?
-+.br
-+	/home/[^/]*/\.thunderbird(/.*)?
-+.br
-+	/home/[^/]*/\.gcjwebplugin(/.*)?
-+.br
-+	/home/[^/]*/\.icedteaplugin(/.*)?
-+.br
-+	/home/[^/]*/zimbrauserdata(/.*)?
-+.br
-+	/home/[^/]*/\.config/chromium(/.*)?
-+.br
-+	/home/pwalsh/\.lyx(/.*)?
-+.br
-+	/home/pwalsh/\.java(/.*)?
-+.br
-+	/home/pwalsh/\.adobe(/.*)?
-+.br
-+	/home/pwalsh/\.gnash(/.*)?
-+.br
-+	/home/pwalsh/\.galeon(/.*)?
-+.br
-+	/home/pwalsh/\.spicec(/.*)?
-+.br
-+	/home/pwalsh/\.mozilla(/.*)?
-+.br
-+	/home/pwalsh/\.phoenix(/.*)?
-+.br
-+	/home/pwalsh/\.netscape(/.*)?
-+.br
-+	/home/pwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/pwalsh/\.macromedia(/.*)?
-+.br
-+	/home/pwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/pwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/pwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/pwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/pwalsh/\.config/chromium(/.*)?
-+.br
-+	/home/dwalsh/\.lyx(/.*)?
-+.br
-+	/home/dwalsh/\.java(/.*)?
-+.br
-+	/home/dwalsh/\.adobe(/.*)?
-+.br
-+	/home/dwalsh/\.gnash(/.*)?
-+.br
-+	/home/dwalsh/\.galeon(/.*)?
-+.br
-+	/home/dwalsh/\.spicec(/.*)?
-+.br
-+	/home/dwalsh/\.mozilla(/.*)?
-+.br
-+	/home/dwalsh/\.phoenix(/.*)?
-+.br
-+	/home/dwalsh/\.netscape(/.*)?
-+.br
-+	/home/dwalsh/\.ICAClient(/.*)?
-+.br
-+	/home/dwalsh/\.macromedia(/.*)?
-+.br
-+	/home/dwalsh/\.thunderbird(/.*)?
-+.br
-+	/home/dwalsh/\.gcjwebplugin(/.*)?
-+.br
-+	/home/dwalsh/\.icedteaplugin(/.*)?
-+.br
-+	/home/dwalsh/zimbrauserdata(/.*)?
-+.br
-+	/home/dwalsh/\.config/chromium(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.lyx(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.java(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.adobe(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnash(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.galeon(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spicec(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mozilla(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.phoenix(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.netscape(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ICAClient(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.macromedia(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.thunderbird(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gcjwebplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.icedteaplugin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/zimbrauserdata(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/chromium(/.*)?
-+.br
-+
-+.br
-+.B mozilla_tmp_t
-+
-+
-+.br
-+.B mozilla_tmpfs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pulseaudio_home_t
-+
-+	/root/\.pulse(/.*)?
-+.br
-+	/root/\.config/pulse(/.*)?
-+.br
-+	/root/\.esd_auth
-+.br
-+	/root/\.pulse-cookie
-+.br
-+	/home/[^/]*/\.pulse(/.*)?
-+.br
-+	/home/[^/]*/\.config/pulse(/.*)?
-+.br
-+	/home/[^/]*/\.esd_auth
-+.br
-+	/home/[^/]*/\.pulse-cookie
-+.br
-+	/home/pwalsh/\.pulse(/.*)?
-+.br
-+	/home/pwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/pwalsh/\.esd_auth
-+.br
-+	/home/pwalsh/\.pulse-cookie
-+.br
-+	/home/dwalsh/\.pulse(/.*)?
-+.br
-+	/home/dwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/dwalsh/\.esd_auth
-+.br
-+	/home/dwalsh/\.pulse-cookie
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.esd_auth
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse-cookie
-+.br
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 mozilla policy is very flexible allowing users to setup their mozilla processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mozilla, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mozilla_conf_t '/srv/mozilla/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymozilla_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mozilla:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/[^/]*firefox[^/]*/firefox, /usr/lib/[^/]*firefox[^/]*/firefox-bin, /usr/lib/mozilla[^/]*/reg.+, /usr/lib/mozilla[^/]*/mozilla-.*, /usr/lib/firefox[^/]*/mozilla-.*, /usr/bin/mozilla-[0-9].*, /usr/lib/netscape/.+/communicator/communicator-smotif\.real, /usr/bin/mozilla-bin-[0-9].*, /usr/bin/mozilla, /usr/bin/netscape, /usr/bin/epiphany, /usr/bin/epiphany-bin, /usr/lib/galeon/galeon, /usr/bin/mozilla-snapshot, /usr/lib/netscape/base-4/wrapper
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.lyx(/.*)?, /home/[^/]*/\.java(/.*)?, /home/[^/]*/\.adobe(/.*)?, /home/[^/]*/\.gnash(/.*)?, /home/[^/]*/\.galeon(/.*)?, /home/[^/]*/\.spicec(/.*)?, /home/[^/]*/\.mozilla(/.*)?, /home/[^/]*/\.phoenix(/.*)?, /home/[^/]*/\.netscape(/.*)?, /home/[^/]*/\.ICAClient(/.*)?, /home/[^/]*/\.macromedia(/.*)?, /home/[^/]*/\.thunderbird(/.*)?, /home/[^/]*/\.gcjwebplugin(/.*)?, /home/[^/]*/\.icedteaplugin(/.*)?, /home/[^/]*/zimbrauserdata(/.*)?, /home/[^/]*/\.config/chromium(/.*)?, /home/pwalsh/\.lyx(/.*)?, /home/pwalsh/\.java(/.*)?, /home/pwalsh/\.adobe(/.*)?, /home/pwalsh/\.gnash(/.*)?, /home/pwalsh/\.galeon(/.*)?, /home/pwalsh/\.spicec(/.*)?, /home/pwalsh/\.mozilla(/.*)?, /home/pwalsh/\.phoenix(/.*)?, /home/pwalsh/\.netscape(/.*)?, /home/pwalsh/\.ICAClient(/.*)?, /home/pwalsh/\.macromedia(/.*)?, /home/pwalsh/\.thunderbird(/.*)?, /home/pwalsh/\.gcjwebplugin(/.*)?, /home/pwalsh/\.icedteaplugin(/.*)?, /home/pwalsh/zimbrauserdata(/.*)?, /home/pwalsh/\.config/chromium(/.*)?, /h
 ome/dwalsh/\.lyx(/.*)?, /home/dwalsh/\.java(/.*)?, /home/dwalsh/\.adobe(/.*)?, /home/dwalsh/\.gnash(/.*)?, /home/dwalsh/\.galeon(/.*)?, /home/dwalsh/\.spicec(/.*)?, /home/dwalsh/\.mozilla(/.*)?, /home/dwalsh/\.phoenix(/.*)?, /home/dwalsh/\.netscape(/.*)?, /home/dwalsh/\.ICAClient(/.*)?, /home/dwalsh/\.macromedia(/.*)?, /home/dwalsh/\.thunderbird(/.*)?, /home/dwalsh/\.gcjwebplugin(/.*)?, /home/dwalsh/\.icedteaplugin(/.*)?, /home/dwalsh/zimbrauserdata(/.*)?, /home/dwalsh/\.config/chromium(/.*)?, /var/lib/xguest/home/xguest/\.lyx(/.*)?, /var/lib/xguest/home/xguest/\.java(/.*)?, /var/lib/xguest/home/xguest/\.adobe(/.*)?, /var/lib/xguest/home/xguest/\.gnash(/.*)?, /var/lib/xguest/home/xguest/\.galeon(/.*)?, /var/lib/xguest/home/xguest/\.spicec(/.*)?, /var/lib/xguest/home/xguest/\.mozilla(/.*)?, /var/lib/xguest/home/xguest/\.phoenix(/.*)?, /var/lib/xguest/home/xguest/\.netscape(/.*)?, /var/lib/xguest/home/xguest/\.ICAClient(/.*)?, /var/lib/xguest/home/xguest/\.macromedia(/.*)?, /v
 ar/lib/xguest/home/xguest/\.thunderbird(/.*)?, /var/lib/xguest/home/xguest/\.gcjwebplugin(/.*)?, /var/lib/xguest/home/xguest/\.icedteaplugin(/.*)?, /var/lib/xguest/home/xguest/zimbrauserdata(/.*)?, /var/lib/xguest/home/xguest/\.config/chromium(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/xulrunner[^/]*/plugin-container, /usr/lib/nspluginwrapper/npviewer.bin, /usr/bin/nspluginscan, /usr/bin/nspluginviewer
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mozilla(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mozilla_plugin_selinux(8), mozilla_plugin_config_selinux(8)
-\ 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..c577a3b
---- /dev/null
-+++ b/man/man8/mpd_selinux.8
-@@ -0,0 +1,482 @@
-+.TH  "mpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mpd_t SELinux type can be entered via the \fBmpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the mpd_t domain are the following:
-+
-+/usr/bin/mpd
-+.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 mpd policy is very flexible allowing users to setup their mpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mpd:
-+
-+.EX
-+.B mpd_t, mplayer_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mpd_t
-+can be used to make the process type mpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether mpd can traverse user home directories, you must turn on the mpd_enable_homedirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mpd_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether mpd can use cifs file systems, you must turn on the mpd_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mpd_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether mpd can use nfs file systems, you must turn on the mpd_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mpd_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mpd_t, mplayer_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 mpd_t, mplayer_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 mpd policy is very flexible allowing users to setup their mpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for mpd:
-+
-+.EX
-+.TP 5
-+.B mpd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 6600
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mpd_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B mpd_data_t
-+
-+	/var/lib/mpd/music(/.*)?
-+.br
-+	/var/lib/mpd/playlists(/.*)?
-+.br
-+
-+.br
-+.B mpd_tmp_t
-+
-+
-+.br
-+.B mpd_tmpfs_t
-+
-+
-+.br
-+.B mpd_var_lib_t
-+
-+	/var/lib/mpd(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pulseaudio_home_t
-+
-+	/root/\.pulse(/.*)?
-+.br
-+	/root/\.config/pulse(/.*)?
-+.br
-+	/root/\.esd_auth
-+.br
-+	/root/\.pulse-cookie
-+.br
-+	/home/[^/]*/\.pulse(/.*)?
-+.br
-+	/home/[^/]*/\.config/pulse(/.*)?
-+.br
-+	/home/[^/]*/\.esd_auth
-+.br
-+	/home/[^/]*/\.pulse-cookie
-+.br
-+	/home/pwalsh/\.pulse(/.*)?
-+.br
-+	/home/pwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/pwalsh/\.esd_auth
-+.br
-+	/home/pwalsh/\.pulse-cookie
-+.br
-+	/home/dwalsh/\.pulse(/.*)?
-+.br
-+	/home/dwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/dwalsh/\.esd_auth
-+.br
-+	/home/dwalsh/\.pulse-cookie
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.esd_auth
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse-cookie
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 mpd policy is very flexible allowing users to setup their mpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+mpd policy stores data with multiple different file context types under the /var/lib/mpd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/mpd /srv/mpd
-+.br
-+.B restorecon -R -v /srv/mpd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mpd_data_t '/srv/mpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mympd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mpd:
-+
-+
-+.EX
-+.PP
-+.B mpd_data_t
-+.EE
-+
-+- Set files with the mpd_data_t type, if you want to treat the files as mpd content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/mpd/music(/.*)?, /var/lib/mpd/playlists(/.*)?
-+
-+.EX
-+.PP
-+.B mpd_etc_t
-+.EE
-+
-+- Set files with the mpd_etc_t type, if you want to store mpd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B mpd_user_data_t
-+.EE
-+
-+- Set files with the mpd_user_data_t type, if you want to treat the files as mpd user content.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), mpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mplayer_selinux(8)
-\ 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..1aa03fd
---- /dev/null
-+++ b/man/man8/mplayer_selinux.8
-@@ -0,0 +1,427 @@
-+.TH  "mplayer_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mplayer_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mplayer_t SELinux type can be entered via the \fBmplayer_exec_t\fP file type.
-+
-+The default entrypoint paths for the mplayer_t domain are the following:
-+
-+/usr/bin/vlc, /usr/bin/xine, /usr/bin/mplayer
-+.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 mplayer policy is very flexible allowing users to setup their mplayer processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mplayer:
-+
-+.EX
-+.B mplayer_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mplayer_t
-+can be used to make the process type mplayer_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mplayer policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mplayer with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether mplayer can make its stack executable, you must turn on the mplayer_execstack boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mplayer_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mplayer_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 mplayer_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mplayer_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 cifs_t
-+
-+
-+.br
-+.B mplayer_home_t
-+
-+	/home/[^/]*/\.mplayer(/.*)?
-+.br
-+	/home/pwalsh/\.mplayer(/.*)?
-+.br
-+	/home/dwalsh/\.mplayer(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mplayer(/.*)?
-+.br
-+
-+.br
-+.B mplayer_tmpfs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pulseaudio_home_t
-+
-+	/root/\.pulse(/.*)?
-+.br
-+	/root/\.config/pulse(/.*)?
-+.br
-+	/root/\.esd_auth
-+.br
-+	/root/\.pulse-cookie
-+.br
-+	/home/[^/]*/\.pulse(/.*)?
-+.br
-+	/home/[^/]*/\.config/pulse(/.*)?
-+.br
-+	/home/[^/]*/\.esd_auth
-+.br
-+	/home/[^/]*/\.pulse-cookie
-+.br
-+	/home/pwalsh/\.pulse(/.*)?
-+.br
-+	/home/pwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/pwalsh/\.esd_auth
-+.br
-+	/home/pwalsh/\.pulse-cookie
-+.br
-+	/home/dwalsh/\.pulse(/.*)?
-+.br
-+	/home/dwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/dwalsh/\.esd_auth
-+.br
-+	/home/dwalsh/\.pulse-cookie
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.esd_auth
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse-cookie
-+.br
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 mplayer policy is very flexible allowing users to setup their mplayer processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mplayer, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mplayer_etc_t '/srv/mplayer/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymplayer_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mplayer:
-+
-+
-+.EX
-+.PP
-+.B mplayer_etc_t
-+.EE
-+
-+- Set files with the mplayer_etc_t type, if you want to store mplayer files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/vlc, /usr/bin/xine, /usr/bin/mplayer
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.mplayer(/.*)?, /home/pwalsh/\.mplayer(/.*)?, /home/dwalsh/\.mplayer(/.*)?, /var/lib/xguest/home/xguest/\.mplayer(/.*)?
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mplayer(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..85ec1e7
---- /dev/null
-+++ b/man/man8/mrtg_selinux.8
-@@ -0,0 +1,332 @@
-+.TH  "mrtg_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mrtg_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mrtg_t SELinux type can be entered via the \fBmrtg_exec_t\fP file type.
-+
-+The default entrypoint paths for the mrtg_t domain are the following:
-+
-+/usr/bin/mrtg
-+.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 mrtg policy is very flexible allowing users to setup their mrtg processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mrtg:
-+
-+.EX
-+.B mrtg_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mrtg_t
-+can be used to make the process type mrtg_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mrtg policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mrtg with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mrtg_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 mrtg_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mrtg_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 httpd_sys_content_t
-+
-+	/srv/([^/]*/)?www(/.*)?
-+.br
-+	/var/www(/.*)?
-+.br
-+	/etc/htdig(/.*)?
-+.br
-+	/srv/gallery2(/.*)?
-+.br
-+	/var/lib/trac(/.*)?
-+.br
-+	/var/lib/htdig(/.*)?
-+.br
-+	/var/www/icons(/.*)?
-+.br
-+	/usr/share/htdig(/.*)?
-+.br
-+	/usr/share/drupal.*
-+.br
-+	/usr/share/z-push(/.*)?
-+.br
-+	/var/www/svn/conf(/.*)?
-+.br
-+	/usr/share/icecast(/.*)?
-+.br
-+	/var/lib/cacti/rra(/.*)?
-+.br
-+	/usr/share/ntop/html(/.*)?
-+.br
-+	/usr/share/doc/ghc/html(/.*)?
-+.br
-+	/usr/share/openca/htdocs(/.*)?
-+.br
-+	/usr/share/selinux-policy[^/]*/html(/.*)?
-+.br
-+
-+.br
-+.B mrtg_lock_t
-+
-+	/var/lock/mrtg(/.*)?
-+.br
-+	/var/lock/mrtg-rrd(/.*)?
-+.br
-+	/etc/mrtg/mrtg\.ok
-+.br
-+	/var/lock/subsys/mrtg
-+.br
-+
-+.br
-+.B mrtg_var_lib_t
-+
-+	/var/lib/mrtg(/.*)?
-+.br
-+
-+.br
-+.B mrtg_var_run_t
-+
-+	/var/run/mrtg\.pid
-+.br
-+
-+.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 mrtg policy is very flexible allowing users to setup their mrtg processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+mrtg policy stores data with multiple different file context types under the /var/lock/mrtg directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lock/mrtg /srv/mrtg
-+.br
-+.B restorecon -R -v /srv/mrtg
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mrtg, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mrtg_etc_t '/srv/mrtg/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymrtg_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mrtg:
-+
-+
-+.EX
-+.PP
-+.B mrtg_etc_t
-+.EE
-+
-+- Set files with the mrtg_etc_t type, if you want to store mrtg files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B mrtg_initrc_exec_t
-+.EE
-+
-+- Set files with the mrtg_initrc_exec_t type, if you want to transition an executable to the mrtg_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lock/mrtg(/.*)?, /var/lock/mrtg-rrd(/.*)?, /etc/mrtg/mrtg\.ok, /var/lock/subsys/mrtg
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mrtg(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/mscan_selinux.8 b/man/man8/mscan_selinux.8
-new file mode 100644
-index 0000000..9a4e931
---- /dev/null
-+++ b/man/man8/mscan_selinux.8
-@@ -0,0 +1,311 @@
-+.TH  "mscan_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mscan_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mscan_t SELinux type can be entered via the \fBmscan_exec_t\fP file type.
-+
-+The default entrypoint paths for the mscan_t domain are the following:
-+
-+/usr/sbin/MailScanner
-+.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 mscan policy is very flexible allowing users to setup their mscan processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mscan:
-+
-+.EX
-+.B mscan_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mscan_t
-+can be used to make the process type mscan_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mscan policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mscan with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mscan_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 mscan_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mscan_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 clamd_var_run_t
-+
-+	/var/run/clamd.*
-+.br
-+	/var/run/clamav.*
-+.br
-+	/var/run/amavis(d)?/clamd\.pid
-+.br
-+	/var/spool/amavisd/clamd\.sock
-+.br
-+
-+.br
-+.B mqueue_spool_t
-+
-+	/var/spool/(client)?mqueue(/.*)?
-+.br
-+	/var/spool/mqueue\.in(/.*)?
-+.br
-+
-+.br
-+.B mscan_spool_t
-+
-+	/var/spool/MailScanner(/.*)?
-+.br
-+
-+.br
-+.B mscan_tmp_t
-+
-+
-+.br
-+.B mscan_var_run_t
-+
-+	/var/run/MailScanner\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 mscan policy is very flexible allowing users to setup their mscan processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mscan, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mscan_etc_t '/srv/mscan/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymscan_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mscan:
-+
-+
-+.EX
-+.PP
-+.B mscan_etc_t
-+.EE
-+
-+- Set files with the mscan_etc_t type, if you want to store mscan files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/MailScanner(/.*)?, /etc/sysconfig/MailScanner, /etc/sysconfig/update_spamassassin
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B mscan_spool_t
-+.EE
-+
-+- Set files with the mscan_spool_t type, if you want to store the mscan files under the /var/spool directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mscan(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..c1601b9
---- /dev/null
-+++ b/man/man8/munin_selinux.8
-@@ -0,0 +1,358 @@
-+.TH  "munin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep munin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The munin_t SELinux type can be entered via the \fBmunin_exec_t\fP file type.
-+
-+The default entrypoint paths for the munin_t domain are the following:
-+
-+/usr/bin/munin-.*, /usr/sbin/munin-.*, /usr/share/munin/munin-.*
-+.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 munin policy is very flexible allowing users to setup their munin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for munin:
-+
-+.EX
-+.B munin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a munin_t
-+can be used to make the process type munin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  munin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run munin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the munin_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 munin_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 munin policy is very flexible allowing users to setup their munin processes in as secure a method as possible.
-+.PP
-+The following port types are defined for munin:
-+
-+.EX
-+.TP 5
-+.B munin_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 4949
-+.EE
-+udp 4949
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type munin_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 httpd_munin_content_t
-+
-+	/var/www/html/munin(/.*)?
-+.br
-+
-+.br
-+.B munin_plugin_state_t
-+
-+	/var/lib/munin/plugin-state(/.*)?
-+.br
-+
-+.br
-+.B munin_tmp_t
-+
-+
-+.br
-+.B munin_var_lib_t
-+
-+	/var/lib/munin(/.*)?
-+.br
-+
-+.br
-+.B munin_var_run_t
-+
-+	/var/run/munin(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 munin policy is very flexible allowing users to setup their munin processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+munin policy stores data with multiple different file context types under the /var/lib/munin directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/munin /srv/munin
-+.br
-+.B restorecon -R -v /srv/munin
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the munin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t munin_etc_t '/srv/munin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymunin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for munin:
-+
-+
-+.EX
-+.PP
-+.B munin_etc_t
-+.EE
-+
-+- Set files with the munin_etc_t type, if you want to store munin files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/munin-.*, /usr/sbin/munin-.*, /usr/share/munin/munin-.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), munin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/mysqld_safe_selinux.8 b/man/man8/mysqld_safe_selinux.8
-new file mode 100644
-index 0000000..3ff5cca
---- /dev/null
-+++ b/man/man8/mysqld_safe_selinux.8
-@@ -0,0 +1,203 @@
-+.TH  "mysqld_safe_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mysqld_safe_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mysqld_safe_t SELinux type can be entered via the \fBmysqld_safe_exec_t\fP file type.
-+
-+The default entrypoint paths for the mysqld_safe_t domain are the following:
-+
-+/usr/bin/mysqld_safe
-+.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 mysqld_safe policy is very flexible allowing users to setup their mysqld_safe processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mysqld_safe:
-+
-+.EX
-+.B mysqld_safe_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mysqld_safe_t
-+can be used to make the process type mysqld_safe_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mysqld_safe policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mysqld_safe with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mysqld_safe_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 mysqld_db_t
-+
-+	/var/lib/mysql(/.*)?
-+.br
-+
-+.br
-+.B mysqld_log_t
-+
-+	/var/log/mysql.*
-+.br
-+
-+.br
-+.B mysqld_var_run_t
-+
-+	/var/run/mysqld(/.*)?
-+.br
-+	/var/lib/mysql/mysql\.sock
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 mysqld_safe policy is very flexible allowing users to setup their mysqld_safe processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mysqld_safe, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mysqld_safe_exec_t '/srv/mysqld_safe/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymysqld_safe_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mysqld_safe:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), mysqld_safe(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mysqld_selinux(8), mysqld_selinux(8)
-\ 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..d91c68f
---- /dev/null
-+++ b/man/man8/mysqld_selinux.8
-@@ -0,0 +1,433 @@
-+.TH  "mysqld_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mysqld_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mysqld_t SELinux type can be entered via the \fBmysqld_exec_t\fP file type.
-+
-+The default entrypoint paths for the mysqld_t domain are the following:
-+
-+/usr/sbin/mysqld(-max)?, /usr/sbin/ndbd, /usr/libexec/mysqld, /usr/bin/mysql_upgrade
-+.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 mysqld policy is very flexible allowing users to setup their mysqld processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mysqld:
-+
-+.EX
-+.B mysqld_safe_t, mysqlmanagerd_t, mysqld_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mysqld_t
-+can be used to make the process type mysqld_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mysqld policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mysqld with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether exim can connect to databases, you must turn on the exim_can_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P exim_can_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether ftpd can connect to databases over the TCP network, you must turn on the ftpd_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftpd_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow HTTPD scripts and modules to connect to databases over the network, you must turn on the httpd_can_network_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_network_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow mysqld to connect to all ports, you must turn on the mysql_connect_any boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mysql_connect_any 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the mysqld_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 mysqld_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 mysqld policy is very flexible allowing users to setup their mysqld processes in as secure a method as possible.
-+.PP
-+The following port types are defined for mysqld:
-+
-+.EX
-+.TP 5
-+.B mysqld_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1186,3306,63132-63164
-+.EE
-+
-+.EX
-+.TP 5
-+.B mysqlmanagerd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 2273
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mysqld_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 hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B mysqld_db_t
-+
-+	/var/lib/mysql(/.*)?
-+.br
-+
-+.br
-+.B mysqld_log_t
-+
-+	/var/log/mysql.*
-+.br
-+
-+.br
-+.B mysqld_tmp_t
-+
-+
-+.br
-+.B mysqld_var_run_t
-+
-+	/var/run/mysqld(/.*)?
-+.br
-+	/var/lib/mysql/mysql\.sock
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 mysqld policy is very flexible allowing users to setup their mysqld processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+mysqld policy stores data with multiple different file context types under the /var/lib/mysql directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/mysql /srv/mysql
-+.br
-+.B restorecon -R -v /srv/mysql
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mysqld, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mysqld_db_t '/srv/mysqld/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymysqld_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mysqld:
-+
-+
-+.EX
-+.PP
-+.B mysqld_db_t
-+.EE
-+
-+- Set files with the mysqld_db_t type, if you want to treat the files as mysqld database content.
-+
-+
-+.EX
-+.PP
-+.B mysqld_etc_t
-+.EE
-+
-+- Set files with the mysqld_etc_t type, if you want to store mysqld files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/mysql(/.*)?, /etc/my\.cnf
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/mysqld(-max)?, /usr/sbin/ndbd, /usr/libexec/mysqld, /usr/bin/mysql_upgrade
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.my\.cnf, /home/[^/]*/\.my\.cnf, /home/pwalsh/\.my\.cnf, /home/dwalsh/\.my\.cnf, /var/lib/xguest/home/xguest/\.my\.cnf
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/mysqld(/.*)?, /var/lib/mysql/mysql\.sock
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), mysqld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), mysqld_safe_selinux(8), mysqlmanagerd_selinux(8)
-\ 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..918b0f7
---- /dev/null
-+++ b/man/man8/mysqlmanagerd_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "mysqlmanagerd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep mysqlmanagerd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The mysqlmanagerd_t SELinux type can be entered via the \fBmysqlmanagerd_exec_t\fP file type.
-+
-+The default entrypoint paths for the mysqlmanagerd_t domain are the following:
-+
-+/usr/sbin/mysqlmanager
-+.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 mysqlmanagerd policy is very flexible allowing users to setup their mysqlmanagerd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for mysqlmanagerd:
-+
-+.EX
-+.B mysqlmanagerd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a mysqlmanagerd_t
-+can be used to make the process type mysqlmanagerd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  mysqlmanagerd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run mysqlmanagerd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 mysqlmanagerd policy is very flexible allowing users to setup their mysqlmanagerd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for mysqlmanagerd:
-+
-+.EX
-+.TP 5
-+.B mysqlmanagerd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 2273
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type mysqlmanagerd_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 mysqlmanagerd_var_run_t
-+
-+	/var/run/mysqld/mysqlmanager.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 mysqlmanagerd policy is very flexible allowing users to setup their mysqlmanagerd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the mysqlmanagerd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t mysqlmanagerd_exec_t '/srv/mysqlmanagerd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mymysqlmanagerd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for mysqlmanagerd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), mysqlmanagerd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/nagios_admin_plugin_selinux.8 b/man/man8/nagios_admin_plugin_selinux.8
-new file mode 100644
-index 0000000..569908b
---- /dev/null
-+++ b/man/man8/nagios_admin_plugin_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "nagios_admin_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nagios_admin_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nagios_admin_plugin_t SELinux type can be entered via the \fBnagios_admin_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the nagios_admin_plugin_t domain are the following:
-+
-+/usr/lib/nagios/plugins/check_file_age
-+.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 nagios_admin_plugin policy is very flexible allowing users to setup their nagios_admin_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nagios_admin_plugin:
-+
-+.EX
-+.B nagios_admin_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nagios_admin_plugin_t
-+can be used to make the process type nagios_admin_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nagios_admin_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nagios_admin_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nagios_admin_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nagios_admin_plugin_exec_t '/srv/nagios_admin_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynagios_admin_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nagios_admin_plugin:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nagios_admin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nagios_selinux(8), nagios_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), nagios_unconfined_plugin_selinux(8)
-\ 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..449ca4f
---- /dev/null
-+++ b/man/man8/nagios_checkdisk_plugin_selinux.8
-@@ -0,0 +1,151 @@
-+.TH  "nagios_checkdisk_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nagios_checkdisk_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nagios_checkdisk_plugin_t SELinux type can be entered via the \fBnagios_checkdisk_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the nagios_checkdisk_plugin_t domain are the following:
-+
-+/usr/lib/nagios/plugins/check_disk, /usr/lib/nagios/plugins/check_disk_smb, /usr/lib/nagios/plugins/check_ide_smart, /usr/lib/nagios/plugins/check_linux_raid
-+.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 nagios_checkdisk_plugin policy is very flexible allowing users to setup their nagios_checkdisk_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nagios_checkdisk_plugin:
-+
-+.EX
-+.B nagios_checkdisk_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nagios_checkdisk_plugin_t
-+can be used to make the process type nagios_checkdisk_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nagios_checkdisk_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nagios_checkdisk_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nagios_checkdisk_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nagios_checkdisk_plugin_exec_t '/srv/nagios_checkdisk_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynagios_checkdisk_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nagios_checkdisk_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/nagios/plugins/check_disk, /usr/lib/nagios/plugins/check_disk_smb, /usr/lib/nagios/plugins/check_ide_smart, /usr/lib/nagios/plugins/check_linux_raid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nagios_checkdisk_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nagios_selinux(8), nagios_selinux(8), nagios_admin_plugin_selinux(8), nagios_eventhandler_plugin_selinux(8), nagios_mail_plugin_selinux(8), nagios_services_plugin_selinux(8), nagios_system_plugin_selinux(8), nagios_unconfined_plugin_selinux(8)
-\ 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..19ab6cc
---- /dev/null
-+++ b/man/man8/nagios_eventhandler_plugin_selinux.8
-@@ -0,0 +1,171 @@
-+.TH  "nagios_eventhandler_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nagios_eventhandler_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nagios_eventhandler_plugin_t SELinux type can be entered via the \fBnagios_eventhandler_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the nagios_eventhandler_plugin_t domain are the following:
-+
-+/usr/lib/nagios/plugins/eventhandlers(/.*)
-+.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 nagios_eventhandler_plugin policy is very flexible allowing users to setup their nagios_eventhandler_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nagios_eventhandler_plugin:
-+
-+.EX
-+.B nagios_eventhandler_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nagios_eventhandler_plugin_t
-+can be used to make the process type nagios_eventhandler_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nagios_eventhandler_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nagios_eventhandler_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nagios_eventhandler_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 nagios_eventhandler_plugin_tmp_t
-+
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nagios_eventhandler_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nagios_eventhandler_plugin_exec_t '/srv/nagios_eventhandler_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynagios_eventhandler_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nagios_eventhandler_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nagios_eventhandler_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nagios_selinux(8), nagios_selinux(8), nagios_admin_plugin_selinux(8), nagios_checkdisk_plugin_selinux(8), nagios_mail_plugin_selinux(8), nagios_services_plugin_selinux(8), nagios_system_plugin_selinux(8), nagios_unconfined_plugin_selinux(8)
-\ 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..57fec33
---- /dev/null
-+++ b/man/man8/nagios_mail_plugin_selinux.8
-@@ -0,0 +1,155 @@
-+.TH  "nagios_mail_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nagios_mail_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nagios_mail_plugin_t SELinux type can be entered via the \fBnagios_mail_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the nagios_mail_plugin_t domain are the following:
-+
-+/usr/lib/nagios/plugins/check_mailq
-+.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 nagios_mail_plugin policy is very flexible allowing users to setup their nagios_mail_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nagios_mail_plugin:
-+
-+.EX
-+.B nagios_mail_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nagios_mail_plugin_t
-+can be used to make the process type nagios_mail_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nagios_mail_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nagios_mail_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nagios_mail_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nagios_mail_plugin_exec_t '/srv/nagios_mail_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynagios_mail_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nagios_mail_plugin:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nagios_mail_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nagios_selinux(8), nagios_selinux(8), nagios_admin_plugin_selinux(8), nagios_checkdisk_plugin_selinux(8), nagios_eventhandler_plugin_selinux(8), nagios_services_plugin_selinux(8), nagios_system_plugin_selinux(8), nagios_unconfined_plugin_selinux(8)
-\ 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..b01c31c
---- /dev/null
-+++ b/man/man8/nagios_selinux.8
-@@ -0,0 +1,395 @@
-+.TH  "nagios_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nagios_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nagios_t SELinux type can be entered via the \fBnagios_exec_t\fP file type.
-+
-+The default entrypoint paths for the nagios_t domain are the following:
-+
-+/usr/s?bin/nagios
-+.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 nagios policy is very flexible allowing users to setup their nagios processes in as secure a method as possible.
-+.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
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nagios_t
-+can be used to make the process type nagios_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nagios policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nagios with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nagios_services_plugin_t, nagios_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 nagios_services_plugin_t, nagios_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nagios_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 nagios_tmp_t
-+
-+
-+.br
-+.B nagios_var_lib_t
-+
-+	/usr/lib/pnp4nagios(/.*)?
-+.br
-+
-+.br
-+.B nagios_var_run_t
-+
-+	/var/run/nagios.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nagios policy is very flexible allowing users to setup their nagios processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nagios, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nagios_admin_plugin_exec_t '/srv/nagios/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynagios_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nagios:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/nagios/plugins/check_disk, /usr/lib/nagios/plugins/check_disk_smb, /usr/lib/nagios/plugins/check_ide_smart, /usr/lib/nagios/plugins/check_linux_raid
-+
-+.EX
-+.PP
-+.B nagios_etc_t
-+.EE
-+
-+- Set files with the nagios_etc_t type, if you want to store nagios files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/nrpe, /etc/rc\.d/init\.d/nagios
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/nagios(/.*)?, /var/log/netsaint(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/nagios/plugins/check_ntp.*, /usr/lib/nagios/plugins/check_snmp.*, /usr/lib/nagios/plugins/check_nt, /usr/lib/nagios/plugins/check_dig, /usr/lib/nagios/plugins/check_dns, /usr/lib/nagios/plugins/check_rpc, /usr/lib/nagios/plugins/check_tcp, /usr/lib/nagios/plugins/check_sip, /usr/lib/nagios/plugins/check_ssh, /usr/lib/nagios/plugins/check_ups, /usr/lib/nagios/plugins/check_dhcp, /usr/lib/nagios/plugins/check_game, /usr/lib/nagios/plugins/check_hpjd, /usr/lib/nagios/plugins/check_http, /usr/lib/nagios/plugins/check_icmp, /usr/lib/nagios/plugins/check_ircd, /usr/lib/nagios/plugins/check_ldap, /usr/lib/nagios/plugins/check_nrpe, /usr/lib/nagios/plugins/check_ping, /usr/lib/nagios/plugins/check_real, /usr/lib/nagios/plugins/check_time, /usr/lib/nagios/plugins/check_smtp, /usr/lib/nagios/plugins/check_dummy, /usr/lib/nagios/plugins/check_fping, /usr/lib/nagios/plugins/check_mysql, /usr/lib/nagios/plugins/check_pgsql, /usr/lib/nagios/plugins/check_breeze, /usr/lib/nagios/
 plugins/check_oracle, /usr/lib/nagios/plugins/check_radius, /usr/lib/nagios/plugins/check_cluster, /usr/lib/nagios/plugins/check_mysql_query
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/nagios/plugins/check_log, /usr/lib/nagios/plugins/check_load, /usr/lib/nagios/plugins/check_mrtg, /usr/lib/nagios/plugins/check_swap, /usr/lib/nagios/plugins/check_wave, /usr/lib/nagios/plugins/check_procs, /usr/lib/nagios/plugins/check_users, /usr/lib/nagios/plugins/check_flexlm, /usr/lib/nagios/plugins/check_nagios, /usr/lib/nagios/plugins/check_nwstat, /usr/lib/nagios/plugins/check_overcr, /usr/lib/nagios/plugins/check_sensors, /usr/lib/nagios/plugins/check_ifstatus, /usr/lib/nagios/plugins/check_mrtgtraf, /usr/lib/nagios/plugins/check_ifoperstatus
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nagios(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(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), nagios_unconfined_plugin_selinux(8)
-\ 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..d74af09
---- /dev/null
-+++ b/man/man8/nagios_services_plugin_selinux.8
-@@ -0,0 +1,199 @@
-+.TH  "nagios_services_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nagios_services_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nagios_services_plugin_t SELinux type can be entered via the \fBnagios_services_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the nagios_services_plugin_t domain are the following:
-+
-+/usr/lib/nagios/plugins/check_ntp.*, /usr/lib/nagios/plugins/check_snmp.*, /usr/lib/nagios/plugins/check_nt, /usr/lib/nagios/plugins/check_dig, /usr/lib/nagios/plugins/check_dns, /usr/lib/nagios/plugins/check_rpc, /usr/lib/nagios/plugins/check_tcp, /usr/lib/nagios/plugins/check_sip, /usr/lib/nagios/plugins/check_ssh, /usr/lib/nagios/plugins/check_ups, /usr/lib/nagios/plugins/check_dhcp, /usr/lib/nagios/plugins/check_game, /usr/lib/nagios/plugins/check_hpjd, /usr/lib/nagios/plugins/check_http, /usr/lib/nagios/plugins/check_icmp, /usr/lib/nagios/plugins/check_ircd, /usr/lib/nagios/plugins/check_ldap, /usr/lib/nagios/plugins/check_nrpe, /usr/lib/nagios/plugins/check_ping, /usr/lib/nagios/plugins/check_real, /usr/lib/nagios/plugins/check_time, /usr/lib/nagios/plugins/check_smtp, /usr/lib/nagios/plugins/check_dummy, /usr/lib/nagios/plugins/check_fping, /usr/lib/nagios/plugins/check_mysql, /usr/lib/nagios/plugins/check_pgsql, /usr/lib/nagios/plugins/check_breeze, /usr/lib/nagios/
 plugins/check_oracle, /usr/lib/nagios/plugins/check_radius, /usr/lib/nagios/plugins/check_cluster, /usr/lib/nagios/plugins/check_mysql_query
-+.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 nagios_services_plugin policy is very flexible allowing users to setup their nagios_services_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nagios_services_plugin:
-+
-+.EX
-+.B nagios_services_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nagios_services_plugin_t
-+can be used to make the process type nagios_services_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nagios_services_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nagios_services_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nagios_services_plugin_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 nagios_services_plugin_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nagios_services_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nagios_services_plugin_exec_t '/srv/nagios_services_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynagios_services_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nagios_services_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/nagios/plugins/check_ntp.*, /usr/lib/nagios/plugins/check_snmp.*, /usr/lib/nagios/plugins/check_nt, /usr/lib/nagios/plugins/check_dig, /usr/lib/nagios/plugins/check_dns, /usr/lib/nagios/plugins/check_rpc, /usr/lib/nagios/plugins/check_tcp, /usr/lib/nagios/plugins/check_sip, /usr/lib/nagios/plugins/check_ssh, /usr/lib/nagios/plugins/check_ups, /usr/lib/nagios/plugins/check_dhcp, /usr/lib/nagios/plugins/check_game, /usr/lib/nagios/plugins/check_hpjd, /usr/lib/nagios/plugins/check_http, /usr/lib/nagios/plugins/check_icmp, /usr/lib/nagios/plugins/check_ircd, /usr/lib/nagios/plugins/check_ldap, /usr/lib/nagios/plugins/check_nrpe, /usr/lib/nagios/plugins/check_ping, /usr/lib/nagios/plugins/check_real, /usr/lib/nagios/plugins/check_time, /usr/lib/nagios/plugins/check_smtp, /usr/lib/nagios/plugins/check_dummy, /usr/lib/nagios/plugins/check_fping, /usr/lib/nagios/plugins/check_mysql, /usr/lib/nagios/plugins/check_pgsql, /usr/lib/nagios/plugins/check_breeze, /usr/lib/nagios/
 plugins/check_oracle, /usr/lib/nagios/plugins/check_radius, /usr/lib/nagios/plugins/check_cluster, /usr/lib/nagios/plugins/check_mysql_query
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nagios_services_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(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_system_plugin_selinux(8), nagios_unconfined_plugin_selinux(8)
-\ 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..fd126da
---- /dev/null
-+++ b/man/man8/nagios_system_plugin_selinux.8
-@@ -0,0 +1,167 @@
-+.TH  "nagios_system_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nagios_system_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nagios_system_plugin_t SELinux type can be entered via the \fBnagios_system_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the nagios_system_plugin_t domain are the following:
-+
-+/usr/lib/nagios/plugins/check_log, /usr/lib/nagios/plugins/check_load, /usr/lib/nagios/plugins/check_mrtg, /usr/lib/nagios/plugins/check_swap, /usr/lib/nagios/plugins/check_wave, /usr/lib/nagios/plugins/check_procs, /usr/lib/nagios/plugins/check_users, /usr/lib/nagios/plugins/check_flexlm, /usr/lib/nagios/plugins/check_nagios, /usr/lib/nagios/plugins/check_nwstat, /usr/lib/nagios/plugins/check_overcr, /usr/lib/nagios/plugins/check_sensors, /usr/lib/nagios/plugins/check_ifstatus, /usr/lib/nagios/plugins/check_mrtgtraf, /usr/lib/nagios/plugins/check_ifoperstatus
-+.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 nagios_system_plugin policy is very flexible allowing users to setup their nagios_system_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nagios_system_plugin:
-+
-+.EX
-+.B nagios_system_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nagios_system_plugin_t
-+can be used to make the process type nagios_system_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nagios_system_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nagios_system_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nagios_system_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 nagios_system_plugin_tmp_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nagios_system_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nagios_system_plugin_exec_t '/srv/nagios_system_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynagios_system_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nagios_system_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/nagios/plugins/check_log, /usr/lib/nagios/plugins/check_load, /usr/lib/nagios/plugins/check_mrtg, /usr/lib/nagios/plugins/check_swap, /usr/lib/nagios/plugins/check_wave, /usr/lib/nagios/plugins/check_procs, /usr/lib/nagios/plugins/check_users, /usr/lib/nagios/plugins/check_flexlm, /usr/lib/nagios/plugins/check_nagios, /usr/lib/nagios/plugins/check_nwstat, /usr/lib/nagios/plugins/check_overcr, /usr/lib/nagios/plugins/check_sensors, /usr/lib/nagios/plugins/check_ifstatus, /usr/lib/nagios/plugins/check_mrtgtraf, /usr/lib/nagios/plugins/check_ifoperstatus
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nagios_system_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(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_unconfined_plugin_selinux(8)
-\ 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..eccefc3
---- /dev/null
-+++ b/man/man8/nagios_unconfined_plugin_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "nagios_unconfined_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nagios_unconfined_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nagios_unconfined_plugin_t SELinux type can be entered via the \fBnagios_unconfined_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the nagios_unconfined_plugin_t domain are the following:
-+
-+/usr/lib/nagios/plugins/check_by_ssh
-+.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 nagios_unconfined_plugin policy is very flexible allowing users to setup their nagios_unconfined_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nagios_unconfined_plugin:
-+
-+.EX
-+.B nagios_unconfined_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nagios_unconfined_plugin_t
-+can be used to make the process type nagios_unconfined_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nagios_unconfined_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nagios_unconfined_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nagios_unconfined_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nagios_unconfined_plugin_exec_t '/srv/nagios_unconfined_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynagios_unconfined_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nagios_unconfined_plugin:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nagios_unconfined_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(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..d1180f7 100644
---- a/man/man8/named_selinux.8
-+++ b/man/man8/named_selinux.8
-@@ -1,30 +1,440 @@
--.TH  "named_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "named Selinux Policy documentation"
--.de EX
--.nf
--.ft CW
--..
--.de EE
--.ft R
--.fi
--..
-+.TH  "named_selinux"  "8"  "13-01-16" "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
- .SH "DESCRIPTION"
- 
--Security-Enhanced Linux secures the named server via flexible mandatory access
--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.
-+
-+For example:
-+
-+.B ps -eZ | grep named_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The named_t SELinux type can be entered via the \fBnamed_exec_t, named_checkconf_exec_t\fP file types.
-+
-+The default entrypoint paths for the named_t domain are the following:
-+
-+/usr/sbin/named, /usr/sbin/lwresd, /usr/sbin/unbound, /usr/sbin/unbound-anchor, /usr/sbin/unbound-chkconf, /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.
-+SELinux named policy is very flexible allowing users to setup their named processes in as secure a method as possible.
-+.PP
-+The following process types are defined for named:
-+
-+.EX
-+.B named_t, namespace_init_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a named_t
-+can be used to make the process type named_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
- .SH BOOLEANS
--SELinux policy is customizable based on least access required.  So by 
--default SELinux policy does not allow named to write master zone files.  If you want to have named update the master zone files you need to set the named_write_master_zones boolean.
-+SELinux policy is customizable based on least access required.  named policy is extremely flexible and has several booleans that allow you to manipulate the policy and run named with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether Bind can bind tcp socket to http ports, you must turn on the named_tcp_bind_http_port boolean. Disabled by default.
-+
- .EX
--setsebool -P named_write_master_zones 1
-+.B setsebool -P named_tcp_bind_http_port 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>.
-+If you want to determine whether Bind can write to master zone files. Generally this is used for dynamic DNS or zone transfers, you must turn on the named_write_master_zones boolean. Disabled by default.
- 
--.SH "SEE ALSO"
--selinux(8), named(8), chcon(1), setsebool(8)
-+.EX
-+.B setsebool -P named_write_master_zones 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
- 
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the namespace_init_t, named_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 namespace_init_t, named_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
- 
-+.SH "MANAGED FILES"
-+
-+The SELinux process type named_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 krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B named_cache_t
-+
-+	/var/named/data(/.*)?
-+.br
-+	/var/lib/unbound(/.*)?
-+.br
-+	/var/named/slaves(/.*)?
-+.br
-+	/var/named/dynamic(/.*)?
-+.br
-+	/var/named/chroot/var/tmp(/.*)?
-+.br
-+	/var/named/chroot/var/named/data(/.*)?
-+.br
-+	/var/named/chroot/var/named/slaves(/.*)?
-+.br
-+	/var/named/chroot/var/named/dynamic(/.*)?
-+.br
-+
-+.br
-+.B named_tmp_t
-+
-+
-+.br
-+.B named_var_run_t
-+
-+	/var/run/bind(/.*)?
-+.br
-+	/var/run/named(/.*)?
-+.br
-+	/var/run/unbound(/.*)?
-+.br
-+	/var/named/chroot/var/run/named.*
-+.br
-+	/var/run/ndc
-+.br
-+
-+.br
-+.B named_zone_t
-+
-+	/var/named(/.*)?
-+.br
-+	/var/named/chroot/var/named(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 named policy is very flexible allowing users to setup their named processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+named policy stores data with multiple different file context types under the /var/named directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/named /srv/named
-+.br
-+.B restorecon -R -v /srv/named
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the named, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t named_cache_t '/srv/named/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynamed_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for named:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/named/data(/.*)?, /var/lib/unbound(/.*)?, /var/named/slaves(/.*)?, /var/named/dynamic(/.*)?, /var/named/chroot/var/tmp(/.*)?, /var/named/chroot/var/named/data(/.*)?, /var/named/chroot/var/named/slaves(/.*)?, /var/named/chroot/var/named/dynamic(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rndc.*, /etc/unbound(/.*)?, /var/named/chroot(/.*)?, /etc/named\.rfc1912.zones, /var/named/chroot/etc/named\.rfc1912.zones, /etc/named\.conf, /var/named/named\.ca, /etc/named\.root\.hints, /var/named/chroot/etc/named\.conf, /etc/named\.caching-nameserver\.conf, /var/named/chroot/var/named/named\.ca, /var/named/chroot/etc/named\.root\.hints, /var/named/chroot/etc/named\.caching-nameserver\.conf
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/named, /usr/sbin/lwresd, /usr/sbin/unbound, /usr/sbin/unbound-anchor, /usr/sbin/unbound-chkconf
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/named, /etc/rc\.d/init\.d/unbound
-+
-+.EX
-+.PP
-+.B named_keytab_t
-+.EE
-+
-+- Set files with the named_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/named.*, /var/named/chroot/var/log/named.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/systemd/system/named.*, /usr/lib/systemd/system/unbound.*
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/bind(/.*)?, /var/run/named(/.*)?, /var/run/unbound(/.*)?, /var/named/chroot/var/run/named.*, /var/run/ndc
-+
-+.EX
-+.PP
-+.B named_zone_t
-+.EE
-+
-+- Set files with the named_zone_t type, if you want to treat the files as named zone data.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/named(/.*)?, /var/named/chroot/var/named(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), named(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), namespace_init_selinux(8)
-\ 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..82b2934
---- /dev/null
-+++ b/man/man8/namespace_init_selinux.8
-@@ -0,0 +1,233 @@
-+.TH  "namespace_init_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep namespace_init_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The namespace_init_t SELinux type can be entered via the \fBnamespace_init_exec_t\fP file type.
-+
-+The default entrypoint paths for the namespace_init_t domain are the following:
-+
-+/etc/security/namespace.init
-+.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 namespace_init policy is very flexible allowing users to setup their namespace_init processes in as secure a method as possible.
-+.PP
-+The following process types are defined for namespace_init:
-+
-+.EX
-+.B namespace_init_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a namespace_init_t
-+can be used to make the process type namespace_init_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  namespace_init policy is extremely flexible and has several booleans that allow you to manipulate the policy and run namespace_init with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the namespace_init_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 namespace_init_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type namespace_init_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 security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 namespace_init policy is very flexible allowing users to setup their namespace_init processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the namespace_init, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t namespace_init_exec_t '/srv/namespace_init/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynamespace_init_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for namespace_init:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), namespace_init(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ncftool_selinux.8 b/man/man8/ncftool_selinux.8
-new file mode 100644
-index 0000000..83dd172
---- /dev/null
-+++ b/man/man8/ncftool_selinux.8
-@@ -0,0 +1,195 @@
-+.TH  "ncftool_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ncftool_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ncftool_t SELinux type can be entered via the \fBncftool_exec_t\fP file type.
-+
-+The default entrypoint paths for the ncftool_t domain are the following:
-+
-+/usr/bin/ncftool
-+.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 ncftool policy is very flexible allowing users to setup their ncftool processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ncftool:
-+
-+.EX
-+.B ncftool_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ncftool_t
-+can be used to make the process type ncftool_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ncftool policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ncftool with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ncftool_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 net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B system_conf_t
-+
-+	/etc/sysctl\.conf(\.old)?
-+.br
-+	/etc/sysconfig/ip6?tables.*
-+.br
-+	/etc/sysconfig/ipvsadm.*
-+.br
-+	/etc/sysconfig/ebtables.*
-+.br
-+	/etc/sysconfig/system-config-firewall.*
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 ncftool policy is very flexible allowing users to setup their ncftool processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ncftool, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ncftool_exec_t '/srv/ncftool/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myncftool_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ncftool:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ncftool(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ndc_selinux.8 b/man/man8/ndc_selinux.8
-new file mode 100644
-index 0000000..0466b21
---- /dev/null
-+++ b/man/man8/ndc_selinux.8
-@@ -0,0 +1,203 @@
-+.TH  "ndc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ndc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ndc_t SELinux type can be entered via the \fBndc_exec_t\fP file type.
-+
-+The default entrypoint paths for the ndc_t domain are the following:
-+
-+/usr/sbin/r?ndc
-+.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 ndc policy is very flexible allowing users to setup their ndc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ndc:
-+
-+.EX
-+.B ndc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ndc_t
-+can be used to make the process type ndc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ndc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ndc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ndc_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 ndc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ndc policy is very flexible allowing users to setup their ndc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ndc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ndc_exec_t '/srv/ndc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myndc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ndc:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ndc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/netlabel_mgmt_selinux.8 b/man/man8/netlabel_mgmt_selinux.8
-new file mode 100644
-index 0000000..ac2fa89
---- /dev/null
-+++ b/man/man8/netlabel_mgmt_selinux.8
-@@ -0,0 +1,151 @@
-+.TH  "netlabel_mgmt_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep netlabel_mgmt_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The netlabel_mgmt_t SELinux type can be entered via the \fBnetlabel_mgmt_exec_t\fP file type.
-+
-+The default entrypoint paths for the netlabel_mgmt_t domain are the following:
-+
-+/sbin/netlabelctl, /usr/sbin/netlabelctl
-+.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 netlabel_mgmt policy is very flexible allowing users to setup their netlabel_mgmt processes in as secure a method as possible.
-+.PP
-+The following process types are defined for netlabel_mgmt:
-+
-+.EX
-+.B netlabel_mgmt_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a netlabel_mgmt_t
-+can be used to make the process type netlabel_mgmt_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  netlabel_mgmt policy is extremely flexible and has several booleans that allow you to manipulate the policy and run netlabel_mgmt with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 netlabel_mgmt policy is very flexible allowing users to setup their netlabel_mgmt processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the netlabel_mgmt, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t netlabel_mgmt_exec_t '/srv/netlabel_mgmt/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynetlabel_mgmt_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for netlabel_mgmt:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/netlabelctl, /usr/sbin/netlabelctl
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), netlabel_mgmt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/netlogond_selinux.8 b/man/man8/netlogond_selinux.8
-new file mode 100644
-index 0000000..901558e
---- /dev/null
-+++ b/man/man8/netlogond_selinux.8
-@@ -0,0 +1,251 @@
-+.TH  "netlogond_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep netlogond_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The netlogond_t SELinux type can be entered via the \fBnetlogond_exec_t\fP file type.
-+
-+The default entrypoint paths for the netlogond_t domain are the following:
-+
-+/usr/sbin/netlogond, /opt/likewise/sbin/netlogond
-+.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 netlogond policy is very flexible allowing users to setup their netlogond processes in as secure a method as possible.
-+.PP
-+The following process types are defined for netlogond:
-+
-+.EX
-+.B netlogond_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a netlogond_t
-+can be used to make the process type netlogond_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  netlogond policy is extremely flexible and has several booleans that allow you to manipulate the policy and run netlogond with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type netlogond_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 likewise_etc_t
-+
-+	/etc/likewise-open(/.*)?
-+.br
-+
-+.br
-+.B netlogond_var_lib_t
-+
-+	/var/lib/likewise/LWNetsd\.err
-+.br
-+	/var/lib/likewise-open/LWNetsd\.err
-+.br
-+	/var/lib/likewise/krb5-affinity\.conf
-+.br
-+	/var/lib/likewise-open/krb5-affinity\.conf
-+.br
-+
-+.br
-+.B netlogond_var_run_t
-+
-+	/var/run/netlogond\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 netlogond policy is very flexible allowing users to setup their netlogond processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the netlogond, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t netlogond_exec_t '/srv/netlogond/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynetlogond_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for netlogond:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/netlogond, /opt/likewise/sbin/netlogond
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/LWNetsd\.err, /var/lib/likewise-open/LWNetsd\.err, /var/lib/likewise/krb5-affinity\.conf, /var/lib/likewise-open/krb5-affinity\.conf
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/likewise/\.netlogond, /var/lib/likewise-open/\.netlogond
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), netlogond(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/netutils_selinux.8 b/man/man8/netutils_selinux.8
-new file mode 100644
-index 0000000..2724da4
---- /dev/null
-+++ b/man/man8/netutils_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "netutils_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep netutils_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The netutils_t SELinux type can be entered via the \fBnetutils_exec_t\fP file type.
-+
-+The default entrypoint paths for the netutils_t domain are the following:
-+
-+/sbin/arping, /usr/sbin/arping, /usr/sbin/tcpdump
-+.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 netutils policy is very flexible allowing users to setup their netutils processes in as secure a method as possible.
-+.PP
-+The following process types are defined for netutils:
-+
-+.EX
-+.B netutils_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a netutils_t
-+can be used to make the process type netutils_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  netutils policy is extremely flexible and has several booleans that allow you to manipulate the policy and run netutils with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the netutils_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 netutils_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type netutils_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 netutils_tmp_t
-+
-+
-+.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 netutils policy is very flexible allowing users to setup their netutils processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the netutils, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t netutils_exec_t '/srv/netutils/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynetutils_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for netutils:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/arping, /usr/sbin/arping, /usr/sbin/tcpdump
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), netutils(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/newrole_selinux.8 b/man/man8/newrole_selinux.8
-new file mode 100644
-index 0000000..00859e3
---- /dev/null
-+++ b/man/man8/newrole_selinux.8
-@@ -0,0 +1,275 @@
-+.TH  "newrole_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep newrole_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The newrole_t SELinux type can be entered via the \fBnewrole_exec_t\fP file type.
-+
-+The default entrypoint paths for the newrole_t domain are the following:
-+
-+/usr/bin/newrole
-+.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 newrole policy is very flexible allowing users to setup their newrole processes in as secure a method as possible.
-+.PP
-+The following process types are defined for newrole:
-+
-+.EX
-+.B newrole_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a newrole_t
-+can be used to make the process type newrole_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  newrole policy is extremely flexible and has several booleans that allow you to manipulate the policy and run newrole with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the newrole_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 newrole_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type newrole_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 newrole policy is very flexible allowing users to setup their newrole processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the newrole, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t newrole_exec_t '/srv/newrole/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynewrole_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for newrole:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), newrole(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/nfs_selinux.8 b/man/man8/nfs_selinux.8
-deleted file mode 100644
-index 8e30c4c..0000000
---- a/man/man8/nfs_selinux.8
-+++ /dev/null
-@@ -1,31 +0,0 @@
--.TH  "nfs_selinux"  "8"  "9 Feb 2009" "dwalsh at redhat.com" "NFS SELinux Policy documentation"
--.SH "NAME"
--nfs_selinux \- Security Enhanced Linux Policy for NFS
--.SH "DESCRIPTION"
--
--Security Enhanced Linux secures the NFS server via flexible mandatory access
--control.  
--.SH BOOLEANS
--SELinux policy is customizable based on the least level of access required. SELinux can be configured to not allow NFS to share files. If you want to share NFS partitions, and only allow read-only access to those NFS partitions, turn the nfs_export_all_ro boolean on:
--
--.TP
--setsebool -P nfs_export_all_ro 1
--.TP
--If you want to share files read/write you must set the nfs_export_all_rw boolean.
--.TP
--setsebool -P nfs_export_all_rw 1
--
--.TP
--These booleans are not required when files to be shared are labeled with the public_content_t or public_content_rw_t types. NFS can share files labeled with the public_content_t or public_content_rw_t types even if the nfs_export_all_ro and nfs_export_all_rw booleans are off.
--
--.TP
--If you want to use a remote NFS server for the home directories on this machine, you must set the use_nfs_home_dirs boolean:
--.TP
--setsebool -P use_nfs_home_dirs 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>.
--
--.SH "SEE ALSO"
--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..4af9239
---- /dev/null
-+++ b/man/man8/nfsd_selinux.8
-@@ -0,0 +1,375 @@
-+.TH  "nfsd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nfsd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nfsd_t SELinux type can be entered via the \fBnfsd_exec_t\fP file type.
-+
-+The default entrypoint paths for the nfsd_t domain are the following:
-+
-+/usr/sbin/rpc\.nfsd, /usr/sbin/rpc\.mountd
-+.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 nfsd policy is very flexible allowing users to setup their nfsd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nfsd:
-+
-+.EX
-+.B nfsd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nfsd_t
-+can be used to make the process type nfsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nfsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nfsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow any files/directories to be exported read/only via NFS, you must turn on the nfs_export_all_ro boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nfs_export_all_ro 1
-+
-+.EE
-+
-+.PP
-+If you want to allow any files/directories to be exported read/write via NFS, you must turn on the nfs_export_all_rw boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nfs_export_all_rw 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nfsd_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 nfsd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 nfsd policy is very flexible allowing users to setup their nfsd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for nfsd:
-+
-+.EX
-+.TP 5
-+.B nfs_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 2049,20048-20049
-+.EE
-+udp 2049,20048-20049
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nfsd_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 mount_var_run_t
-+
-+	/run/mount(/.*)?
-+.br
-+	/dev/\.mount(/.*)?
-+.br
-+	/var/run/mount(/.*)?
-+.br
-+	/var/run/davfs2(/.*)?
-+.br
-+	/var/cache/davfs2(/.*)?
-+.br
-+
-+.br
-+.B nfsd_fs_t
-+
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B var_lib_nfs_t
-+
-+	/var/lib/nfs(/.*)?
-+.br
-+
-+.br
-+.B var_lib_t
-+
-+	/opt/(.*/)?var/lib(/.*)?
-+.br
-+	/var/lib(/.*)?
-+.br
-+
-+.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 nfsd policy is very flexible allowing users to setup their nfsd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nfsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nfsd_exec_t '/srv/nfsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynfsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nfsd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/rpc\.nfsd, /usr/sbin/rpc\.mountd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+Allow nfsd servers to read the /var/nfsd directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/nfsd(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/nfsd
-+.pp
-+.TP
-+Allow nfsd 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_nfsdd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/nfsd/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/nfsd/incoming
-+
-+
-+.PP
-+If you want to allow nfs servers to modify public files used for public file transfer services.  Files/Directories must be labeled public_content_rw_t., you must turn on the nfsd_anon_write boolean.
-+
-+.EX
-+.B setsebool -P nfsd_anon_write 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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), nfsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/nis_selinux.8 b/man/man8/nis_selinux.8
-deleted file mode 100644
-index 6271c95..0000000
---- a/man/man8/nis_selinux.8
-+++ /dev/null
-@@ -1 +0,0 @@
--.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..27dd2f3
---- /dev/null
-+++ b/man/man8/nmbd_selinux.8
-@@ -0,0 +1,292 @@
-+.TH  "nmbd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nmbd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nmbd_t SELinux type can be entered via the \fBnmbd_exec_t\fP file type.
-+
-+The default entrypoint paths for the nmbd_t domain are the following:
-+
-+/usr/sbin/nmbd
-+.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 nmbd policy is very flexible allowing users to setup their nmbd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nmbd:
-+
-+.EX
-+.B nmbd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nmbd_t
-+can be used to make the process type nmbd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nmbd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nmbd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to share any file/directory read only, you must turn on the samba_export_all_ro boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_export_all_ro 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to share any file/directory read/write, you must turn on the samba_export_all_rw boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_export_all_rw 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nmbd_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 nmbd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 nmbd policy is very flexible allowing users to setup their nmbd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for nmbd:
-+
-+.EX
-+.TP 5
-+.B nmbd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 137,138
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nmbd_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 non_security_file_type
-+
-+
-+.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 nmbd policy is very flexible allowing users to setup their nmbd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+nmbd policy stores data with multiple different file context types under the /var/run/samba/nmbd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/samba/nmbd /srv/nmbd
-+.br
-+.B restorecon -R -v /srv/nmbd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nmbd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nmbd_exec_t '/srv/nmbd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynmbd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nmbd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/nmbd(/.*)?, /var/run/samba/nmbd(/.*)?, /var/run/samba/nmbd\.pid, /var/run/samba/messages\.tdb, /var/run/samba/namelist\.debug, /var/run/samba/unexpected\.tdb
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), nmbd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/nova_ajax_selinux.8 b/man/man8/nova_ajax_selinux.8
-new file mode 100644
-index 0000000..ba8fc77
---- /dev/null
-+++ b/man/man8/nova_ajax_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "nova_ajax_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_ajax_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_ajax_t SELinux type can be entered via the \fBnova_ajax_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_ajax_t domain are the following:
-+
-+/usr/bin/nova-ajax-console-proxy
-+.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 nova_ajax policy is very flexible allowing users to setup their nova_ajax processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_ajax:
-+
-+.EX
-+.B nova_ajax_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_ajax_t
-+can be used to make the process type nova_ajax_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_ajax policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_ajax with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_ajax_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 nova_ajax_tmp_t
-+
-+
-+.br
-+.B nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_ajax policy is very flexible allowing users to setup their nova_ajax processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_ajax, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_ajax_exec_t '/srv/nova_ajax/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_ajax_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_ajax:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_ajax(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_api_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..bfea06c
---- /dev/null
-+++ b/man/man8/nova_api_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "nova_api_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_api_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_api_t SELinux type can be entered via the \fBnova_api_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_api_t domain are the following:
-+
-+/usr/bin/nova-api, /usr//bin/nova-api-metadata
-+.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 nova_api policy is very flexible allowing users to setup their nova_api processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_api:
-+
-+.EX
-+.B nova_api_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_api_t
-+can be used to make the process type nova_api_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_api policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_api with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_api_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 nova_api_tmp_t
-+
-+
-+.br
-+.B nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_api policy is very flexible allowing users to setup their nova_api processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_api, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_api_exec_t '/srv/nova_api/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_api_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_api:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/nova-api, /usr//bin/nova-api-metadata
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/systemd/system/openstack-nova-api.*, /usr/lib/systemd/system/openstack-nova-metadata-api.service.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_api(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..98857cb
---- /dev/null
-+++ b/man/man8/nova_cert_selinux.8
-@@ -0,0 +1,269 @@
-+.TH  "nova_cert_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_cert_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_cert_t SELinux type can be entered via the \fBnova_cert_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_cert_t domain are the following:
-+
-+/usr/bin/nova-cert
-+.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 nova_cert policy is very flexible allowing users to setup their nova_cert processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_cert:
-+
-+.EX
-+.B nova_cert_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_cert_t
-+can be used to make the process type nova_cert_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_cert policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_cert with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nova_cert_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 nova_cert_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_cert_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 nova_cert_tmp_t
-+
-+
-+.br
-+.B nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_cert policy is very flexible allowing users to setup their nova_cert processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_cert, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_cert_exec_t '/srv/nova_cert/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_cert_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_cert:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_cert(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..b8bf0cc
---- /dev/null
-+++ b/man/man8/nova_compute_selinux.8
-@@ -0,0 +1,166 @@
-+.TH  "nova_compute_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_compute_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_compute_t SELinux type can be entered via the \fBnova_compute_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_compute_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 nova_compute policy is very flexible allowing users to setup their nova_compute processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_compute:
-+
-+.EX
-+.B nova_compute_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_compute_t
-+can be used to make the process type nova_compute_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_compute policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_compute with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_compute_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 nova_compute_tmp_t
-+
-+
-+.br
-+.B nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_compute(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_cert_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..d2efda1
---- /dev/null
-+++ b/man/man8/nova_console_selinux.8
-@@ -0,0 +1,269 @@
-+.TH  "nova_console_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_console_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_console_t SELinux type can be entered via the \fBnova_console_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_console_t domain are the following:
-+
-+/usr/bin/nova-console.*
-+.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 nova_console policy is very flexible allowing users to setup their nova_console processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_console:
-+
-+.EX
-+.B nova_console_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_console_t
-+can be used to make the process type nova_console_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_console policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_console with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nova_console_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 nova_console_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_console_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 nova_console_tmp_t
-+
-+
-+.br
-+.B nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_console policy is very flexible allowing users to setup their nova_console processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_console, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_console_exec_t '/srv/nova_console/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_console_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_console:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_console(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..12e3b94
---- /dev/null
-+++ b/man/man8/nova_direct_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "nova_direct_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_direct_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_direct_t SELinux type can be entered via the \fBnova_direct_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_direct_t domain are the following:
-+
-+/usr/bin/nova-direct-api
-+.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 nova_direct policy is very flexible allowing users to setup their nova_direct processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_direct:
-+
-+.EX
-+.B nova_direct_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_direct_t
-+can be used to make the process type nova_direct_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_direct policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_direct with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_direct_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 nova_direct_tmp_t
-+
-+
-+.br
-+.B nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_direct policy is very flexible allowing users to setup their nova_direct processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_direct, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_direct_exec_t '/srv/nova_direct/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_direct_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_direct:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_direct(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..fe18f6d
---- /dev/null
-+++ b/man/man8/nova_network_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "nova_network_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_network_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_network_t SELinux type can be entered via the \fBnova_network_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_network_t domain are the following:
-+
-+/usr/bin/nova-network
-+.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 nova_network policy is very flexible allowing users to setup their nova_network processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_network:
-+
-+.EX
-+.B nova_network_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_network_t
-+can be used to make the process type nova_network_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_network policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_network with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_network_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 nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_network_tmp_t
-+
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_network policy is very flexible allowing users to setup their nova_network processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_network, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_network_exec_t '/srv/nova_network/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_network_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_network:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_network(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..3134f10
---- /dev/null
-+++ b/man/man8/nova_objectstore_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "nova_objectstore_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_objectstore_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_objectstore_t SELinux type can be entered via the \fBnova_objectstore_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_objectstore_t domain are the following:
-+
-+/usr/bin/nova-objectstore
-+.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 nova_objectstore policy is very flexible allowing users to setup their nova_objectstore processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_objectstore:
-+
-+.EX
-+.B nova_objectstore_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_objectstore_t
-+can be used to make the process type nova_objectstore_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_objectstore policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_objectstore with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_objectstore_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 nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_objectstore_tmp_t
-+
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_objectstore policy is very flexible allowing users to setup their nova_objectstore processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_objectstore, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_objectstore_exec_t '/srv/nova_objectstore/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_objectstore_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_objectstore:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_objectstore(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..a9e26dd
---- /dev/null
-+++ b/man/man8/nova_scheduler_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "nova_scheduler_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_scheduler_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_scheduler_t SELinux type can be entered via the \fBnova_scheduler_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_scheduler_t domain are the following:
-+
-+/usr/bin/nova-scheduler
-+.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 nova_scheduler policy is very flexible allowing users to setup their nova_scheduler processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_scheduler:
-+
-+.EX
-+.B nova_scheduler_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_scheduler_t
-+can be used to make the process type nova_scheduler_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_scheduler policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_scheduler with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_scheduler_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 nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_scheduler_tmp_t
-+
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_scheduler policy is very flexible allowing users to setup their nova_scheduler processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_scheduler, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_scheduler_exec_t '/srv/nova_scheduler/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_scheduler_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_scheduler:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_scheduler(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_vncproxy_selinux(8), nova_volume_selinux(8)
-\ 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..31d45b8
---- /dev/null
-+++ b/man/man8/nova_vncproxy_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "nova_vncproxy_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_vncproxy_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_vncproxy_t SELinux type can be entered via the \fBnova_vncproxy_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_vncproxy_t domain are the following:
-+
-+/usr/bin/nova-vncproxy, /usr/bin/nova-xvpvncproxy
-+.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 nova_vncproxy policy is very flexible allowing users to setup their nova_vncproxy processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_vncproxy:
-+
-+.EX
-+.B nova_vncproxy_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_vncproxy_t
-+can be used to make the process type nova_vncproxy_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_vncproxy policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_vncproxy with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_vncproxy_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 nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_vncproxy_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_vncproxy policy is very flexible allowing users to setup their nova_vncproxy processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_vncproxy, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_vncproxy_exec_t '/srv/nova_vncproxy/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_vncproxy_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_vncproxy:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/nova-vncproxy, /usr/bin/nova-xvpvncproxy
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/systemd/system/openstack-nova-vncproxy.*, /usr/lib/systemd/system/openstack-nova-xvpvncproxy.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_vncproxy(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_volume_selinux(8)
-\ 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..40f586a
---- /dev/null
-+++ b/man/man8/nova_volume_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "nova_volume_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nova_volume_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nova_volume_t SELinux type can be entered via the \fBnova_volume_exec_t\fP file type.
-+
-+The default entrypoint paths for the nova_volume_t domain are the following:
-+
-+/usr/bin/nova-volume
-+.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 nova_volume policy is very flexible allowing users to setup their nova_volume processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nova_volume:
-+
-+.EX
-+.B nova_volume_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nova_volume_t
-+can be used to make the process type nova_volume_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nova_volume policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nova_volume with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nova_volume_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 nova_log_t
-+
-+	/var/log/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_lib_t
-+
-+	/var/lib/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_var_run_t
-+
-+	/var/run/nova(/.*)?
-+.br
-+
-+.br
-+.B nova_volume_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nova_volume policy is very flexible allowing users to setup their nova_volume processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nova_volume, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nova_volume_exec_t '/srv/nova_volume/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynova_volume_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nova_volume:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nova_volume(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nova_ajax_selinux(8), nova_api_selinux(8), nova_cert_selinux(8), nova_compute_selinux(8), nova_console_selinux(8), nova_direct_selinux(8), nova_network_selinux(8), nova_objectstore_selinux(8), nova_scheduler_selinux(8), nova_vncproxy_selinux(8)
-\ 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..a751f49
---- /dev/null
-+++ b/man/man8/nrpe_selinux.8
-@@ -0,0 +1,251 @@
-+.TH  "nrpe_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nrpe_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nrpe_t SELinux type can be entered via the \fBnrpe_exec_t\fP file type.
-+
-+The default entrypoint paths for the nrpe_t domain are the following:
-+
-+/usr/s?bin/nrpe
-+.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 nrpe policy is very flexible allowing users to setup their nrpe processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nrpe:
-+
-+.EX
-+.B nrpe_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nrpe_t
-+can be used to make the process type nrpe_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nrpe policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nrpe with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nrpe_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 nrpe_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nrpe_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 nrpe_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nrpe policy is very flexible allowing users to setup their nrpe processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nrpe, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nrpe_etc_t '/srv/nrpe/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynrpe_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nrpe:
-+
-+
-+.EX
-+.PP
-+.B nrpe_etc_t
-+.EE
-+
-+- Set files with the nrpe_etc_t type, if you want to store nrpe files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nrpe(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/nscd_selinux.8 b/man/man8/nscd_selinux.8
-new file mode 100644
-index 0000000..d6200f6
---- /dev/null
-+++ b/man/man8/nscd_selinux.8
-@@ -0,0 +1,312 @@
-+.TH  "nscd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nscd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nscd_t SELinux type can be entered via the \fBnscd_exec_t\fP file type.
-+
-+The default entrypoint paths for the nscd_t domain are the following:
-+
-+/usr/sbin/nscd
-+.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 nscd policy is very flexible allowing users to setup their nscd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nscd:
-+
-+.EX
-+.B nscd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nscd_t
-+can be used to make the process type nscd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nscd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nscd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to act as the domain controller, add users, groups and change passwords, you must turn on the samba_domain_controller boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_domain_controller 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nscd_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 nscd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nscd_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 nscd_log_t
-+
-+	/var/log/nscd\.log.*
-+.br
-+
-+.br
-+.B nscd_var_run_t
-+
-+	/var/db/nscd(/.*)?
-+.br
-+	/var/run/nscd(/.*)?
-+.br
-+	/var/cache/nscd(/.*)?
-+.br
-+	/var/run/nscd\.pid
-+.br
-+	/var/run/\.nscd_socket
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 nscd policy is very flexible allowing users to setup their nscd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+nscd policy stores data with multiple different file context types under the /var/run/nscd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/nscd /srv/nscd
-+.br
-+.B restorecon -R -v /srv/nscd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nscd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nscd_exec_t '/srv/nscd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynscd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nscd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/db/nscd(/.*)?, /var/run/nscd(/.*)?, /var/cache/nscd(/.*)?, /var/run/nscd\.pid, /var/run/\.nscd_socket
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nscd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..675c5e4
---- /dev/null
-+++ b/man/man8/nslcd_selinux.8
-@@ -0,0 +1,261 @@
-+.TH  "nslcd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nslcd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nslcd_t SELinux type can be entered via the \fBnslcd_exec_t\fP file type.
-+
-+The default entrypoint paths for the nslcd_t domain are the following:
-+
-+/usr/sbin/nslcd
-+.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 nslcd policy is very flexible allowing users to setup their nslcd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nslcd:
-+
-+.EX
-+.B nslcd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nslcd_t
-+can be used to make the process type nslcd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nslcd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nslcd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nslcd_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 nslcd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nslcd_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 nslcd_var_run_t
-+
-+	/var/run/nslcd(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nslcd policy is very flexible allowing users to setup their nslcd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nslcd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nslcd_conf_t '/srv/nslcd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynslcd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nslcd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nslcd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ntop_selinux.8 b/man/man8/ntop_selinux.8
-new file mode 100644
-index 0000000..e9e32b1
---- /dev/null
-+++ b/man/man8/ntop_selinux.8
-@@ -0,0 +1,315 @@
-+.TH  "ntop_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ntop_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ntop_t SELinux type can be entered via the \fBntop_exec_t\fP file type.
-+
-+The default entrypoint paths for the ntop_t domain are the following:
-+
-+/usr/sbin/ntop
-+.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 ntop policy is very flexible allowing users to setup their ntop processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ntop:
-+
-+.EX
-+.B ntop_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ntop_t
-+can be used to make the process type ntop_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ntop policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ntop with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ntop_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 ntop_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ntop policy is very flexible allowing users to setup their ntop processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ntop:
-+
-+.EX
-+.TP 5
-+.B ntop_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 3000-3001
-+.EE
-+udp 3000-3001
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ntop_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 ntop_tmp_t
-+
-+
-+.br
-+.B ntop_var_lib_t
-+
-+	/var/lib/ntop(/.*)?
-+.br
-+
-+.br
-+.B ntop_var_run_t
-+
-+	/var/run/ntop\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 ntop policy is very flexible allowing users to setup their ntop processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ntop, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ntop_etc_t '/srv/ntop/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myntop_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ntop:
-+
-+
-+.EX
-+.PP
-+.B ntop_etc_t
-+.EE
-+
-+- Set files with the ntop_etc_t type, if you want to store ntop files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ntop(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ntpd_selinux.8 b/man/man8/ntpd_selinux.8
-new file mode 100644
-index 0000000..befb363
---- /dev/null
-+++ b/man/man8/ntpd_selinux.8
-@@ -0,0 +1,391 @@
-+.TH  "ntpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ntpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ntpd_t SELinux type can be entered via the \fBntpdate_exec_t, ntpd_exec_t\fP file types.
-+
-+The default entrypoint paths for the ntpd_t domain are the following:
-+
-+/usr/sbin/sntp, /usr/sbin/ntpdate, /etc/cron\.(daily|weekly)/ntp-simple, /etc/cron\.(daily|weekly)/ntp-server, /usr/sbin/ntpd
-+.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 ntpd policy is very flexible allowing users to setup their ntpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ntpd:
-+
-+.EX
-+.B ntpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ntpd_t
-+can be used to make the process type ntpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ntpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ntpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ntpd_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 ntpd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ntpd policy is very flexible allowing users to setup their ntpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ntpd:
-+
-+.EX
-+.TP 5
-+.B ntp_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 123
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ntpd_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 gpsd_tmpfs_t
-+
-+
-+.br
-+.B ntp_drift_t
-+
-+	/var/lib/ntp(/.*)?
-+.br
-+	/etc/ntp/data(/.*)?
-+.br
-+	/var/lib/sntp-kod(/.*)?
-+.br
-+
-+.br
-+.B ntpd_tmp_t
-+
-+
-+.br
-+.B ntpd_tmpfs_t
-+
-+
-+.br
-+.B ntpd_var_run_t
-+
-+	/var/run/ntpd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.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 ntpd policy is very flexible allowing users to setup their ntpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ntpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ntpd_exec_t '/srv/ntpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myntpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ntpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/cron\.(daily|weekly)/ntp-simple, /etc/cron\.(daily|weekly)/ntp-server, /usr/sbin/ntpd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B ntpd_key_t
-+.EE
-+
-+- Set files with the ntpd_key_t type, if you want to treat the files as ntpd key data.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/ntp/crypto(/.*)?, /etc/ntp/keys
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/ntp.*, /var/log/xntpd.*, /var/log/ntpstats(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/sntp, /usr/sbin/ntpdate
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ntpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/numad_selinux.8 b/man/man8/numad_selinux.8
-new file mode 100644
-index 0000000..c93e6df
---- /dev/null
-+++ b/man/man8/numad_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "numad_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep numad_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The numad_t SELinux type can be entered via the \fBnumad_exec_t\fP file type.
-+
-+The default entrypoint paths for the numad_t domain are the following:
-+
-+/usr/bin/numad
-+.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 numad policy is very flexible allowing users to setup their numad processes in as secure a method as possible.
-+.PP
-+The following process types are defined for numad:
-+
-+.EX
-+.B numad_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a numad_t
-+can be used to make the process type numad_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  numad policy is extremely flexible and has several booleans that allow you to manipulate the policy and run numad with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type numad_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B numad_var_log_t
-+
-+	/var/log/numad\.log.*
-+.br
-+
-+.br
-+.B numad_var_run_t
-+
-+	/var/run/numad\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 numad policy is very flexible allowing users to setup their numad processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the numad, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t numad_exec_t '/srv/numad/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynumad_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for numad:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), numad(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/nut_upsd_selinux.8 b/man/man8/nut_upsd_selinux.8
-new file mode 100644
-index 0000000..a145ea6
---- /dev/null
-+++ b/man/man8/nut_upsd_selinux.8
-@@ -0,0 +1,249 @@
-+.TH  "nut_upsd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nut_upsd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nut_upsd_t SELinux type can be entered via the \fBnut_upsd_exec_t\fP file type.
-+
-+The default entrypoint paths for the nut_upsd_t domain are the following:
-+
-+/usr/sbin/upsd
-+.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 nut_upsd policy is very flexible allowing users to setup their nut_upsd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nut_upsd:
-+
-+.EX
-+.B nut_upsd_t, nut_upsmon_t, nut_upsdrvctl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nut_upsd_t
-+can be used to make the process type nut_upsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nut_upsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nut_upsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nut_upsmon_t, nut_upsdrvctl_t, nut_upsd_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 nut_upsmon_t, nut_upsdrvctl_t, nut_upsd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nut_upsd_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 nut_var_run_t
-+
-+	/var/run/nut(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nut_upsd policy is very flexible allowing users to setup their nut_upsd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nut_upsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nut_upsd_exec_t '/srv/nut_upsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynut_upsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nut_upsd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/upsdrvctl, /usr/sbin/upsdrvctl
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nut_upsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nut_upsdrvctl_selinux(8), nut_upsmon_selinux(8)
-\ 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..7421976
---- /dev/null
-+++ b/man/man8/nut_upsdrvctl_selinux.8
-@@ -0,0 +1,241 @@
-+.TH  "nut_upsdrvctl_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nut_upsdrvctl_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nut_upsdrvctl_t SELinux type can be entered via the \fBnut_upsdrvctl_exec_t\fP file type.
-+
-+The default entrypoint paths for the nut_upsdrvctl_t domain are the following:
-+
-+/sbin/upsdrvctl, /usr/sbin/upsdrvctl
-+.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 nut_upsdrvctl policy is very flexible allowing users to setup their nut_upsdrvctl processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nut_upsdrvctl:
-+
-+.EX
-+.B nut_upsdrvctl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nut_upsdrvctl_t
-+can be used to make the process type nut_upsdrvctl_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nut_upsdrvctl policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nut_upsdrvctl with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nut_upsdrvctl_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 nut_upsdrvctl_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nut_upsdrvctl_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 nut_var_run_t
-+
-+	/var/run/nut(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 nut_upsdrvctl policy is very flexible allowing users to setup their nut_upsdrvctl processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nut_upsdrvctl, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nut_upsdrvctl_exec_t '/srv/nut_upsdrvctl/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynut_upsdrvctl_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nut_upsdrvctl:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/upsdrvctl, /usr/sbin/upsdrvctl
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nut_upsdrvctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nut_upsd_selinux(8), nut_upsd_selinux(8), nut_upsmon_selinux(8)
-\ 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..17e3d6f
---- /dev/null
-+++ b/man/man8/nut_upsmon_selinux.8
-@@ -0,0 +1,311 @@
-+.TH  "nut_upsmon_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep nut_upsmon_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nut_upsmon_t SELinux type can be entered via the \fBnut_upsmon_exec_t\fP file type.
-+
-+The default entrypoint paths for the nut_upsmon_t domain are the following:
-+
-+/usr/sbin/upsmon
-+.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 nut_upsmon policy is very flexible allowing users to setup their nut_upsmon processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nut_upsmon:
-+
-+.EX
-+.B nut_upsmon_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nut_upsmon_t
-+can be used to make the process type nut_upsmon_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nut_upsmon policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nut_upsmon with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nut_upsmon_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 nut_upsmon_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nut_upsmon_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B nut_var_run_t
-+
-+	/var/run/nut(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 nut_upsmon policy is very flexible allowing users to setup their nut_upsmon processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the nut_upsmon, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t nut_upsmon_exec_t '/srv/nut_upsmon/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mynut_upsmon_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for nut_upsmon:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nut_upsmon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nut_upsd_selinux(8), nut_upsdrvctl_selinux(8)
-\ 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..f696a38
---- /dev/null
-+++ b/man/man8/nx_server_selinux.8
-@@ -0,0 +1,183 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+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
-+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.
-+
-+The default type for the nx_server_r role is nx_server_t.
-+
-+The
-+.B newrole
-+program to transition directly to this role.
-+
-+.B newrole -r nx_server_r -t nx_server_t
-+
-+.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
-+
-+.br
-+sudo will run COMMAND as staff_u:nx_server_r:nx_server_t:LEVEL
-+
-+When using a a non login role, you need to setup SELinux so that your SELinux user can reach nx_server_r role.
-+
-+Execute the following to see all of the assigned SELinux roles:
-+
-+.B semanage user -l
-+
-+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
-+
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nx_server policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nx_server with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nx_server_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 nx_server_home_ssh_t
-+
-+	/opt/NX/home/nx/\.ssh(/.*)?
-+.br
-+	/usr/NX/home/nx/\.ssh(/.*)?
-+.br
-+	/var/lib/nxserver/home/.ssh(/.*)?
-+.br
-+
-+.br
-+.B nx_server_tmp_t
-+
-+
-+.br
-+.B nx_server_var_lib_t
-+
-+	/opt/NX/home(/.*)?
-+.br
-+	/usr/NX/home(/.*)?
-+.br
-+	/var/lib/nxserver(/.*)?
-+.br
-+
-+.br
-+.B nx_server_var_run_t
-+
-+	/opt/NX/var(/.*)?
-+.br
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nx_server(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nx_server_ssh_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/nx_server_ssh_selinux.8 b/man/man8/nx_server_ssh_selinux.8
-new file mode 100644
-index 0000000..b75b2cd
---- /dev/null
-+++ b/man/man8/nx_server_ssh_selinux.8
-@@ -0,0 +1,212 @@
-+.TH  "nx_server_ssh_selinux"  "8"  "13-01-16" "nx_server_ssh" "SELinux Policy documentation for nx_server_ssh"
-+.SH "NAME"
-+nx_server_ssh_selinux \- Security Enhanced Linux Policy for the nx_server_ssh processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the nx_server_ssh processes via flexible mandatory access control.
-+
-+The nx_server_ssh processes execute with the nx_server_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:
-+
-+.B ps -eZ | grep nx_server_ssh_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The nx_server_ssh_t SELinux type can be entered via the \fBssh_exec_t\fP file type.
-+
-+The default entrypoint paths for the nx_server_ssh_t domain are the following:
-+
-+/usr/bin/ssh
-+.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 nx_server_ssh policy is very flexible allowing users to setup their nx_server_ssh processes in as secure a method as possible.
-+.PP
-+The following process types are defined for nx_server_ssh:
-+
-+.EX
-+.B nx_server_ssh_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a nx_server_ssh_t
-+can be used to make the process type nx_server_ssh_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  nx_server_ssh policy is extremely flexible and has several booleans that allow you to manipulate the policy and run nx_server_ssh with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the nx_server_ssh_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 nx_server_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type nx_server_ssh_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 ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), nx_server_ssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), nx_server_selinux(8), nx_server_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/obex_selinux.8 b/man/man8/obex_selinux.8
-new file mode 100644
-index 0000000..6e37908
---- /dev/null
-+++ b/man/man8/obex_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "obex_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep obex_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The obex_t SELinux type can be entered via the \fBobex_exec_t\fP file type.
-+
-+The default entrypoint paths for the obex_t domain are the following:
-+
-+/usr/bin/obex-data-server
-+.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 obex policy is very flexible allowing users to setup their obex processes in as secure a method as possible.
-+.PP
-+The following process types are defined for obex:
-+
-+.EX
-+.B obex_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a obex_t
-+can be used to make the process type obex_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  obex policy is extremely flexible and has several booleans that allow you to manipulate the policy and run obex with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 obex policy is very flexible allowing users to setup their obex processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the obex, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t obex_exec_t '/srv/obex/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myobex_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for obex:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), obex(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/oddjob_mkhomedir_selinux.8 b/man/man8/oddjob_mkhomedir_selinux.8
-new file mode 100644
-index 0000000..5ebd904
---- /dev/null
-+++ b/man/man8/oddjob_mkhomedir_selinux.8
-@@ -0,0 +1,287 @@
-+.TH  "oddjob_mkhomedir_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep oddjob_mkhomedir_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The oddjob_mkhomedir_t SELinux type can be entered via the \fBoddjob_mkhomedir_exec_t\fP file type.
-+
-+The default entrypoint paths for the oddjob_mkhomedir_t domain are the following:
-+
-+/usr/lib/oddjob/mkhomedir, /usr/sbin/mkhomedir_helper, /usr/libexec/oddjob/mkhomedir
-+.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 oddjob_mkhomedir policy is very flexible allowing users to setup their oddjob_mkhomedir processes in as secure a method as possible.
-+.PP
-+The following process types are defined for oddjob_mkhomedir:
-+
-+.EX
-+.B oddjob_mkhomedir_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a oddjob_mkhomedir_t
-+can be used to make the process type oddjob_mkhomedir_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  oddjob_mkhomedir policy is extremely flexible and has several booleans that allow you to manipulate the policy and run oddjob_mkhomedir with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the oddjob_mkhomedir_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 oddjob_mkhomedir_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type oddjob_mkhomedir_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.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 oddjob_mkhomedir policy is very flexible allowing users to setup their oddjob_mkhomedir processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the oddjob_mkhomedir, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t oddjob_mkhomedir_exec_t '/srv/oddjob_mkhomedir/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myoddjob_mkhomedir_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for oddjob_mkhomedir:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/oddjob/mkhomedir, /usr/sbin/mkhomedir_helper, /usr/libexec/oddjob/mkhomedir
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), oddjob_mkhomedir(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), oddjob_selinux(8), oddjob_selinux(8)
-\ 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..14f89f8
---- /dev/null
-+++ b/man/man8/oddjob_selinux.8
-@@ -0,0 +1,271 @@
-+.TH  "oddjob_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep oddjob_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The oddjob_t SELinux type can be entered via the \fBoddjob_exec_t\fP file type.
-+
-+The default entrypoint paths for the oddjob_t domain are the following:
-+
-+/usr/sbin/oddjobd
-+.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 oddjob policy is very flexible allowing users to setup their oddjob processes in as secure a method as possible.
-+.PP
-+The following process types are defined for oddjob:
-+
-+.EX
-+.B oddjob_mkhomedir_t, oddjob_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a oddjob_t
-+can be used to make the process type oddjob_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  oddjob policy is extremely flexible and has several booleans that allow you to manipulate the policy and run oddjob with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_run_stickshift 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the oddjob_mkhomedir_t, oddjob_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 oddjob_mkhomedir_t, oddjob_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type oddjob_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 oddjob_var_run_t
-+
-+	/var/run/oddjobd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 oddjob policy is very flexible allowing users to setup their oddjob processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the oddjob, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t oddjob_exec_t '/srv/oddjob/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myoddjob_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for oddjob:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/oddjob/mkhomedir, /usr/sbin/mkhomedir_helper, /usr/libexec/oddjob/mkhomedir
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), oddjob(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), oddjob_mkhomedir_selinux(8)
-\ 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..33a25cd
---- /dev/null
-+++ b/man/man8/openct_selinux.8
-@@ -0,0 +1,213 @@
-+.TH  "openct_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep openct_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openct_t SELinux type can be entered via the \fBopenct_exec_t\fP file type.
-+
-+The default entrypoint paths for the openct_t domain are the following:
-+
-+/usr/sbin/ifdhandler, /usr/sbin/openct-control
-+.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 openct policy is very flexible allowing users to setup their openct processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openct:
-+
-+.EX
-+.B openct_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openct_t
-+can be used to make the process type openct_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openct policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openct with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openct_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 openct_var_run_t
-+
-+	/var/run/openct(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.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 openct policy is very flexible allowing users to setup their openct processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the openct, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t openct_exec_t '/srv/openct/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myopenct_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for openct:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/ifdhandler, /usr/sbin/openct-control
-+
-+.EX
-+.PP
-+.B openct_initrc_exec_t
-+.EE
-+
-+- Set files with the openct_initrc_exec_t type, if you want to transition an executable to the openct_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openct(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/openshift_app_selinux.8 b/man/man8/openshift_app_selinux.8
-new file mode 100644
-index 0000000..32a7599
---- /dev/null
-+++ b/man/man8/openshift_app_selinux.8
-@@ -0,0 +1,157 @@
-+.TH  "openshift_app_selinux"  "8"  "13-01-16" "openshift_app" "SELinux Policy documentation for openshift_app"
-+.SH "NAME"
-+openshift_app_selinux \- Security Enhanced Linux Policy for the openshift_app processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the openshift_app processes via flexible mandatory access control.
-+
-+The openshift_app processes execute with the openshift_app_t SELinux 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 openshift_app_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_app_t SELinux type can be entered via the \fBopenshift_file_type, shell_exec_t, httpd_exec_t, user_cron_spool_t, gpg_exec_t, bin_t\fP file types.
-+
-+The default entrypoint paths for the openshift_app_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/httpd(\.worker)?, /usr/sbin/apache(2)?, /usr/lib/apache-ssl/.+, /usr/sbin/apache-ssl(2)?, /usr/share/jetty/bin/jetty.sh, /usr/sbin/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails, /var/spool/at(/.*)?, /var/spool/cron, /usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+.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 openshift_app policy is very flexible allowing users to setup their openshift_app processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift_app:
-+
-+.EX
-+.B openshift_app_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_app_t
-+can be used to make the process type openshift_app_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift_app policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift_app with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openshift_app_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 anon_inodefs_t
-+
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B openshift_rw_file_t
-+
-+	/var/lib/openshift/.*/data(/.*)?
-+.br
-+	/var/lib/stickshift/.*/data(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmp_t
-+
-+	/var/lib/openshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/openshift/.*/\.sandbox(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.sandbox(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift_app(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_selinux(8), openshift_selinux(8), openshift_cgroup_read_selinux(8), openshift_initrc_selinux(8), openshift_mail_selinux(8), openshift_min_selinux(8), openshift_min_app_selinux(8), openshift_net_selinux(8), openshift_net_app_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/openshift_cgroup_read_selinux.8 b/man/man8/openshift_cgroup_read_selinux.8
-new file mode 100644
-index 0000000..dc1f351
---- /dev/null
-+++ b/man/man8/openshift_cgroup_read_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "openshift_cgroup_read_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep openshift_cgroup_read_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_cgroup_read_t SELinux type can be entered via the \fBopenshift_cgroup_read_exec_t\fP file type.
-+
-+The default entrypoint paths for the openshift_cgroup_read_t domain are the following:
-+
-+/usr/s?bin/(oo|rhc)-cgroup-read
-+.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 openshift_cgroup_read policy is very flexible allowing users to setup their openshift_cgroup_read processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift_cgroup_read:
-+
-+.EX
-+.B openshift_cgroup_read_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_cgroup_read_t
-+can be used to make the process type openshift_cgroup_read_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift_cgroup_read policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift_cgroup_read with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the openshift_cgroup_read, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t openshift_cgroup_read_exec_t '/srv/openshift_cgroup_read/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myopenshift_cgroup_read_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for openshift_cgroup_read:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift_cgroup_read(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_selinux(8), openshift_selinux(8), openshift_app_selinux(8), openshift_initrc_selinux(8), openshift_mail_selinux(8), openshift_min_selinux(8), openshift_min_app_selinux(8), openshift_net_selinux(8), openshift_net_app_selinux(8)
-\ 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..c393e68
---- /dev/null
-+++ b/man/man8/openshift_initrc_selinux.8
-@@ -0,0 +1,257 @@
-+.TH  "openshift_initrc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep openshift_initrc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_initrc_t SELinux type can be entered via the \fBsysctl_type, filesystem_type, mtrr_device_t, unlabeled_t, proc_type, file_type, openshift_initrc_exec_t\fP file types.
-+
-+The default entrypoint paths for the openshift_initrc_t domain are the following:
-+
-+/dev/cpu/mtrr, all files on the system, /usr/s?bin/mcollectived, /usr/s?bin/(oo|rhc)-restorer, /usr/s?bin/oo-admin-ctl-gears, /etc/rc\.d/init\.d/libra, /etc/rc\.d/init\.d/mcollective
-+.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 openshift_initrc policy is very flexible allowing users to setup their openshift_initrc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift_initrc:
-+
-+.EX
-+.B openshift_initrc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_initrc_t
-+can be used to make the process type openshift_initrc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift_initrc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift_initrc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openshift_initrc_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 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 openshift_initrc policy is very flexible allowing users to setup their openshift_initrc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the openshift_initrc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t openshift_initrc_exec_t '/srv/openshift_initrc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myopenshift_initrc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for openshift_initrc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/s?bin/mcollectived, /usr/s?bin/(oo|rhc)-restorer, /usr/s?bin/oo-admin-ctl-gears, /etc/rc\.d/init\.d/libra, /etc/rc\.d/init\.d/mcollective
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift_initrc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_selinux(8), openshift_selinux(8), openshift_app_selinux(8), openshift_cgroup_read_selinux(8), openshift_mail_selinux(8), openshift_min_selinux(8), openshift_min_app_selinux(8), openshift_net_selinux(8), openshift_net_app_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/openshift_mail_selinux.8 b/man/man8/openshift_mail_selinux.8
-new file mode 100644
-index 0000000..7f44b7f
---- /dev/null
-+++ b/man/man8/openshift_mail_selinux.8
-@@ -0,0 +1,256 @@
-+.TH  "openshift_mail_selinux"  "8"  "13-01-16" "openshift_mail" "SELinux Policy documentation for openshift_mail"
-+.SH "NAME"
-+openshift_mail_selinux \- Security Enhanced Linux Policy for the openshift_mail processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the openshift_mail processes via flexible mandatory access control.
-+
-+The openshift_mail processes execute with the openshift_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:
-+
-+.B ps -eZ | grep openshift_mail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_mail_t SELinux type can be entered via the \fBmta_exec_type, mta_exec_type, sendmail_exec_t\fP file types.
-+
-+The default entrypoint paths for the openshift_mail_t domain are the following:
-+
-+/bin/mail(x)?, /usr/bin/mail(x)?, /usr/sbin/sendmail(\.sendmail)?, /usr/bin/esmtp, /usr/sbin/rmail, /usr/sbin/ssmtp, /usr/lib/sendmail, /var/qmail/bin/sendmail, /usr/sbin/sendmail\.postfix, /usr/lib/courier/bin/sendmail
-+.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 openshift_mail policy is very flexible allowing users to setup their openshift_mail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift_mail:
-+
-+.EX
-+.B openshift_mail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_mail_t
-+can be used to make the process type openshift_mail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift_mail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift_mail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the openshift_mail_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 openshift_mail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openshift_mail_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 courier_spool_t
-+
-+	/var/spool/courier(/.*)?
-+.br
-+	/var/spool/authdaemon(/.*)?
-+.br
-+
-+.br
-+.B exim_log_t
-+
-+	/var/log/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B exim_spool_t
-+
-+	/var/spool/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.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 openshift_file_type
-+
-+
-+.br
-+.B openshift_mail_tmp_t
-+
-+
-+.br
-+.B openshift_tmp_t
-+
-+	/var/lib/openshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/openshift/.*/\.sandbox(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.sandbox(/.*)?
-+.br
-+
-+.br
-+.B sendmail_log_t
-+
-+	/var/log/mail(/.*)?
-+.br
-+	/var/log/sendmail\.st.*
-+.br
-+
-+.br
-+.B uucpd_spool_t
-+
-+	/var/spool/uucp(/.*)?
-+.br
-+	/var/spool/uucppublic(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift_mail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_selinux(8), openshift_selinux(8), openshift_app_selinux(8), openshift_cgroup_read_selinux(8), openshift_initrc_selinux(8), openshift_min_selinux(8), openshift_min_app_selinux(8), openshift_net_selinux(8), openshift_net_app_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/openshift_min_app_selinux.8 b/man/man8/openshift_min_app_selinux.8
-new file mode 100644
-index 0000000..4e3f17a
---- /dev/null
-+++ b/man/man8/openshift_min_app_selinux.8
-@@ -0,0 +1,157 @@
-+.TH  "openshift_min_app_selinux"  "8"  "13-01-16" "openshift_min_app" "SELinux Policy documentation for openshift_min_app"
-+.SH "NAME"
-+openshift_min_app_selinux \- Security Enhanced Linux Policy for the openshift_min_app processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the openshift_min_app processes via flexible mandatory access control.
-+
-+The openshift_min_app processes execute with the openshift_min_app_t SELinux 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 openshift_min_app_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_min_app_t SELinux type can be entered via the \fBopenshift_file_type, shell_exec_t, httpd_exec_t, user_cron_spool_t, gpg_exec_t, bin_t\fP file types.
-+
-+The default entrypoint paths for the openshift_min_app_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/httpd(\.worker)?, /usr/sbin/apache(2)?, /usr/lib/apache-ssl/.+, /usr/sbin/apache-ssl(2)?, /usr/share/jetty/bin/jetty.sh, /usr/sbin/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails, /var/spool/at(/.*)?, /var/spool/cron, /usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+.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 openshift_min_app policy is very flexible allowing users to setup their openshift_min_app processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift_min_app:
-+
-+.EX
-+.B openshift_min_app_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_min_app_t
-+can be used to make the process type openshift_min_app_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift_min_app policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift_min_app with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openshift_min_app_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 anon_inodefs_t
-+
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B openshift_rw_file_t
-+
-+	/var/lib/openshift/.*/data(/.*)?
-+.br
-+	/var/lib/stickshift/.*/data(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmp_t
-+
-+	/var/lib/openshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/openshift/.*/\.sandbox(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.sandbox(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift_min_app(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_selinux(8), openshift_selinux(8), openshift_app_selinux(8), openshift_cgroup_read_selinux(8), openshift_initrc_selinux(8), openshift_mail_selinux(8), openshift_min_selinux(8), openshift_min_selinux(8), openshift_net_selinux(8), openshift_net_app_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/openshift_min_selinux.8 b/man/man8/openshift_min_selinux.8
-new file mode 100644
-index 0000000..969ff84
---- /dev/null
-+++ b/man/man8/openshift_min_selinux.8
-@@ -0,0 +1,201 @@
-+.TH  "openshift_min_selinux"  "8"  "13-01-16" "openshift_min" "SELinux Policy documentation for openshift_min"
-+.SH "NAME"
-+openshift_min_selinux \- Security Enhanced Linux Policy for the openshift_min processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the openshift_min processes via flexible mandatory access control.
-+
-+The openshift_min processes execute with the openshift_min_t SELinux 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 openshift_min_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_min_t SELinux type can be entered via the \fBopenshift_file_type, shell_exec_t, httpd_exec_t, user_cron_spool_t, gpg_exec_t, bin_t\fP file types.
-+
-+The default entrypoint paths for the openshift_min_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/httpd(\.worker)?, /usr/sbin/apache(2)?, /usr/lib/apache-ssl/.+, /usr/sbin/apache-ssl(2)?, /usr/share/jetty/bin/jetty.sh, /usr/sbin/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails, /var/spool/at(/.*)?, /var/spool/cron, /usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+.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 openshift_min policy is very flexible allowing users to setup their openshift_min processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift_min:
-+
-+.EX
-+.B openshift_min_t, openshift_min_app_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_min_t
-+can be used to make the process type openshift_min_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift_min policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift_min with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the openshift_min_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 openshift_min_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openshift_min_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 anon_inodefs_t
-+
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B openshift_file_type
-+
-+
-+.br
-+.B openshift_tmp_t
-+
-+	/var/lib/openshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/openshift/.*/\.sandbox(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.sandbox(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift_min(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_selinux(8), openshift_selinux(8), openshift_app_selinux(8), openshift_cgroup_read_selinux(8), openshift_initrc_selinux(8), openshift_mail_selinux(8), openshift_min_app_selinux(8), openshift_net_selinux(8), openshift_net_app_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/openshift_net_app_selinux.8 b/man/man8/openshift_net_app_selinux.8
-new file mode 100644
-index 0000000..2563e11
---- /dev/null
-+++ b/man/man8/openshift_net_app_selinux.8
-@@ -0,0 +1,157 @@
-+.TH  "openshift_net_app_selinux"  "8"  "13-01-16" "openshift_net_app" "SELinux Policy documentation for openshift_net_app"
-+.SH "NAME"
-+openshift_net_app_selinux \- Security Enhanced Linux Policy for the openshift_net_app processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the openshift_net_app processes via flexible mandatory access control.
-+
-+The openshift_net_app processes execute with the openshift_net_app_t SELinux 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 openshift_net_app_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_net_app_t SELinux type can be entered via the \fBopenshift_file_type, shell_exec_t, httpd_exec_t, user_cron_spool_t, gpg_exec_t, bin_t\fP file types.
-+
-+The default entrypoint paths for the openshift_net_app_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/httpd(\.worker)?, /usr/sbin/apache(2)?, /usr/lib/apache-ssl/.+, /usr/sbin/apache-ssl(2)?, /usr/share/jetty/bin/jetty.sh, /usr/sbin/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails, /var/spool/at(/.*)?, /var/spool/cron, /usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+.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 openshift_net_app policy is very flexible allowing users to setup their openshift_net_app processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift_net_app:
-+
-+.EX
-+.B openshift_net_app_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_net_app_t
-+can be used to make the process type openshift_net_app_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift_net_app policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift_net_app with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openshift_net_app_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 anon_inodefs_t
-+
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B openshift_rw_file_t
-+
-+	/var/lib/openshift/.*/data(/.*)?
-+.br
-+	/var/lib/stickshift/.*/data(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmp_t
-+
-+	/var/lib/openshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/openshift/.*/\.sandbox(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.sandbox(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift_net_app(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_selinux(8), openshift_selinux(8), openshift_app_selinux(8), openshift_cgroup_read_selinux(8), openshift_initrc_selinux(8), openshift_mail_selinux(8), openshift_min_selinux(8), openshift_min_app_selinux(8), openshift_net_selinux(8), openshift_net_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/openshift_net_selinux.8 b/man/man8/openshift_net_selinux.8
-new file mode 100644
-index 0000000..9b376a5
---- /dev/null
-+++ b/man/man8/openshift_net_selinux.8
-@@ -0,0 +1,201 @@
-+.TH  "openshift_net_selinux"  "8"  "13-01-16" "openshift_net" "SELinux Policy documentation for openshift_net"
-+.SH "NAME"
-+openshift_net_selinux \- Security Enhanced Linux Policy for the openshift_net processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the openshift_net processes via flexible mandatory access control.
-+
-+The openshift_net processes execute with the openshift_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:
-+
-+.B ps -eZ | grep openshift_net_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_net_t SELinux type can be entered via the \fBopenshift_file_type, shell_exec_t, httpd_exec_t, user_cron_spool_t, gpg_exec_t, bin_t\fP file types.
-+
-+The default entrypoint paths for the openshift_net_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/httpd(\.worker)?, /usr/sbin/apache(2)?, /usr/lib/apache-ssl/.+, /usr/sbin/apache-ssl(2)?, /usr/share/jetty/bin/jetty.sh, /usr/sbin/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails, /var/spool/at(/.*)?, /var/spool/cron, /usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+.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 openshift_net policy is very flexible allowing users to setup their openshift_net processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift_net:
-+
-+.EX
-+.B openshift_net_t, openshift_net_app_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_net_t
-+can be used to make the process type openshift_net_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift_net policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift_net with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the openshift_net_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 openshift_net_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openshift_net_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 anon_inodefs_t
-+
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B openshift_file_type
-+
-+
-+.br
-+.B openshift_tmp_t
-+
-+	/var/lib/openshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/openshift/.*/\.sandbox(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.sandbox(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift_net(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_selinux(8), openshift_selinux(8), openshift_app_selinux(8), openshift_cgroup_read_selinux(8), openshift_initrc_selinux(8), openshift_mail_selinux(8), openshift_min_selinux(8), openshift_min_app_selinux(8), openshift_net_app_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/openshift_selinux.8 b/man/man8/openshift_selinux.8
-new file mode 100644
-index 0000000..f6ba7e5
---- /dev/null
-+++ b/man/man8/openshift_selinux.8
-@@ -0,0 +1,383 @@
-+.TH  "openshift_selinux"  "8"  "13-01-16" "openshift" "SELinux Policy documentation for openshift"
-+.SH "NAME"
-+openshift_selinux \- Security Enhanced Linux Policy for the openshift processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the openshift processes via flexible mandatory access control.
-+
-+The openshift processes execute with the openshift_t SELinux 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 openshift_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openshift_t SELinux type can be entered via the \fBopenshift_file_type, shell_exec_t, httpd_exec_t, user_cron_spool_t, gpg_exec_t, bin_t\fP file types.
-+
-+The default entrypoint paths for the openshift_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/httpd(\.worker)?, /usr/sbin/apache(2)?, /usr/lib/apache-ssl/.+, /usr/sbin/apache-ssl(2)?, /usr/share/jetty/bin/jetty.sh, /usr/sbin/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails, /var/spool/at(/.*)?, /var/spool/cron, /usr/bin/gpg(2)?, /usr/lib/gnupg/.*, /usr/bin/gpgsm
-+.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 openshift policy is very flexible allowing users to setup their openshift processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openshift:
-+
-+.EX
-+.B openshift_app_t, openshift_min_t, openshift_net_t, openshift_min_app_t, openshift_net_app_t, openshift_cgroup_read_t, openshift_initrc_t, openshift_mail_t, openshift_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openshift_t
-+can be used to make the process type openshift_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openshift policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openshift with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the openshift_net_t, openshift_mail_t, openshift_min_t, openshift_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 openshift_net_t, openshift_mail_t, openshift_min_t, openshift_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 openshift policy is very flexible allowing users to setup their openshift processes in as secure a method as possible.
-+.PP
-+The following port types are defined for openshift:
-+
-+.EX
-+.TP 5
-+.B openshift_port_t
-+.TP 10
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openshift_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 anon_inodefs_t
-+
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B openshift_file_type
-+
-+
-+.br
-+.B openshift_tmp_t
-+
-+	/var/lib/openshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/openshift/.*/\.sandbox(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.sandbox(/.*)?
-+.br
-+
-+.br
-+.B openshift_tmpfs_t
-+
-+
-+.br
-+.B postfix_spool_maildrop_t
-+
-+	/var/spool/postfix/defer(/.*)?
-+.br
-+	/var/spool/postfix/deferred(/.*)?
-+.br
-+	/var/spool/postfix/maildrop(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 openshift policy is very flexible allowing users to setup their openshift processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+openshift policy stores data with multiple different file context types under the /var/lib/openshift directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/openshift /srv/openshift
-+.br
-+.B restorecon -R -v /srv/openshift
-+.PP
-+
-+.PP
-+openshift policy stores data with multiple different file context types under the /var/lib/stickshift directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/stickshift /srv/stickshift
-+.br
-+.B restorecon -R -v /srv/stickshift
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the openshift, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t openshift_cgroup_read_exec_t '/srv/openshift/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myopenshift_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for openshift:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/s?bin/mcollectived, /usr/s?bin/(oo|rhc)-restorer, /usr/s?bin/oo-admin-ctl-gears, /etc/rc\.d/init\.d/libra, /etc/rc\.d/init\.d/mcollective
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B openshift_log_t
-+.EE
-+
-+- Set files with the openshift_log_t type, if you want to treat the data as openshift log data, usually stored under the /var/log directory.
-+
-+
-+.EX
-+.PP
-+.B openshift_mail_tmp_t
-+.EE
-+
-+- Set files with the openshift_mail_tmp_t type, if you want to store openshift mail temporary files in the /tmp directories.
-+
-+
-+.EX
-+.PP
-+.B openshift_rw_file_t
-+.EE
-+
-+- Set files with the openshift_rw_file_t type, if you want to treat the files as openshift rw content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/openshift/.*/data(/.*)?, /var/lib/stickshift/.*/data(/.*)?
-+
-+.EX
-+.PP
-+.B openshift_tmp_t
-+.EE
-+
-+- Set files with the openshift_tmp_t type, if you want to store openshift temporary files in the /tmp directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/openshift/.*/\.tmp(/.*)?, /var/lib/openshift/.*/\.sandbox(/.*)?, /var/lib/stickshift/.*/\.tmp(/.*)?, /var/lib/stickshift/.*/\.sandbox(/.*)?
-+
-+.EX
-+.PP
-+.B openshift_tmpfs_t
-+.EE
-+
-+- Set files with the openshift_tmpfs_t type, if you want to store openshift files on a tmpfs file system.
-+
-+
-+.EX
-+.PP
-+.B openshift_var_lib_t
-+.EE
-+
-+- Set files with the openshift_var_lib_t type, if you want to store the openshift files under the /var/lib directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/openshift(/.*)?, /var/lib/stickshift(/.*)?
-+
-+.EX
-+.PP
-+.B openshift_var_run_t
-+.EE
-+
-+- Set files with the openshift_var_run_t type, if you want to store the openshift files under the /run or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/openshift(/.*)?, /var/run/stickshift(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), openshift(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), openshift_app_selinux(8), openshift_cgroup_read_selinux(8), openshift_initrc_selinux(8), openshift_mail_selinux(8), openshift_min_selinux(8), openshift_min_app_selinux(8), openshift_net_selinux(8), openshift_net_app_selinux(8)
-\ 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..af0be13
---- /dev/null
-+++ b/man/man8/openvpn_selinux.8
-@@ -0,0 +1,448 @@
-+.TH  "openvpn_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep openvpn_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openvpn_t SELinux type can be entered via the \fBopenvpn_exec_t\fP file type.
-+
-+The default entrypoint paths for the openvpn_t domain are the following:
-+
-+/usr/sbin/openvpn
-+.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 openvpn policy is very flexible allowing users to setup their openvpn processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openvpn:
-+
-+.EX
-+.B openvpn_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openvpn_t
-+can be used to make the process type openvpn_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openvpn policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openvpn with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether openvpn can read generic user home content files, you must turn on the openvpn_enable_homedirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P openvpn_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the openvpn_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 openvpn_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 openvpn policy is very flexible allowing users to setup their openvpn processes in as secure a method as possible.
-+.PP
-+The following port types are defined for openvpn:
-+
-+.EX
-+.TP 5
-+.B openvpn_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1194
-+.EE
-+udp 1194
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openvpn_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B openvpn_etc_rw_t
-+
-+	/etc/openvpn/ipp\.txt
-+.br
-+
-+.br
-+.B openvpn_status_t
-+
-+	/var/log/openvpn-status\.log.*
-+.br
-+
-+.br
-+.B openvpn_tmp_t
-+
-+
-+.br
-+.B openvpn_var_run_t
-+
-+	/var/run/openvpn(/.*)?
-+.br
-+	/var/run/openvpn\.client.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 openvpn policy is very flexible allowing users to setup their openvpn processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+openvpn policy stores data with multiple different file context types under the /var/run/openvpn directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/openvpn /srv/openvpn
-+.br
-+.B restorecon -R -v /srv/openvpn
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the openvpn, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t openvpn_etc_rw_t '/srv/openvpn/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myopenvpn_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for openvpn:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B openvpn_etc_t
-+.EE
-+
-+- Set files with the openvpn_etc_t type, if you want to store openvpn files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B openvpn_status_t
-+.EE
-+
-+- Set files with the openvpn_status_t type, if you want to treat the files as openvpn status data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/openvpn(/.*)?, /var/run/openvpn\.client.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), openvpn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/openvswitch_selinux.8 b/man/man8/openvswitch_selinux.8
-new file mode 100644
-index 0000000..ce8ee2c
---- /dev/null
-+++ b/man/man8/openvswitch_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "openvswitch_selinux"  "8"  "13-01-16" "openvswitch" "SELinux Policy documentation for openvswitch"
-+.SH "NAME"
-+openvswitch_selinux \- Security Enhanced Linux Policy for the openvswitch processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the openvswitch processes via flexible mandatory access control.
-+
-+The openvswitch processes execute with the openvswitch_t SELinux 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 openvswitch_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The openvswitch_t SELinux type can be entered via the \fBopenvswitch_exec_t\fP file type.
-+
-+The default entrypoint paths for the openvswitch_t domain are the following:
-+
-+/usr/bin/ovs-vsctl, /usr/sbin/ovsdb-ctl, /usr/sbin/ovsdb-server, /usr/sbin/ovs-vswitchd, /usr/share/openvswitch/scripts/ovs-ctl
-+.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 openvswitch policy is very flexible allowing users to setup their openvswitch processes in as secure a method as possible.
-+.PP
-+The following process types are defined for openvswitch:
-+
-+.EX
-+.B openvswitch_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a openvswitch_t
-+can be used to make the process type openvswitch_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  openvswitch policy is extremely flexible and has several booleans that allow you to manipulate the policy and run openvswitch with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type openvswitch_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 openvswitch_log_t
-+
-+	/var/log/openvswitch(/.*)?
-+.br
-+
-+.br
-+.B openvswitch_rw_t
-+
-+	/etc/openvswitch(/.*)?
-+.br
-+
-+.br
-+.B openvswitch_var_lib_t
-+
-+	/var/lib/openvswitch(/.*)?
-+.br
-+
-+.br
-+.B openvswitch_var_run_t
-+
-+	/var/run/openvswitch(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 openvswitch policy is very flexible allowing users to setup their openvswitch processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the openvswitch, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t openvswitch_exec_t '/srv/openvswitch/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myopenvswitch_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for openvswitch:
-+
-+
-+.EX
-+.PP
-+.B openvswitch_exec_t
-+.EE
-+
-+- Set files with the openvswitch_exec_t type, if you want to transition an executable to the openvswitch_t domain.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/ovs-vsctl, /usr/sbin/ovsdb-ctl, /usr/sbin/ovsdb-server, /usr/sbin/ovs-vswitchd, /usr/share/openvswitch/scripts/ovs-ctl
-+
-+.EX
-+.PP
-+.B openvswitch_log_t
-+.EE
-+
-+- Set files with the openvswitch_log_t type, if you want to treat the data as openvswitch log data, usually stored under the /var/log directory.
-+
-+
-+.EX
-+.PP
-+.B openvswitch_rw_t
-+.EE
-+
-+- Set files with the openvswitch_rw_t type, if you want to treat the files as openvswitch read/write content.
-+
-+
-+.EX
-+.PP
-+.B openvswitch_unit_file_t
-+.EE
-+
-+- Set files with the openvswitch_unit_file_t type, if you want to treat the files as openvswitch unit content.
-+
-+
-+.EX
-+.PP
-+.B openvswitch_var_lib_t
-+.EE
-+
-+- Set files with the openvswitch_var_lib_t type, if you want to store the openvswitch files under the /var/lib directory.
-+
-+
-+.EX
-+.PP
-+.B openvswitch_var_run_t
-+.EE
-+
-+- Set files with the openvswitch_var_run_t type, if you want to store the openvswitch files under the /run or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), openvswitch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..c04ae01
---- /dev/null
-+++ b/man/man8/pacemaker_selinux.8
-@@ -0,0 +1,311 @@
-+.TH  "pacemaker_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pacemaker_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pacemaker_t SELinux type can be entered via the \fBpacemaker_exec_t\fP file type.
-+
-+The default entrypoint paths for the pacemaker_t domain are the following:
-+
-+/usr/sbin/pacemakerd
-+.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 pacemaker policy is very flexible allowing users to setup their pacemaker processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pacemaker:
-+
-+.EX
-+.B pacemaker_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pacemaker_t
-+can be used to make the process type pacemaker_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pacemaker policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pacemaker with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pacemaker_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 pacemaker_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pacemaker_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 corosync_tmpfs_t
-+
-+
-+.br
-+.B pacemaker_tmp_t
-+
-+
-+.br
-+.B pacemaker_tmpfs_t
-+
-+
-+.br
-+.B pacemaker_var_lib_t
-+
-+	/var/lib/pengine(/.*)?
-+.br
-+	/var/lib/pacemaker(/.*)?
-+.br
-+	/var/lib/heartbeat/crm(/.*)?
-+.br
-+
-+.br
-+.B pacemaker_var_run_t
-+
-+	/var/run/crm(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 pacemaker policy is very flexible allowing users to setup their pacemaker processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pacemaker, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pacemaker_exec_t '/srv/pacemaker/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypacemaker_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pacemaker:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B pacemaker_tmp_t
-+.EE
-+
-+- Set files with the pacemaker_tmp_t type, if you want to store pacemaker temporary files in the /tmp directories.
-+
-+
-+.EX
-+.PP
-+.B pacemaker_tmpfs_t
-+.EE
-+
-+- Set files with the pacemaker_tmpfs_t type, if you want to store pacemaker files on a tmpfs file system.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/pengine(/.*)?, /var/lib/pacemaker(/.*)?, /var/lib/heartbeat/crm(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pacemaker(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/pads_selinux.8 b/man/man8/pads_selinux.8
-new file mode 100644
-index 0000000..bec5fbe
---- /dev/null
-+++ b/man/man8/pads_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "pads_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pads_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pads_t SELinux type can be entered via the \fBpads_exec_t\fP file type.
-+
-+The default entrypoint paths for the pads_t domain are the following:
-+
-+/usr/bin/pads
-+.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 pads policy is very flexible allowing users to setup their pads processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pads:
-+
-+.EX
-+.B pads_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pads_t
-+can be used to make the process type pads_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pads policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pads with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pads_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 pads_config_t
-+
-+	/etc/pads\.conf
-+.br
-+	/etc/pads-assets\.csv
-+.br
-+	/etc/pads-ether-codes
-+.br
-+	/etc/pads-signature-list
-+.br
-+
-+.br
-+.B pads_var_run_t
-+
-+	/var/run/pads\.pid
-+.br
-+
-+.br
-+.B prelude_spool_t
-+
-+	/var/spool/prelude(/.*)?
-+.br
-+	/var/spool/prelude-manager(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 pads policy is very flexible allowing users to setup their pads processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pads, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pads_config_t '/srv/pads/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypads_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pads:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/pads\.conf, /etc/pads-assets\.csv, /etc/pads-ether-codes, /etc/pads-signature-list
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pads(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/pam_console_selinux.8 b/man/man8/pam_console_selinux.8
-new file mode 100644
-index 0000000..7d751ec
---- /dev/null
-+++ b/man/man8/pam_console_selinux.8
-@@ -0,0 +1,207 @@
-+.TH  "pam_console_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pam_console_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pam_console_t SELinux type can be entered via the \fBpam_console_exec_t\fP file type.
-+
-+The default entrypoint paths for the pam_console_t domain are the following:
-+
-+/sbin/pam_console_apply, /usr/sbin/pam_console_apply
-+.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 pam_console policy is very flexible allowing users to setup their pam_console processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pam_console:
-+
-+.EX
-+.B pam_console_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pam_console_t
-+can be used to make the process type pam_console_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pam_console policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pam_console with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pam_console_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 pam_console_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 pam_console policy is very flexible allowing users to setup their pam_console processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pam_console, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pam_console_exec_t '/srv/pam_console/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypam_console_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pam_console:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/pam_console_apply, /usr/sbin/pam_console_apply
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pam_console(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), pam_timestamp_selinux(8)
-\ 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..8baf127
---- /dev/null
-+++ b/man/man8/pam_timestamp_selinux.8
-@@ -0,0 +1,215 @@
-+.TH  "pam_timestamp_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pam_timestamp_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pam_timestamp_t SELinux type can be entered via the \fBpam_timestamp_exec_t\fP file type.
-+
-+The default entrypoint paths for the pam_timestamp_t domain are the following:
-+
-+/sbin/pam_timestamp_check, /usr/sbin/pam_timestamp_check
-+.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 pam_timestamp policy is very flexible allowing users to setup their pam_timestamp processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pam_timestamp:
-+
-+.EX
-+.B pam_timestamp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pam_timestamp_t
-+can be used to make the process type pam_timestamp_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pam_timestamp policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pam_timestamp with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pam_timestamp_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 pam_timestamp_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pam_timestamp_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 pam_timestamp_tmp_t
-+
-+
-+.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 pam_timestamp policy is very flexible allowing users to setup their pam_timestamp processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pam_timestamp, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pam_timestamp_exec_t '/srv/pam_timestamp/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypam_timestamp_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pam_timestamp:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/pam_timestamp_check, /usr/sbin/pam_timestamp_check
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pam_timestamp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), pam_console_selinux(8)
-\ 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..5c2dfea
---- /dev/null
-+++ b/man/man8/passenger_selinux.8
-@@ -0,0 +1,271 @@
-+.TH  "passenger_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep passenger_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The passenger_t SELinux type can be entered via the \fBpassenger_exec_t\fP file type.
-+
-+The default entrypoint paths for the passenger_t domain are the following:
-+
-+/usr/share/.*/gems/.*/helper-scripts/prespawn, /usr/lib/gems/.*/Passenger.*, /usr/lib/gems/.*/ApplicationPoolServerExecutable, /usr/share/gems/.*/Passenger.*, /usr/share/gems/.*/ApplicationPoolServerExecutable
-+.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 passenger policy is very flexible allowing users to setup their passenger processes in as secure a method as possible.
-+.PP
-+The following process types are defined for passenger:
-+
-+.EX
-+.B passenger_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a passenger_t
-+can be used to make the process type passenger_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  passenger policy is extremely flexible and has several booleans that allow you to manipulate the policy and run passenger with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 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. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_run_stickshift 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the passenger_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 passenger_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type passenger_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 passenger_log_t
-+
-+	/var/log/passenger.*
-+.br
-+
-+.br
-+.B passenger_tmp_t
-+
-+
-+.br
-+.B passenger_var_lib_t
-+
-+	/var/lib/passenger(/.*)?
-+.br
-+
-+.br
-+.B passenger_var_run_t
-+
-+	/var/run/passenger(/.*)?
-+.br
-+
-+.br
-+.B puppet_var_lib_t
-+
-+	/var/lib/puppet(/.*)?
-+.br
-+
-+.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 passenger policy is very flexible allowing users to setup their passenger processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the passenger, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t passenger_exec_t '/srv/passenger/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypassenger_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for passenger:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/.*/gems/.*/helper-scripts/prespawn, /usr/lib/gems/.*/Passenger.*, /usr/lib/gems/.*/ApplicationPoolServerExecutable, /usr/share/gems/.*/Passenger.*, /usr/share/gems/.*/ApplicationPoolServerExecutable
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), passenger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/passwd_selinux.8 b/man/man8/passwd_selinux.8
-new file mode 100644
-index 0000000..c5e4d49
---- /dev/null
-+++ b/man/man8/passwd_selinux.8
-@@ -0,0 +1,307 @@
-+.TH  "passwd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep passwd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The passwd_t SELinux type can be entered via the \fBpasswd_exec_t\fP file type.
-+
-+The default entrypoint paths for the passwd_t domain are the following:
-+
-+/usr/bin/chage, /usr/bin/passwd
-+.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 passwd policy is very flexible allowing users to setup their passwd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for passwd:
-+
-+.EX
-+.B passwd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a passwd_t
-+can be used to make the process type passwd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  passwd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run passwd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to act as the domain controller, add users, groups and change passwords, you must turn on the samba_domain_controller boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_domain_controller 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the passwd_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 passwd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type passwd_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B passwd_file_t
-+
-+	/etc/group[-\+]?
-+.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 security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B shadow_t
-+
-+	/etc/shadow.*
-+.br
-+	/etc/gshadow.*
-+.br
-+	/etc/nshadow.*
-+.br
-+	/var/db/shadow.*
-+.br
-+	/etc/security/opasswd
-+.br
-+	/etc/security/opasswd\.old
-+.br
-+
-+.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 passwd policy is very flexible allowing users to setup their passwd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the passwd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t passwd_exec_t '/srv/passwd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypasswd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for passwd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/chage, /usr/bin/passwd
-+
-+.EX
-+.PP
-+.B passwd_file_t
-+.EE
-+
-+- Set files with the passwd_file_t type, if you want to treat the files as passwd content.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/group[-\+]?, /etc/passwd[-\+]?, /etc/passwd\.adjunct.*, /etc/ptmptmp, /etc/\.pwd\.lock, /etc/group\.lock, /etc/passwd\.OLD, /etc/passwd\.lock
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), passwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/pcscd_selinux.8 b/man/man8/pcscd_selinux.8
-new file mode 100644
-index 0000000..02a80fe
---- /dev/null
-+++ b/man/man8/pcscd_selinux.8
-@@ -0,0 +1,240 @@
-+.TH  "pcscd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pcscd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pcscd_t SELinux type can be entered via the \fBpcscd_exec_t\fP file type.
-+
-+The default entrypoint paths for the pcscd_t domain are the following:
-+
-+/usr/sbin/pcscd
-+.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 pcscd policy is very flexible allowing users to setup their pcscd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pcscd:
-+
-+.EX
-+.B pcscd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pcscd_t
-+can be used to make the process type pcscd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pcscd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pcscd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pcscd_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 pcscd_var_run_t
-+
-+	/var/run/pcscd(/.*)?
-+.br
-+	/var/run/pcscd\.events(/.*)?
-+.br
-+	/var/run/pcscd\.pid
-+.br
-+	/var/run/pcscd\.pub
-+.br
-+	/var/run/pcscd\.comm
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.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 pcscd policy is very flexible allowing users to setup their pcscd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+pcscd policy stores data with multiple different file context types under the /var/run/pcscd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/pcscd /srv/pcscd
-+.br
-+.B restorecon -R -v /srv/pcscd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pcscd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pcscd_exec_t '/srv/pcscd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypcscd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pcscd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B pcscd_initrc_exec_t
-+.EE
-+
-+- Set files with the pcscd_initrc_exec_t type, if you want to transition an executable to the pcscd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/pcscd(/.*)?, /var/run/pcscd\.events(/.*)?, /var/run/pcscd\.pid, /var/run/pcscd\.pub, /var/run/pcscd\.comm
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pcscd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/pegasus_selinux.8 b/man/man8/pegasus_selinux.8
-new file mode 100644
-index 0000000..a0e38f2
---- /dev/null
-+++ b/man/man8/pegasus_selinux.8
-@@ -0,0 +1,406 @@
-+.TH  "pegasus_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pegasus_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pegasus_t SELinux type can be entered via the \fBpegasus_exec_t\fP file type.
-+
-+The default entrypoint paths for the pegasus_t domain are the following:
-+
-+/usr/sbin/cimserver, /usr/sbin/init_repository
-+.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 pegasus policy is very flexible allowing users to setup their pegasus processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pegasus:
-+
-+.EX
-+.B pegasus_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pegasus_t
-+can be used to make the process type pegasus_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pegasus policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pegasus with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pegasus_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 pegasus_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 pegasus policy is very flexible allowing users to setup their pegasus processes in as secure a method as possible.
-+.PP
-+The following port types are defined for pegasus:
-+
-+.EX
-+.TP 5
-+.B pegasus_http_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5988
-+.EE
-+
-+.EX
-+.TP 5
-+.B pegasus_https_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5989
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pegasus_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B pegasus_cache_t
-+
-+
-+.br
-+.B pegasus_data_t
-+
-+	/var/lib/Pegasus(/.*)?
-+.br
-+	/etc/Pegasus/pegasus_current\.conf
-+.br
-+
-+.br
-+.B pegasus_tmp_t
-+
-+
-+.br
-+.B pegasus_var_run_t
-+
-+	/var/run/tog-pegasus(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B samba_etc_t
-+
-+	/etc/samba(/.*)?
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B virt_etc_rw_t
-+
-+	/etc/xen/.*/.*
-+.br
-+	/etc/xen/[^/]*
-+.br
-+	/etc/libvirt/.*/.*
-+.br
-+	/etc/libvirt/[^/]*
-+.br
-+
-+.br
-+.B virt_etc_t
-+
-+	/etc/xen/[^/]*
-+.br
-+	/etc/libvirt/[^/]*
-+.br
-+	/etc/xen
-+.br
-+	/etc/libvirt
-+.br
-+
-+.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 pegasus policy is very flexible allowing users to setup their pegasus processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pegasus, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pegasus_cache_t '/srv/pegasus/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypegasus_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pegasus:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B pegasus_data_t
-+.EE
-+
-+- Set files with the pegasus_data_t type, if you want to treat the files as pegasus content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/Pegasus(/.*)?, /etc/Pegasus/pegasus_current\.conf
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/cimserver, /usr/sbin/init_repository
-+
-+.EX
-+.PP
-+.B pegasus_mof_t
-+.EE
-+
-+- Set files with the pegasus_mof_t type, if you want to treat the files as pegasus mof data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), pegasus(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ping_selinux.8 b/man/man8/ping_selinux.8
-new file mode 100644
-index 0000000..f207b9b
---- /dev/null
-+++ b/man/man8/ping_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "ping_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ping_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ping_t SELinux type can be entered via the \fBping_exec_t\fP file type.
-+
-+The default entrypoint paths for the ping_t domain are the following:
-+
-+/bin/ping.*, /usr/bin/ping.*, /usr/sbin/fping.*, /usr/sbin/hping2, /usr/sbin/send_arp, /usr/lib/heartbeat/send_arp
-+.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 ping policy is very flexible allowing users to setup their ping processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ping:
-+
-+.EX
-+.B ping_t, pingd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ping_t
-+can be used to make the process type ping_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ping policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ping with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined users the ability to execute the ping and traceroute commands, you must turn on the selinuxuser_ping boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_ping 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pingd_t, ping_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 pingd_t, ping_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ping policy is very flexible allowing users to setup their ping processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ping:
-+
-+.EX
-+.TP 5
-+.B pingd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 9125
-+.EE
-+.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 ping policy is very flexible allowing users to setup their ping processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ping, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ping_exec_t '/srv/ping/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myping_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ping:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/ping.*, /usr/bin/ping.*, /usr/sbin/fping.*, /usr/sbin/hping2, /usr/sbin/send_arp, /usr/lib/heartbeat/send_arp
-+
-+.EX
-+.PP
-+.B pingd_etc_t
-+.EE
-+
-+- Set files with the pingd_etc_t type, if you want to store pingd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ping(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), pingd_selinux(8)
-\ 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..0a7f6a1
---- /dev/null
-+++ b/man/man8/pingd_selinux.8
-@@ -0,0 +1,281 @@
-+.TH  "pingd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pingd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pingd_t SELinux type can be entered via the \fBpingd_exec_t\fP file type.
-+
-+The default entrypoint paths for the pingd_t domain are the following:
-+
-+/usr/sbin/pingd
-+.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 pingd policy is very flexible allowing users to setup their pingd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pingd:
-+
-+.EX
-+.B ping_t, pingd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pingd_t
-+can be used to make the process type pingd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pingd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pingd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pingd_t, ping_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 pingd_t, ping_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 pingd policy is very flexible allowing users to setup their pingd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for pingd:
-+
-+.EX
-+.TP 5
-+.B pingd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 9125
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pingd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 pingd policy is very flexible allowing users to setup their pingd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pingd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pingd_etc_t '/srv/pingd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypingd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pingd:
-+
-+
-+.EX
-+.PP
-+.B pingd_etc_t
-+.EE
-+
-+- Set files with the pingd_etc_t type, if you want to store pingd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), pingd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ping_selinux(8), ping_selinux(8)
-\ 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..5253845
---- /dev/null
-+++ b/man/man8/piranha_fos_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "piranha_fos_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep piranha_fos_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The piranha_fos_t SELinux type can be entered via the \fBpiranha_fos_exec_t\fP file type.
-+
-+The default entrypoint paths for the piranha_fos_t domain are the following:
-+
-+/usr/sbin/fos
-+.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 piranha_fos policy is very flexible allowing users to setup their piranha_fos processes in as secure a method as possible.
-+.PP
-+The following process types are defined for piranha_fos:
-+
-+.EX
-+.B piranha_fos_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a piranha_fos_t
-+can be used to make the process type piranha_fos_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  piranha_fos policy is extremely flexible and has several booleans that allow you to manipulate the policy and run piranha_fos with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the piranha_fos_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 piranha_fos_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type piranha_fos_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 piranha_fos_var_run_t
-+
-+	/var/run/fos\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 piranha_fos policy is very flexible allowing users to setup their piranha_fos processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the piranha_fos, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t piranha_fos_exec_t '/srv/piranha_fos/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypiranha_fos_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for piranha_fos:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), piranha_fos(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), piranha_lvs_selinux(8), piranha_pulse_selinux(8), piranha_web_selinux(8)
-\ 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..5d8bb06
---- /dev/null
-+++ b/man/man8/piranha_lvs_selinux.8
-@@ -0,0 +1,253 @@
-+.TH  "piranha_lvs_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep piranha_lvs_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The piranha_lvs_t SELinux type can be entered via the \fBpiranha_lvs_exec_t\fP file type.
-+
-+The default entrypoint paths for the piranha_lvs_t domain are the following:
-+
-+/usr/sbin/lvsd
-+.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 piranha_lvs policy is very flexible allowing users to setup their piranha_lvs processes in as secure a method as possible.
-+.PP
-+The following process types are defined for piranha_lvs:
-+
-+.EX
-+.B piranha_lvs_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a piranha_lvs_t
-+can be used to make the process type piranha_lvs_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  piranha_lvs policy is extremely flexible and has several booleans that allow you to manipulate the policy and run piranha_lvs with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow piranha-lvs domain to connect to the network using TCP, you must turn on the piranha_lvs_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P piranha_lvs_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the piranha_lvs_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 piranha_lvs_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type piranha_lvs_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 piranha_lvs_var_run_t
-+
-+	/var/run/lvs\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 piranha_lvs policy is very flexible allowing users to setup their piranha_lvs processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the piranha_lvs, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t piranha_lvs_exec_t '/srv/piranha_lvs/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypiranha_lvs_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for piranha_lvs:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), piranha_lvs(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), piranha_fos_selinux(8), piranha_pulse_selinux(8), piranha_web_selinux(8)
-\ 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..1fbd0f5
---- /dev/null
-+++ b/man/man8/piranha_pulse_selinux.8
-@@ -0,0 +1,279 @@
-+.TH  "piranha_pulse_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep piranha_pulse_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The piranha_pulse_t SELinux type can be entered via the \fBpiranha_pulse_exec_t\fP file type.
-+
-+The default entrypoint paths for the piranha_pulse_t domain are the following:
-+
-+/usr/sbin/pulse
-+.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 piranha_pulse policy is very flexible allowing users to setup their piranha_pulse processes in as secure a method as possible.
-+.PP
-+The following process types are defined for piranha_pulse:
-+
-+.EX
-+.B piranha_pulse_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a piranha_pulse_t
-+can be used to make the process type piranha_pulse_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  piranha_pulse policy is extremely flexible and has several booleans that allow you to manipulate the policy and run piranha_pulse with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the piranha_pulse_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 piranha_pulse_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type piranha_pulse_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 piranha_pulse_var_run_t
-+
-+	/var/run/pulse\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B samba_etc_t
-+
-+	/etc/samba(/.*)?
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 piranha_pulse policy is very flexible allowing users to setup their piranha_pulse processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the piranha_pulse, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t piranha_pulse_exec_t '/srv/piranha_pulse/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypiranha_pulse_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for piranha_pulse:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), piranha_pulse(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), piranha_fos_selinux(8), piranha_lvs_selinux(8), piranha_web_selinux(8)
-\ 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..6b0c5b6
---- /dev/null
-+++ b/man/man8/piranha_web_selinux.8
-@@ -0,0 +1,318 @@
-+.TH  "piranha_web_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep piranha_web_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The piranha_web_t SELinux type can be entered via the \fBpiranha_web_exec_t\fP file type.
-+
-+The default entrypoint paths for the piranha_web_t domain are the following:
-+
-+/usr/sbin/piranha_gui
-+.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 piranha_web policy is very flexible allowing users to setup their piranha_web processes in as secure a method as possible.
-+.PP
-+The following process types are defined for piranha_web:
-+
-+.EX
-+.B piranha_web_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a piranha_web_t
-+can be used to make the process type piranha_web_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  piranha_web policy is extremely flexible and has several booleans that allow you to manipulate the policy and run piranha_web with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the piranha_web_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 piranha_web_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type piranha_web_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 piranha_etc_rw_t
-+
-+	/etc/piranha/lvs\.cf
-+.br
-+
-+.br
-+.B piranha_log_t
-+
-+	/var/log/piranha(/.*)?
-+.br
-+
-+.br
-+.B piranha_web_data_t
-+
-+	/var/lib/luci(/.*)?
-+.br
-+
-+.br
-+.B piranha_web_tmp_t
-+
-+
-+.br
-+.B piranha_web_tmpfs_t
-+
-+
-+.br
-+.B piranha_web_var_run_t
-+
-+	/var/run/piranha-httpd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 piranha_web policy is very flexible allowing users to setup their piranha_web processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+piranha_web policy stores data with multiple different file context types under the /var/lib/luci directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/luci /srv/luci
-+.br
-+.B restorecon -R -v /srv/luci
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the piranha_web, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t piranha_web_conf_t '/srv/piranha_web/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypiranha_web_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for piranha_web:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/luci/etc(/.*)?, /var/lib/luci/cert(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), piranha_web(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), piranha_fos_selinux(8), piranha_lvs_selinux(8), piranha_pulse_selinux(8)
-\ 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..ded07f3
---- /dev/null
-+++ b/man/man8/pkcsslotd_selinux.8
-@@ -0,0 +1,241 @@
-+.TH  "pkcsslotd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pkcsslotd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pkcsslotd_t SELinux type can be entered via the \fBpkcsslotd_exec_t\fP file type.
-+
-+The default entrypoint paths for the pkcsslotd_t domain are the following:
-+
-+/usr/sbin/pkcsslotd
-+.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 pkcsslotd policy is very flexible allowing users to setup their pkcsslotd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pkcsslotd:
-+
-+.EX
-+.B pkcsslotd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pkcsslotd_t
-+can be used to make the process type pkcsslotd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pkcsslotd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pkcsslotd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pkcsslotd_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 pkcsslotd_tmp_t
-+
-+
-+.br
-+.B pkcsslotd_tmpfs_t
-+
-+
-+.br
-+.B pkcsslotd_var_lib_t
-+
-+	/var/lib/opencryptoki(/.*)?
-+.br
-+
-+.br
-+.B pkcsslotd_var_run_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 pkcsslotd policy is very flexible allowing users to setup their pkcsslotd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pkcsslotd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pkcsslotd_exec_t '/srv/pkcsslotd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypkcsslotd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pkcsslotd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pkcsslotd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/pki_ra_selinux.8 b/man/man8/pki_ra_selinux.8
-new file mode 100644
-index 0000000..b96098a
---- /dev/null
-+++ b/man/man8/pki_ra_selinux.8
-@@ -0,0 +1,382 @@
-+.TH  "pki_ra_selinux"  "8"  "13-01-16" "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 \fBpki_ra_exec_t, httpd_exec_t\fP file types.
-+
-+The default entrypoint paths for the pki_ra_t domain are the following:
-+
-+/var/lib/pki-ra/pki-ra, /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/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails
-+.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 pki_ra_t
-+can be used to make the process type pki_ra_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pki_ra policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pki_ra with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server 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 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
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+pki_ra policy stores data with multiple different file context types under the /var/lib/pki-ra directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/pki-ra /srv/pki-ra
-+.br
-+.B restorecon -R -v /srv/pki-ra
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pki_ra, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pki_ra_etc_rw_t '/srv/pki_ra/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypki_ra_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I 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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/pki-ra(/.*)?, /etc/sysconfig/pki/ra(/.*)?
-+
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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)
-+, setsebool(8), pki_tomcat_selinux(8), pki_tomcat_script_selinux(8), pki_tps_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/pki_tomcat_script_selinux.8 b/man/man8/pki_tomcat_script_selinux.8
-new file mode 100644
-index 0000000..ed9dd29
---- /dev/null
-+++ b/man/man8/pki_tomcat_script_selinux.8
-@@ -0,0 +1,101 @@
-+.TH  "pki_tomcat_script_selinux"  "8"  "13-01-16" "pki_tomcat_script" "SELinux Policy documentation for pki_tomcat_script"
-+.SH "NAME"
-+pki_tomcat_script_selinux \- Security Enhanced Linux Policy for the pki_tomcat_script processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the pki_tomcat_script processes via flexible mandatory access control.
-+
-+The pki_tomcat_script processes execute with the pki_tomcat_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:
-+
-+.B ps -eZ | grep pki_tomcat_script_t
-+
-+
-+.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_script policy is very flexible allowing users to setup their pki_tomcat_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pki_tomcat_script:
-+
-+.EX
-+.B pki_tomcat_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pki_tomcat_script_t
-+can be used to make the process type pki_tomcat_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pki_tomcat_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pki_tomcat_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), pki_ra_selinux(8), pki_tomcat_selinux(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..dd903a3
---- /dev/null
-+++ b/man/man8/pki_tomcat_selinux.8
-@@ -0,0 +1,430 @@
-+.TH  "pki_tomcat_selinux"  "8"  "13-01-16" "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 \fBpki_tomcat_exec_t\fP 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 pki_tomcat_t
-+can be used to make the process type pki_tomcat_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pki_tomcat policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pki_tomcat with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+pki_tomcat policy stores data with multiple different file context types under the /var/lib/pki-ca directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/pki-ca /srv/pki-ca
-+.br
-+.B restorecon -R -v /srv/pki-ca
-+.PP
-+
-+.PP
-+pki_tomcat policy stores data with multiple different file context types under the /var/lib/pki-kra directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/pki-kra /srv/pki-kra
-+.br
-+.B restorecon -R -v /srv/pki-kra
-+.PP
-+
-+.PP
-+pki_tomcat policy stores data with multiple different file context types under the /var/lib/pki-ocsp directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/pki-ocsp /srv/pki-ocsp
-+.br
-+.B restorecon -R -v /srv/pki-ocsp
-+.PP
-+
-+.PP
-+pki_tomcat policy stores data with multiple different file context types under the /var/lib/pki-tks directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/pki-tks /srv/pki-tks
-+.br
-+.B restorecon -R -v /srv/pki-tks
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pki_tomcat, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pki_tomcat_cache_t '/srv/pki_tomcat/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypki_tomcat_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I 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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/pki-ca/alias(/.*)?, /var/lib/pki-kra/alias(/.*)?, /var/lib/pki-tks/alias(/.*)?, /var/lib/pki-ocsp/alias(/.*)?, /etc/pki/pki-tomcat/alias(/.*)?
-+
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/pki-ca(/.*)?, /etc/pki-kra(/.*)?, /etc/pki-tks(/.*)?, /etc/pki-ocsp(/.*)?, /etc/pki/pki-tomcat(/.*)?, /etc/sysconfig/pki/tomcat(/.*)?
-+
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/pki-ca(/.*)?, /var/log/pki-kra(/.*)?, /var/log/pki-tks(/.*)?, /var/log/pki-ocsp(/.*)?, /var/log/pki/pki-tomcat(/.*)?
-+
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/pki-ca(/.*)?, /var/lib/pki-kra(/.*)?, /var/lib/pki-tks(/.*)?, /var/lib/pki-ocsp(/.*)?, /var/lib/pki/pki-tomcat(/.*)?
-+
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/pki-ca.pid, /var/run/pki-kra.pid, /var/run/pki-tks.pid, /var/run/pki-ocsp.pid, /var/run/pki/tomcat(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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)
-+, setsebool(8), pki_ra_selinux(8), pki_tomcat_script_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..bc8c15d
---- /dev/null
-+++ b/man/man8/pki_tps_selinux.8
-@@ -0,0 +1,364 @@
-+.TH  "pki_tps_selinux"  "8"  "13-01-16" "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 \fBpki_tps_exec_t, httpd_exec_t\fP file types.
-+
-+The default entrypoint paths for the pki_tps_t domain are the following:
-+
-+/var/lib/pki-tps/pki-tps, /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/php-fpm, /usr/sbin/cherokee, /usr/sbin/lighttpd, /usr/sbin/httpd\.event, /usr/bin/mongrel_rails
-+.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 pki_tps_t
-+can be used to make the process type pki_tps_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pki_tps policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pki_tps with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server 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 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
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+pki_tps policy stores data with multiple different file context types under the /var/lib/pki-tps directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/pki-tps /srv/pki-tps
-+.br
-+.B restorecon -R -v /srv/pki-tps
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pki_tps, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pki_tps_etc_rw_t '/srv/pki_tps/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypki_tps_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I 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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/pki-tps(/.*)?, /etc/sysconfig/pki/tps(/.*)?
-+
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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)
-+, setsebool(8), pki_ra_selinux(8), pki_tomcat_selinux(8), pki_tomcat_script_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..9c88ed0
---- /dev/null
-+++ b/man/man8/plymouth_selinux.8
-@@ -0,0 +1,195 @@
-+.TH  "plymouth_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep plymouth_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The plymouth_t SELinux type can be entered via the \fBplymouth_exec_t\fP file type.
-+
-+The default entrypoint paths for the plymouth_t domain are the following:
-+
-+/bin/plymouth, /usr/bin/plymouth
-+.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 plymouth policy is very flexible allowing users to setup their plymouth processes in as secure a method as possible.
-+.PP
-+The following process types are defined for plymouth:
-+
-+.EX
-+.B plymouth_t, plymouthd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a plymouth_t
-+can be used to make the process type plymouth_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  plymouth policy is extremely flexible and has several booleans that allow you to manipulate the policy and run plymouth with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 plymouth policy is very flexible allowing users to setup their plymouth processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the plymouth, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t plymouth_exec_t '/srv/plymouth/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myplymouth_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for plymouth:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/plymouth, /usr/bin/plymouth
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/plymouthd, /usr/sbin/plymouthd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), plymouth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), plymouthd_selinux(8)
-\ 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..03992e1
---- /dev/null
-+++ b/man/man8/plymouthd_selinux.8
-@@ -0,0 +1,255 @@
-+.TH  "plymouthd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep plymouthd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The plymouthd_t SELinux type can be entered via the \fBplymouthd_exec_t\fP file type.
-+
-+The default entrypoint paths for the plymouthd_t domain are the following:
-+
-+/sbin/plymouthd, /usr/sbin/plymouthd
-+.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 plymouthd policy is very flexible allowing users to setup their plymouthd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for plymouthd:
-+
-+.EX
-+.B plymouth_t, plymouthd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a plymouthd_t
-+can be used to make the process type plymouthd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  plymouthd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run plymouthd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type plymouthd_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 fonts_cache_t
-+
-+	/var/cache/fontconfig(/.*)?
-+.br
-+
-+.br
-+.B plymouthd_spool_t
-+
-+	/var/spool/plymouth(/.*)?
-+.br
-+
-+.br
-+.B plymouthd_var_lib_t
-+
-+	/var/lib/plymouth(/.*)?
-+.br
-+
-+.br
-+.B plymouthd_var_log_t
-+
-+	/var/log/boot\.log
-+.br
-+
-+.br
-+.B plymouthd_var_run_t
-+
-+	/var/run/plymouth(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B xdm_spool_t
-+
-+	/var/spool/[mg]dm(/.*)?
-+.br
-+
-+.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 plymouthd policy is very flexible allowing users to setup their plymouthd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the plymouthd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t plymouthd_exec_t '/srv/plymouthd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myplymouthd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for plymouthd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/plymouthd, /usr/sbin/plymouthd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), plymouthd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), plymouth_selinux(8), plymouth_selinux(8)
-\ 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..1c13a3e
---- /dev/null
-+++ b/man/man8/podsleuth_selinux.8
-@@ -0,0 +1,201 @@
-+.TH  "podsleuth_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep podsleuth_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The podsleuth_t SELinux type can be entered via the \fBpodsleuth_exec_t\fP file type.
-+
-+The default entrypoint paths for the podsleuth_t domain are the following:
-+
-+/usr/bin/podsleuth, /usr/libexec/hal-podsleuth
-+.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 podsleuth policy is very flexible allowing users to setup their podsleuth processes in as secure a method as possible.
-+.PP
-+The following process types are defined for podsleuth:
-+
-+.EX
-+.B podsleuth_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a podsleuth_t
-+can be used to make the process type podsleuth_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  podsleuth policy is extremely flexible and has several booleans that allow you to manipulate the policy and run podsleuth with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type podsleuth_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 podsleuth_cache_t
-+
-+	/var/cache/podsleuth(/.*)?
-+.br
-+
-+.br
-+.B podsleuth_tmp_t
-+
-+
-+.br
-+.B podsleuth_tmpfs_t
-+
-+
-+.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 podsleuth policy is very flexible allowing users to setup their podsleuth processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the podsleuth, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t podsleuth_cache_t '/srv/podsleuth/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypodsleuth_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for podsleuth:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/podsleuth, /usr/libexec/hal-podsleuth
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), podsleuth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/policykit_auth_selinux.8 b/man/man8/policykit_auth_selinux.8
-new file mode 100644
-index 0000000..f468040
---- /dev/null
-+++ b/man/man8/policykit_auth_selinux.8
-@@ -0,0 +1,333 @@
-+.TH  "policykit_auth_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep policykit_auth_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The policykit_auth_t SELinux type can be entered via the \fBpolicykit_auth_exec_t\fP file type.
-+
-+The default entrypoint paths for the policykit_auth_t domain are the following:
-+
-+/usr/libexec/polkit-read-auth-helper, /usr/lib/polkit-1/polkit-agent-helper-1, /usr/lib/policykit/polkit-read-auth-helper, /usr/libexec/polkit-1/polkit-agent-helper-1
-+.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 policykit_auth policy is very flexible allowing users to setup their policykit_auth processes in as secure a method as possible.
-+.PP
-+The following process types are defined for policykit_auth:
-+
-+.EX
-+.B policykit_auth_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a policykit_auth_t
-+can be used to make the process type policykit_auth_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  policykit_auth policy is extremely flexible and has several booleans that allow you to manipulate the policy and run policykit_auth with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the policykit_auth_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 policykit_auth_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type policykit_auth_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B policykit_reload_t
-+
-+	/var/lib/misc/PolicyKit.reload
-+.br
-+
-+.br
-+.B policykit_tmp_t
-+
-+
-+.br
-+.B policykit_var_lib_t
-+
-+	/var/lib/polkit-1(/.*)?
-+.br
-+	/var/lib/PolicyKit(/.*)?
-+.br
-+	/var/lib/PolicyKit-public(/.*)?
-+.br
-+
-+.br
-+.B policykit_var_run_t
-+
-+	/var/run/PolicyKit(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.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 policykit_auth policy is very flexible allowing users to setup their policykit_auth processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the policykit_auth, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t policykit_auth_exec_t '/srv/policykit_auth/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypolicykit_auth_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for policykit_auth:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/polkit-read-auth-helper, /usr/lib/polkit-1/polkit-agent-helper-1, /usr/lib/policykit/polkit-read-auth-helper, /usr/libexec/polkit-1/polkit-agent-helper-1
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), policykit_auth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), policykit_selinux(8), policykit_selinux(8), policykit_grant_selinux(8), policykit_resolve_selinux(8)
-\ 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..edca9c5
---- /dev/null
-+++ b/man/man8/policykit_grant_selinux.8
-@@ -0,0 +1,249 @@
-+.TH  "policykit_grant_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep policykit_grant_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The policykit_grant_t SELinux type can be entered via the \fBpolicykit_grant_exec_t\fP file type.
-+
-+The default entrypoint paths for the policykit_grant_t domain are the following:
-+
-+/usr/libexec/polkit-grant-helper.*, /usr/lib/policykit/polkit-grant-helper.*
-+.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 policykit_grant policy is very flexible allowing users to setup their policykit_grant processes in as secure a method as possible.
-+.PP
-+The following process types are defined for policykit_grant:
-+
-+.EX
-+.B policykit_grant_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a policykit_grant_t
-+can be used to make the process type policykit_grant_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  policykit_grant policy is extremely flexible and has several booleans that allow you to manipulate the policy and run policykit_grant with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the policykit_grant_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 policykit_grant_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type policykit_grant_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B policykit_reload_t
-+
-+	/var/lib/misc/PolicyKit.reload
-+.br
-+
-+.br
-+.B policykit_var_lib_t
-+
-+	/var/lib/polkit-1(/.*)?
-+.br
-+	/var/lib/PolicyKit(/.*)?
-+.br
-+	/var/lib/PolicyKit-public(/.*)?
-+.br
-+
-+.br
-+.B policykit_var_run_t
-+
-+	/var/run/PolicyKit(/.*)?
-+.br
-+
-+.br
-+.B system_cronjob_var_lib_t
-+
-+
-+.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 policykit_grant policy is very flexible allowing users to setup their policykit_grant processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the policykit_grant, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t policykit_grant_exec_t '/srv/policykit_grant/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypolicykit_grant_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for policykit_grant:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/polkit-grant-helper.*, /usr/lib/policykit/polkit-grant-helper.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), policykit_grant(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), policykit_selinux(8), policykit_selinux(8), policykit_auth_selinux(8), policykit_resolve_selinux(8)
-\ 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..2f55486
---- /dev/null
-+++ b/man/man8/policykit_resolve_selinux.8
-@@ -0,0 +1,207 @@
-+.TH  "policykit_resolve_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep policykit_resolve_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The policykit_resolve_t SELinux type can be entered via the \fBpolicykit_resolve_exec_t\fP file type.
-+
-+The default entrypoint paths for the policykit_resolve_t domain are the following:
-+
-+/usr/libexec/polkit-resolve-exe-helper.*, /usr/lib/policykit/polkit-resolve-exe-helper.*
-+.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 policykit_resolve policy is very flexible allowing users to setup their policykit_resolve processes in as secure a method as possible.
-+.PP
-+The following process types are defined for policykit_resolve:
-+
-+.EX
-+.B policykit_resolve_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a policykit_resolve_t
-+can be used to make the process type policykit_resolve_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  policykit_resolve policy is extremely flexible and has several booleans that allow you to manipulate the policy and run policykit_resolve with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the policykit_resolve_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 policykit_resolve_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 policykit_resolve policy is very flexible allowing users to setup their policykit_resolve processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the policykit_resolve, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t policykit_resolve_exec_t '/srv/policykit_resolve/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypolicykit_resolve_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for policykit_resolve:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/polkit-resolve-exe-helper.*, /usr/lib/policykit/polkit-resolve-exe-helper.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), policykit_resolve(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), policykit_selinux(8), policykit_selinux(8), policykit_auth_selinux(8), policykit_grant_selinux(8)
-\ 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..4ec52fb
---- /dev/null
-+++ b/man/man8/policykit_selinux.8
-@@ -0,0 +1,370 @@
-+.TH  "policykit_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep policykit_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The policykit_t SELinux type can be entered via the \fBpolicykit_exec_t\fP file type.
-+
-+The default entrypoint paths for the policykit_t domain are the following:
-+
-+/usr/libexec/polkitd.*, /usr/libexec/polkit-1/polkitd.*, /usr/lib/polkit-1/polkitd, /usr/lib/policykit/polkitd
-+.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 policykit policy is very flexible allowing users to setup their policykit processes in as secure a method as possible.
-+.PP
-+The following process types are defined for policykit:
-+
-+.EX
-+.B policykit_grant_t, policykit_auth_t, policykit_t, policykit_resolve_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a policykit_t
-+can be used to make the process type policykit_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  policykit policy is extremely flexible and has several booleans that allow you to manipulate the policy and run policykit with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the policykit_grant_t, policykit_auth_t, policykit_t, policykit_resolve_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 policykit_grant_t, policykit_auth_t, policykit_t, policykit_resolve_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type policykit_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 krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B policykit_reload_t
-+
-+	/var/lib/misc/PolicyKit.reload
-+.br
-+
-+.br
-+.B policykit_var_lib_t
-+
-+	/var/lib/polkit-1(/.*)?
-+.br
-+	/var/lib/PolicyKit(/.*)?
-+.br
-+	/var/lib/PolicyKit-public(/.*)?
-+.br
-+
-+.br
-+.B policykit_var_run_t
-+
-+	/var/run/PolicyKit(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 policykit policy is very flexible allowing users to setup their policykit processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+policykit policy stores data with multiple different file context types under the /var/lib/PolicyKit directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/PolicyKit /srv/PolicyKit
-+.br
-+.B restorecon -R -v /srv/PolicyKit
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the policykit, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t policykit_auth_exec_t '/srv/policykit/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypolicykit_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for policykit:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/polkit-read-auth-helper, /usr/lib/polkit-1/polkit-agent-helper-1, /usr/lib/policykit/polkit-read-auth-helper, /usr/libexec/polkit-1/polkit-agent-helper-1
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/polkitd.*, /usr/libexec/polkit-1/polkitd.*, /usr/lib/polkit-1/polkitd, /usr/lib/policykit/polkitd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/polkit-grant-helper.*, /usr/lib/policykit/polkit-grant-helper.*
-+
-+.EX
-+.PP
-+.B policykit_reload_t
-+.EE
-+
-+- Set files with the policykit_reload_t type, if you want to treat the files as policykit reload data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/polkit-resolve-exe-helper.*, /usr/lib/policykit/polkit-resolve-exe-helper.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/polkit-1(/.*)?, /var/lib/PolicyKit(/.*)?, /var/lib/PolicyKit-public(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), policykit(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), policykit_auth_selinux(8), policykit_grant_selinux(8), policykit_resolve_selinux(8)
-\ 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..cd34b9b
---- /dev/null
-+++ b/man/man8/polipo_selinux.8
-@@ -0,0 +1,353 @@
-+.TH  "polipo_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep polipo_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The polipo_t SELinux type can be entered via the \fBpolipo_exec_t\fP file type.
-+
-+The default entrypoint paths for the polipo_t domain are the following:
-+
-+/usr/bin/polipo
-+.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 polipo policy is very flexible allowing users to setup their polipo processes in as secure a method as possible.
-+.PP
-+The following process types are defined for polipo:
-+
-+.EX
-+.B polipo_t, polipo_session_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a polipo_t
-+can be used to make the process type polipo_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  polipo policy is extremely flexible and has several booleans that allow you to manipulate the policy and run polipo with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow polipo to connect to all ports > 1023, you must turn on the polipo_connect_all_unreserved boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P polipo_connect_all_unreserved 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether polipo can access cifs file systems, you must turn on the polipo_use_cifs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P polipo_use_cifs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Polipo can access nfs file systems, you must turn on the polipo_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P polipo_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the polipo_t, polipo_session_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 polipo_t, polipo_session_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type polipo_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 cifs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B polipo_cache_t
-+
-+	/var/cache/polipo(/.*)?
-+.br
-+
-+.br
-+.B polipo_log_t
-+
-+	/var/log/polipo.*
-+.br
-+
-+.br
-+.B polipo_pid_t
-+
-+	/var/run/polipo(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 polipo policy is very flexible allowing users to setup their polipo processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the polipo, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t polipo_cache_home_t '/srv/polipo/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypolipo_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for polipo:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.polipo-cache(/.*)?, /home/pwalsh/\.polipo-cache(/.*)?, /home/dwalsh/\.polipo-cache(/.*)?, /var/lib/xguest/home/xguest/\.polipo-cache(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.polipo, /home/pwalsh/\.polipo, /home/dwalsh/\.polipo, /var/lib/xguest/home/xguest/\.polipo
-+
-+.EX
-+.PP
-+.B polipo_etc_t
-+.EE
-+
-+- Set files with the polipo_etc_t type, if you want to store polipo files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), polipo(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), polipo_session_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/polipo_session_selinux.8 b/man/man8/polipo_session_selinux.8
-new file mode 100644
-index 0000000..4e9a698
---- /dev/null
-+++ b/man/man8/polipo_session_selinux.8
-@@ -0,0 +1,252 @@
-+.TH  "polipo_session_selinux"  "8"  "13-01-16" "polipo_session" "SELinux Policy documentation for polipo_session"
-+.SH "NAME"
-+polipo_session_selinux \- Security Enhanced Linux Policy for the polipo_session processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the polipo_session processes via flexible mandatory access control.
-+
-+The polipo_session processes execute with the polipo_session_t SELinux 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 polipo_session_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The polipo_session_t SELinux type can be entered via the \fBpolipo_exec_t\fP file type.
-+
-+The default entrypoint paths for the polipo_session_t domain are the following:
-+
-+/usr/bin/polipo
-+.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 polipo_session policy is very flexible allowing users to setup their polipo_session processes in as secure a method as possible.
-+.PP
-+The following process types are defined for polipo_session:
-+
-+.EX
-+.B polipo_session_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a polipo_session_t
-+can be used to make the process type polipo_session_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  polipo_session policy is extremely flexible and has several booleans that allow you to manipulate the policy and run polipo_session with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether Polipo session daemon can bind tcp sockets to all unreserved ports, you must turn on the polipo_session_bind_all_unreserved_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P polipo_session_bind_all_unreserved_ports 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P polipo_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the polipo_session_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 polipo_session_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type polipo_session_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B polipo_cache_home_t
-+
-+	/home/[^/]*/\.polipo-cache(/.*)?
-+.br
-+	/home/pwalsh/\.polipo-cache(/.*)?
-+.br
-+	/home/dwalsh/\.polipo-cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.polipo-cache(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), polipo_session(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), polipo_selinux(8), polipo_selinux(8)
-\ 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..104342c
---- /dev/null
-+++ b/man/man8/portmap_helper_selinux.8
-@@ -0,0 +1,247 @@
-+.TH  "portmap_helper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep portmap_helper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The portmap_helper_t SELinux type can be entered via the \fBportmap_helper_exec_t\fP file type.
-+
-+The default entrypoint paths for the portmap_helper_t domain are the following:
-+
-+/sbin/pmap_set, /sbin/pmap_dump, /usr/sbin/pmap_set, /usr/sbin/pmap_dump
-+.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 portmap_helper policy is very flexible allowing users to setup their portmap_helper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for portmap_helper:
-+
-+.EX
-+.B portmap_helper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a portmap_helper_t
-+can be used to make the process type portmap_helper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  portmap_helper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run portmap_helper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the portmap_helper_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 portmap_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type portmap_helper_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 initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B portmap_var_run_t
-+
-+	/var/run/portmap_mapping
-+.br
-+	/var/run/portmap\.upgrade-state
-+.br
-+
-+.br
-+.B var_run_t
-+
-+	/run/.*
-+.br
-+	/var/run/.*
-+.br
-+	/run
-+.br
-+	/var/run
-+.br
-+	/var/run
-+.br
-+	/var/spool/postfix/pid
-+.br
-+
-+.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 portmap_helper policy is very flexible allowing users to setup their portmap_helper processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the portmap_helper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t portmap_helper_exec_t '/srv/portmap_helper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myportmap_helper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for portmap_helper:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/pmap_set, /sbin/pmap_dump, /usr/sbin/pmap_set, /usr/sbin/pmap_dump
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), portmap_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), portmap_selinux(8), portmap_selinux(8)
-\ 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..cc06c2e
---- /dev/null
-+++ b/man/man8/portmap_selinux.8
-@@ -0,0 +1,315 @@
-+.TH  "portmap_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep portmap_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The portmap_t SELinux type can be entered via the \fBportmap_exec_t\fP file type.
-+
-+The default entrypoint paths for the portmap_t domain are the following:
-+
-+/sbin/portmap, /usr/sbin/portmap
-+.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 portmap policy is very flexible allowing users to setup their portmap processes in as secure a method as possible.
-+.PP
-+The following process types are defined for portmap:
-+
-+.EX
-+.B portmap_helper_t, portmap_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a portmap_t
-+can be used to make the process type portmap_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  portmap policy is extremely flexible and has several booleans that allow you to manipulate the policy and run portmap with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the portmap_t, portmap_helper_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 portmap_t, portmap_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 portmap policy is very flexible allowing users to setup their portmap processes in as secure a method as possible.
-+.PP
-+The following port types are defined for portmap:
-+
-+.EX
-+.TP 5
-+.B portmap_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 111
-+.EE
-+udp 111
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type portmap_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 portmap_tmp_t
-+
-+
-+.br
-+.B portmap_var_run_t
-+
-+	/var/run/portmap_mapping
-+.br
-+	/var/run/portmap\.upgrade-state
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 portmap policy is very flexible allowing users to setup their portmap processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the portmap, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t portmap_exec_t '/srv/portmap/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myportmap_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for portmap:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/portmap, /usr/sbin/portmap
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/pmap_set, /sbin/pmap_dump, /usr/sbin/pmap_set, /usr/sbin/pmap_dump
-+
-+.EX
-+.PP
-+.B portmap_initrc_exec_t
-+.EE
-+
-+- Set files with the portmap_initrc_exec_t type, if you want to transition an executable to the portmap_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/portmap_mapping, /var/run/portmap\.upgrade-state
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), portmap(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), portmap_helper_selinux(8)
-\ 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..2340bd1
---- /dev/null
-+++ b/man/man8/portreserve_selinux.8
-@@ -0,0 +1,217 @@
-+.TH  "portreserve_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep portreserve_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The portreserve_t SELinux type can be entered via the \fBportreserve_exec_t\fP file type.
-+
-+The default entrypoint paths for the portreserve_t domain are the following:
-+
-+/sbin/portreserve, /usr/sbin/portreserve
-+.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 portreserve policy is very flexible allowing users to setup their portreserve processes in as secure a method as possible.
-+.PP
-+The following process types are defined for portreserve:
-+
-+.EX
-+.B portreserve_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a portreserve_t
-+can be used to make the process type portreserve_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  portreserve policy is extremely flexible and has several booleans that allow you to manipulate the policy and run portreserve with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type portreserve_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 portreserve_var_run_t
-+
-+	/var/run/portreserve(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 portreserve policy is very flexible allowing users to setup their portreserve processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the portreserve, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t portreserve_etc_t '/srv/portreserve/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myportreserve_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for portreserve:
-+
-+
-+.EX
-+.PP
-+.B portreserve_etc_t
-+.EE
-+
-+- Set files with the portreserve_etc_t type, if you want to store portreserve files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/portreserve, /usr/sbin/portreserve
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), portreserve(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/postfix_bounce_selinux.8 b/man/man8/postfix_bounce_selinux.8
-new file mode 100644
-index 0000000..13705e8
---- /dev/null
-+++ b/man/man8/postfix_bounce_selinux.8
-@@ -0,0 +1,243 @@
-+.TH  "postfix_bounce_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_bounce_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_bounce_t SELinux type can be entered via the \fBpostfix_bounce_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_bounce_t domain are the following:
-+
-+/usr/libexec/postfix/bounce
-+.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 postfix_bounce policy is very flexible allowing users to setup their postfix_bounce processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_bounce:
-+
-+.EX
-+.B postfix_bounce_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_bounce_t
-+can be used to make the process type postfix_bounce_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_bounce policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_bounce with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_bounce_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 postfix_bounce_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_bounce_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 anon_inodefs_t
-+
-+
-+.br
-+.B postfix_bounce_tmp_t
-+
-+
-+.br
-+.B postfix_spool_bounce_t
-+
-+	/var/spool/postfix/bounce(/.*)?
-+.br
-+
-+.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.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_bounce policy is very flexible allowing users to setup their postfix_bounce processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_bounce, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_bounce_exec_t '/srv/postfix_bounce/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_bounce_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_bounce:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_bounce(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..864c76a
---- /dev/null
-+++ b/man/man8/postfix_cleanup_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "postfix_cleanup_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_cleanup_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_cleanup_t SELinux type can be entered via the \fBpostfix_cleanup_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_cleanup_t domain are the following:
-+
-+/usr/libexec/postfix/cleanup
-+.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 postfix_cleanup policy is very flexible allowing users to setup their postfix_cleanup processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_cleanup:
-+
-+.EX
-+.B postfix_cleanup_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_cleanup_t
-+can be used to make the process type postfix_cleanup_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_cleanup policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_cleanup with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_cleanup_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 postfix_cleanup_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_cleanup_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 anon_inodefs_t
-+
-+
-+.br
-+.B postfix_cleanup_tmp_t
-+
-+
-+.br
-+.B postfix_spool_t
-+
-+	/var/spool/postfix.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_cleanup policy is very flexible allowing users to setup their postfix_cleanup processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_cleanup, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_cleanup_exec_t '/srv/postfix_cleanup/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_cleanup_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_cleanup:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_cleanup(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..8a59a64
---- /dev/null
-+++ b/man/man8/postfix_local_selinux.8
-@@ -0,0 +1,369 @@
-+.TH  "postfix_local_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_local_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_local_t SELinux type can be entered via the \fBpostfix_local_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_local_t domain are the following:
-+
-+/usr/libexec/postfix/local
-+.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 postfix_local policy is very flexible allowing users to setup their postfix_local processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_local:
-+
-+.EX
-+.B postfix_local_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_local_t
-+can be used to make the process type postfix_local_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_local policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_local with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow postfix_local domain full write access to mail_spool directories, you must turn on the postfix_local_write_mail_spool boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P postfix_local_write_mail_spool 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_local_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 postfix_local_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_local_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B dovecot_spool_t
-+
-+	/var/spool/dovecot(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B mailman_data_t
-+
-+	/etc/mailman.*
-+.br
-+	/var/lib/mailman.*
-+.br
-+	/var/spool/mailman.*
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B postfix_local_tmp_t
-+
-+
-+.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.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 postfix_local policy is very flexible allowing users to setup their postfix_local processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_local, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_local_exec_t '/srv/postfix_local/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_local_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_local:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_local(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..bd88d0b
---- /dev/null
-+++ b/man/man8/postfix_map_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "postfix_map_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_map_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_map_t SELinux type can be entered via the \fBpostfix_map_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_map_t domain are the following:
-+
-+/usr/sbin/postmap
-+.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 postfix_map policy is very flexible allowing users to setup their postfix_map processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_map:
-+
-+.EX
-+.B postfix_map_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_map_t
-+can be used to make the process type postfix_map_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_map policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_map with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_map_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 postfix_map_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_map_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 mailman_data_t
-+
-+	/etc/mailman.*
-+.br
-+	/var/lib/mailman.*
-+.br
-+	/var/spool/mailman.*
-+.br
-+
-+.br
-+.B postfix_etc_t
-+
-+	/etc/postfix.*
-+.br
-+
-+.br
-+.B postfix_map_tmp_t
-+
-+
-+.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 postfix_map policy is very flexible allowing users to setup their postfix_map processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_map, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_map_exec_t '/srv/postfix_map/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_map_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_map:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_map(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..a8826aa
---- /dev/null
-+++ b/man/man8/postfix_master_selinux.8
-@@ -0,0 +1,307 @@
-+.TH  "postfix_master_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_master_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_master_t SELinux type can be entered via the \fBpostfix_master_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_master_t domain are the following:
-+
-+/usr/sbin/postcat, /usr/sbin/postfix, /usr/sbin/postlog, /usr/sbin/postkick, /usr/sbin/postlock, /usr/sbin/postalias, /usr/sbin/postsuper, /usr/libexec/postfix/master
-+.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 postfix_master policy is very flexible allowing users to setup their postfix_master processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_master:
-+
-+.EX
-+.B postfix_master_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_master_t
-+can be used to make the process type postfix_master_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_master policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_master with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_master_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 postfix_master_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_master_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 anon_inodefs_t
-+
-+
-+.br
-+.B etc_aliases_t
-+
-+	/etc/mail/aliases.*
-+.br
-+	/etc/postfix/aliases.*
-+.br
-+	/etc/aliases
-+.br
-+	/etc/aliases\.db
-+.br
-+
-+.br
-+.B mailman_data_t
-+
-+	/etc/mailman.*
-+.br
-+	/var/lib/mailman.*
-+.br
-+	/var/spool/mailman.*
-+.br
-+
-+.br
-+.B postfix_data_t
-+
-+	/var/lib/postfix.*
-+.br
-+
-+.br
-+.B postfix_etc_t
-+
-+	/etc/postfix.*
-+.br
-+
-+.br
-+.B postfix_prng_t
-+
-+	/etc/postfix/prng_exch
-+.br
-+
-+.br
-+.B postfix_spool_flush_t
-+
-+	/var/spool/postfix/flush(/.*)?
-+.br
-+
-+.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.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 postfix_master policy is very flexible allowing users to setup their postfix_master processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_master, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_master_exec_t '/srv/postfix_master/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_master_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_master:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/postcat, /usr/sbin/postfix, /usr/sbin/postlog, /usr/sbin/postkick, /usr/sbin/postlock, /usr/sbin/postalias, /usr/sbin/postsuper, /usr/libexec/postfix/master
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_master(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..dd2feb8
---- /dev/null
-+++ b/man/man8/postfix_pickup_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "postfix_pickup_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_pickup_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_pickup_t SELinux type can be entered via the \fBpostfix_pickup_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_pickup_t domain are the following:
-+
-+/usr/libexec/postfix/pickup
-+.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 postfix_pickup policy is very flexible allowing users to setup their postfix_pickup processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_pickup:
-+
-+.EX
-+.B postfix_pickup_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_pickup_t
-+can be used to make the process type postfix_pickup_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_pickup policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_pickup with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_pickup_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 postfix_pickup_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_pickup_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 anon_inodefs_t
-+
-+
-+.br
-+.B postfix_pickup_tmp_t
-+
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_pickup policy is very flexible allowing users to setup their postfix_pickup processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_pickup, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_pickup_exec_t '/srv/postfix_pickup/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_pickup_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_pickup:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_pickup(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..5fe0204
---- /dev/null
-+++ b/man/man8/postfix_pipe_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "postfix_pipe_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_pipe_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_pipe_t SELinux type can be entered via the \fBpostfix_pipe_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_pipe_t domain are the following:
-+
-+/usr/libexec/postfix/pipe
-+.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 postfix_pipe policy is very flexible allowing users to setup their postfix_pipe processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_pipe:
-+
-+.EX
-+.B postfix_pipe_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_pipe_t
-+can be used to make the process type postfix_pipe_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_pipe policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_pipe with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_pipe_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 postfix_pipe_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_pipe_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 anon_inodefs_t
-+
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B postfix_pipe_tmp_t
-+
-+
-+.br
-+.B postfix_spool_t
-+
-+	/var/spool/postfix.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_pipe policy is very flexible allowing users to setup their postfix_pipe processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_pipe, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_pipe_exec_t '/srv/postfix_pipe/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_pipe_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_pipe:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_pipe(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..2967206
---- /dev/null
-+++ b/man/man8/postfix_postdrop_selinux.8
-@@ -0,0 +1,247 @@
-+.TH  "postfix_postdrop_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_postdrop_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_postdrop_t SELinux type can be entered via the \fBpostfix_postdrop_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_postdrop_t domain are the following:
-+
-+/usr/sbin/postdrop
-+.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 postfix_postdrop policy is very flexible allowing users to setup their postfix_postdrop processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_postdrop:
-+
-+.EX
-+.B postfix_postdrop_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_postdrop_t
-+can be used to make the process type postfix_postdrop_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_postdrop policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_postdrop with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Gitosis can send mail, you must turn on the gitosis_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P gitosis_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_postdrop_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 postfix_postdrop_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_postdrop_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 anon_inodefs_t
-+
-+
-+.br
-+.B arpwatch_tmp_t
-+
-+
-+.br
-+.B postfix_spool_maildrop_t
-+
-+	/var/spool/postfix/defer(/.*)?
-+.br
-+	/var/spool/postfix/deferred(/.*)?
-+.br
-+	/var/spool/postfix/maildrop(/.*)?
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.br
-+.B uucpd_spool_t
-+
-+	/var/spool/uucp(/.*)?
-+.br
-+	/var/spool/uucppublic(/.*)?
-+.br
-+
-+.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 postfix_postdrop policy is very flexible allowing users to setup their postfix_postdrop processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_postdrop, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_postdrop_exec_t '/srv/postfix_postdrop/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_postdrop_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_postdrop:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_postdrop(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..db3561e
---- /dev/null
-+++ b/man/man8/postfix_postqueue_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "postfix_postqueue_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_postqueue_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_postqueue_t SELinux type can be entered via the \fBpostfix_postqueue_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_postqueue_t domain are the following:
-+
-+/usr/sbin/postqueue
-+.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 postfix_postqueue policy is very flexible allowing users to setup their postfix_postqueue processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_postqueue:
-+
-+.EX
-+.B postfix_postqueue_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_postqueue_t
-+can be used to make the process type postfix_postqueue_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_postqueue policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_postqueue with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Gitosis can send mail, you must turn on the gitosis_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P gitosis_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_postqueue_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 postfix_postqueue_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_postqueue_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 anon_inodefs_t
-+
-+
-+.br
-+.B arpwatch_tmp_t
-+
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_postqueue policy is very flexible allowing users to setup their postfix_postqueue processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_postqueue, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_postqueue_exec_t '/srv/postfix_postqueue/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_postqueue_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_postqueue:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_postqueue(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..3e4070f
---- /dev/null
-+++ b/man/man8/postfix_qmgr_selinux.8
-@@ -0,0 +1,237 @@
-+.TH  "postfix_qmgr_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_qmgr_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_qmgr_t SELinux type can be entered via the \fBpostfix_qmgr_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_qmgr_t domain are the following:
-+
-+/usr/libexec/postfix/(n)?qmgr
-+.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 postfix_qmgr policy is very flexible allowing users to setup their postfix_qmgr processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_qmgr:
-+
-+.EX
-+.B postfix_qmgr_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_qmgr_t
-+can be used to make the process type postfix_qmgr_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_qmgr policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_qmgr with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_qmgr_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 postfix_qmgr_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_qmgr_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 anon_inodefs_t
-+
-+
-+.br
-+.B postfix_qmgr_tmp_t
-+
-+
-+.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.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_qmgr policy is very flexible allowing users to setup their postfix_qmgr processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_qmgr, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_qmgr_exec_t '/srv/postfix_qmgr/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_qmgr_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_qmgr:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_qmgr(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..db363b3
---- /dev/null
-+++ b/man/man8/postfix_showq_selinux.8
-@@ -0,0 +1,209 @@
-+.TH  "postfix_showq_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_showq_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_showq_t SELinux type can be entered via the \fBpostfix_showq_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_showq_t domain are the following:
-+
-+/usr/libexec/postfix/showq
-+.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 postfix_showq policy is very flexible allowing users to setup their postfix_showq processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_showq:
-+
-+.EX
-+.B postfix_showq_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_showq_t
-+can be used to make the process type postfix_showq_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_showq policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_showq with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_showq_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 postfix_showq_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_showq_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 anon_inodefs_t
-+
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_showq policy is very flexible allowing users to setup their postfix_showq processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_showq, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_showq_exec_t '/srv/postfix_showq/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_showq_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_showq:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_showq(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..95c60d1
---- /dev/null
-+++ b/man/man8/postfix_smtp_selinux.8
-@@ -0,0 +1,263 @@
-+.TH  "postfix_smtp_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_smtp_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_smtp_t SELinux type can be entered via the \fBpostfix_smtp_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_smtp_t domain are the following:
-+
-+/usr/libexec/postfix/lmtp, /usr/libexec/postfix/smtp, /usr/libexec/postfix/scache
-+.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 postfix_smtp policy is very flexible allowing users to setup their postfix_smtp processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_smtp:
-+
-+.EX
-+.B postfix_smtpd_t, postfix_smtp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_smtp_t
-+can be used to make the process type postfix_smtp_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_smtp policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_smtp with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_smtpd_t, postfix_smtp_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 postfix_smtpd_t, postfix_smtp_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_smtp_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 anon_inodefs_t
-+
-+
-+.br
-+.B postfix_prng_t
-+
-+	/etc/postfix/prng_exch
-+.br
-+
-+.br
-+.B postfix_smtp_tmp_t
-+
-+
-+.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.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_smtp policy is very flexible allowing users to setup their postfix_smtp processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_smtp, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_smtp_exec_t '/srv/postfix_smtp/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_smtp_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_smtp:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/postfix/lmtp, /usr/libexec/postfix/smtp, /usr/libexec/postfix/scache
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_smtp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtpd_selinux(8), postfix_virtual_selinux(8)
-\ 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..dac55b8
---- /dev/null
-+++ b/man/man8/postfix_smtpd_selinux.8
-@@ -0,0 +1,233 @@
-+.TH  "postfix_smtpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_smtpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_smtpd_t SELinux type can be entered via the \fBpostfix_smtpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_smtpd_t domain are the following:
-+
-+/usr/libexec/postfix/smtpd
-+.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 postfix_smtpd policy is very flexible allowing users to setup their postfix_smtpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_smtpd:
-+
-+.EX
-+.B postfix_smtpd_t, postfix_smtp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_smtpd_t
-+can be used to make the process type postfix_smtpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_smtpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_smtpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_smtpd_t, postfix_smtp_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 postfix_smtpd_t, postfix_smtp_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_smtpd_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 anon_inodefs_t
-+
-+
-+.br
-+.B postfix_prng_t
-+
-+	/etc/postfix/prng_exch
-+.br
-+
-+.br
-+.B postfix_smtpd_tmp_t
-+
-+
-+.br
-+.B postfix_spool_t
-+
-+	/var/spool/postfix.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.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 postfix_smtpd policy is very flexible allowing users to setup their postfix_smtpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_smtpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_smtpd_exec_t '/srv/postfix_smtpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_smtpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_smtpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_smtpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtp_selinux(8), postfix_virtual_selinux(8)
-\ 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..8d05148
---- /dev/null
-+++ b/man/man8/postfix_virtual_selinux.8
-@@ -0,0 +1,325 @@
-+.TH  "postfix_virtual_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postfix_virtual_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postfix_virtual_t SELinux type can be entered via the \fBpostfix_virtual_exec_t\fP file type.
-+
-+The default entrypoint paths for the postfix_virtual_t domain are the following:
-+
-+/usr/libexec/postfix/virtual
-+.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 postfix_virtual policy is very flexible allowing users to setup their postfix_virtual processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postfix_virtual:
-+
-+.EX
-+.B postfix_virtual_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postfix_virtual_t
-+can be used to make the process type postfix_virtual_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postfix_virtual policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postfix_virtual with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postfix_virtual_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 postfix_virtual_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postfix_virtual_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B dovecot_spool_t
-+
-+	/var/spool/dovecot(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B postfix_spool_t
-+
-+	/var/spool/postfix.*
-+.br
-+
-+.br
-+.B postfix_var_run_t
-+
-+	/var/spool/postfix/pid/.*
-+.br
-+
-+.br
-+.B postfix_virtual_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.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 postfix_virtual policy is very flexible allowing users to setup their postfix_virtual processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postfix_virtual, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postfix_virtual_exec_t '/srv/postfix_virtual/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostfix_virtual_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postfix_virtual:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), postfix_virtual(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), postfix_bounce_selinux(8), postfix_cleanup_selinux(8), postfix_local_selinux(8), postfix_map_selinux(8), postfix_master_selinux(8), postfix_pickup_selinux(8), postfix_pipe_selinux(8), postfix_postdrop_selinux(8), postfix_postqueue_selinux(8), postfix_qmgr_selinux(8), postfix_showq_selinux(8), postfix_smtp_selinux(8), postfix_smtpd_selinux(8)
-\ 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..7ede704
---- /dev/null
-+++ b/man/man8/postgresql_selinux.8
-@@ -0,0 +1,494 @@
-+.TH  "postgresql_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postgresql_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postgresql_t SELinux type can be entered via the \fBpostgresql_exec_t\fP file type.
-+
-+The default entrypoint paths for the postgresql_t domain are the following:
-+
-+/usr/bin/(se)?postgres, /usr/bin/initdb(\.sepgsql)?, /usr/lib/postgresql/bin/.*, /usr/bin/pg_ctl, /usr/lib/pgsql/test/regress/pg_regress
-+.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 postgresql policy is very flexible allowing users to setup their postgresql processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postgresql:
-+
-+.EX
-+.B postgresql_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postgresql_t
-+can be used to make the process type postgresql_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postgresql policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postgresql with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow postgresql to use ssh and rsync for point-in-time recovery, you must turn on the postgresql_can_rsync boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P postgresql_can_rsync 1
-+
-+.EE
-+
-+.PP
-+If you want to allow transmit client label to foreign database, you must turn on the postgresql_selinux_transmit_client_label boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P postgresql_selinux_transmit_client_label 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether ftpd can connect to databases over the TCP network, you must turn on the ftpd_connect_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ftpd_connect_db 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the postgresql_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 postgresql_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 postgresql policy is very flexible allowing users to setup their postgresql processes in as secure a method as possible.
-+.PP
-+The following port types are defined for postgresql:
-+
-+.EX
-+.TP 5
-+.B postgresql_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5432
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postgresql_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B postgresql_db_t
-+
-+	/var/lib/pgsql(/.*)?
-+.br
-+	/var/lib/sepgsql(/.*)?
-+.br
-+	/var/lib/postgres(ql)?(/.*)?
-+.br
-+	/usr/share/jonas/pgsql(/.*)?
-+.br
-+	/usr/lib/pgsql/test/regress(/.*)?
-+.br
-+
-+.br
-+.B postgresql_lock_t
-+
-+
-+.br
-+.B postgresql_log_t
-+
-+	/var/lib/pgsql/.*\.log
-+.br
-+	/var/log/rhdb/rhdb(/.*)?
-+.br
-+	/var/log/postgresql(/.*)?
-+.br
-+	/var/log/postgres\.log.*
-+.br
-+	/var/lib/pgsql/logfile(/.*)?
-+.br
-+	/var/log/sepostgresql\.log.*
-+.br
-+	/var/lib/pgsql/data/pg_log(/.*)?
-+.br
-+	/var/lib/sepgsql/pgstartup\.log
-+.br
-+
-+.br
-+.B postgresql_tmp_t
-+
-+
-+.br
-+.B postgresql_var_run_t
-+
-+	/var/run/postgresql(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 postgresql policy is very flexible allowing users to setup their postgresql processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+postgresql policy stores data with multiple different file context types under the /var/lib/sepgsql directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/sepgsql /srv/sepgsql
-+.br
-+.B restorecon -R -v /srv/sepgsql
-+.PP
-+
-+.PP
-+postgresql policy stores data with multiple different file context types under the /var/lib/pgsql directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/pgsql /srv/pgsql
-+.br
-+.B restorecon -R -v /srv/pgsql
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postgresql, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postgresql_db_t '/srv/postgresql/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostgresql_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postgresql:
-+
-+
-+.EX
-+.PP
-+.B postgresql_db_t
-+.EE
-+
-+- Set files with the postgresql_db_t type, if you want to treat the files as postgresql database content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/pgsql(/.*)?, /var/lib/sepgsql(/.*)?, /var/lib/postgres(ql)?(/.*)?, /usr/share/jonas/pgsql(/.*)?, /usr/lib/pgsql/test/regress(/.*)?
-+
-+.EX
-+.PP
-+.B postgresql_etc_t
-+.EE
-+
-+- Set files with the postgresql_etc_t type, if you want to store postgresql files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/postgresql(/.*)?, /etc/sysconfig/pgsql(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/(se)?postgres, /usr/bin/initdb(\.sepgsql)?, /usr/lib/postgresql/bin/.*, /usr/bin/pg_ctl, /usr/lib/pgsql/test/regress/pg_regress
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/pgsql/.*\.log, /var/log/rhdb/rhdb(/.*)?, /var/log/postgresql(/.*)?, /var/log/postgres\.log.*, /var/lib/pgsql/logfile(/.*)?, /var/log/sepostgresql\.log.*, /var/lib/pgsql/data/pg_log(/.*)?, /var/lib/sepgsql/pgstartup\.log
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), postgresql(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..7785a10
---- /dev/null
-+++ b/man/man8/postgrey_selinux.8
-@@ -0,0 +1,296 @@
-+.TH  "postgrey_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep postgrey_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The postgrey_t SELinux type can be entered via the \fBpostgrey_exec_t\fP file type.
-+
-+The default entrypoint paths for the postgrey_t domain are the following:
-+
-+/usr/sbin/postgrey
-+.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 postgrey policy is very flexible allowing users to setup their postgrey processes in as secure a method as possible.
-+.PP
-+The following process types are defined for postgrey:
-+
-+.EX
-+.B postgrey_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a postgrey_t
-+can be used to make the process type postgrey_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  postgrey policy is extremely flexible and has several booleans that allow you to manipulate the policy and run postgrey with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.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 postgrey policy is very flexible allowing users to setup their postgrey processes in as secure a method as possible.
-+.PP
-+The following port types are defined for postgrey:
-+
-+.EX
-+.TP 5
-+.B postgrey_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 60000
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type postgrey_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 postfix_spool_type
-+
-+
-+.br
-+.B postgrey_spool_t
-+
-+	/var/spool/postfix/postgrey(/.*)?
-+.br
-+
-+.br
-+.B postgrey_var_lib_t
-+
-+	/var/lib/postgrey(/.*)?
-+.br
-+
-+.br
-+.B postgrey_var_run_t
-+
-+	/var/run/postgrey(/.*)?
-+.br
-+	/var/run/postgrey\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 postgrey policy is very flexible allowing users to setup their postgrey processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+postgrey policy stores data with multiple different file context types under the /var/run/postgrey directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/postgrey /srv/postgrey
-+.br
-+.B restorecon -R -v /srv/postgrey
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the postgrey, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t postgrey_etc_t '/srv/postgrey/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypostgrey_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for postgrey:
-+
-+
-+.EX
-+.PP
-+.B postgrey_etc_t
-+.EE
-+
-+- Set files with the postgrey_etc_t type, if you want to store postgrey files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/postgrey(/.*)?, /var/run/postgrey\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), postgrey(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/pppd_selinux.8 b/man/man8/pppd_selinux.8
-new file mode 100644
-index 0000000..c166525
---- /dev/null
-+++ b/man/man8/pppd_selinux.8
-@@ -0,0 +1,494 @@
-+.TH  "pppd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pppd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pppd_t SELinux type can be entered via the \fBpppd_exec_t\fP file type.
-+
-+The default entrypoint paths for the pppd_t domain are the following:
-+
-+/usr/sbin/pppd, /sbin/ppp-watch, /usr/sbin/ipppd, /sbin/pppoe-server, /usr/sbin/ppp-watch, /usr/sbin/pppoe-server
-+.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 pppd policy is very flexible allowing users to setup their pppd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pppd:
-+
-+.EX
-+.B pppd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pppd_t
-+can be used to make the process type pppd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pppd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pppd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow pppd to load kernel modules for certain modems, you must turn on the pppd_can_insmod boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P pppd_can_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow pppd to be run for a regular user, you must turn on the pppd_for_user boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P pppd_for_user 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pppd_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 pppd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pppd_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B pppd_etc_rw_t
-+
-+	/etc/ppp(/.*)?
-+.br
-+	/etc/ppp/peers(/.*)?
-+.br
-+	/etc/ppp/resolv\.conf
-+.br
-+
-+.br
-+.B pppd_lock_t
-+
-+	/var/lock/ppp(/.*)?
-+.br
-+
-+.br
-+.B pppd_log_t
-+
-+	/var/log/ppp(/.*)?
-+.br
-+	/var/log/ppp-connect-errors.*
-+.br
-+
-+.br
-+.B pppd_tmp_t
-+
-+
-+.br
-+.B pppd_var_run_t
-+
-+	/var/run/(i)?ppp.*pid[^/]*
-+.br
-+	/var/run/ppp(/.*)?
-+.br
-+	/var/run/pppd[0-9]*\.tdb
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 pppd policy is very flexible allowing users to setup their pppd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+pppd policy stores data with multiple different file context types under the /var/log/ppp directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/ppp /srv/ppp
-+.br
-+.B restorecon -R -v /srv/ppp
-+.PP
-+
-+.PP
-+pppd policy stores data with multiple different file context types under the /var/run/ppp directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/ppp /srv/ppp
-+.br
-+.B restorecon -R -v /srv/ppp
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pppd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pppd_etc_rw_t '/srv/pppd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypppd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pppd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/ppp(/.*)?, /etc/ppp/peers(/.*)?, /etc/ppp/resolv\.conf
-+
-+.EX
-+.PP
-+.B pppd_etc_t
-+.EE
-+
-+- Set files with the pppd_etc_t type, if you want to store pppd files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/.ppprc, /etc/ppp
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/pppd, /sbin/ppp-watch, /usr/sbin/ipppd, /sbin/pppoe-server, /usr/sbin/ppp-watch, /usr/sbin/pppoe-server
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/ppp/(auth|ip(v6|x)?)-(up|down), /etc/rc\.d/init\.d/ppp
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/ppp(/.*)?, /var/log/ppp-connect-errors.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/(i)?ppp.*pid[^/]*, /var/run/ppp(/.*)?, /var/run/pppd[0-9]*\.tdb
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pppd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..7ebf5a5
---- /dev/null
-+++ b/man/man8/pptp_selinux.8
-@@ -0,0 +1,285 @@
-+.TH  "pptp_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pptp_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pptp_t SELinux type can be entered via the \fBpptp_exec_t\fP file type.
-+
-+The default entrypoint paths for the pptp_t domain are the following:
-+
-+/usr/sbin/pptp
-+.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 pptp policy is very flexible allowing users to setup their pptp processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pptp:
-+
-+.EX
-+.B pptp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pptp_t
-+can be used to make the process type pptp_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pptp policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pptp with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pptp_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 pptp_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 pptp policy is very flexible allowing users to setup their pptp processes in as secure a method as possible.
-+.PP
-+The following port types are defined for pptp:
-+
-+.EX
-+.TP 5
-+.B pptp_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1723
-+.EE
-+udp 1723
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pptp_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 pptp_log_t
-+
-+
-+.br
-+.B pptp_var_run_t
-+
-+	/var/run/pptp(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 pptp policy is very flexible allowing users to setup their pptp processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pptp, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pptp_exec_t '/srv/pptp/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypptp_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pptp:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), pptp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/prelink_cron_system_selinux.8 b/man/man8/prelink_cron_system_selinux.8
-new file mode 100644
-index 0000000..b7728f0
---- /dev/null
-+++ b/man/man8/prelink_cron_system_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "prelink_cron_system_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep prelink_cron_system_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The prelink_cron_system_t SELinux type can be entered via the \fBprelink_cron_system_exec_t\fP file type.
-+
-+The default entrypoint paths for the prelink_cron_system_t domain are the following:
-+
-+/etc/cron\.daily/prelink
-+.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 prelink_cron_system policy is very flexible allowing users to setup their prelink_cron_system processes in as secure a method as possible.
-+.PP
-+The following process types are defined for prelink_cron_system:
-+
-+.EX
-+.B prelink_cron_system_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a prelink_cron_system_t
-+can be used to make the process type prelink_cron_system_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  prelink_cron_system policy is extremely flexible and has several booleans that allow you to manipulate the policy and run prelink_cron_system with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the prelink_cron_system_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 prelink_cron_system_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type prelink_cron_system_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 prelink_log_t
-+
-+	/var/log/prelink(/.*)?
-+.br
-+	/var/log/prelink\.log.*
-+.br
-+
-+.br
-+.B prelink_var_lib_t
-+
-+	/var/lib/prelink(/.*)?
-+.br
-+	/var/lib/misc/prelink.*
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the prelink_cron_system, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t prelink_cron_system_exec_t '/srv/prelink_cron_system/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myprelink_cron_system_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for prelink_cron_system:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), prelink_cron_system(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), prelink_selinux(8), prelink_selinux(8)
-\ 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..d0129a1
---- /dev/null
-+++ b/man/man8/prelink_selinux.8
-@@ -0,0 +1,858 @@
-+.TH  "prelink_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep prelink_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The prelink_t SELinux type can be entered via the \fBprelink_exec_t\fP file type.
-+
-+The default entrypoint paths for the prelink_t domain are the following:
-+
-+/usr/sbin/prelink(\.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.
-+SELinux prelink policy is very flexible allowing users to setup their prelink processes in as secure a method as possible.
-+.PP
-+The following process types are defined for prelink:
-+
-+.EX
-+.B prelink_cron_system_t, prelink_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a prelink_t
-+can be used to make the process type prelink_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  prelink policy is extremely flexible and has several booleans that allow you to manipulate the policy and run prelink with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the prelink_cron_system_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 prelink_cron_system_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type prelink_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 exec_type
-+
-+
-+.br
-+.B ld_so_t
-+
-+	/usr/(.*/)?lib(/.*)?/ld-[^/]*\.so(\.[^/]*)*
-+.br
-+	/lib/ld-[^/]*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/ld-[^/]*\.so(\.[^/]*)*
-+.br
-+	/var/ftp/lib/ld[^/]*\.so(\.[^/]*)*
-+.br
-+	/emul/ia32-linux/lib(/.*)?/ld-[^/]*\.so(\.[^/]*)*
-+.br
-+	/emul/ia32-linux/usr(/.*)?/lib(/.*)?/ld-[^/]*\.so(\.[^/]*)*
-+.br
-+	/var/spool/postfix/lib/ld.*\.so.*
-+.br
-+
-+.br
-+.B lib_t
-+
-+	/lib/.*
-+.br
-+	/opt/.*\.so(\.[^/]*)*
-+.br
-+	/usr/.*\.so(\.[^/]*)*
-+.br
-+	/opt/(.*/)?lib(/.*)?
-+.br
-+	/usr/(.*/)?lib(/.*)?
-+.br
-+	/opt/(.*/)?jre/.+\.jar
-+.br
-+	/opt/(.*/)?java/.+\.jar
-+.br
-+	/usr/(.*/)?java/.+\.jar
-+.br
-+	/usr/(.*/)?java/.+\.jsa
-+.br
-+	/usr/lib/.*
-+.br
-+	/usr/lib/.*/program(/.*)?\.so
-+.br
-+	/var/ftp/lib(/.*)?
-+.br
-+	/opt/Acrobat[5-9]/Reader/intellinux/plugins/.*\.api
-+.br
-+	/opt/ibm/java.*/jre/.+\.jar
-+.br
-+	/usr/lib/pgsql/.*\.so.*
-+.br
-+	/usr/lib/xfce4/.*\.so.*
-+.br
-+	/usr/lib/dovecot/(.*/)?lib.*\.so.*
-+.br
-+	/opt/Adobe/Reader.?/Reader/intellinux/SPPlugins/.*\.ap[il]
-+.br
-+	/emul/ia32-linux/lib(/.*)?
-+.br
-+	/emul/ia32-linux/usr(/.*)?/lib(/.*)?
-+.br
-+	/emul/ia32-linux/usr(/.*)?/java/.*\.jar
-+.br
-+	/emul/ia32-linux/usr(/.*)?/java/.*\.jsa
-+.br
-+	/emul/ia32-linux/usr(/.*)?/java/.+\.so(\.[^/]*)*
-+.br
-+	/var/spool/postfix/lib(/.*)?
-+.br
-+	/var/spool/postfix/usr(/.*)?
-+.br
-+	/var/mailman/pythonlib(/.*)?/.+\.so(\..*)?
-+.br
-+	/var/spool/postfix/lib64(/.*)?
-+.br
-+	/usr/lib/nspluginwrapper/np.*\.so
-+.br
-+	/usr/lib/pgsql/test/regress/.*\.so.*
-+.br
-+	/usr/share/hplip/prnt/plugins(/.*)?
-+.br
-+	/var/lib/spamassassin/compiled/.*\.so.*
-+.br
-+	/lib
-+.br
-+	/lib64
-+.br
-+	/usr/lib
-+.br
-+	/etc/ppp/plugins/rp-pppoe\.so
-+.br
-+	/usr/share/rhn/rhn_applet/eggtrayiconmodule\.so
-+.br
-+
-+.br
-+.B mozilla_plugin_rw_t
-+
-+	/usr/lib/mozilla/plugins-wrapped(/.*)?
-+.br
-+
-+.br
-+.B prelink_cache_t
-+
-+	/etc/prelink\.cache
-+.br
-+
-+.br
-+.B prelink_object
-+
-+
-+.br
-+.B prelink_tmp_t
-+
-+
-+.br
-+.B prelink_tmpfs_t
-+
-+
-+.br
-+.B prelink_var_lib_t
-+
-+	/var/lib/prelink(/.*)?
-+.br
-+	/var/lib/misc/prelink.*
-+.br
-+
-+.br
-+.B rpm_tmp_t
-+
-+
-+.br
-+.B textrel_shlib_t
-+
-+	/usr/(.*/)?nprhapengine\.so.*
-+.br
-+	/usr/(.*/)?nvidia/.+\.so(\..*)?
-+.br
-+	/usr/(.*/)?java/.+\.so(\.[^/]*)*
-+.br
-+	/opt/(.*/)?jre.*/.+\.so(\.[^/]*)*
-+.br
-+	/usr/(.*/)?jre.*/.*\.so(\.[^/]*)*
-+.br
-+	/opt/(.*/)?oracle/(.*/)?libnnz.*\.so
-+.br
-+	/opt/(.*/)?/RealPlayer/.+\.so(\.[^/]*)*
-+.br
-+	/usr/(.*/)?/RealPlayer/.+\.so(\.[^/]*)*
-+.br
-+	/usr/(.*/)?/HelixPlayer/.+\.so(\.[^/]*)*
-+.br
-+	/usr/(.*/)?lib(64)?(/.*)?/nvidia/.+\.so(\..*)?
-+.br
-+	/usr/(.*/)?intellinux/SPPlugins/ADMPlugin\.apl
-+.br
-+	/usr/(.*/)?pcsc/drivers(/.*)?/lib(cm2020|cm4000|SCR24x)\.so(\.[^/]*)*
-+.br
-+	/opt/cx.*/lib/wine/.+\.so
-+.br
-+	/usr/lib.*/libmpg123\.so(\.[^/]*)*
-+.br
-+	/usr/lib(/.*)?/nvidia/.+\.so(\..*)?
-+.br
-+	/usr/lib(/.*)?/libnvidia.+\.so(\.[^/]*)*
-+.br
-+	/usr/lib(/.*)?/nvidia_drv.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/.*/nprhapengine\.so.*
-+.br
-+	/usr/lib/.*/libflashplayer\.so.*
-+.br
-+	/usr/lib/(sse2/)?libfame-.*\.so.*
-+.br
-+	/usr/lib/.*/program/libsoffice\.so
-+.br
-+	/usr/lib/.*/program/libsts645li\.so
-+.br
-+	/usr/lib/.*/program/libwrp645li\.so
-+.br
-+	/usr/lib/.*/program/libswd680li\.so
-+.br
-+	/usr/lib/.*/program/libsvx680li\.so
-+.br
-+	/usr/lib/.*/program/libicudata\.so.*
-+.br
-+	/usr/lib/(.*/)?jre.*/.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/.*/program/librecentfile\.so
-+.br
-+	/usr/lib/.*/program/libcomphelp4gcc3\.so
-+.br
-+	/usr/lib/.*/program/libvclplug_gen645li\.so
-+.br
-+	/usr/lib/(virtualbox(-ose)?/)?(components/)?VBox.*\.so
-+.br
-+	/opt/Adobe.*/libcurl\.so
-+.br
-+	/opt/Adobe(/.*?)/nppdf\.so
-+.br
-+	/usr/Adobe/.*\.api
-+.br
-+	/opt/matlab.*\.so(\.[^/]*)*
-+.br
-+	/usr/matlab.*\.so(\.[^/]*)*
-+.br
-+	/usr/Adobe/(.*/)?intellinux/nppdf\.so
-+.br
-+	/usr/Adobe/(.*/)?intellinux/sidecars/*
-+.br
-+	/usr/Adobe/(.*/)?lib/[^/]*\.so(\.[^/]*)*
-+.br
-+	/usr/matlab.*/bin/glnx86/libmwlapack\.so
-+.br
-+	/usr/matlab.*/sys/os/glnx86/libtermcap\.so
-+.br
-+	/usr/matlab.*/bin/glnx86/(libmw(lapack|mathutil|services)|lapack|libmkl)\.so
-+.br
-+	/opt/google/.*\.so.*
-+.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(\.[^/]*)*
-+.br
-+	/opt/ibm/java.*/jre/bin/.+\.so(\.[^/]*)*
-+.br
-+	/opt/netbeans(.*/)?jdk.*/linux/.+\.so(\.[^/]*)*
-+.br
-+	/usr/lib/wine/.+\.so
-+.br
-+	/usr/lib/sse2/.*\.so.*
-+.br
-+	/usr/lib/i686/.*\.so.*
-+.br
-+	/usr/lib/libav.*\.so(\.[^/]*)*
-+.br
-+	/usr/acroread/(.*/)?intellinux/nppdf\.so
-+.br
-+	/usr/acroread/(.*/)?lib/[^/]*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/libADM.*\.so.*
-+.br
-+	/opt/lampp/lib/.*\.so.*
-+.br
-+	/usr/lib/libGTL.*\.so.*
-+.br
-+	/usr/lib/win32/.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/fglrx/.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/nvidia.*\.so(\.[^/]*)*
-+.br
-+	/opt/VirtualBox(/.*)?/VBox.*\.so
-+.br
-+	/usr/lib/python.*/site-packages/pymedia/muxer\.so
-+.br
-+	/usr/lib/libmyth[^/]+\.so.*
-+.br
-+	/usr/lib/midori/.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/cedega/.+\.so(\.[^/]*)*
-+.br
-+	/usr/lib/libADM5.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/vmware/(.*/)?VmPerl\.so
-+.br
-+	/usr/lib/oracle/.*/lib/libnnz10\.so
-+.br
-+	/usr/lib/oracle/.*/lib/libnnz.*\.so
-+.br
-+	/usr/lib/oracle/.*/lib/libclntsh\.so(\.[^/]*)*
-+.br
-+	/usr/lib/python2.4/site-packages/M2Crypto/__m2crypto\.so
-+.br
-+	/usr/lib/libjs\.so.*
-+.br
-+	/usr/lib/libGL\.so(\.[^/]*)*
-+.br
-+	/usr/libmpg123\.so(\.[^/]*)*
-+.br
-+	/usr/lib/libnnz11.so(\.[^/]*)*
-+.br
-+	/opt/local/matlab.*\.so(\.[^/]*)*
-+.br
-+	/opt/lgtonmc/bin/.*\.so(\.[0-9])?
-+.br
-+	/usr/lib/allegro/(.*/)?alleg-vga\.so
-+.br
-+	/usr/lib/jvm/java(.*/)bin(/.*)?/.*\.so
-+.br
-+	/usr/lib/firefox-[^/]*/plugins/nppdf.so
-+.br
-+	/opt/Adobe/Reader.?/Reader/intellinux/plug_ins/.*\.api
-+.br
-+	/usr/lib/firefox-[^/]*/extensions(/.*)?/libqfaservices.so
-+.br
-+	/usr/lib/acroread/.+\.api
-+.br
-+	/usr/google-earth/.*\.so.*
-+.br
-+	/opt/google-earth/.*\.so.*
-+.br
-+	/usr/lib/acroread/(.*/)?nppdf\.so
-+.br
-+	/usr/lib/acroread/(.*/)?sidecars/*
-+.br
-+	/usr/lib/acroread/(.*/)?ADMPlugin\.apl
-+.br
-+	/usr/lib/acroread/(.*/)?lib/[^/]*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/libFLAC\.so.*
-+.br
-+	/usr/lib/libgpac\.so.*
-+.br
-+	/opt/google/picasa/.*\.dll
-+.br
-+	/opt/google/picasa/.*\.yti
-+.br
-+	/opt/google/chrome/.*\.so.*
-+.br
-+	/usr/lib/libzvbi\.so(\.[^/]*)*
-+.br
-+	/usr/lib/libx264\.so(\.[^/]*)*
-+.br
-+	/usr/lib/ati-fglrx/.+\.so(\..*)?
-+.br
-+	/usr/lib/gstreamer-.*/[^/]*\.so.*
-+.br
-+	/usr/lib/ICAClient/.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/vmware/lib(/.*)?/HConfig\.so
-+.br
-+	/usr/lib/codecs/drv[1-9c]\.so(\.[^/]*)*
-+.br
-+	/usr/lib/vmware/lib(/.*)?/libgdk-x11-.*\.so.*
-+.br
-+	/usr/lib/vmware/lib(/.*)?/libvmware-gksu.*\.so.*
-+.br
-+	/usr/lib/libmpeg2\.so.*
-+.br
-+	/usr/lib/valgrind/vg.*\.so
-+.br
-+	/usr/lib/virtualbox/.*\.so
-+.br
-+	/usr/lib/libglide3-v[0-9]*\.so.*
-+.br
-+	/usr/lib/libglide3\.so.*
-+.br
-+	/usr/lib/libHermes\.so.*
-+.br
-+	/usr/lib/libdvdcss\.so.*
-+.br
-+	/usr/lib/libGLcore\.so.*
-+.br
-+	/usr/lib/googleearth/.*\.so.*
-+.br
-+	/usr/NX/lib/libjpeg\.so.*
-+.br
-+	/usr/lib/nx/libjpeg\.so.*
-+.br
-+	/usr/lib/libswscale\.so.*
-+.br
-+	/usr/lib/libmp3lame\.so.*
-+.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.*
-+.br
-+	/usr/lib/helix/codecs/[^/]*\.so
-+.br
-+	/usr/lib/xorg/libGL\.so(\.[^/]*)*
-+.br
-+	/usr/X11R6/lib/libGL\.so.*
-+.br
-+	/usr/NX/lib/libXcomp\.so.*
-+.br
-+	/usr/lib/nx/libXcomp\.so.*
-+.br
-+	/usr/lib/libxvidcore\.so.*
-+.br
-+	/usr/lib/libpostproc\.so.*
-+.br
-+	/opt/lampp/lib/libct\.so.*
-+.br
-+	/opt/google/talkplugin/.*\.so.*
-+.br
-+	/usr/lib/helix/plugins/[^/]*\.so
-+.br
-+	/usr/lib/libatiadlxx\.so(\.[^/]*)*
-+.br
-+	/opt/VBoxGuestAdditions.*/lib/VBox.*\.so
-+.br
-+	/usr/lib/mythtv/filters/.*\.so.*
-+.br
-+	/usr/lib/libtfmessbsp\.so(\.[^/]*)*
-+.br
-+	/usr/lib/sse2/libx264\.so(\.[^/]*)*
-+.br
-+	/usr/lib/nvidia-graphics(-[^/]*/)?libXvMCNVIDIA\.so.*
-+.br
-+	/usr/lib/nvidia-graphics(-[^/]*/)?libnvidia.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/nvidia-graphics(-[^/]*/)?libGL(core)?\.so(\.[^/]*)*
-+.br
-+	/usr/lib/libsipphoneapi\.so.*
-+.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(\.[^/]*)*
-+.br
-+	/opt/real/RealPlayer/plugins(/.*)?
-+.br
-+	/usr/lib/libkmplayercommon\.so.*
-+.br
-+	/usr/lib/libjavascriptcoregtk[^/]*\.so.*
-+.br
-+	/usr/games/darwinia/lib/libSDL.*\.so.*
-+.br
-+	/usr/lib/altivec/libavcodec\.so(\.[^/]*)*
-+.br
-+	/usr/lib/xorg/modules/glesx\.so(\.[^/]*)*
-+.br
-+	/usr/X11R6/lib/libXvMCNVIDIA\.so.*
-+.br
-+	/usr/lib/sane/libsane-epkowa\.so.*
-+.br
-+	/opt/AutoScan/usr/lib/libvte\.so.*
-+.br
-+	/usr/X11R6/lib/libfglrx_gamma\.so.*
-+.br
-+	/usr/lib/nero/plug-ins/libMP3\.so(\.[^/]*)*
-+.br
-+	/usr/lib/vdpau/libvdpau_nvidia\.so.*
-+.br
-+	/usr/lib/ADM_plugins/videoFilter/.*\.so(\.[^/]*)*
-+.br
-+	/opt/Unify/SQLBase/libgptsblmsui11\.so.*
-+.br
-+	/usr/share/squeezeboxserver/CPAN/arch/.+\.so
-+.br
-+	/opt/f-secure/fspms/libexec/librapi\.so(\.[^/]*)*
-+.br
-+	/usr/lib/xorg/modules/extensions/nvidia(-[^/]*)?/libglx\.so(\.[^/]*)*
-+.br
-+	/opt/Komodo-Edit-5/lib/python/lib/python2.6/lib-dynload/.*\.so(\.[^/]*)*
-+.br
-+	/usr/lib/xorg/modules/drivers/fglrx_drv\.so(\.[^/]*)*
-+.br
-+	/usr/lib/xorg/modules/extensions/libglx\.so(\.[^/]*)*
-+.br
-+	/usr/x11R6/lib/modules/extensions/libglx\.so(\.[^/]*)*
-+.br
-+	/usr/bin/bsnes
-+.br
-+	/usr/lib/VBoxVMM\.so
-+.br
-+	/usr/lib/valgrind/hp2ps
-+.br
-+	/usr/lib/libmlib_jai\.so
-+.br
-+	/usr/lib/valgrind/stage2
-+.br
-+	/lib/security/pam_poldi\.so
-+.br
-+	/usr/lib/libg\+\+\.so\.2\.7\.2\.8
-+.br
-+	/usr/lib/ladspa/gsm_1215\.so
-+.br
-+	/usr/lib/ladspa/sc1_1425\.so
-+.br
-+	/usr/lib/ladspa/sc2_1426\.so
-+.br
-+	/usr/lib/ladspa/sc3_1427\.so
-+.br
-+	/usr/lib/ladspa/sc4_1882\.so
-+.br
-+	/usr/lib/ladspa/se4_1883\.so
-+.br
-+	/usr/lib/libdivxdecore\.so\.0
-+.br
-+	/usr/lib/libdivxencore\.so\.0
-+.br
-+	/usr/lib/libstdc\+\+\.so\.2\.7\.2\.8
-+.br
-+	/usr/lib/ladspa/gverb_1216\.so
-+.br
-+	/usr/lib/security/pam_poldi\.so
-+.br
-+	/usr/lib/ladspa/fm_osc_1415\.so
-+.br
-+	/usr/zend/lib/apache2/libphp5\.so
-+.br
-+	/usr/lib/mozilla/plugins/nppdf\.so
-+.br
-+	/usr/lib/ladspa/notch_iir_1894\.so
-+.br
-+	/usr/lib/xchat/plugins/systray\.so
-+.br
-+	/usr/lib/ocaml/stublibs/dllnums\.so
-+.br
-+	/usr/lib/vlc/codec/libdmo_plugin\.so
-+.br
-+	/usr/lib/ladspa/butterworth_1902\.so
-+.br
-+	/usr/lib/ladspa/lowpass_iir_1891\.so
-+.br
-+	/usr/lib/ladspa/pitch_scale_1193\.so
-+.br
-+	/usr/lib/ladspa/pitch_scale_1194\.so
-+.br
-+	/usr/lib/ladspa/analogue_osc_1416\.so
-+.br
-+	/usr/lib/ladspa/bandpass_iir_1892\.so
-+.br
-+	/usr/lib/ladspa/highpass_iir_1890\.so
-+.br
-+	/usr/Zend/lib/ZendExtensionManager\.so
-+.br
-+	/opt/cisco-vpnclient/lib/libvpnapi\.so
-+.br
-+	/usr/lib/firefox/plugins/libractrl\.so
-+.br
-+	/usr/lib/ladspa/hermes_filter_1200\.so
-+.br
-+	/usr/lib/ladspa/bandpass_a_iir_1893\.so
-+.br
-+	/usr/lib/octagaplayer/libapplication\.so
-+.br
-+	/usr/lib/mozilla/plugins/libvlcplugin\.so
-+.br
-+	/usr/lib/vlc/codec/librealvideo_plugin\.so
-+.br
-+	/usr/lib/vlc/codec/librealaudio_plugin\.so
-+.br
-+	/usr/lib/xorg/modules/drivers/nvidia_drv\.o
-+.br
-+	/opt/novell/groupwise/client/lib/libgwapijni\.so\.1
-+.br
-+	/usr/lib/vlc/video_chroma/libi420_rgb_mmx_plugin\.so
-+.br
-+	/home/[^/]*/.*/plugins/nppdf\.so.*
-+.br
-+	/home/pwalsh/.*/plugins/nppdf\.so.*
-+.br
-+	/home/dwalsh/.*/plugins/nppdf\.so.*
-+.br
-+	/var/lib/xguest/home/xguest/.*/plugins/nppdf\.so.*
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B usr_t
-+
-+	/usr/.*
-+.br
-+	/opt/.*
-+.br
-+	/emul/.*
-+.br
-+	/export(/.*)?
-+.br
-+	/usr/doc(/.*)?/lib(/.*)?
-+.br
-+	/usr/inclu.e(/.*)?
-+.br
-+	/usr/share/doc(/.*)?/README.*
-+.br
-+	/usr
-+.br
-+	/opt
-+.br
-+	/emul
-+.br
-+
-+.br
-+.B var_t
-+
-+	/nsr(/.*)?
-+.br
-+	/srv/.*
-+.br
-+	/var/.*
-+.br
-+	/var
-+.br
-+	/srv
-+.br
-+
-+.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 prelink policy is very flexible allowing users to setup their prelink processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+prelink policy stores data with multiple different file context types under the /var/log/prelink directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/prelink /srv/prelink
-+.br
-+.B restorecon -R -v /srv/prelink
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the prelink, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t prelink_cache_t '/srv/prelink/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myprelink_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for prelink:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/prelink(/.*)?, /var/log/prelink\.log.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/prelink(/.*)?, /var/lib/misc/prelink.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), prelink(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), prelink_cron_system_selinux(8)
-\ 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..ee1758c
---- /dev/null
-+++ b/man/man8/prelude_audisp_selinux.8
-@@ -0,0 +1,211 @@
-+.TH  "prelude_audisp_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep prelude_audisp_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The prelude_audisp_t SELinux type can be entered via the \fBprelude_audisp_exec_t\fP file type.
-+
-+The default entrypoint paths for the prelude_audisp_t domain are the following:
-+
-+/sbin/audisp-prelude, /usr/sbin/audisp-prelude
-+.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 prelude_audisp policy is very flexible allowing users to setup their prelude_audisp processes in as secure a method as possible.
-+.PP
-+The following process types are defined for prelude_audisp:
-+
-+.EX
-+.B prelude_audisp_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a prelude_audisp_t
-+can be used to make the process type prelude_audisp_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  prelude_audisp policy is extremely flexible and has several booleans that allow you to manipulate the policy and run prelude_audisp with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type prelude_audisp_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 prelude_spool_t
-+
-+	/var/spool/prelude(/.*)?
-+.br
-+	/var/spool/prelude-manager(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 prelude_audisp policy is very flexible allowing users to setup their prelude_audisp processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the prelude_audisp, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t prelude_audisp_exec_t '/srv/prelude_audisp/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myprelude_audisp_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for prelude_audisp:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/audisp-prelude, /usr/sbin/audisp-prelude
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), prelude_audisp(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), prelude_selinux(8), prelude_selinux(8), prelude_correlator_selinux(8), prelude_lml_selinux(8)
-\ 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..8375d61
---- /dev/null
-+++ b/man/man8/prelude_correlator_selinux.8
-@@ -0,0 +1,207 @@
-+.TH  "prelude_correlator_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep prelude_correlator_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The prelude_correlator_t SELinux type can be entered via the \fBprelude_correlator_exec_t\fP file type.
-+
-+The default entrypoint paths for the prelude_correlator_t domain are the following:
-+
-+/usr/bin/prelude-correlator
-+.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 prelude_correlator policy is very flexible allowing users to setup their prelude_correlator processes in as secure a method as possible.
-+.PP
-+The following process types are defined for prelude_correlator:
-+
-+.EX
-+.B prelude_correlator_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a prelude_correlator_t
-+can be used to make the process type prelude_correlator_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  prelude_correlator policy is extremely flexible and has several booleans that allow you to manipulate the policy and run prelude_correlator with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type prelude_correlator_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 prelude_spool_t
-+
-+	/var/spool/prelude(/.*)?
-+.br
-+	/var/spool/prelude-manager(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 prelude_correlator policy is very flexible allowing users to setup their prelude_correlator processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the prelude_correlator, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t prelude_correlator_config_t '/srv/prelude_correlator/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myprelude_correlator_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for prelude_correlator:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), prelude_correlator(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), prelude_selinux(8), prelude_selinux(8), prelude_audisp_selinux(8), prelude_lml_selinux(8)
-\ 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..e5b1c83
---- /dev/null
-+++ b/man/man8/prelude_lml_selinux.8
-@@ -0,0 +1,275 @@
-+.TH  "prelude_lml_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep prelude_lml_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The prelude_lml_t SELinux type can be entered via the \fBprelude_lml_exec_t\fP file type.
-+
-+The default entrypoint paths for the prelude_lml_t domain are the following:
-+
-+/usr/bin/prelude-lml
-+.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 prelude_lml policy is very flexible allowing users to setup their prelude_lml processes in as secure a method as possible.
-+.PP
-+The following process types are defined for prelude_lml:
-+
-+.EX
-+.B prelude_lml_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a prelude_lml_t
-+can be used to make the process type prelude_lml_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  prelude_lml policy is extremely flexible and has several booleans that allow you to manipulate the policy and run prelude_lml with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the prelude_lml_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 prelude_lml_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type prelude_lml_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 anon_inodefs_t
-+
-+
-+.br
-+.B prelude_lml_tmp_t
-+
-+
-+.br
-+.B prelude_lml_var_run_t
-+
-+	/var/run/prelude-lml\.pid
-+.br
-+
-+.br
-+.B prelude_spool_t
-+
-+	/var/spool/prelude(/.*)?
-+.br
-+	/var/spool/prelude-manager(/.*)?
-+.br
-+
-+.br
-+.B prelude_var_lib_t
-+
-+	/var/lib/prelude-lml(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 prelude_lml policy is very flexible allowing users to setup their prelude_lml processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the prelude_lml, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t prelude_lml_exec_t '/srv/prelude_lml/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myprelude_lml_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for prelude_lml:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), prelude_lml(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), prelude_selinux(8), prelude_selinux(8), prelude_audisp_selinux(8), prelude_correlator_selinux(8)
-\ 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..5fcd302
---- /dev/null
-+++ b/man/man8/prelude_selinux.8
-@@ -0,0 +1,402 @@
-+.TH  "prelude_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep prelude_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The prelude_t SELinux type can be entered via the \fBprelude_exec_t\fP file type.
-+
-+The default entrypoint paths for the prelude_t domain are the following:
-+
-+/usr/bin/prelude-manager
-+.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 prelude policy is very flexible allowing users to setup their prelude processes in as secure a method as possible.
-+.PP
-+The following process types are defined for prelude:
-+
-+.EX
-+.B prelude_lml_t, prelude_t, prelude_audisp_t, prelude_correlator_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a prelude_t
-+can be used to make the process type prelude_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  prelude policy is extremely flexible and has several booleans that allow you to manipulate the policy and run prelude with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the prelude_lml_t, prelude_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 prelude_lml_t, prelude_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 prelude policy is very flexible allowing users to setup their prelude processes in as secure a method as possible.
-+.PP
-+The following port types are defined for prelude:
-+
-+.EX
-+.TP 5
-+.B prelude_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 4690
-+.EE
-+udp 4690
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type prelude_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 anon_inodefs_t
-+
-+
-+.br
-+.B prelude_spool_t
-+
-+	/var/spool/prelude(/.*)?
-+.br
-+	/var/spool/prelude-manager(/.*)?
-+.br
-+
-+.br
-+.B prelude_var_lib_t
-+
-+	/var/lib/prelude-lml(/.*)?
-+.br
-+
-+.br
-+.B prelude_var_run_t
-+
-+	/var/run/prelude-manager(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 prelude policy is very flexible allowing users to setup their prelude processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+prelude policy stores data with multiple different file context types under the /var/spool/prelude directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/spool/prelude /srv/prelude
-+.br
-+.B restorecon -R -v /srv/prelude
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the prelude, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t prelude_audisp_exec_t '/srv/prelude/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myprelude_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for prelude:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/audisp-prelude, /usr/sbin/audisp-prelude
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/prelude-lml, /etc/rc\.d/init\.d/prelude-manager, /etc/rc\.d/init\.d/prelude-correlator
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/spool/prelude(/.*)?, /var/spool/prelude-manager(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), prelude(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), prelude_audisp_selinux(8), prelude_correlator_selinux(8), prelude_lml_selinux(8)
-\ 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..4a79cce
---- /dev/null
-+++ b/man/man8/privoxy_selinux.8
-@@ -0,0 +1,283 @@
-+.TH  "privoxy_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep privoxy_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The privoxy_t SELinux type can be entered via the \fBprivoxy_exec_t\fP file type.
-+
-+The default entrypoint paths for the privoxy_t domain are the following:
-+
-+/usr/sbin/privoxy
-+.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 privoxy policy is very flexible allowing users to setup their privoxy processes in as secure a method as possible.
-+.PP
-+The following process types are defined for privoxy:
-+
-+.EX
-+.B privoxy_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a privoxy_t
-+can be used to make the process type privoxy_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  privoxy policy is extremely flexible and has several booleans that allow you to manipulate the policy and run privoxy with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether privoxy can connect to all tcp ports, you must turn on the privoxy_connect_any boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P privoxy_connect_any 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the privoxy_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 privoxy_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type privoxy_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 privoxy_etc_rw_t
-+
-+	/etc/privoxy/[^/]*\.action
-+.br
-+
-+.br
-+.B privoxy_var_run_t
-+
-+	/var/run/privoxy\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 privoxy policy is very flexible allowing users to setup their privoxy processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the privoxy, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t privoxy_etc_rw_t '/srv/privoxy/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myprivoxy_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for privoxy:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), privoxy(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..1fe0122
---- /dev/null
-+++ b/man/man8/procmail_selinux.8
-@@ -0,0 +1,372 @@
-+.TH  "procmail_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep procmail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The procmail_t SELinux type can be entered via the \fBprocmail_exec_t\fP file type.
-+
-+The default entrypoint paths for the procmail_t domain are the following:
-+
-+/usr/bin/procmail
-+.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 procmail policy is very flexible allowing users to setup their procmail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for procmail:
-+
-+.EX
-+.B procmail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a procmail_t
-+can be used to make the process type procmail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  procmail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run procmail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the procmail_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 procmail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type procmail_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B data_home_t
-+
-+	/root/\.local/share(/.*)?
-+.br
-+	/home/[^/]*/\.local/share(/.*)?
-+.br
-+	/home/pwalsh/\.local/share(/.*)?
-+.br
-+	/home/dwalsh/\.local/share(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B procmail_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 procmail policy is very flexible allowing users to setup their procmail processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+procmail policy stores data with multiple different file context types under the /var/log/procmail directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/procmail /srv/procmail
-+.br
-+.B restorecon -R -v /srv/procmail
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the procmail, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t procmail_exec_t '/srv/procmail/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myprocmail_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for procmail:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.procmailrc, /home/[^/]*/\.procmailrc, /home/pwalsh/\.procmailrc, /home/dwalsh/\.procmailrc, /var/lib/xguest/home/xguest/\.procmailrc
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/procmail(/.*)?, /var/log/procmail\.log.*
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), procmail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/psad_selinux.8 b/man/man8/psad_selinux.8
-new file mode 100644
-index 0000000..3880cdd
---- /dev/null
-+++ b/man/man8/psad_selinux.8
-@@ -0,0 +1,289 @@
-+.TH  "psad_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep psad_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The psad_t SELinux type can be entered via the \fBpsad_exec_t\fP file type.
-+
-+The default entrypoint paths for the psad_t domain are the following:
-+
-+/usr/sbin/psad
-+.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 psad policy is very flexible allowing users to setup their psad processes in as secure a method as possible.
-+.PP
-+The following process types are defined for psad:
-+
-+.EX
-+.B psad_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a psad_t
-+can be used to make the process type psad_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  psad policy is extremely flexible and has several booleans that allow you to manipulate the policy and run psad with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the psad_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 psad_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type psad_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 psad_tmp_t
-+
-+
-+.br
-+.B psad_var_run_t
-+
-+	/var/run/psad(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 psad policy is very flexible allowing users to setup their psad processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the psad, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t psad_etc_t '/srv/psad/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypsad_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for psad:
-+
-+
-+.EX
-+.PP
-+.B psad_etc_t
-+.EE
-+
-+- Set files with the psad_etc_t type, if you want to store psad files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), psad(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ptal_selinux.8 b/man/man8/ptal_selinux.8
-new file mode 100644
-index 0000000..5dde6d5
---- /dev/null
-+++ b/man/man8/ptal_selinux.8
-@@ -0,0 +1,241 @@
-+.TH  "ptal_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ptal_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ptal_t SELinux type can be entered via the \fBptal_exec_t\fP file type.
-+
-+The default entrypoint paths for the ptal_t domain are the following:
-+
-+/usr/sbin/ptal-mlcd, /usr/sbin/ptal-printd, /usr/sbin/ptal-photod
-+.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 ptal policy is very flexible allowing users to setup their ptal processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ptal:
-+
-+.EX
-+.B ptal_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ptal_t
-+can be used to make the process type ptal_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ptal policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ptal with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 ptal policy is very flexible allowing users to setup their ptal processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ptal:
-+
-+.EX
-+.TP 5
-+.B ptal_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 5703
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ptal_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 ptal_var_run_t
-+
-+	/var/run/ptal-mlcd(/.*)?
-+.br
-+	/var/run/ptal-printd(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 ptal policy is very flexible allowing users to setup their ptal processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ptal, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ptal_etc_t '/srv/ptal/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myptal_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ptal:
-+
-+
-+.EX
-+.PP
-+.B ptal_etc_t
-+.EE
-+
-+- Set files with the ptal_etc_t type, if you want to store ptal files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/ptal-mlcd, /usr/sbin/ptal-printd, /usr/sbin/ptal-photod
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/ptal-mlcd(/.*)?, /var/run/ptal-printd(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ptal(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ptchown_selinux.8 b/man/man8/ptchown_selinux.8
-new file mode 100644
-index 0000000..434ad39
---- /dev/null
-+++ b/man/man8/ptchown_selinux.8
-@@ -0,0 +1,155 @@
-+.TH  "ptchown_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ptchown_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ptchown_t SELinux type can be entered via the \fBptchown_exec_t\fP file type.
-+
-+The default entrypoint paths for the ptchown_t domain are the following:
-+
-+/usr/libexec/pt_chown
-+.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 ptchown policy is very flexible allowing users to setup their ptchown processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ptchown:
-+
-+.EX
-+.B ptchown_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ptchown_t
-+can be used to make the process type ptchown_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ptchown policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ptchown with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ptchown_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 anon_inodefs_t
-+
-+
-+.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 ptchown policy is very flexible allowing users to setup their ptchown processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ptchown, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ptchown_exec_t '/srv/ptchown/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myptchown_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ptchown:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ptchown(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/publicfile_selinux.8 b/man/man8/publicfile_selinux.8
-new file mode 100644
-index 0000000..d263825
---- /dev/null
-+++ b/man/man8/publicfile_selinux.8
-@@ -0,0 +1,195 @@
-+.TH  "publicfile_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep publicfile_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The publicfile_t SELinux type can be entered via the \fBpublicfile_exec_t\fP file type.
-+
-+The default entrypoint paths for the publicfile_t domain are the following:
-+
-+/usr/bin/ftpd, /usr/bin/httpd
-+.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 publicfile policy is very flexible allowing users to setup their publicfile processes in as secure a method as possible.
-+.PP
-+The following process types are defined for publicfile:
-+
-+.EX
-+.B publicfile_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a publicfile_t
-+can be used to make the process type publicfile_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  publicfile policy is extremely flexible and has several booleans that allow you to manipulate the policy and run publicfile with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type publicfile_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 publicfile policy is very flexible allowing users to setup their publicfile processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the publicfile, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t publicfile_content_t '/srv/publicfile/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypublicfile_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for publicfile:
-+
-+
-+.EX
-+.PP
-+.B publicfile_content_t
-+.EE
-+
-+- Set files with the publicfile_content_t type, if you want to treat the files as publicfile content.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/ftpd, /usr/bin/httpd
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), publicfile(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/pulseaudio_selinux.8 b/man/man8/pulseaudio_selinux.8
-new file mode 100644
-index 0000000..122066e
---- /dev/null
-+++ b/man/man8/pulseaudio_selinux.8
-@@ -0,0 +1,536 @@
-+.TH  "pulseaudio_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pulseaudio_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pulseaudio_t SELinux type can be entered via the \fBpulseaudio_exec_t\fP file type.
-+
-+The default entrypoint paths for the pulseaudio_t domain are the following:
-+
-+/usr/bin/pulseaudio
-+.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 pulseaudio policy is very flexible allowing users to setup their pulseaudio processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pulseaudio:
-+
-+.EX
-+.B pulseaudio_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pulseaudio_t
-+can be used to make the process type pulseaudio_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pulseaudio policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pulseaudio with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pulseaudio_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 pulseaudio_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 pulseaudio policy is very flexible allowing users to setup their pulseaudio processes in as secure a method as possible.
-+.PP
-+The following port types are defined for pulseaudio:
-+
-+.EX
-+.TP 5
-+.B pulseaudio_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 4713
-+.EE
-+udp 4713
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pulseaudio_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B gstreamer_home_t
-+
-+	/var/run/user/[^/]*/\.orc(/.*)?
-+.br
-+	/root/\.gstreamer-.*
-+.br
-+	/root/\.cache/gstreamer-.*
-+.br
-+	/home/[^/]*/\.orc(/.*)?
-+.br
-+	/home/[^/]*/\.gstreamer-.*
-+.br
-+	/home/[^/]*/\.cache/gstreamer-.*
-+.br
-+	/home/[^/]*/\.grl-bookmarks
-+.br
-+	/home/[^/]*/\.grl-bookmarks
-+.br
-+	/home/[^/]*/\.grl-metadata-store
-+.br
-+	/home/pwalsh/\.orc(/.*)?
-+.br
-+	/home/pwalsh/\.gstreamer-.*
-+.br
-+	/home/pwalsh/\.cache/gstreamer-.*
-+.br
-+	/home/pwalsh/\.grl-bookmarks
-+.br
-+	/home/pwalsh/\.grl-bookmarks
-+.br
-+	/home/pwalsh/\.grl-metadata-store
-+.br
-+	/home/dwalsh/\.orc(/.*)?
-+.br
-+	/home/dwalsh/\.gstreamer-.*
-+.br
-+	/home/dwalsh/\.cache/gstreamer-.*
-+.br
-+	/home/dwalsh/\.grl-bookmarks
-+.br
-+	/home/dwalsh/\.grl-bookmarks
-+.br
-+	/home/dwalsh/\.grl-metadata-store
-+.br
-+	/var/lib/xguest/home/xguest/\.orc(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gstreamer-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/gstreamer-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.grl-bookmarks
-+.br
-+	/var/lib/xguest/home/xguest/\.grl-bookmarks
-+.br
-+	/var/lib/xguest/home/xguest/\.grl-metadata-store
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pulseaudio_home_t
-+
-+	/root/\.pulse(/.*)?
-+.br
-+	/root/\.config/pulse(/.*)?
-+.br
-+	/root/\.esd_auth
-+.br
-+	/root/\.pulse-cookie
-+.br
-+	/home/[^/]*/\.pulse(/.*)?
-+.br
-+	/home/[^/]*/\.config/pulse(/.*)?
-+.br
-+	/home/[^/]*/\.esd_auth
-+.br
-+	/home/[^/]*/\.pulse-cookie
-+.br
-+	/home/pwalsh/\.pulse(/.*)?
-+.br
-+	/home/pwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/pwalsh/\.esd_auth
-+.br
-+	/home/pwalsh/\.pulse-cookie
-+.br
-+	/home/dwalsh/\.pulse(/.*)?
-+.br
-+	/home/dwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/dwalsh/\.esd_auth
-+.br
-+	/home/dwalsh/\.pulse-cookie
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.esd_auth
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse-cookie
-+.br
-+
-+.br
-+.B pulseaudio_var_lib_t
-+
-+	/var/lib/pulse(/.*)?
-+.br
-+
-+.br
-+.B pulseaudio_var_run_t
-+
-+	/var/run/pulse(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B virt_tmpfs_type
-+
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 pulseaudio policy is very flexible allowing users to setup their pulseaudio processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+pulseaudio policy stores data with multiple different file context types under the /var/lib/xguest/home/xguest/\.pulse directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/xguest/home/xguest/\.pulse /srv/\.pulse
-+.br
-+.B restorecon -R -v /srv/\.pulse
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pulseaudio, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pulseaudio_exec_t '/srv/pulseaudio/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypulseaudio_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pulseaudio:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.pulse(/.*)?, /root/\.config/pulse(/.*)?, /root/\.esd_auth, /root/\.pulse-cookie, /home/[^/]*/\.pulse(/.*)?, /home/[^/]*/\.config/pulse(/.*)?, /home/[^/]*/\.esd_auth, /home/[^/]*/\.pulse-cookie, /home/pwalsh/\.pulse(/.*)?, /home/pwalsh/\.config/pulse(/.*)?, /home/pwalsh/\.esd_auth, /home/pwalsh/\.pulse-cookie, /home/dwalsh/\.pulse(/.*)?, /home/dwalsh/\.config/pulse(/.*)?, /home/dwalsh/\.esd_auth, /home/dwalsh/\.pulse-cookie, /var/lib/xguest/home/xguest/\.pulse(/.*)?, /var/lib/xguest/home/xguest/\.config/pulse(/.*)?, /var/lib/xguest/home/xguest/\.esd_auth, /var/lib/xguest/home/xguest/\.pulse-cookie
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), pulseaudio(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/puppet_selinux.8 b/man/man8/puppet_selinux.8
-new file mode 100644
-index 0000000..1a58a12
---- /dev/null
-+++ b/man/man8/puppet_selinux.8
-@@ -0,0 +1,437 @@
-+.TH  "puppet_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep puppet_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The puppet_t SELinux type can be entered via the \fBpuppet_exec_t\fP file type.
-+
-+The default entrypoint paths for the puppet_t domain are the following:
-+
-+/usr/sbin/puppetd
-+.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 puppet policy is very flexible allowing users to setup their puppet processes in as secure a method as possible.
-+.PP
-+The following process types are defined for puppet:
-+
-+.EX
-+.B puppet_t, puppetmaster_t, puppetca_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a puppet_t
-+can be used to make the process type puppet_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  puppet policy is extremely flexible and has several booleans that allow you to manipulate the policy and run puppet with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow Puppet client to manage all file types, you must turn on the puppet_manage_all_files boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P puppet_manage_all_files 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the puppetmaster_t, puppet_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 puppetmaster_t, puppet_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 puppet policy is very flexible allowing users to setup their puppet processes in as secure a method as possible.
-+.PP
-+The following port types are defined for puppet:
-+
-+.EX
-+.TP 5
-+.B puppet_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 8140
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type puppet_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 boolean_type
-+
-+
-+.br
-+.B configfile
-+
-+
-+.br
-+.B etc_t
-+
-+	/etc/.*
-+.br
-+	/var/db/.*\.db
-+.br
-+	/usr/etc(/.*)?
-+.br
-+	/var/ftp/etc(/.*)?
-+.br
-+	/var/lib/openshift/.limits.d(/.*)?
-+.br
-+	/var/lib/openshift/.openshift-proxy.d(/.*)?
-+.br
-+	/var/lib/openshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/lib/stickshift/.limits.d(/.*)?
-+.br
-+	/var/lib/stickshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/named/chroot/etc(/.*)?
-+.br
-+	/etc/ipsec\.d/examples(/.*)?
-+.br
-+	/var/spool/postfix/etc(/.*)?
-+.br
-+	/etc
-+.br
-+	/etc/cups/client\.conf
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B krb5_keytab_t
-+
-+	/etc/krb5\.keytab
-+.br
-+	/etc/krb5kdc/kadm5\.keytab
-+.br
-+	/var/kerberos/krb5kdc/kadm5\.keytab
-+.br
-+
-+.br
-+.B non_security_file_type
-+
-+
-+.br
-+.B rpm_var_lib_t
-+
-+	/var/lib/rpm(/.*)?
-+.br
-+	/var/lib/yum(/.*)?
-+.br
-+	/var/lib/dnf(/.*)?
-+.br
-+	/var/lib/PackageKit(/.*)?
-+.br
-+	/var/lib/alternatives(/.*)?
-+.br
-+
-+.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 puppet policy is very flexible allowing users to setup their puppet processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the puppet, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t puppet_etc_t '/srv/puppet/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypuppet_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for puppet:
-+
-+
-+.EX
-+.PP
-+.B puppet_etc_t
-+.EE
-+
-+- Set files with the puppet_etc_t type, if you want to store puppet files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), puppet(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), puppetca_selinux(8), puppetmaster_selinux(8)
-\ 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..305cf1a
---- /dev/null
-+++ b/man/man8/puppetca_selinux.8
-@@ -0,0 +1,163 @@
-+.TH  "puppetca_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep puppetca_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The puppetca_t SELinux type can be entered via the \fBpuppetca_exec_t\fP file type.
-+
-+The default entrypoint paths for the puppetca_t domain are the following:
-+
-+/usr/sbin/puppetca
-+.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 puppetca policy is very flexible allowing users to setup their puppetca processes in as secure a method as possible.
-+.PP
-+The following process types are defined for puppetca:
-+
-+.EX
-+.B puppetca_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a puppetca_t
-+can be used to make the process type puppetca_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  puppetca policy is extremely flexible and has several booleans that allow you to manipulate the policy and run puppetca with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type puppetca_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 puppet_var_lib_t
-+
-+	/var/lib/puppet(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 puppetca policy is very flexible allowing users to setup their puppetca processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the puppetca, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t puppetca_exec_t '/srv/puppetca/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypuppetca_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for puppetca:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), puppetca(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), puppet_selinux(8)
-\ 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..2b1f72e
---- /dev/null
-+++ b/man/man8/puppetmaster_selinux.8
-@@ -0,0 +1,283 @@
-+.TH  "puppetmaster_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep puppetmaster_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The puppetmaster_t SELinux type can be entered via the \fBpuppetmaster_exec_t\fP file type.
-+
-+The default entrypoint paths for the puppetmaster_t domain are the following:
-+
-+/usr/sbin/puppetmasterd
-+.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 puppetmaster policy is very flexible allowing users to setup their puppetmaster processes in as secure a method as possible.
-+.PP
-+The following process types are defined for puppetmaster:
-+
-+.EX
-+.B puppetmaster_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a puppetmaster_t
-+can be used to make the process type puppetmaster_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  puppetmaster policy is extremely flexible and has several booleans that allow you to manipulate the policy and run puppetmaster with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow Puppet master to use connect to MySQL and PostgreSQL database, you must turn on the puppetmaster_use_db boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P puppetmaster_use_db 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the puppetmaster_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 puppetmaster_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type puppetmaster_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 puppet_log_t
-+
-+	/var/log/puppet(/.*)?
-+.br
-+
-+.br
-+.B puppet_var_lib_t
-+
-+	/var/lib/puppet(/.*)?
-+.br
-+
-+.br
-+.B puppet_var_run_t
-+
-+	/var/run/puppet(/.*)?
-+.br
-+
-+.br
-+.B puppetmaster_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 puppetmaster policy is very flexible allowing users to setup their puppetmaster processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the puppetmaster, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t puppetmaster_exec_t '/srv/puppetmaster/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypuppetmaster_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for puppetmaster:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), puppetmaster(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), puppet_selinux(8)
-\ 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..479eab7
---- /dev/null
-+++ b/man/man8/pwauth_selinux.8
-@@ -0,0 +1,213 @@
-+.TH  "pwauth_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pwauth_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pwauth_t SELinux type can be entered via the \fBpwauth_exec_t\fP file type.
-+
-+The default entrypoint paths for the pwauth_t domain are the following:
-+
-+/usr/bin/pwauth
-+.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 pwauth policy is very flexible allowing users to setup their pwauth processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pwauth:
-+
-+.EX
-+.B pwauth_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pwauth_t
-+can be used to make the process type pwauth_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pwauth policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pwauth with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pwauth_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 pwauth_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pwauth_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 pwauth_var_run_t
-+
-+	/var/run/pwauth.lock
-+.br
-+
-+.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 pwauth policy is very flexible allowing users to setup their pwauth processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pwauth, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pwauth_exec_t '/srv/pwauth/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypwauth_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pwauth:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pwauth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/pyicqt_selinux.8 b/man/man8/pyicqt_selinux.8
-new file mode 100644
-index 0000000..53cc310
---- /dev/null
-+++ b/man/man8/pyicqt_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "pyicqt_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep pyicqt_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The pyicqt_t SELinux type can be entered via the \fBpyicqt_exec_t\fP file type.
-+
-+The default entrypoint paths for the pyicqt_t domain are the following:
-+
-+/usr/share/pyicq-t/PyICQt\.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.
-+SELinux pyicqt policy is very flexible allowing users to setup their pyicqt processes in as secure a method as possible.
-+.PP
-+The following process types are defined for pyicqt:
-+
-+.EX
-+.B pyicqt_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a pyicqt_t
-+can be used to make the process type pyicqt_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  pyicqt policy is extremely flexible and has several booleans that allow you to manipulate the policy and run pyicqt with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the pyicqt_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 pyicqt_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type pyicqt_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 pyicqt_log_t
-+
-+	/var/log/pyicq-t\.log.*
-+.br
-+
-+.br
-+.B pyicqt_var_run_t
-+
-+	/var/run/pyicq-t(/.*)?
-+.br
-+
-+.br
-+.B pyicqt_var_spool_t
-+
-+	/var/spool/pyicq-t(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 pyicqt policy is very flexible allowing users to setup their pyicqt processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the pyicqt, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t pyicqt_exec_t '/srv/pyicqt/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mypyicqt_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for pyicqt:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), pyicqt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/qdiskd_selinux.8 b/man/man8/qdiskd_selinux.8
-new file mode 100644
-index 0000000..43f1af1
---- /dev/null
-+++ b/man/man8/qdiskd_selinux.8
-@@ -0,0 +1,285 @@
-+.TH  "qdiskd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qdiskd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qdiskd_t SELinux type can be entered via the \fBqdiskd_exec_t\fP file type.
-+
-+The default entrypoint paths for the qdiskd_t domain are the following:
-+
-+/usr/sbin/qdiskd
-+.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 qdiskd policy is very flexible allowing users to setup their qdiskd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qdiskd:
-+
-+.EX
-+.B qdiskd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qdiskd_t
-+can be used to make the process type qdiskd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qdiskd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qdiskd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the qdiskd_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 qdiskd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qdiskd_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 qdiskd_tmpfs_t
-+
-+
-+.br
-+.B qdiskd_var_lib_t
-+
-+	/var/lib/qdiskd(/.*)?
-+.br
-+
-+.br
-+.B qdiskd_var_log_t
-+
-+	/var/log/cluster/qdiskd\.log.*
-+.br
-+
-+.br
-+.B qdiskd_var_run_t
-+
-+	/var/run/qdiskd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 qdiskd policy is very flexible allowing users to setup their qdiskd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qdiskd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qdiskd_exec_t '/srv/qdiskd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqdiskd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qdiskd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qdiskd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/qemu_dm_selinux.8 b/man/man8/qemu_dm_selinux.8
-new file mode 100644
-index 0000000..3536a5e
---- /dev/null
-+++ b/man/man8/qemu_dm_selinux.8
-@@ -0,0 +1,124 @@
-+.TH  "qemu_dm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qemu_dm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qemu_dm_t SELinux type can be entered via the \fBqemu_dm_exec_t\fP file type.
-+
-+The default entrypoint paths for the qemu_dm_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 qemu_dm policy is very flexible allowing users to setup their qemu_dm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qemu_dm:
-+
-+.EX
-+.B qemu_dm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qemu_dm_t
-+can be used to make the process type qemu_dm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qemu_dm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qemu_dm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xend to run qemu-dm. Not required if using paravirt and no vfb, you must turn on the xend_run_qemu boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xend_run_qemu 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qemu_dm_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 xenfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qemu_dm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/qmail_clean_selinux.8 b/man/man8/qmail_clean_selinux.8
-new file mode 100644
-index 0000000..b99be20
---- /dev/null
-+++ b/man/man8/qmail_clean_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "qmail_clean_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_clean_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_clean_t SELinux type can be entered via the \fBqmail_clean_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_clean_t domain are the following:
-+
-+/var/qmail/bin/qmail-clean
-+.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 qmail_clean policy is very flexible allowing users to setup their qmail_clean processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_clean:
-+
-+.EX
-+.B qmail_clean_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_clean_t
-+can be used to make the process type qmail_clean_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_clean policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_clean with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 qmail_clean policy is very flexible allowing users to setup their qmail_clean processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_clean, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_clean_exec_t '/srv/qmail_clean/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_clean_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_clean:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_clean(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..581753f
---- /dev/null
-+++ b/man/man8/qmail_inject_selinux.8
-@@ -0,0 +1,171 @@
-+.TH  "qmail_inject_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_inject_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_inject_t SELinux type can be entered via the \fBqmail_inject_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_inject_t domain are the following:
-+
-+/var/qmail/bin/qmail-inject
-+.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 qmail_inject policy is very flexible allowing users to setup their qmail_inject processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_inject:
-+
-+.EX
-+.B qmail_inject_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_inject_t
-+can be used to make the process type qmail_inject_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_inject policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_inject with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Gitosis can send mail, you must turn on the gitosis_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P gitosis_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qmail_inject_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 arpwatch_tmp_t
-+
-+
-+.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 qmail_inject policy is very flexible allowing users to setup their qmail_inject processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_inject, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_inject_exec_t '/srv/qmail_inject/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_inject_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_inject:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_inject(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..281fb59
---- /dev/null
-+++ b/man/man8/qmail_local_selinux.8
-@@ -0,0 +1,321 @@
-+.TH  "qmail_local_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_local_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_local_t SELinux type can be entered via the \fBqmail_local_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_local_t domain are the following:
-+
-+/var/qmail/bin/qmail-local
-+.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 qmail_local policy is very flexible allowing users to setup their qmail_local processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_local:
-+
-+.EX
-+.B qmail_local_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_local_t
-+can be used to make the process type qmail_local_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_local policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_local with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the qmail_local_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 qmail_local_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qmail_local_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 cifs_t
-+
-+
-+.br
-+.B dovecot_spool_t
-+
-+	/var/spool/dovecot(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B qmail_alias_home_t
-+
-+	/var/qmail/alias(/.*)?
-+.br
-+	/var/qmail/alias
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 qmail_local policy is very flexible allowing users to setup their qmail_local processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_local, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_local_exec_t '/srv/qmail_local/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_local_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_local:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_local(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..c3528ed
---- /dev/null
-+++ b/man/man8/qmail_lspawn_selinux.8
-@@ -0,0 +1,255 @@
-+.TH  "qmail_lspawn_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_lspawn_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_lspawn_t SELinux type can be entered via the \fBqmail_lspawn_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_lspawn_t domain are the following:
-+
-+/var/qmail/bin/qmail-lspawn
-+.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 qmail_lspawn policy is very flexible allowing users to setup their qmail_lspawn processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_lspawn:
-+
-+.EX
-+.B qmail_lspawn_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_lspawn_t
-+can be used to make the process type qmail_lspawn_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_lspawn policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_lspawn with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qmail_lspawn_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 cifs_t
-+
-+
-+.br
-+.B dovecot_spool_t
-+
-+	/var/spool/dovecot(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 qmail_lspawn policy is very flexible allowing users to setup their qmail_lspawn processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_lspawn, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_lspawn_exec_t '/srv/qmail_lspawn/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_lspawn_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_lspawn:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_lspawn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..9178301
---- /dev/null
-+++ b/man/man8/qmail_queue_selinux.8
-@@ -0,0 +1,177 @@
-+.TH  "qmail_queue_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_queue_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_queue_t SELinux type can be entered via the \fBqmail_queue_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_queue_t domain are the following:
-+
-+/var/qmail/bin/qmail-queue
-+.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 qmail_queue policy is very flexible allowing users to setup their qmail_queue processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_queue:
-+
-+.EX
-+.B qmail_queue_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_queue_t
-+can be used to make the process type qmail_queue_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_queue policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_queue with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Gitosis can send mail, you must turn on the gitosis_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P gitosis_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qmail_queue_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 arpwatch_tmp_t
-+
-+
-+.br
-+.B qmail_spool_t
-+
-+	/var/qmail/queue(/.*)?
-+.br
-+
-+.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 qmail_queue policy is very flexible allowing users to setup their qmail_queue processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_queue, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_queue_exec_t '/srv/qmail_queue/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_queue_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_queue:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_queue(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..14153fa
---- /dev/null
-+++ b/man/man8/qmail_remote_selinux.8
-@@ -0,0 +1,157 @@
-+.TH  "qmail_remote_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_remote_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_remote_t SELinux type can be entered via the \fBqmail_remote_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_remote_t domain are the following:
-+
-+/var/qmail/bin/qmail-remote
-+.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 qmail_remote policy is very flexible allowing users to setup their qmail_remote processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_remote:
-+
-+.EX
-+.B qmail_remote_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_remote_t
-+can be used to make the process type qmail_remote_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_remote policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_remote with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qmail_remote_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 qmail_spool_t
-+
-+	/var/qmail/queue(/.*)?
-+.br
-+
-+.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 qmail_remote policy is very flexible allowing users to setup their qmail_remote processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_remote, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_remote_exec_t '/srv/qmail_remote/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_remote_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_remote:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_remote(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..4aef96c
---- /dev/null
-+++ b/man/man8/qmail_rspawn_selinux.8
-@@ -0,0 +1,157 @@
-+.TH  "qmail_rspawn_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_rspawn_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_rspawn_t SELinux type can be entered via the \fBqmail_rspawn_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_rspawn_t domain are the following:
-+
-+/var/qmail/bin/qmail-rspawn
-+.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 qmail_rspawn policy is very flexible allowing users to setup their qmail_rspawn processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_rspawn:
-+
-+.EX
-+.B qmail_rspawn_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_rspawn_t
-+can be used to make the process type qmail_rspawn_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_rspawn policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_rspawn with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qmail_rspawn_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 qmail_spool_t
-+
-+	/var/qmail/queue(/.*)?
-+.br
-+
-+.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 qmail_rspawn policy is very flexible allowing users to setup their qmail_rspawn processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_rspawn, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_rspawn_exec_t '/srv/qmail_rspawn/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_rspawn_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_rspawn:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_rspawn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..286c764
---- /dev/null
-+++ b/man/man8/qmail_send_selinux.8
-@@ -0,0 +1,157 @@
-+.TH  "qmail_send_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_send_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_send_t SELinux type can be entered via the \fBqmail_send_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_send_t domain are the following:
-+
-+/var/qmail/bin/qmail-send
-+.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 qmail_send policy is very flexible allowing users to setup their qmail_send processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_send:
-+
-+.EX
-+.B qmail_send_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_send_t
-+can be used to make the process type qmail_send_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_send policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_send with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qmail_send_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 qmail_spool_t
-+
-+	/var/qmail/queue(/.*)?
-+.br
-+
-+.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 qmail_send policy is very flexible allowing users to setup their qmail_send processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_send, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_send_exec_t '/srv/qmail_send/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_send_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_send:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_send(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..cb37f7e
---- /dev/null
-+++ b/man/man8/qmail_smtpd_selinux.8
-@@ -0,0 +1,155 @@
-+.TH  "qmail_smtpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_smtpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_smtpd_t SELinux type can be entered via the \fBqmail_smtpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_smtpd_t domain are the following:
-+
-+/var/qmail/bin/qmail-smtpd
-+.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 qmail_smtpd policy is very flexible allowing users to setup their qmail_smtpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_smtpd:
-+
-+.EX
-+.B qmail_smtpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_smtpd_t
-+can be used to make the process type qmail_smtpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_smtpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_smtpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.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 qmail_smtpd policy is very flexible allowing users to setup their qmail_smtpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_smtpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_smtpd_exec_t '/srv/qmail_smtpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_smtpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_smtpd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_smtpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..a9deea0
---- /dev/null
-+++ b/man/man8/qmail_splogger_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "qmail_splogger_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_splogger_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_splogger_t SELinux type can be entered via the \fBqmail_splogger_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_splogger_t domain are the following:
-+
-+/var/qmail/bin/splogger
-+.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 qmail_splogger policy is very flexible allowing users to setup their qmail_splogger processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_splogger:
-+
-+.EX
-+.B qmail_splogger_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_splogger_t
-+can be used to make the process type qmail_splogger_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_splogger policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_splogger with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 qmail_splogger policy is very flexible allowing users to setup their qmail_splogger processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_splogger, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_splogger_exec_t '/srv/qmail_splogger/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_splogger_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_splogger:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_splogger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_start_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..b244df2
---- /dev/null
-+++ b/man/man8/qmail_start_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "qmail_start_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_start_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_start_t SELinux type can be entered via the \fBqmail_start_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_start_t domain are the following:
-+
-+/var/qmail/bin/qmail-start
-+.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 qmail_start policy is very flexible allowing users to setup their qmail_start processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_start:
-+
-+.EX
-+.B qmail_start_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_start_t
-+can be used to make the process type qmail_start_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_start policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_start with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qmail_start_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 qmail_start policy is very flexible allowing users to setup their qmail_start processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_start, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_start_exec_t '/srv/qmail_start/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_start_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_start:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_start(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_tcp_env_selinux(8)
-\ 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..314a052
---- /dev/null
-+++ b/man/man8/qmail_tcp_env_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "qmail_tcp_env_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qmail_tcp_env_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qmail_tcp_env_t SELinux type can be entered via the \fBqmail_tcp_env_exec_t\fP file type.
-+
-+The default entrypoint paths for the qmail_tcp_env_t domain are the following:
-+
-+/var/qmail/bin/tcp-env
-+.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 qmail_tcp_env policy is very flexible allowing users to setup their qmail_tcp_env processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qmail_tcp_env:
-+
-+.EX
-+.B qmail_tcp_env_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qmail_tcp_env_t
-+can be used to make the process type qmail_tcp_env_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qmail_tcp_env policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qmail_tcp_env with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qmail_tcp_env, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qmail_tcp_env_exec_t '/srv/qmail_tcp_env/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqmail_tcp_env_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qmail_tcp_env:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qmail_tcp_env(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), qmail_clean_selinux(8), qmail_inject_selinux(8), qmail_local_selinux(8), qmail_lspawn_selinux(8), qmail_queue_selinux(8), qmail_remote_selinux(8), qmail_rspawn_selinux(8), qmail_send_selinux(8), qmail_smtpd_selinux(8), qmail_splogger_selinux(8), qmail_start_selinux(8)
-\ 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..ae830d2
---- /dev/null
-+++ b/man/man8/qpidd_selinux.8
-@@ -0,0 +1,256 @@
-+.TH  "qpidd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep qpidd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The qpidd_t SELinux type can be entered via the \fBqpidd_exec_t\fP file type.
-+
-+The default entrypoint paths for the qpidd_t domain are the following:
-+
-+/usr/sbin/qpidd
-+.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 qpidd policy is very flexible allowing users to setup their qpidd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for qpidd:
-+
-+.EX
-+.B qpidd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a qpidd_t
-+can be used to make the process type qpidd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  qpidd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run qpidd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type qpidd_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 qpidd_tmpfs_t
-+
-+
-+.br
-+.B qpidd_var_lib_t
-+
-+	/var/lib/qpidd(/.*)?
-+.br
-+
-+.br
-+.B qpidd_var_run_t
-+
-+	/var/run/qpidd(/.*)?
-+.br
-+	/var/run/qpidd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 qpidd policy is very flexible allowing users to setup their qpidd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+qpidd policy stores data with multiple different file context types under the /var/run/qpidd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/qpidd /srv/qpidd
-+.br
-+.B restorecon -R -v /srv/qpidd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the qpidd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t qpidd_exec_t '/srv/qpidd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myqpidd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for qpidd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/qpidd(/.*)?, /var/run/qpidd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), qpidd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/quantum_selinux.8 b/man/man8/quantum_selinux.8
-new file mode 100644
-index 0000000..b004e76
---- /dev/null
-+++ b/man/man8/quantum_selinux.8
-@@ -0,0 +1,311 @@
-+.TH  "quantum_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep quantum_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The quantum_t SELinux type can be entered via the \fBquantum_exec_t\fP file type.
-+
-+The default entrypoint paths for the quantum_t domain are the following:
-+
-+/usr/bin/quantum-server, /usr/bin/quantum-ryu-agent, /usr/bin/quantum-openvswitch-agent, /usr/bin/quantum-linuxbridge-agent
-+.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 quantum policy is very flexible allowing users to setup their quantum processes in as secure a method as possible.
-+.PP
-+The following process types are defined for quantum:
-+
-+.EX
-+.B quantum_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a quantum_t
-+can be used to make the process type quantum_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  quantum policy is extremely flexible and has several booleans that allow you to manipulate the policy and run quantum with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the quantum_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 quantum_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 quantum policy is very flexible allowing users to setup their quantum processes in as secure a method as possible.
-+.PP
-+The following port types are defined for quantum:
-+
-+.EX
-+.TP 5
-+.B quantum_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 9696
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type quantum_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 quantum_tmp_t
-+
-+
-+.br
-+.B quantum_var_lib_t
-+
-+	/var/lib/quantum(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 quantum policy is very flexible allowing users to setup their quantum processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the quantum, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t quantum_exec_t '/srv/quantum/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myquantum_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for quantum:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/quantum-server, /usr/bin/quantum-ryu-agent, /usr/bin/quantum-openvswitch-agent, /usr/bin/quantum-linuxbridge-agent
-+
-+.EX
-+.PP
-+.B quantum_initrc_exec_t
-+.EE
-+
-+- Set files with the quantum_initrc_exec_t type, if you want to transition an executable to the quantum_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), quantum(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/quota_nld_selinux.8 b/man/man8/quota_nld_selinux.8
-new file mode 100644
-index 0000000..5dd1832
---- /dev/null
-+++ b/man/man8/quota_nld_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "quota_nld_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep quota_nld_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The quota_nld_t SELinux type can be entered via the \fBquota_nld_exec_t\fP file type.
-+
-+The default entrypoint paths for the quota_nld_t domain are the following:
-+
-+/usr/sbin/quota_nld
-+.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 quota_nld policy is very flexible allowing users to setup their quota_nld processes in as secure a method as possible.
-+.PP
-+The following process types are defined for quota_nld:
-+
-+.EX
-+.B quota_nld_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a quota_nld_t
-+can be used to make the process type quota_nld_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  quota_nld policy is extremely flexible and has several booleans that allow you to manipulate the policy and run quota_nld with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the quota_nld_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 quota_nld_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type quota_nld_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 quota_nld_var_run_t
-+
-+	/var/run/quota_nld\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 quota_nld policy is very flexible allowing users to setup their quota_nld processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the quota_nld, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t quota_nld_exec_t '/srv/quota_nld/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myquota_nld_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for quota_nld:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), quota_nld(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), quota_selinux(8), quota_selinux(8)
-\ 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..223b53e
---- /dev/null
-+++ b/man/man8/quota_selinux.8
-@@ -0,0 +1,235 @@
-+.TH  "quota_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep quota_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The quota_t SELinux type can be entered via the \fBquota_exec_t\fP file type.
-+
-+The default entrypoint paths for the quota_t domain are the following:
-+
-+/sbin/quota(check|on), /usr/sbin/quota(check|on), /usr/sbin/convertquota
-+.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 quota policy is very flexible allowing users to setup their quota processes in as secure a method as possible.
-+.PP
-+The following process types are defined for quota:
-+
-+.EX
-+.B quota_t, quota_nld_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a quota_t
-+can be used to make the process type quota_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  quota policy is extremely flexible and has several booleans that allow you to manipulate the policy and run quota with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the quota_nld_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 quota_nld_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type quota_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 quota_db_t
-+
-+	/a?quota\.(user|group)
-+.br
-+	/etc/a?quota\.(user|group)
-+.br
-+	/var/a?quota\.(user|group)
-+.br
-+	/boot/a?quota\.(user|group)
-+.br
-+	/var/spool/(.*/)?a?quota\.(user|group)
-+.br
-+	/var/lib/openshift/a?quota\.(user|group)
-+.br
-+	/var/lib/stickshift/a?quota\.(user|group)
-+.br
-+	/home/[^/]*/a?quota\.(user|group)
-+.br
-+	/home/a?quota\.(user|group)
-+.br
-+	/home/pwalsh/a?quota\.(user|group)
-+.br
-+	/home/dwalsh/a?quota\.(user|group)
-+.br
-+	/var/lib/xguest/home/xguest/a?quota\.(user|group)
-+.br
-+
-+.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 quota policy is very flexible allowing users to setup their quota processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the quota, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t quota_db_t '/srv/quota/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myquota_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for quota:
-+
-+
-+.EX
-+.PP
-+.B quota_db_t
-+.EE
-+
-+- Set files with the quota_db_t type, if you want to treat the files as quota database content.
-+
-+.br
-+.TP 5
-+Paths:
-+/a?quota\.(user|group), /etc/a?quota\.(user|group), /var/a?quota\.(user|group), /boot/a?quota\.(user|group), /var/spool/(.*/)?a?quota\.(user|group), /var/lib/openshift/a?quota\.(user|group), /var/lib/stickshift/a?quota\.(user|group), /home/[^/]*/a?quota\.(user|group), /home/a?quota\.(user|group), /home/pwalsh/a?quota\.(user|group), /home/dwalsh/a?quota\.(user|group), /var/lib/xguest/home/xguest/a?quota\.(user|group)
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/quota(check|on), /usr/sbin/quota(check|on), /usr/sbin/convertquota
-+
-+.EX
-+.PP
-+.B quota_flag_t
-+.EE
-+
-+- Set files with the quota_flag_t type, if you want to treat the files as quota flag data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), quota(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), quota_nld_selinux(8)
-\ 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..4585c51
---- /dev/null
-+++ b/man/man8/rabbitmq_beam_selinux.8
-@@ -0,0 +1,203 @@
-+.TH  "rabbitmq_beam_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rabbitmq_beam_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rabbitmq_beam_t SELinux type can be entered via the \fBrabbitmq_beam_exec_t\fP file type.
-+
-+The default entrypoint paths for the rabbitmq_beam_t domain are the following:
-+
-+/usr/lib/erlang/erts.*/bin/beam.*
-+.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 rabbitmq_beam policy is very flexible allowing users to setup their rabbitmq_beam processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rabbitmq_beam:
-+
-+.EX
-+.B rabbitmq_beam_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rabbitmq_beam_t
-+can be used to make the process type rabbitmq_beam_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rabbitmq_beam policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rabbitmq_beam with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rabbitmq_beam_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 rabbitmq_var_lib_t
-+
-+	/var/lib/rabbitmq(/.*)?
-+.br
-+
-+.br
-+.B rabbitmq_var_run_t
-+
-+	/var/run/rabbitmq(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 rabbitmq_beam policy is very flexible allowing users to setup their rabbitmq_beam processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rabbitmq_beam, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rabbitmq_beam_exec_t '/srv/rabbitmq_beam/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrabbitmq_beam_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rabbitmq_beam:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rabbitmq_beam(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), rabbitmq_epmd_selinux(8)
-\ 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..022d5de
---- /dev/null
-+++ b/man/man8/rabbitmq_epmd_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "rabbitmq_epmd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rabbitmq_epmd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rabbitmq_epmd_t SELinux type can be entered via the \fBrabbitmq_epmd_exec_t\fP file type.
-+
-+The default entrypoint paths for the rabbitmq_epmd_t domain are the following:
-+
-+/usr/lib/erlang/erts.*/bin/epmd
-+.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 rabbitmq_epmd policy is very flexible allowing users to setup their rabbitmq_epmd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rabbitmq_epmd:
-+
-+.EX
-+.B rabbitmq_epmd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rabbitmq_epmd_t
-+can be used to make the process type rabbitmq_epmd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rabbitmq_epmd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rabbitmq_epmd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rabbitmq_epmd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 rabbitmq_epmd policy is very flexible allowing users to setup their rabbitmq_epmd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rabbitmq_epmd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rabbitmq_epmd_exec_t '/srv/rabbitmq_epmd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrabbitmq_epmd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rabbitmq_epmd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rabbitmq_epmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), rabbitmq_beam_selinux(8)
-\ 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..97ce29e
---- /dev/null
-+++ b/man/man8/racoon_selinux.8
-@@ -0,0 +1,309 @@
-+.TH  "racoon_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep racoon_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The racoon_t SELinux type can be entered via the \fBracoon_exec_t\fP file type.
-+
-+The default entrypoint paths for the racoon_t domain are the following:
-+
-+/usr/sbin/racoon
-+.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 racoon policy is very flexible allowing users to setup their racoon processes in as secure a method as possible.
-+.PP
-+The following process types are defined for racoon:
-+
-+.EX
-+.B racoon_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a racoon_t
-+can be used to make the process type racoon_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  racoon policy is extremely flexible and has several booleans that allow you to manipulate the policy and run racoon with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow racoon to read shadow, you must turn on the racoon_read_shadow boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P racoon_read_shadow 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the racoon_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 racoon_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type racoon_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B ipsec_var_run_t
-+
-+	/var/racoon(/.*)?
-+.br
-+	/var/run/pluto(/.*)?
-+.br
-+	/var/run/racoon\.pid
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B racoon_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 racoon policy is very flexible allowing users to setup their racoon processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the racoon, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t racoon_exec_t '/srv/racoon/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myracoon_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for racoon:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), racoon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..21f18de
---- /dev/null
-+++ b/man/man8/radiusd_selinux.8
-@@ -0,0 +1,376 @@
-+.TH  "radiusd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep radiusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The radiusd_t SELinux type can be entered via the \fBradiusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the radiusd_t domain are the following:
-+
-+/etc/cron\.(daily|monthly)/radiusd, /etc/cron\.(daily|weekly|monthly)/freeradius, /usr/sbin/radiusd, /usr/sbin/freeradius
-+.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 radiusd policy is very flexible allowing users to setup their radiusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for radiusd:
-+
-+.EX
-+.B radiusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a radiusd_t
-+can be used to make the process type radiusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  radiusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run radiusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the radiusd_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 radiusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 radiusd policy is very flexible allowing users to setup their radiusd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for radiusd:
-+
-+.EX
-+.TP 5
-+.B radius_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 1645,1812
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type radiusd_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B radiusd_etc_rw_t
-+
-+	/etc/raddb/db\.daily
-+.br
-+
-+.br
-+.B radiusd_var_lib_t
-+
-+	/var/lib/radiousd(/.*)?
-+.br
-+
-+.br
-+.B radiusd_var_run_t
-+
-+	/var/run/radiusd(/.*)?
-+.br
-+	/var/run/radiusd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 radiusd policy is very flexible allowing users to setup their radiusd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+radiusd policy stores data with multiple different file context types under the /var/run/radiusd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/radiusd /srv/radiusd
-+.br
-+.B restorecon -R -v /srv/radiusd
-+.PP
-+
-+.PP
-+radiusd policy stores data with multiple different file context types under the /var/log/radius directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/radius /srv/radius
-+.br
-+.B restorecon -R -v /srv/radius
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the radiusd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t radiusd_etc_rw_t '/srv/radiusd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myradiusd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for radiusd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B radiusd_etc_t
-+.EE
-+
-+- Set files with the radiusd_etc_t type, if you want to store radiusd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/cron\.(daily|monthly)/radiusd, /etc/cron\.(daily|weekly|monthly)/freeradius, /usr/sbin/radiusd, /usr/sbin/freeradius
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/radius(/.*)?, /var/log/radutmp.*, /var/log/radwtmp.*, /var/log/radacct(/.*)?, /var/log/radius\.log.*, /var/log/freeradius(/.*)?, /var/log/radiusd-freeradius(/.*)?
-+
-+.EX
-+.PP
-+.B radiusd_unit_file_t
-+.EE
-+
-+- Set files with the radiusd_unit_file_t type, if you want to treat the files as radiusd unit content.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/radiusd(/.*)?, /var/run/radiusd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), radiusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..7512b74
---- /dev/null
-+++ b/man/man8/radvd_selinux.8
-@@ -0,0 +1,278 @@
-+.TH  "radvd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep radvd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The radvd_t SELinux type can be entered via the \fBradvd_exec_t\fP file type.
-+
-+The default entrypoint paths for the radvd_t domain are the following:
-+
-+/usr/sbin/radvd
-+.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 radvd policy is very flexible allowing users to setup their radvd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for radvd:
-+
-+.EX
-+.B radvd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a radvd_t
-+can be used to make the process type radvd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  radvd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run radvd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the radvd_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 radvd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type radvd_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 radvd_var_run_t
-+
-+	/var/run/radvd(/.*)?
-+.br
-+	/var/run/radvd\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 radvd policy is very flexible allowing users to setup their radvd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+radvd policy stores data with multiple different file context types under the /var/run/radvd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/radvd /srv/radvd
-+.br
-+.B restorecon -R -v /srv/radvd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the radvd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t radvd_etc_t '/srv/radvd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myradvd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for radvd:
-+
-+
-+.EX
-+.PP
-+.B radvd_etc_t
-+.EE
-+
-+- Set files with the radvd_etc_t type, if you want to store radvd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/radvd(/.*)?, /var/run/radvd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), radvd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/raid_selinux.8 b/man/man8/raid_selinux.8
-new file mode 100644
-index 0000000..6fb1e18
---- /dev/null
-+++ b/man/man8/raid_selinux.8
-@@ -0,0 +1 @@
-+.so man8/mdadm_selinux.8
-\ No newline at end of file
-diff --git a/man/man8/rdisc_selinux.8 b/man/man8/rdisc_selinux.8
-new file mode 100644
-index 0000000..ae47f23
---- /dev/null
-+++ b/man/man8/rdisc_selinux.8
-@@ -0,0 +1,187 @@
-+.TH  "rdisc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rdisc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rdisc_t SELinux type can be entered via the \fBrdisc_exec_t\fP file type.
-+
-+The default entrypoint paths for the rdisc_t domain are the following:
-+
-+/sbin/rdisc, /usr/sbin/rdisc
-+.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 rdisc policy is very flexible allowing users to setup their rdisc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rdisc:
-+
-+.EX
-+.B rdisc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rdisc_t
-+can be used to make the process type rdisc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rdisc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rdisc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rdisc_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 rdisc policy is very flexible allowing users to setup their rdisc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rdisc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rdisc_exec_t '/srv/rdisc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrdisc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rdisc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/rdisc, /usr/sbin/rdisc
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rdisc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/readahead_selinux.8 b/man/man8/readahead_selinux.8
-new file mode 100644
-index 0000000..725ec15
---- /dev/null
-+++ b/man/man8/readahead_selinux.8
-@@ -0,0 +1,257 @@
-+.TH  "readahead_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep readahead_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The readahead_t SELinux type can be entered via the \fBreadahead_exec_t\fP file type.
-+
-+The default entrypoint paths for the readahead_t domain are the following:
-+
-+/sbin/readahead.*, /usr/sbin/readahead.*, /usr/lib/systemd/systemd-readahead.*
-+.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 readahead policy is very flexible allowing users to setup their readahead processes in as secure a method as possible.
-+.PP
-+The following process types are defined for readahead:
-+
-+.EX
-+.B readahead_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a readahead_t
-+can be used to make the process type readahead_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  readahead policy is extremely flexible and has several booleans that allow you to manipulate the policy and run readahead with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type readahead_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B readahead_var_lib_t
-+
-+	/var/lib/readahead(/.*)?
-+.br
-+
-+.br
-+.B readahead_var_run_t
-+
-+	/dev/\.systemd/readahead(/.*)?
-+.br
-+	/var/run/systemd/readahead(/.*)?
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 readahead policy is very flexible allowing users to setup their readahead processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the readahead, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t readahead_exec_t '/srv/readahead/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myreadahead_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for readahead:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/readahead.*, /usr/sbin/readahead.*, /usr/lib/systemd/systemd-readahead.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/dev/\.systemd/readahead(/.*)?, /var/run/systemd/readahead(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), readahead(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/realmd_selinux.8 b/man/man8/realmd_selinux.8
-new file mode 100644
-index 0000000..99fb97c
---- /dev/null
-+++ b/man/man8/realmd_selinux.8
-@@ -0,0 +1,265 @@
-+.TH  "realmd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep realmd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The realmd_t SELinux type can be entered via the \fBrealmd_exec_t\fP file type.
-+
-+The default entrypoint paths for the realmd_t domain are the following:
-+
-+/usr/lib/realmd/realmd
-+.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 realmd policy is very flexible allowing users to setup their realmd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for realmd:
-+
-+.EX
-+.B realmd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a realmd_t
-+can be used to make the process type realmd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  realmd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run realmd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the realmd_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 realmd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type realmd_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.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(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 realmd policy is very flexible allowing users to setup their realmd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the realmd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t realmd_exec_t '/srv/realmd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrealmd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for realmd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), realmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/regex_milter_selinux.8 b/man/man8/regex_milter_selinux.8
-new file mode 100644
-index 0000000..feb92ff
---- /dev/null
-+++ b/man/man8/regex_milter_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "regex_milter_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep regex_milter_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The regex_milter_t SELinux type can be entered via the \fBregex_milter_exec_t\fP file type.
-+
-+The default entrypoint paths for the regex_milter_t domain are the following:
-+
-+/usr/sbin/milter-regex
-+.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 regex_milter policy is very flexible allowing users to setup their regex_milter processes in as secure a method as possible.
-+.PP
-+The following process types are defined for regex_milter:
-+
-+.EX
-+.B regex_milter_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a regex_milter_t
-+can be used to make the process type regex_milter_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  regex_milter policy is extremely flexible and has several booleans that allow you to manipulate the policy and run regex_milter with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the regex_milter_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 regex_milter_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type regex_milter_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 regex_milter_data_t
-+
-+	/var/spool/milter-regex(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 regex_milter policy is very flexible allowing users to setup their regex_milter processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the regex_milter, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t regex_milter_data_t '/srv/regex_milter/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myregex_milter_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for regex_milter:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), regex_milter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/remote_login_selinux.8 b/man/man8/remote_login_selinux.8
-new file mode 100644
-index 0000000..edf2180
---- /dev/null
-+++ b/man/man8/remote_login_selinux.8
-@@ -0,0 +1,382 @@
-+.TH  "remote_login_selinux"  "8"  "13-01-16" "remote_login" "SELinux Policy documentation for remote_login"
-+.SH "NAME"
-+remote_login_selinux \- Security Enhanced Linux Policy for the remote_login processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the remote_login processes via flexible mandatory access control.
-+
-+The remote_login processes execute with the remote_login_t SELinux 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 remote_login_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The remote_login_t SELinux type can be entered via the \fBlogin_exec_t\fP file type.
-+
-+The default entrypoint paths for the remote_login_t domain are the following:
-+
-+/bin/login, /usr/bin/login, /usr/kerberos/sbin/login\.krb5
-+.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 remote_login policy is very flexible allowing users to setup their remote_login processes in as secure a method as possible.
-+.PP
-+The following process types are defined for remote_login:
-+
-+.EX
-+.B remote_login_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a remote_login_t
-+can be used to make the process type remote_login_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  remote_login policy is extremely flexible and has several booleans that allow you to manipulate the policy and run remote_login with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a radius server, you must turn on the authlogin_radius boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_radius 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a yubikey  server, you must turn on the authlogin_yubikey boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_yubikey 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow a user to login as an unconfined domain, you must turn on the unconfined_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the remote_login_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 remote_login_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type remote_login_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B auth_home_t
-+
-+	/root/\.google_authenticator
-+.br
-+	/root/\.google_authenticator~
-+.br
-+	/home/[^/]*/\.google_authenticator
-+.br
-+	/home/[^/]*/\.google_authenticator~
-+.br
-+	/home/pwalsh/\.google_authenticator
-+.br
-+	/home/pwalsh/\.google_authenticator~
-+.br
-+	/home/dwalsh/\.google_authenticator
-+.br
-+	/home/dwalsh/\.google_authenticator~
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator~
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B pam_var_console_t
-+
-+	/var/run/console(/.*)?
-+.br
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), remote_login(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/restorecond_selinux.8 b/man/man8/restorecond_selinux.8
-new file mode 100644
-index 0000000..2ed2b30
---- /dev/null
-+++ b/man/man8/restorecond_selinux.8
-@@ -0,0 +1,251 @@
-+.TH  "restorecond_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep restorecond_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The restorecond_t SELinux type can be entered via the \fBrestorecond_exec_t\fP file type.
-+
-+The default entrypoint paths for the restorecond_t domain are the following:
-+
-+/usr/sbin/restorecond
-+.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 restorecond policy is very flexible allowing users to setup their restorecond processes in as secure a method as possible.
-+.PP
-+The following process types are defined for restorecond:
-+
-+.EX
-+.B restorecond_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a restorecond_t
-+can be used to make the process type restorecond_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  restorecond policy is extremely flexible and has several booleans that allow you to manipulate the policy and run restorecond with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the restorecond_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 restorecond_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type restorecond_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 restorecond_var_run_t
-+
-+	/var/run/restorecond\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 restorecond policy is very flexible allowing users to setup their restorecond processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the restorecond, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t restorecond_exec_t '/srv/restorecond/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrestorecond_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for restorecond:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), restorecond(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/rgmanager_selinux.8 b/man/man8/rgmanager_selinux.8
-new file mode 100644
-index 0000000..2a370f4
---- /dev/null
-+++ b/man/man8/rgmanager_selinux.8
-@@ -0,0 +1,411 @@
-+.TH  "rgmanager_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rgmanager_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rgmanager_t SELinux type can be entered via the \fBrgmanager_exec_t\fP file type.
-+
-+The default entrypoint paths for the rgmanager_t domain are the following:
-+
-+/usr/sbin/cpglockd, /usr/sbin/ccs_tool, /usr/sbin/rgmanager, /usr/sbin/cman_tool, /usr/lib/heartbeat/heartbeat
-+.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 rgmanager policy is very flexible allowing users to setup their rgmanager processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rgmanager:
-+
-+.EX
-+.B rgmanager_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rgmanager_t
-+can be used to make the process type rgmanager_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rgmanager policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rgmanager with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow rgmanager domain to connect to the network using TCP, you must turn on the rgmanager_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P rgmanager_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rgmanager_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 rgmanager_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rgmanager_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 cluster_conf_t
-+
-+	/etc/cluster(/.*)?
-+.br
-+
-+.br
-+.B file_t
-+
-+
-+.br
-+.B mnt_t
-+
-+	/mnt(/[^/]*)
-+.br
-+	/mnt(/[^/]*)?
-+.br
-+	/rhev(/[^/]*)?
-+.br
-+	/media(/[^/]*)
-+.br
-+	/media(/[^/]*)?
-+.br
-+	/media/\.hal-.*
-+.br
-+	/var/run/media(/[^/]*)?
-+.br
-+	/net
-+.br
-+	/afs
-+.br
-+	/rhev
-+.br
-+	/misc
-+.br
-+
-+.br
-+.B rgmanager_tmp_t
-+
-+
-+.br
-+.B rgmanager_tmpfs_t
-+
-+
-+.br
-+.B rgmanager_var_lib_t
-+
-+	/usr/lib/heartbeat(/.*)?
-+.br
-+	/var/lib/heartbeat(/.*)?
-+.br
-+
-+.br
-+.B rgmanager_var_log_t
-+
-+	/var/log/cluster/cpglockd\.log.*
-+.br
-+	/var/log/cluster/rgmanager\.log.*
-+.br
-+
-+.br
-+.B rgmanager_var_run_t
-+
-+	/var/run/heartbeat(/.*)?
-+.br
-+	/var/run/cpglockd\.pid
-+.br
-+	/var/run/rgmanager\.pid
-+.br
-+	/var/run/cluster/rgmanager\.sk
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B samba_etc_t
-+
-+	/etc/samba(/.*)?
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B var_lib_nfs_t
-+
-+	/var/lib/nfs(/.*)?
-+.br
-+
-+.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 rgmanager policy is very flexible allowing users to setup their rgmanager processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rgmanager, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rgmanager_exec_t '/srv/rgmanager/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrgmanager_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rgmanager:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/cpglockd, /usr/sbin/ccs_tool, /usr/sbin/rgmanager, /usr/sbin/cman_tool, /usr/lib/heartbeat/heartbeat
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/cpglockd, /etc/rc\.d/init\.d/rgmanager, /etc/rc\.d/init\.d/heartbeat
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/heartbeat(/.*)?, /var/lib/heartbeat(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/cluster/cpglockd\.log.*, /var/log/cluster/rgmanager\.log.*
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/heartbeat(/.*)?, /var/run/cpglockd\.pid, /var/run/rgmanager\.pid, /var/run/cluster/rgmanager\.sk
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rgmanager(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/rhev_agentd_consolehelper_selinux.8 b/man/man8/rhev_agentd_consolehelper_selinux.8
-new file mode 100644
-index 0000000..c5cfaf3
---- /dev/null
-+++ b/man/man8/rhev_agentd_consolehelper_selinux.8
-@@ -0,0 +1,238 @@
-+.TH  "rhev_agentd_consolehelper_selinux"  "8"  "13-01-16" "rhev_agentd_consolehelper" "SELinux Policy documentation for rhev_agentd_consolehelper"
-+.SH "NAME"
-+rhev_agentd_consolehelper_selinux \- Security Enhanced Linux Policy for the rhev_agentd_consolehelper processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the rhev_agentd_consolehelper processes via flexible mandatory access control.
-+
-+The rhev_agentd_consolehelper processes execute with the rhev_agentd_consolehelper_t SELinux 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 rhev_agentd_consolehelper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rhev_agentd_consolehelper_t SELinux type can be entered via the \fBconsolehelper_exec_t\fP file type.
-+
-+The default entrypoint paths for the rhev_agentd_consolehelper_t domain are the following:
-+
-+/usr/bin/consolehelper
-+.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 rhev_agentd_consolehelper policy is very flexible allowing users to setup their rhev_agentd_consolehelper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rhev_agentd_consolehelper:
-+
-+.EX
-+.B rhev_agentd_consolehelper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rhev_agentd_consolehelper_t
-+can be used to make the process type rhev_agentd_consolehelper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rhev_agentd_consolehelper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rhev_agentd_consolehelper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rhev_agentd_consolehelper_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 rhev_agentd_consolehelper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rhev_agentd_consolehelper_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rhev_agentd_consolehelper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), rhev_agentd_selinux(8), rhev_agentd_selinux(8)
-\ 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..02efda0
---- /dev/null
-+++ b/man/man8/rhev_agentd_selinux.8
-@@ -0,0 +1,295 @@
-+.TH  "rhev_agentd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rhev_agentd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rhev_agentd_t SELinux type can be entered via the \fBrhev_agentd_exec_t\fP file type.
-+
-+The default entrypoint paths for the rhev_agentd_t domain are the following:
-+
-+/usr/share/ovirt-guest-agent, /usr/share/rhev-agent/rhev-agentd\.py, /usr/share/rhev-agent/LockActiveSession\.py, /usr/share/ovirt-guest-agent/LockActiveSession\.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.
-+SELinux rhev_agentd policy is very flexible allowing users to setup their rhev_agentd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rhev_agentd:
-+
-+.EX
-+.B rhev_agentd_t, rhev_agentd_consolehelper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rhev_agentd_t
-+can be used to make the process type rhev_agentd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rhev_agentd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rhev_agentd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rhev_agentd_t, rhev_agentd_consolehelper_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 rhev_agentd_t, rhev_agentd_consolehelper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rhev_agentd_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 rhev_agentd_log_t
-+
-+	/var/log/rhev-agent(/.*)?
-+.br
-+	/var/log/ovirt-guest-agent(/.*)?
-+.br
-+
-+.br
-+.B rhev_agentd_tmp_t
-+
-+
-+.br
-+.B rhev_agentd_var_run_t
-+
-+	/var/run/rhev-agentd\.pid
-+.br
-+	/var/run/ovirt-guest-agent\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 rhev_agentd policy is very flexible allowing users to setup their rhev_agentd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rhev_agentd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rhev_agentd_exec_t '/srv/rhev_agentd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrhev_agentd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rhev_agentd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/ovirt-guest-agent, /usr/share/rhev-agent/rhev-agentd\.py, /usr/share/rhev-agent/LockActiveSession\.py, /usr/share/ovirt-guest-agent/LockActiveSession\.py
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/rhev-agent(/.*)?, /var/log/ovirt-guest-agent(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/rhev-agentd\.pid, /var/run/ovirt-guest-agent\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rhev_agentd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), rhev_agentd_consolehelper_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/rhgb_selinux.8 b/man/man8/rhgb_selinux.8
-new file mode 100644
-index 0000000..4faa850
---- /dev/null
-+++ b/man/man8/rhgb_selinux.8
-@@ -0,0 +1,215 @@
-+.TH  "rhgb_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rhgb_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rhgb_t SELinux type can be entered via the \fBrhgb_exec_t\fP file type.
-+
-+The default entrypoint paths for the rhgb_t domain are the following:
-+
-+/usr/bin/rhgb
-+.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 rhgb policy is very flexible allowing users to setup their rhgb processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rhgb:
-+
-+.EX
-+.B rhgb_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rhgb_t
-+can be used to make the process type rhgb_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rhgb policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rhgb with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rhgb_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 ramfs_t
-+
-+
-+.br
-+.B rhgb_tmpfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 rhgb policy is very flexible allowing users to setup their rhgb processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rhgb, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rhgb_exec_t '/srv/rhgb/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrhgb_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rhgb:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rhgb(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/rhsmcertd_selinux.8 b/man/man8/rhsmcertd_selinux.8
-new file mode 100644
-index 0000000..26f77b9
---- /dev/null
-+++ b/man/man8/rhsmcertd_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "rhsmcertd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rhsmcertd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rhsmcertd_t SELinux type can be entered via the \fBrhsmcertd_exec_t\fP file type.
-+
-+The default entrypoint paths for the rhsmcertd_t domain are the following:
-+
-+/usr/bin/rhsmcertd
-+.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 rhsmcertd policy is very flexible allowing users to setup their rhsmcertd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rhsmcertd:
-+
-+.EX
-+.B rhsmcertd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rhsmcertd_t
-+can be used to make the process type rhsmcertd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rhsmcertd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rhsmcertd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rhsmcertd_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 rhsmcertd_lock_t
-+
-+	/var/lock/subsys/rhsmcertd
-+.br
-+
-+.br
-+.B rhsmcertd_var_lib_t
-+
-+	/var/lib/rhsm(/.*)?
-+.br
-+
-+.br
-+.B rhsmcertd_var_run_t
-+
-+	/var/run/rhsm(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B var_lock_t
-+
-+	/var/lock(/.*)?
-+.br
-+	/run/lock(/.*)?
-+.br
-+	/var/lock
-+.br
-+
-+.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 rhsmcertd policy is very flexible allowing users to setup their rhsmcertd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rhsmcertd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rhsmcertd_exec_t '/srv/rhsmcertd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrhsmcertd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rhsmcertd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rhsmcertd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ricci_modcluster_selinux.8 b/man/man8/ricci_modcluster_selinux.8
-new file mode 100644
-index 0000000..b0aae39
---- /dev/null
-+++ b/man/man8/ricci_modcluster_selinux.8
-@@ -0,0 +1,285 @@
-+.TH  "ricci_modcluster_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ricci_modcluster_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ricci_modcluster_t SELinux type can be entered via the \fBricci_modcluster_exec_t\fP file type.
-+
-+The default entrypoint paths for the ricci_modcluster_t domain are the following:
-+
-+/usr/libexec/modcluster
-+.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 ricci_modcluster policy is very flexible allowing users to setup their ricci_modcluster processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ricci_modcluster:
-+
-+.EX
-+.B ricci_modclusterd_t, ricci_modcluster_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ricci_modcluster_t
-+can be used to make the process type ricci_modcluster_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ricci_modcluster policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ricci_modcluster with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ricci_modcluster_t, ricci_modclusterd_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 ricci_modcluster_t, ricci_modclusterd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ricci_modcluster policy is very flexible allowing users to setup their ricci_modcluster processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ricci_modcluster:
-+
-+.EX
-+.TP 5
-+.B ricci_modcluster_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 16851
-+.EE
-+udp 16851
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ricci_modcluster_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 cluster_conf_t
-+
-+	/etc/cluster(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 ricci_modcluster policy is very flexible allowing users to setup their ricci_modcluster processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ricci_modcluster, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ricci_modcluster_exec_t '/srv/ricci_modcluster/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myricci_modcluster_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ricci_modcluster:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/clumond\.sock, /var/run/modclusterd\.pid
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ricci_modcluster(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ricci_selinux(8), ricci_selinux(8), ricci_modclusterd_selinux(8), ricci_modlog_selinux(8), ricci_modrpm_selinux(8), ricci_modservice_selinux(8), ricci_modstorage_selinux(8)
-\ 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..05dbf6f
---- /dev/null
-+++ b/man/man8/ricci_modclusterd_selinux.8
-@@ -0,0 +1,279 @@
-+.TH  "ricci_modclusterd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ricci_modclusterd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ricci_modclusterd_t SELinux type can be entered via the \fBricci_modclusterd_exec_t\fP file type.
-+
-+The default entrypoint paths for the ricci_modclusterd_t domain are the following:
-+
-+/usr/sbin/modclusterd
-+.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 ricci_modclusterd policy is very flexible allowing users to setup their ricci_modclusterd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ricci_modclusterd:
-+
-+.EX
-+.B ricci_modclusterd_t, ricci_modcluster_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ricci_modclusterd_t
-+can be used to make the process type ricci_modclusterd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ricci_modclusterd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ricci_modclusterd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ricci_modcluster_t, ricci_modclusterd_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 ricci_modcluster_t, ricci_modclusterd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ricci_modclusterd policy is very flexible allowing users to setup their ricci_modclusterd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ricci_modclusterd:
-+
-+.EX
-+.TP 5
-+.B ricci_modcluster_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 16851
-+.EE
-+udp 16851
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ricci_modclusterd_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 ricci_modcluster_var_run_t
-+
-+	/var/run/clumond\.sock
-+.br
-+	/var/run/modclusterd\.pid
-+.br
-+
-+.br
-+.B ricci_modclusterd_tmpfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 ricci_modclusterd policy is very flexible allowing users to setup their ricci_modclusterd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ricci_modclusterd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ricci_modclusterd_exec_t '/srv/ricci_modclusterd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myricci_modclusterd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ricci_modclusterd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ricci_modclusterd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ricci_selinux(8), ricci_selinux(8), ricci_modcluster_selinux(8), ricci_modcluster_selinux(8), ricci_modlog_selinux(8), ricci_modrpm_selinux(8), ricci_modservice_selinux(8), ricci_modstorage_selinux(8)
-\ 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..eee80ea
---- /dev/null
-+++ b/man/man8/ricci_modlog_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "ricci_modlog_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ricci_modlog_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ricci_modlog_t SELinux type can be entered via the \fBricci_modlog_exec_t\fP file type.
-+
-+The default entrypoint paths for the ricci_modlog_t domain are the following:
-+
-+/usr/libexec/ricci-modlog
-+.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 ricci_modlog policy is very flexible allowing users to setup their ricci_modlog processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ricci_modlog:
-+
-+.EX
-+.B ricci_modlog_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ricci_modlog_t
-+can be used to make the process type ricci_modlog_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ricci_modlog policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ricci_modlog with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 ricci_modlog policy is very flexible allowing users to setup their ricci_modlog processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ricci_modlog, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ricci_modlog_exec_t '/srv/ricci_modlog/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myricci_modlog_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ricci_modlog:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ricci_modlog(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ricci_selinux(8), ricci_selinux(8), ricci_modcluster_selinux(8), ricci_modclusterd_selinux(8), ricci_modrpm_selinux(8), ricci_modservice_selinux(8), ricci_modstorage_selinux(8)
-\ 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..5709422
---- /dev/null
-+++ b/man/man8/ricci_modrpm_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "ricci_modrpm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ricci_modrpm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ricci_modrpm_t SELinux type can be entered via the \fBricci_modrpm_exec_t\fP file type.
-+
-+The default entrypoint paths for the ricci_modrpm_t domain are the following:
-+
-+/usr/libexec/ricci-modrpm
-+.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 ricci_modrpm policy is very flexible allowing users to setup their ricci_modrpm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ricci_modrpm:
-+
-+.EX
-+.B ricci_modrpm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ricci_modrpm_t
-+can be used to make the process type ricci_modrpm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ricci_modrpm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ricci_modrpm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 ricci_modrpm policy is very flexible allowing users to setup their ricci_modrpm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ricci_modrpm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ricci_modrpm_exec_t '/srv/ricci_modrpm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myricci_modrpm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ricci_modrpm:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ricci_modrpm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ricci_selinux(8), ricci_selinux(8), ricci_modcluster_selinux(8), ricci_modclusterd_selinux(8), ricci_modlog_selinux(8), ricci_modservice_selinux(8), ricci_modstorage_selinux(8)
-\ 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..68064fb
---- /dev/null
-+++ b/man/man8/ricci_modservice_selinux.8
-@@ -0,0 +1,147 @@
-+.TH  "ricci_modservice_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ricci_modservice_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ricci_modservice_t SELinux type can be entered via the \fBricci_modservice_exec_t\fP file type.
-+
-+The default entrypoint paths for the ricci_modservice_t domain are the following:
-+
-+/usr/libexec/ricci-modservice
-+.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 ricci_modservice policy is very flexible allowing users to setup their ricci_modservice processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ricci_modservice:
-+
-+.EX
-+.B ricci_modservice_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ricci_modservice_t
-+can be used to make the process type ricci_modservice_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ricci_modservice policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ricci_modservice with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 ricci_modservice policy is very flexible allowing users to setup their ricci_modservice processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ricci_modservice, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ricci_modservice_exec_t '/srv/ricci_modservice/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myricci_modservice_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ricci_modservice:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ricci_modservice(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ricci_selinux(8), ricci_selinux(8), ricci_modcluster_selinux(8), ricci_modclusterd_selinux(8), ricci_modlog_selinux(8), ricci_modrpm_selinux(8), ricci_modstorage_selinux(8)
-\ 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..91ebd9c
---- /dev/null
-+++ b/man/man8/ricci_modstorage_selinux.8
-@@ -0,0 +1,251 @@
-+.TH  "ricci_modstorage_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ricci_modstorage_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ricci_modstorage_t SELinux type can be entered via the \fBricci_modstorage_exec_t\fP file type.
-+
-+The default entrypoint paths for the ricci_modstorage_t domain are the following:
-+
-+/usr/libexec/ricci-modstorage
-+.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 ricci_modstorage policy is very flexible allowing users to setup their ricci_modstorage processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ricci_modstorage:
-+
-+.EX
-+.B ricci_modstorage_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ricci_modstorage_t
-+can be used to make the process type ricci_modstorage_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ricci_modstorage policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ricci_modstorage with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ricci_modstorage_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 ricci_modstorage_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ricci_modstorage_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 default_t
-+
-+	/.*
-+.br
-+
-+.br
-+.B etc_t
-+
-+	/etc/.*
-+.br
-+	/var/db/.*\.db
-+.br
-+	/usr/etc(/.*)?
-+.br
-+	/var/ftp/etc(/.*)?
-+.br
-+	/var/lib/openshift/.limits.d(/.*)?
-+.br
-+	/var/lib/openshift/.openshift-proxy.d(/.*)?
-+.br
-+	/var/lib/openshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/lib/stickshift/.limits.d(/.*)?
-+.br
-+	/var/lib/stickshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/named/chroot/etc(/.*)?
-+.br
-+	/etc/ipsec\.d/examples(/.*)?
-+.br
-+	/var/spool/postfix/etc(/.*)?
-+.br
-+	/etc
-+.br
-+	/etc/cups/client\.conf
-+.br
-+
-+.br
-+.B lvm_etc_t
-+
-+	/etc/lvm(/.*)?
-+.br
-+
-+.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 ricci_modstorage policy is very flexible allowing users to setup their ricci_modstorage processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ricci_modstorage, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ricci_modstorage_exec_t '/srv/ricci_modstorage/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myricci_modstorage_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ricci_modstorage:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ricci_modstorage(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ricci_selinux(8), ricci_selinux(8), ricci_modcluster_selinux(8), ricci_modclusterd_selinux(8), ricci_modlog_selinux(8), ricci_modrpm_selinux(8), ricci_modservice_selinux(8)
-\ 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..5bc4817
---- /dev/null
-+++ b/man/man8/ricci_selinux.8
-@@ -0,0 +1,495 @@
-+.TH  "ricci_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ricci_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ricci_t SELinux type can be entered via the \fBricci_exec_t, bin_t\fP file types.
-+
-+The default entrypoint paths for the ricci_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/usr/sbin/ricci
-+.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 ricci policy is very flexible allowing users to setup their ricci processes in as secure a method as possible.
-+.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
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ricci_t
-+can be used to make the process type ricci_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ricci policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ricci with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ricci_modstorage_t, ricci_modcluster_t, ricci_modclusterd_t, ricci_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 ricci_modstorage_t, ricci_modcluster_t, ricci_modclusterd_t, ricci_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ricci policy is very flexible allowing users to setup their ricci processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ricci:
-+
-+.EX
-+.TP 5
-+.B ricci_modcluster_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 16851
-+.EE
-+udp 16851
-+.EE
-+
-+.EX
-+.TP 5
-+.B ricci_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 11111
-+.EE
-+udp 11111
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ricci_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B ricci_tmp_t
-+
-+
-+.br
-+.B ricci_var_lib_t
-+
-+	/var/lib/ricci(/.*)?
-+.br
-+
-+.br
-+.B ricci_var_run_t
-+
-+	/var/run/ricci\.pid
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 ricci policy is very flexible allowing users to setup their ricci processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ricci, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ricci_exec_t '/srv/ricci/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myricci_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ricci:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/clumond\.sock, /var/run/modclusterd\.pid
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ricci(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ricci_modcluster_selinux(8), ricci_modclusterd_selinux(8), ricci_modlog_selinux(8), ricci_modrpm_selinux(8), ricci_modservice_selinux(8), ricci_modstorage_selinux(8)
-\ 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..8b26d45
---- /dev/null
-+++ b/man/man8/rlogind_selinux.8
-@@ -0,0 +1,481 @@
-+.TH  "rlogind_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rlogind_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rlogind_t SELinux type can be entered via the \fBrlogind_exec_t\fP file type.
-+
-+The default entrypoint paths for the rlogind_t domain are the following:
-+
-+/usr/lib/telnetlogin, /usr/sbin/in\.rlogind, /usr/kerberos/sbin/klogind
-+.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 rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rlogind:
-+
-+.EX
-+.B rlogind_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rlogind_t
-+can be used to make the process type rlogind_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rlogind policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rlogind with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a radius server, you must turn on the authlogin_radius boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_radius 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a yubikey  server, you must turn on the authlogin_yubikey boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_yubikey 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rlogind_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 rlogind_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
-+.PP
-+The following port types are defined for rlogind:
-+
-+.EX
-+.TP 5
-+.B rlogind_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 513
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rlogind_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B auth_home_t
-+
-+	/root/\.google_authenticator
-+.br
-+	/root/\.google_authenticator~
-+.br
-+	/home/[^/]*/\.google_authenticator
-+.br
-+	/home/[^/]*/\.google_authenticator~
-+.br
-+	/home/pwalsh/\.google_authenticator
-+.br
-+	/home/pwalsh/\.google_authenticator~
-+.br
-+	/home/dwalsh/\.google_authenticator
-+.br
-+	/home/dwalsh/\.google_authenticator~
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator~
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B rlogind_tmp_t
-+
-+
-+.br
-+.B rlogind_var_run_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 rlogind policy is very flexible allowing users to setup their rlogind processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rlogind, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rlogind_exec_t '/srv/rlogind/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrlogind_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rlogind:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/telnetlogin, /usr/sbin/in\.rlogind, /usr/kerberos/sbin/klogind
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.rlogin, /root/\.rhosts, /home/[^/]*/\.rlogin, /home/[^/]*/\.rhosts, /home/pwalsh/\.rlogin, /home/pwalsh/\.rhosts, /home/dwalsh/\.rlogin, /home/dwalsh/\.rhosts, /var/lib/xguest/home/xguest/\.rlogin, /var/lib/xguest/home/xguest/\.rhosts
-+
-+.EX
-+.PP
-+.B rlogind_keytab_t
-+.EE
-+
-+- Set files with the rlogind_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), rlogind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/rngd_selinux.8 b/man/man8/rngd_selinux.8
-new file mode 100644
-index 0000000..569ffb7
---- /dev/null
-+++ b/man/man8/rngd_selinux.8
-@@ -0,0 +1,199 @@
-+.TH  "rngd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rngd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rngd_t SELinux type can be entered via the \fBrngd_exec_t\fP file type.
-+
-+The default entrypoint paths for the rngd_t domain are the following:
-+
-+/usr/sbin/rngd
-+.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 rngd policy is very flexible allowing users to setup their rngd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rngd:
-+
-+.EX
-+.B rngd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rngd_t
-+can be used to make the process type rngd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rngd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rngd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rngd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 rngd policy is very flexible allowing users to setup their rngd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rngd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rngd_exec_t '/srv/rngd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrngd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rngd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rngd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/roundup_selinux.8 b/man/man8/roundup_selinux.8
-new file mode 100644
-index 0000000..44cdde0
---- /dev/null
-+++ b/man/man8/roundup_selinux.8
-@@ -0,0 +1,225 @@
-+.TH  "roundup_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep roundup_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The roundup_t SELinux type can be entered via the \fBroundup_exec_t\fP file type.
-+
-+The default entrypoint paths for the roundup_t domain are the following:
-+
-+/usr/bin/roundup-server
-+.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 roundup policy is very flexible allowing users to setup their roundup processes in as secure a method as possible.
-+.PP
-+The following process types are defined for roundup:
-+
-+.EX
-+.B roundup_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a roundup_t
-+can be used to make the process type roundup_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  roundup policy is extremely flexible and has several booleans that allow you to manipulate the policy and run roundup with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type roundup_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B roundup_var_lib_t
-+
-+	/var/lib/roundup(/.*)?
-+.br
-+
-+.br
-+.B roundup_var_run_t
-+
-+
-+.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 roundup policy is very flexible allowing users to setup their roundup processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the roundup, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t roundup_exec_t '/srv/roundup/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myroundup_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for roundup:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), roundup(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/rpcbind_selinux.8 b/man/man8/rpcbind_selinux.8
-new file mode 100644
-index 0000000..b1108be
---- /dev/null
-+++ b/man/man8/rpcbind_selinux.8
-@@ -0,0 +1,251 @@
-+.TH  "rpcbind_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rpcbind_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rpcbind_t SELinux type can be entered via the \fBrpcbind_exec_t\fP file type.
-+
-+The default entrypoint paths for the rpcbind_t domain are the following:
-+
-+/sbin/rpcbind, /usr/sbin/rpcbind
-+.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 rpcbind policy is very flexible allowing users to setup their rpcbind processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rpcbind:
-+
-+.EX
-+.B rpcbind_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rpcbind_t
-+can be used to make the process type rpcbind_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rpcbind policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rpcbind with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rpcbind_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B rpcbind_var_lib_t
-+
-+	/var/lib/rpcbind(/.*)?
-+.br
-+	/var/cache/rpcbind(/.*)?
-+.br
-+
-+.br
-+.B rpcbind_var_run_t
-+
-+	/var/run/rpc.statd\.pid
-+.br
-+	/var/run/rpcbind.*
-+.br
-+
-+.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 rpcbind policy is very flexible allowing users to setup their rpcbind processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rpcbind, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rpcbind_exec_t '/srv/rpcbind/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrpcbind_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rpcbind:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/rpcbind, /usr/sbin/rpcbind
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/rpcbind(/.*)?, /var/cache/rpcbind(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/rpc.statd\.pid, /var/run/rpcbind.*
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rpcbind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/rpcd_selinux.8 b/man/man8/rpcd_selinux.8
-new file mode 100644
-index 0000000..69cfc0f
---- /dev/null
-+++ b/man/man8/rpcd_selinux.8
-@@ -0,0 +1,332 @@
-+.TH  "rpcd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rpcd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rpcd_t SELinux type can be entered via the \fBrpcd_exec_t\fP file type.
-+
-+The default entrypoint paths for the rpcd_t domain are the following:
-+
-+/sbin/rpc\..*, /usr/sbin/rpc\..*, /sbin/sm-notify, /usr/sbin/sm-notify, /usr/sbin/rpc\.idmapd, /usr/sbin/rpc\.rquotad
-+.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 rpcd policy is very flexible allowing users to setup their rpcd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rpcd:
-+
-+.EX
-+.B rpcd_t, rpcbind_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rpcd_t
-+can be used to make the process type rpcd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rpcd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rpcd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rpcd_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 rpcd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rpcd_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 quota_db_t
-+
-+	/a?quota\.(user|group)
-+.br
-+	/etc/a?quota\.(user|group)
-+.br
-+	/var/a?quota\.(user|group)
-+.br
-+	/boot/a?quota\.(user|group)
-+.br
-+	/var/spool/(.*/)?a?quota\.(user|group)
-+.br
-+	/var/lib/openshift/a?quota\.(user|group)
-+.br
-+	/var/lib/stickshift/a?quota\.(user|group)
-+.br
-+	/home/[^/]*/a?quota\.(user|group)
-+.br
-+	/home/a?quota\.(user|group)
-+.br
-+	/home/pwalsh/a?quota\.(user|group)
-+.br
-+	/home/dwalsh/a?quota\.(user|group)
-+.br
-+	/var/lib/xguest/home/xguest/a?quota\.(user|group)
-+.br
-+
-+.br
-+.B rgmanager_tmp_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B rpcd_var_run_t
-+
-+	/var/run/rpc\.statd(/.*)?
-+.br
-+	/var/run/rpc\.statd\.pid
-+.br
-+
-+.br
-+.B var_lib_nfs_t
-+
-+	/var/lib/nfs(/.*)?
-+.br
-+
-+.br
-+.B var_lib_t
-+
-+	/opt/(.*/)?var/lib(/.*)?
-+.br
-+	/var/lib(/.*)?
-+.br
-+
-+.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 rpcd policy is very flexible allowing users to setup their rpcd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+rpcd policy stores data with multiple different file context types under the /var/run/rpc\.statd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/rpc\.statd /srv/rpc\.statd
-+.br
-+.B restorecon -R -v /srv/rpc\.statd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rpcd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rpcd_exec_t '/srv/rpcd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrpcd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rpcd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/rpc\..*, /usr/sbin/rpc\..*, /sbin/sm-notify, /usr/sbin/sm-notify, /usr/sbin/rpc\.idmapd, /usr/sbin/rpc\.rquotad
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/nfslock, /etc/rc\.d/init\.d/rpcidmapd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/rpc\.statd(/.*)?, /var/run/rpc\.statd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rpcd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), rpcbind_selinux(8)
-\ 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..a001a8b
---- /dev/null
-+++ b/man/man8/rpm_script_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "rpm_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rpm_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rpm_script_t SELinux type can be entered via the \fBldconfig_exec_t, bin_t, sysctl_type, shell_exec_t, filesystem_type, mtrr_device_t, unlabeled_t, proc_type, file_type\fP file types.
-+
-+The default entrypoint paths for the rpm_script_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/sbin/ldconfig, /usr/sbin/ldconfig, /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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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, /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 rpm_script policy is very flexible allowing users to setup their rpm_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rpm_script:
-+
-+.EX
-+.B rpm_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rpm_script_t
-+can be used to make the process type rpm_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rpm_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rpm_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rpm_script_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 rpm_script_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rpm_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 file_type
-+
-+	all files on the system
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rpm_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), rpm_selinux(8), rpm_selinux(8)
-\ 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..3e5a719
---- /dev/null
-+++ b/man/man8/rpm_selinux.8
-@@ -0,0 +1,373 @@
-+.TH  "rpm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rpm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rpm_t SELinux type can be entered via the \fBsysctl_type, rpm_exec_t, filesystem_type, debuginfo_exec_t, rpm_script_exec_t, mtrr_device_t, unlabeled_t, proc_type, file_type\fP file types.
-+
-+The default entrypoint paths for the rpm_t domain are the following:
-+
-+/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.
-+SELinux rpm policy is very flexible allowing users to setup their rpm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rpm:
-+
-+.EX
-+.B rpm_t, rpm_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rpm_t
-+can be used to make the process type rpm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rpm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rpm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rpm_script_t, rpm_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 rpm_script_t, rpm_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rpm_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 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 rpm policy is very flexible allowing users to setup their rpm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rpm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rpm_exec_t '/srv/rpm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrpm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rpm:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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
-+
-+.EX
-+.PP
-+.B rpm_file_t
-+.EE
-+
-+- Set files with the rpm_file_t type, if you want to treat the files as rpm content.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/cache/yum(/.*)?, /var/spool/up2date(/.*)?, /var/cache/PackageKit(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/rpm(/.*)?, /var/lib/yum(/.*)?, /var/lib/dnf(/.*)?, /var/lib/PackageKit(/.*)?, /var/lib/alternatives(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/yum.*, /var/run/PackageKit(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rpm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), rpm_script_selinux(8)
-\ 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..8d6d4c5
---- /dev/null
-+++ b/man/man8/rshd_selinux.8
-@@ -0,0 +1,459 @@
-+.TH  "rshd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rshd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rshd_t SELinux type can be entered via the \fBrshd_exec_t\fP file type.
-+
-+The default entrypoint paths for the rshd_t domain are the following:
-+
-+/usr/sbin/in\.rshd, /usr/sbin/in\.rexecd, /usr/kerberos/sbin/kshd
-+.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 rshd policy is very flexible allowing users to setup their rshd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rshd:
-+
-+.EX
-+.B rshd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rshd_t
-+can be used to make the process type rshd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rshd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rshd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a radius server, you must turn on the authlogin_radius boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_radius 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a yubikey  server, you must turn on the authlogin_yubikey boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_yubikey 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow a user to login as an unconfined domain, you must turn on the unconfined_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rshd_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 rshd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 rshd policy is very flexible allowing users to setup their rshd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for rshd:
-+
-+.EX
-+.TP 5
-+.B rsh_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 514
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rshd_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B auth_home_t
-+
-+	/root/\.google_authenticator
-+.br
-+	/root/\.google_authenticator~
-+.br
-+	/home/[^/]*/\.google_authenticator
-+.br
-+	/home/[^/]*/\.google_authenticator~
-+.br
-+	/home/pwalsh/\.google_authenticator
-+.br
-+	/home/pwalsh/\.google_authenticator~
-+.br
-+	/home/dwalsh/\.google_authenticator
-+.br
-+	/home/dwalsh/\.google_authenticator~
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator~
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 rshd policy is very flexible allowing users to setup their rshd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rshd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rshd_exec_t '/srv/rshd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrshd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rshd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/in\.rshd, /usr/sbin/in\.rexecd, /usr/kerberos/sbin/kshd
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), rshd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/rssh_chroot_helper_selinux.8 b/man/man8/rssh_chroot_helper_selinux.8
-new file mode 100644
-index 0000000..d4866c5
---- /dev/null
-+++ b/man/man8/rssh_chroot_helper_selinux.8
-@@ -0,0 +1,203 @@
-+.TH  "rssh_chroot_helper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rssh_chroot_helper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rssh_chroot_helper_t SELinux type can be entered via the \fBrssh_chroot_helper_exec_t\fP file type.
-+
-+The default entrypoint paths for the rssh_chroot_helper_t domain are the following:
-+
-+/usr/libexec/rssh_chroot_helper
-+.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 rssh_chroot_helper policy is very flexible allowing users to setup their rssh_chroot_helper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rssh_chroot_helper:
-+
-+.EX
-+.B rssh_chroot_helper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rssh_chroot_helper_t
-+can be used to make the process type rssh_chroot_helper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rssh_chroot_helper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rssh_chroot_helper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rssh_chroot_helper_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 rssh_chroot_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rssh_chroot_helper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rssh_chroot_helper_exec_t '/srv/rssh_chroot_helper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrssh_chroot_helper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rssh_chroot_helper:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rssh_chroot_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), rssh_selinux(8), rssh_selinux(8)
-\ 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..7ff577d
---- /dev/null
-+++ b/man/man8/rssh_selinux.8
-@@ -0,0 +1,203 @@
-+.TH  "rssh_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rssh_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rssh_t SELinux type can be entered via the \fBrssh_exec_t\fP file type.
-+
-+The default entrypoint paths for the rssh_t domain are the following:
-+
-+/usr/bin/rssh
-+.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 rssh policy is very flexible allowing users to setup their rssh processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rssh:
-+
-+.EX
-+.B rssh_t, rssh_chroot_helper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rssh_t
-+can be used to make the process type rssh_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rssh policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rssh with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rssh_chroot_helper_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 rssh_chroot_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rssh_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 rssh_rw_t
-+
-+
-+.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 rssh policy is very flexible allowing users to setup their rssh processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rssh, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rssh_chroot_helper_exec_t '/srv/rssh/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrssh_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rssh:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(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..a5bcdf1 100644
---- a/man/man8/rsync_selinux.8
-+++ b/man/man8/rsync_selinux.8
-@@ -1,52 +1,431 @@
--.TH  "rsync_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "rsync Selinux Policy documentation"
--.de EX
--.nf
--.ft CW
--..
--.de EE
--.ft R
--.fi
--..
-+.TH  "rsync_selinux"  "8"  "13-01-16" "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
- .SH "DESCRIPTION"
- 
--Security-Enhanced Linux secures the rsync server via flexible mandatory access
--control.  
--.SH FILE_CONTEXTS
--SELinux requires files to have an extended attribute to define the file type. 
--Policy governs the access daemons have to these files. 
--If you want to share files using the rsync daemon, you must label the files and directories public_content_t.  So if you created a special directory /var/rsync, you 
--would need to label the directory with the chcon tool.
--.TP
--chcon -t public_content_t /var/rsync
--.TP
--.TP
--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.
-+
-+For example:
-+
-+.B ps -eZ | grep rsync_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rsync_t SELinux type can be entered via the \fBrsync_exec_t\fP file type.
-+
-+The default entrypoint paths for the rsync_t domain are the following:
-+
-+/usr/bin/rsync
-+.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 rsync policy is very flexible allowing users to setup their rsync processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rsync:
-+
-+.EX
-+.B rsync_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rsync_t
-+can be used to make the process type rsync_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rsync policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rsync with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow rsync to run as a client, you must turn on the rsync_client boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P rsync_client 1
-+
-+.EE
-+
-+.PP
-+If you want to allow rsync to export any files/directories read only, you must turn on the rsync_export_all_ro boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P rsync_export_all_ro 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rsync_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 rsync_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 rsync policy is very flexible allowing users to setup their rsync processes in as secure a method as possible.
-+.PP
-+The following port types are defined for rsync:
-+
-+.EX
-+.TP 5
-+.B rsync_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 873
-+.EE
-+udp 873
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rsync_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B rsync_data_t
-+
-+
-+.br
-+.B rsync_log_t
-+
-+	/var/log/rsync\.log.*
-+.br
-+
-+.br
-+.B rsync_tmp_t
-+
-+
-+.br
-+.B rsync_var_run_t
-+
-+	/var/run/rsyncd\.lock
-+.br
-+
-+.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 rsync policy is very flexible allowing users to setup their rsync processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rsync, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rsync_data_t '/srv/rsync/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrsync_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rsync:
-+
-+
-+.EX
-+.PP
-+.B rsync_data_t
-+.EE
-+
-+- Set files with the rsync_data_t type, if you want to treat the files as rsync content.
-+
-+
-+.EX
-+.PP
-+.B rsync_etc_t
-+.EE
-+
-+- Set files with the rsync_etc_t type, if you want to store rsync files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 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
-+Allow rsync servers to read the /var/rsync directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
- semanage fcontext -a -t public_content_t "/var/rsync(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/rsync
-+.pp
- .TP
--This command adds the following entry to /etc/selinux/POLICYTYPE/contexts/files/file_contexts.local:
--.TP
--/var/rsync(/.*)? system_u:object_r:publix_content_t:s0
--.TP
--Run the restorecon command to apply the changes:
--.TP
--restorecon -R -v /var/rsync/
--.EE
-+Allow rsync 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_rsyncd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/rsync/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/rsync/incoming
- 
--.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 rsync you would execute:
-+
-+.PP
-+If you want to allow rsync to modify public files used for public file transfer services.  Files/Directories must be labeled public_content_rw_t., you must turn on the rsync_anon_write boolean.
- 
- .EX
--setsebool -P allow_rsync_anon_write=1
-+.B setsebool -P rsync_anon_write 1
- .EE
- 
--.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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), rsync(1), chcon(1), setsebool(8), semanage(8)
-+selinux(8), rsync(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..2b3d7e9
---- /dev/null
-+++ b/man/man8/rtkit_daemon_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "rtkit_daemon_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rtkit_daemon_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rtkit_daemon_t SELinux type can be entered via the \fBrtkit_daemon_exec_t\fP file type.
-+
-+The default entrypoint paths for the rtkit_daemon_t domain are the following:
-+
-+/usr/libexec/rtkit-daemon, /usr/lib/rtkit/rtkit-daemon
-+.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 rtkit_daemon policy is very flexible allowing users to setup their rtkit_daemon processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rtkit_daemon:
-+
-+.EX
-+.B rtkit_daemon_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rtkit_daemon_t
-+can be used to make the process type rtkit_daemon_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rtkit_daemon policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rtkit_daemon with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the rtkit_daemon_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 rtkit_daemon_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rtkit_daemon_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 anon_inodefs_t
-+
-+
-+.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 rtkit_daemon policy is very flexible allowing users to setup their rtkit_daemon processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rtkit_daemon, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rtkit_daemon_exec_t '/srv/rtkit_daemon/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrtkit_daemon_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rtkit_daemon:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/rtkit-daemon, /usr/lib/rtkit/rtkit-daemon
-+
-+.EX
-+.PP
-+.B rtkit_daemon_initrc_exec_t
-+.EE
-+
-+- Set files with the rtkit_daemon_initrc_exec_t type, if you want to transition an executable to the rtkit_daemon_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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), rtkit_daemon(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/run_init_selinux.8 b/man/man8/run_init_selinux.8
-new file mode 100644
-index 0000000..be32022
---- /dev/null
-+++ b/man/man8/run_init_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "run_init_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep run_init_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The run_init_t SELinux type can be entered via the \fBrun_init_exec_t\fP file type.
-+
-+The default entrypoint paths for the run_init_t domain are the following:
-+
-+/usr/sbin/run_init
-+.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 run_init policy is very flexible allowing users to setup their run_init processes in as secure a method as possible.
-+.PP
-+The following process types are defined for run_init:
-+
-+.EX
-+.B run_init_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a run_init_t
-+can be used to make the process type run_init_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  run_init policy is extremely flexible and has several booleans that allow you to manipulate the policy and run run_init with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the run_init_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 run_init_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type run_init_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 run_init policy is very flexible allowing users to setup their run_init processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the run_init, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t run_init_exec_t '/srv/run_init/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrun_init_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for run_init:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), run_init(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/rwho_selinux.8 b/man/man8/rwho_selinux.8
-new file mode 100644
-index 0000000..115d93c
---- /dev/null
-+++ b/man/man8/rwho_selinux.8
-@@ -0,0 +1,247 @@
-+.TH  "rwho_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep rwho_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The rwho_t SELinux type can be entered via the \fBrwho_exec_t\fP file type.
-+
-+The default entrypoint paths for the rwho_t domain are the following:
-+
-+/usr/sbin/rwhod
-+.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 rwho policy is very flexible allowing users to setup their rwho processes in as secure a method as possible.
-+.PP
-+The following process types are defined for rwho:
-+
-+.EX
-+.B rwho_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a rwho_t
-+can be used to make the process type rwho_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  rwho policy is extremely flexible and has several booleans that allow you to manipulate the policy and run rwho with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 rwho policy is very flexible allowing users to setup their rwho processes in as secure a method as possible.
-+.PP
-+The following port types are defined for rwho:
-+
-+.EX
-+.TP 5
-+.B rwho_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 513
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type rwho_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B rwho_spool_t
-+
-+	/var/spool/rwho(/.*)?
-+.br
-+
-+.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 rwho policy is very flexible allowing users to setup their rwho processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the rwho, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t rwho_exec_t '/srv/rwho/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myrwho_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for rwho:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), rwho(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/samba_net_selinux.8 b/man/man8/samba_net_selinux.8
-new file mode 100644
-index 0000000..3ff4184
---- /dev/null
-+++ b/man/man8/samba_net_selinux.8
-@@ -0,0 +1,267 @@
-+.TH  "samba_net_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep samba_net_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The samba_net_t SELinux type can be entered via the \fBsamba_net_exec_t\fP file type.
-+
-+The default entrypoint paths for the samba_net_t domain are the following:
-+
-+/usr/bin/net
-+.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 samba_net policy is very flexible allowing users to setup their samba_net processes in as secure a method as possible.
-+.PP
-+The following process types are defined for samba_net:
-+
-+.EX
-+.B samba_net_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a samba_net_t
-+can be used to make the process type samba_net_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  samba_net policy is extremely flexible and has several booleans that allow you to manipulate the policy and run samba_net with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the samba_net_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 samba_net_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type samba_net_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B krb5_keytab_t
-+
-+	/etc/krb5\.keytab
-+.br
-+	/etc/krb5kdc/kadm5\.keytab
-+.br
-+	/var/kerberos/krb5kdc/kadm5\.keytab
-+.br
-+
-+.br
-+.B samba_net_tmp_t
-+
-+
-+.br
-+.B samba_secrets_t
-+
-+	/etc/samba/smbpasswd
-+.br
-+	/etc/samba/passdb\.tdb
-+.br
-+	/etc/samba/MACHINE\.SID
-+.br
-+	/etc/samba/secrets\.tdb
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.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 samba_net policy is very flexible allowing users to setup their samba_net processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the samba_net, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t samba_net_exec_t '/srv/samba_net/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysamba_net_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for samba_net:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), samba_net(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(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..234a9c7 100644
---- a/man/man8/samba_selinux.8
-+++ b/man/man8/samba_selinux.8
-@@ -1,56 +1 @@
--.TH  "samba_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "Samba Selinux Policy documentation"
--.SH "NAME"
--samba_selinux \- Security Enhanced Linux Policy for Samba
--.SH "DESCRIPTION"
--
--Security-Enhanced Linux secures the Samba server via flexible mandatory access
--control.  
--.SH FILE_CONTEXTS
--SELinux requires files to have an extended attribute to define the file type. 
--Policy governs the access daemons have to these files. 
--If you want to share files other than home directories, those files must be 
--labeled samba_share_t.  So if you created a special directory /var/eng, you 
--would need to label the directory with the chcon tool.
--.TP
--chcon -t samba_share_t /var/eng
--.TP
--To make this change permanent (survive a relabel), use the semanage command to add the change to file context configuration:
--.TP
--semanage fcontext -a -t samba_share_t "/var/eng(/.*)?"
--.TP
--This command adds the following entry to /etc/selinux/POLICYTYPE/contexts/files/file_contexts.local:
--.TP
--/var/eng(/.*)? system_u:object_r:samba_share_t:s0
--.TP
--Run the restorecon command to apply the changes:
--.TP
--restorecon -R -v /var/eng/
--
--.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 samba you would execute:
--
--setsebool -P allow_smbd_anon_write=1
--
--.SH BOOLEANS
--.br 
--SELinux policy is customizable based on least access required.  So by 
--default SELinux policy turns off SELinux sharing of home directories and 
--the use of Samba shares from a remote machine as a home directory.
--.TP
--If you are setting up this machine as a Samba server and wish to share the home directories, you need to set the samba_enable_home_dirs boolean. 
--.br
--
--setsebool -P samba_enable_home_dirs 1
--.TP
--If you want to use a remote Samba server for the home directories on this machine, you must set the use_samba_home_dirs boolean.
--.br 
--
--setsebool -P use_samba_home_dirs 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>.
--
--.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..f51fa8e
---- /dev/null
-+++ b/man/man8/samba_unconfined_script_selinux.8
-@@ -0,0 +1,155 @@
-+.TH  "samba_unconfined_script_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep samba_unconfined_script_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The samba_unconfined_script_t SELinux type can be entered via the \fBshell_exec_t, samba_unconfined_script_exec_t\fP file types.
-+
-+The default entrypoint paths for the samba_unconfined_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/lib/samba/scripts(/.*)?
-+.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 samba_unconfined_script policy is very flexible allowing users to setup their samba_unconfined_script processes in as secure a method as possible.
-+.PP
-+The following process types are defined for samba_unconfined_script:
-+
-+.EX
-+.B samba_unconfined_script_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a samba_unconfined_script_t
-+can be used to make the process type samba_unconfined_script_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  samba_unconfined_script policy is extremely flexible and has several booleans that allow you to manipulate the policy and run samba_unconfined_script with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to run unconfined scripts, you must turn on the samba_run_unconfined boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_run_unconfined 1
-+
-+.EE
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the samba_unconfined_script, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t samba_unconfined_script_exec_t '/srv/samba_unconfined_script/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysamba_unconfined_script_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for samba_unconfined_script:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), samba_unconfined_script(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), samba_net_selinux(8), sambagui_selinux(8)
-\ 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..46062f2
---- /dev/null
-+++ b/man/man8/sambagui_selinux.8
-@@ -0,0 +1,225 @@
-+.TH  "sambagui_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sambagui_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sambagui_t SELinux type can be entered via the \fBsambagui_exec_t\fP file type.
-+
-+The default entrypoint paths for the sambagui_t domain are the following:
-+
-+/usr/share/system-config-samba/system-config-samba-mechanism\.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.
-+SELinux sambagui policy is very flexible allowing users to setup their sambagui processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sambagui:
-+
-+.EX
-+.B sambagui_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sambagui_t
-+can be used to make the process type sambagui_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sambagui policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sambagui with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sambagui_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 sambagui_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sambagui_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 samba_etc_t
-+
-+	/etc/samba(/.*)?
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 sambagui policy is very flexible allowing users to setup their sambagui processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sambagui, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sambagui_exec_t '/srv/sambagui/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysambagui_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sambagui:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sambagui(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_min_client_selinux.8 b/man/man8/sandbox_min_client_selinux.8
-new file mode 100644
-index 0000000..cd7f3c5
---- /dev/null
-+++ b/man/man8/sandbox_min_client_selinux.8
-@@ -0,0 +1,180 @@
-+.TH  "sandbox_min_client_selinux"  "8"  "13-01-16" "sandbox_min_client" "SELinux Policy documentation for sandbox_min_client"
-+.SH "NAME"
-+sandbox_min_client_selinux \- Security Enhanced Linux Policy for the sandbox_min_client processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_min_client processes via flexible mandatory access control.
-+
-+The sandbox_min_client processes execute with the sandbox_min_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:
-+
-+.B ps -eZ | grep sandbox_min_client_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_min_client_t SELinux type can be entered via the \fBsandbox_exec_t, file_type\fP file types.
-+
-+The default entrypoint paths for the sandbox_min_client_t domain are the following:
-+
-+/usr/share/sandbox/start, 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 sandbox_min_client policy is very flexible allowing users to setup their sandbox_min_client processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_min_client:
-+
-+.EX
-+.B sandbox_min_client_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_min_client_t
-+can be used to make the process type sandbox_min_client_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_min_client policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_min_client with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_min_client_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_min_client_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_min_client(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_selinux(8), sandbox_min_selinux(8), sandbox_net_selinux(8), sandbox_net_client_selinux(8), sandbox_web_selinux(8), sandbox_web_client_selinux(8), sandbox_x_selinux(8), sandbox_x_client_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_min_selinux.8 b/man/man8/sandbox_min_selinux.8
-new file mode 100644
-index 0000000..f9b777f
---- /dev/null
-+++ b/man/man8/sandbox_min_selinux.8
-@@ -0,0 +1,228 @@
-+.TH  "sandbox_min_selinux"  "8"  "13-01-16" "sandbox_min" "SELinux Policy documentation for sandbox_min"
-+.SH "NAME"
-+sandbox_min_selinux \- Security Enhanced Linux Policy for the sandbox_min processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_min processes via flexible mandatory access control.
-+
-+The sandbox_min processes execute with the sandbox_min_t SELinux 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 sandbox_min_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_min_t SELinux type can be entered via the \fBfile_type\fP file type.
-+
-+The default entrypoint paths for the sandbox_min_t domain are the following:
-+
-+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 sandbox_min policy is very flexible allowing users to setup their sandbox_min processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_min:
-+
-+.EX
-+.B sandbox_min_t, sandbox_min_client_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_min_t
-+can be used to make the process type sandbox_min_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_min policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_min with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_min_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 sandbox_min_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_min_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_min_client_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_min(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_client_selinux(8), sandbox_net_selinux(8), sandbox_net_client_selinux(8), sandbox_web_selinux(8), sandbox_web_client_selinux(8), sandbox_x_selinux(8), sandbox_x_client_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_net_client_selinux.8 b/man/man8/sandbox_net_client_selinux.8
-new file mode 100644
-index 0000000..8602f7a
---- /dev/null
-+++ b/man/man8/sandbox_net_client_selinux.8
-@@ -0,0 +1,242 @@
-+.TH  "sandbox_net_client_selinux"  "8"  "13-01-16" "sandbox_net_client" "SELinux Policy documentation for sandbox_net_client"
-+.SH "NAME"
-+sandbox_net_client_selinux \- Security Enhanced Linux Policy for the sandbox_net_client processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_net_client processes via flexible mandatory access control.
-+
-+The sandbox_net_client processes execute with the sandbox_net_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:
-+
-+.B ps -eZ | grep sandbox_net_client_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_net_client_t SELinux type can be entered via the \fBsandbox_exec_t, file_type\fP file types.
-+
-+The default entrypoint paths for the sandbox_net_client_t domain are the following:
-+
-+/usr/share/sandbox/start, 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 sandbox_net_client policy is very flexible allowing users to setup their sandbox_net_client processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_net_client:
-+
-+.EX
-+.B sandbox_net_client_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_net_client_t
-+can be used to make the process type sandbox_net_client_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_net_client policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_net_client with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_net_client_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 sandbox_net_client_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_net_client_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mozilla_plugin_rw_t
-+
-+	/usr/lib/mozilla/plugins-wrapped(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_net_client_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_net_client(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_selinux(8), sandbox_min_client_selinux(8), sandbox_net_selinux(8), sandbox_net_selinux(8), sandbox_web_selinux(8), sandbox_web_client_selinux(8), sandbox_x_selinux(8), sandbox_x_client_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_net_selinux.8 b/man/man8/sandbox_net_selinux.8
-new file mode 100644
-index 0000000..ab91992
---- /dev/null
-+++ b/man/man8/sandbox_net_selinux.8
-@@ -0,0 +1,228 @@
-+.TH  "sandbox_net_selinux"  "8"  "13-01-16" "sandbox_net" "SELinux Policy documentation for sandbox_net"
-+.SH "NAME"
-+sandbox_net_selinux \- Security Enhanced Linux Policy for the sandbox_net processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_net processes via flexible mandatory access control.
-+
-+The sandbox_net processes execute with the sandbox_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:
-+
-+.B ps -eZ | grep sandbox_net_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_net_t SELinux type can be entered via the \fBfile_type\fP file type.
-+
-+The default entrypoint paths for the sandbox_net_t domain are the following:
-+
-+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 sandbox_net policy is very flexible allowing users to setup their sandbox_net processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_net:
-+
-+.EX
-+.B sandbox_net_client_t, sandbox_net_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_net_t
-+can be used to make the process type sandbox_net_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_net policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_net with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_net_client_t, sandbox_net_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 sandbox_net_client_t, sandbox_net_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_net_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_net_client_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_net(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_selinux(8), sandbox_min_client_selinux(8), sandbox_net_client_selinux(8), sandbox_web_selinux(8), sandbox_web_client_selinux(8), sandbox_x_selinux(8), sandbox_x_client_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_selinux.8 b/man/man8/sandbox_selinux.8
-new file mode 100644
-index 0000000..461767f
---- /dev/null
-+++ b/man/man8/sandbox_selinux.8
-@@ -0,0 +1,241 @@
-+.TH  "sandbox_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sandbox_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_t SELinux type can be entered via the \fBfile_type\fP file type.
-+
-+The default entrypoint paths for the sandbox_t domain are the following:
-+
-+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 sandbox policy is very flexible allowing users to setup their sandbox processes in as secure a method as possible.
-+.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
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_t
-+can be used to make the process type sandbox_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_min_t, sandbox_net_t, sandbox_web_client_t, sandbox_xserver_t, sandbox_web_t, sandbox_x_client_t, sandbox_x_t, sandbox_net_client_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 sandbox_min_t, sandbox_net_t, sandbox_web_client_t, sandbox_xserver_t, sandbox_web_t, sandbox_x_client_t, sandbox_x_t, sandbox_net_client_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_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 sandbox_file_t
-+
-+
-+.br
-+.B sandbox_tmpfs_type
-+
-+	all sandbox content in tmpfs file systems
-+.br
-+
-+.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 sandbox policy is very flexible allowing users to setup their sandbox processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sandbox, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sandbox_devpts_t '/srv/sandbox/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysandbox_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sandbox:
-+
-+
-+.EX
-+.PP
-+.B sandbox_devpts_t
-+.EE
-+
-+- Set files with the sandbox_devpts_t type, if you want to treat the files as sandbox devpts data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B sandbox_file_t
-+.EE
-+
-+- Set files with the sandbox_file_t type, if you want to treat the files as sandbox content.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_min_selinux(8), sandbox_min_client_selinux(8), sandbox_net_selinux(8), sandbox_net_client_selinux(8), sandbox_web_selinux(8), sandbox_web_client_selinux(8), sandbox_x_selinux(8), sandbox_x_client_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_web_client_selinux.8 b/man/man8/sandbox_web_client_selinux.8
-new file mode 100644
-index 0000000..eaa7961
---- /dev/null
-+++ b/man/man8/sandbox_web_client_selinux.8
-@@ -0,0 +1,242 @@
-+.TH  "sandbox_web_client_selinux"  "8"  "13-01-16" "sandbox_web_client" "SELinux Policy documentation for sandbox_web_client"
-+.SH "NAME"
-+sandbox_web_client_selinux \- Security Enhanced Linux Policy for the sandbox_web_client processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_web_client processes via flexible mandatory access control.
-+
-+The sandbox_web_client processes execute with the sandbox_web_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:
-+
-+.B ps -eZ | grep sandbox_web_client_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_web_client_t SELinux type can be entered via the \fBsandbox_exec_t, file_type\fP file types.
-+
-+The default entrypoint paths for the sandbox_web_client_t domain are the following:
-+
-+/usr/share/sandbox/start, 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 sandbox_web_client policy is very flexible allowing users to setup their sandbox_web_client processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_web_client:
-+
-+.EX
-+.B sandbox_web_client_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_web_client_t
-+can be used to make the process type sandbox_web_client_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_web_client policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_web_client with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_web_client_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 sandbox_web_client_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_web_client_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B mozilla_plugin_rw_t
-+
-+	/usr/lib/mozilla/plugins-wrapped(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_web_client_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_web_client(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_selinux(8), sandbox_min_client_selinux(8), sandbox_net_selinux(8), sandbox_net_client_selinux(8), sandbox_web_selinux(8), sandbox_web_selinux(8), sandbox_x_selinux(8), sandbox_x_client_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_web_selinux.8 b/man/man8/sandbox_web_selinux.8
-new file mode 100644
-index 0000000..78bd2ba
---- /dev/null
-+++ b/man/man8/sandbox_web_selinux.8
-@@ -0,0 +1,228 @@
-+.TH  "sandbox_web_selinux"  "8"  "13-01-16" "sandbox_web" "SELinux Policy documentation for sandbox_web"
-+.SH "NAME"
-+sandbox_web_selinux \- Security Enhanced Linux Policy for the sandbox_web processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_web processes via flexible mandatory access control.
-+
-+The sandbox_web processes execute with the sandbox_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:
-+
-+.B ps -eZ | grep sandbox_web_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_web_t SELinux type can be entered via the \fBfile_type\fP file type.
-+
-+The default entrypoint paths for the sandbox_web_t domain are the following:
-+
-+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 sandbox_web policy is very flexible allowing users to setup their sandbox_web processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_web:
-+
-+.EX
-+.B sandbox_web_client_t, sandbox_web_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_web_t
-+can be used to make the process type sandbox_web_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_web policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_web with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_web_client_t, sandbox_web_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 sandbox_web_client_t, sandbox_web_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_web_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_web_client_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_web(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_selinux(8), sandbox_min_client_selinux(8), sandbox_net_selinux(8), sandbox_net_client_selinux(8), sandbox_web_client_selinux(8), sandbox_x_selinux(8), sandbox_x_client_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_x_client_selinux.8 b/man/man8/sandbox_x_client_selinux.8
-new file mode 100644
-index 0000000..8e8b698
---- /dev/null
-+++ b/man/man8/sandbox_x_client_selinux.8
-@@ -0,0 +1,228 @@
-+.TH  "sandbox_x_client_selinux"  "8"  "13-01-16" "sandbox_x_client" "SELinux Policy documentation for sandbox_x_client"
-+.SH "NAME"
-+sandbox_x_client_selinux \- Security Enhanced Linux Policy for the sandbox_x_client processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_x_client processes via flexible mandatory access control.
-+
-+The sandbox_x_client processes execute with the sandbox_x_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:
-+
-+.B ps -eZ | grep sandbox_x_client_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_x_client_t SELinux type can be entered via the \fBsandbox_exec_t, file_type\fP file types.
-+
-+The default entrypoint paths for the sandbox_x_client_t domain are the following:
-+
-+/usr/share/sandbox/start, 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 sandbox_x_client policy is very flexible allowing users to setup their sandbox_x_client processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_x_client:
-+
-+.EX
-+.B sandbox_x_client_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_x_client_t
-+can be used to make the process type sandbox_x_client_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_x_client policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_x_client with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_x_client_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 sandbox_x_client_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_x_client_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_x_client_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_x_client(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_selinux(8), sandbox_min_client_selinux(8), sandbox_net_selinux(8), sandbox_net_client_selinux(8), sandbox_web_selinux(8), sandbox_web_client_selinux(8), sandbox_x_selinux(8), sandbox_x_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_x_selinux.8 b/man/man8/sandbox_x_selinux.8
-new file mode 100644
-index 0000000..6815372
---- /dev/null
-+++ b/man/man8/sandbox_x_selinux.8
-@@ -0,0 +1,228 @@
-+.TH  "sandbox_x_selinux"  "8"  "13-01-16" "sandbox_x" "SELinux Policy documentation for sandbox_x"
-+.SH "NAME"
-+sandbox_x_selinux \- Security Enhanced Linux Policy for the sandbox_x processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_x processes via flexible mandatory access control.
-+
-+The sandbox_x processes execute with the sandbox_x_t SELinux 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 sandbox_x_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_x_t SELinux type can be entered via the \fBfile_type\fP file type.
-+
-+The default entrypoint paths for the sandbox_x_t domain are the following:
-+
-+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 sandbox_x policy is very flexible allowing users to setup their sandbox_x processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_x:
-+
-+.EX
-+.B sandbox_x_client_t, sandbox_xserver_t, sandbox_x_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_x_t
-+can be used to make the process type sandbox_x_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_x policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_x with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_xserver_t, sandbox_x_t, sandbox_x_client_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 sandbox_xserver_t, sandbox_x_t, sandbox_x_client_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_x_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_x_client_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_x(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_selinux(8), sandbox_min_client_selinux(8), sandbox_net_selinux(8), sandbox_net_client_selinux(8), sandbox_web_selinux(8), sandbox_web_client_selinux(8), sandbox_x_client_selinux(8), sandbox_xserver_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sandbox_xserver_selinux.8 b/man/man8/sandbox_xserver_selinux.8
-new file mode 100644
-index 0000000..dd736d2
---- /dev/null
-+++ b/man/man8/sandbox_xserver_selinux.8
-@@ -0,0 +1,268 @@
-+.TH  "sandbox_xserver_selinux"  "8"  "13-01-16" "sandbox_xserver" "SELinux Policy documentation for sandbox_xserver"
-+.SH "NAME"
-+sandbox_xserver_selinux \- Security Enhanced Linux Policy for the sandbox_xserver processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sandbox_xserver processes via flexible mandatory access control.
-+
-+The sandbox_xserver processes execute with the sandbox_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:
-+
-+.B ps -eZ | grep sandbox_xserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sandbox_xserver_t SELinux type can be entered via the \fBxserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the sandbox_xserver_t domain are the following:
-+
-+/usr/bin/Xair, /usr/bin/Xorg, /usr/bin/Xvnc, /usr/bin/Xephyr, /usr/X11R6/bin/X, /usr/X11R6/bin/Xorg, /usr/X11R6/bin/Xipaq, /usr/X11R6/bin/XFree86, /usr/X11R6/bin/Xwrapper
-+.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 sandbox_xserver policy is very flexible allowing users to setup their sandbox_xserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sandbox_xserver:
-+
-+.EX
-+.B sandbox_xserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sandbox_xserver_t
-+can be used to make the process type sandbox_xserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sandbox_xserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sandbox_xserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sandbox_xserver_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 sandbox_xserver_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sandbox_xserver_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 sandbox_file_t
-+
-+
-+.br
-+.B sandbox_xserver_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sandbox_xserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sandbox_selinux(8), sandbox_selinux(8), sandbox_min_selinux(8), sandbox_min_client_selinux(8), sandbox_net_selinux(8), sandbox_net_client_selinux(8), sandbox_web_selinux(8), sandbox_web_client_selinux(8), sandbox_x_selinux(8), sandbox_x_selinux(8), sandbox_x_client_selinux(8)
-\ 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..5cdf4fd
---- /dev/null
-+++ b/man/man8/sanlock_selinux.8
-@@ -0,0 +1,319 @@
-+.TH  "sanlock_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sanlock_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sanlock_t SELinux type can be entered via the \fBsanlock_exec_t\fP file type.
-+
-+The default entrypoint paths for the sanlock_t domain are the following:
-+
-+/usr/sbin/sanlock
-+.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 sanlock policy is very flexible allowing users to setup their sanlock processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sanlock:
-+
-+.EX
-+.B sanlock_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sanlock_t
-+can be used to make the process type sanlock_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sanlock policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sanlock with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sanlock to read/write fuse files, you must turn on the sanlock_use_fusefs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sanlock_use_fusefs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sanlock to manage nfs files, you must turn on the sanlock_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sanlock_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sanlock to manage cifs files, you must turn on the sanlock_use_samba boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sanlock_use_samba 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sanlock_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 sanlock_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sanlock_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 cifs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sanlock_log_t
-+
-+	/var/log/sanlock\.log.*
-+.br
-+
-+.br
-+.B sanlock_var_run_t
-+
-+	/var/run/sanlock(/.*)?
-+.br
-+
-+.br
-+.B virt_var_lib_t
-+
-+	/var/lib/oz(/.*)?
-+.br
-+	/var/lib/libvirt(/.*)?
-+.br
-+
-+.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 sanlock policy is very flexible allowing users to setup their sanlock processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sanlock, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sanlock_exec_t '/srv/sanlock/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysanlock_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sanlock:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sanlock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..c4a87fc
---- /dev/null
-+++ b/man/man8/saslauthd_selinux.8
-@@ -0,0 +1,323 @@
-+.TH  "saslauthd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep saslauthd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The saslauthd_t SELinux type can be entered via the \fBsaslauthd_exec_t\fP file type.
-+
-+The default entrypoint paths for the saslauthd_t domain are the following:
-+
-+/usr/sbin/saslauthd
-+.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 saslauthd policy is very flexible allowing users to setup their saslauthd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for saslauthd:
-+
-+.EX
-+.B saslauthd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a saslauthd_t
-+can be used to make the process type saslauthd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  saslauthd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run saslauthd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sasl to read shadow, you must turn on the saslauthd_read_shadow boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P saslauthd_read_shadow 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the saslauthd_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 saslauthd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type saslauthd_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B saslauthd_var_run_t
-+
-+	/var/lib/sasl2(/.*)?
-+.br
-+	/var/run/saslauthd(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 saslauthd policy is very flexible allowing users to setup their saslauthd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the saslauthd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t saslauthd_exec_t '/srv/saslauthd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysaslauthd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for saslauthd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B saslauthd_keytab_t
-+.EE
-+
-+- Set files with the saslauthd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/sasl2(/.*)?, /var/run/saslauthd(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), saslauthd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..8ce781e
---- /dev/null
-+++ b/man/man8/sblim_gatherd_selinux.8
-@@ -0,0 +1,197 @@
-+.TH  "sblim_gatherd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sblim_gatherd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sblim_gatherd_t SELinux type can be entered via the \fBsblim_gatherd_exec_t\fP file type.
-+
-+The default entrypoint paths for the sblim_gatherd_t domain are the following:
-+
-+/usr/sbin/gatherd
-+.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 sblim_gatherd policy is very flexible allowing users to setup their sblim_gatherd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sblim_gatherd:
-+
-+.EX
-+.B sblim_gatherd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sblim_gatherd_t
-+can be used to make the process type sblim_gatherd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sblim_gatherd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sblim_gatherd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sblim_gatherd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sblim_var_run_t
-+
-+	/var/run/gather(/.*)?
-+.br
-+
-+.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 sblim_gatherd policy is very flexible allowing users to setup their sblim_gatherd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sblim_gatherd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sblim_gatherd_exec_t '/srv/sblim_gatherd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysblim_gatherd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sblim_gatherd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sblim_gatherd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sblim_reposd_selinux(8)
-\ 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..6616465
---- /dev/null
-+++ b/man/man8/sblim_reposd_selinux.8
-@@ -0,0 +1,189 @@
-+.TH  "sblim_reposd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sblim_reposd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sblim_reposd_t SELinux type can be entered via the \fBsblim_reposd_exec_t\fP file type.
-+
-+The default entrypoint paths for the sblim_reposd_t domain are the following:
-+
-+/usr/sbin/reposd
-+.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 sblim_reposd policy is very flexible allowing users to setup their sblim_reposd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sblim_reposd:
-+
-+.EX
-+.B sblim_reposd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sblim_reposd_t
-+can be used to make the process type sblim_reposd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sblim_reposd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sblim_reposd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sblim_reposd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sblim_var_run_t
-+
-+	/var/run/gather(/.*)?
-+.br
-+
-+.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 sblim_reposd policy is very flexible allowing users to setup their sblim_reposd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sblim_reposd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sblim_reposd_exec_t '/srv/sblim_reposd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysblim_reposd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sblim_reposd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sblim_reposd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sblim_gatherd_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/secadm_dbusd_selinux.8 b/man/man8/secadm_dbusd_selinux.8
-new file mode 100644
-index 0000000..a7aa418
---- /dev/null
-+++ b/man/man8/secadm_dbusd_selinux.8
-@@ -0,0 +1,254 @@
-+.TH  "secadm_dbusd_selinux"  "8"  "13-01-16" "secadm_dbusd" "SELinux Policy documentation for secadm_dbusd"
-+.SH "NAME"
-+secadm_dbusd_selinux \- Security Enhanced Linux Policy for the secadm_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the secadm_dbusd processes via flexible mandatory access control.
-+
-+The secadm_dbusd processes execute with the secadm_dbusd_t SELinux 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 secadm_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The secadm_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the secadm_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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 secadm_dbusd policy is very flexible allowing users to setup their secadm_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for secadm_dbusd:
-+
-+.EX
-+.B secadm_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a secadm_dbusd_t
-+can be used to make the process type secadm_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  secadm_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run secadm_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the secadm_dbusd_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 secadm_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type secadm_dbusd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B session_dbusd_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), secadm_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), secadm_selinux(8), secadm_selinux(8), secadm_gkeyringd_selinux(8), secadm_screen_selinux(8), secadm_seunshare_selinux(8), secadm_su_selinux(8), secadm_sudo_selinux(8), secadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/secadm_gkeyringd_selinux.8 b/man/man8/secadm_gkeyringd_selinux.8
-new file mode 100644
-index 0000000..f6ce705
---- /dev/null
-+++ b/man/man8/secadm_gkeyringd_selinux.8
-@@ -0,0 +1,314 @@
-+.TH  "secadm_gkeyringd_selinux"  "8"  "13-01-16" "secadm_gkeyringd" "SELinux Policy documentation for secadm_gkeyringd"
-+.SH "NAME"
-+secadm_gkeyringd_selinux \- Security Enhanced Linux Policy for the secadm_gkeyringd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the secadm_gkeyringd processes via flexible mandatory access control.
-+
-+The secadm_gkeyringd processes execute with the secadm_gkeyringd_t SELinux 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 secadm_gkeyringd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The secadm_gkeyringd_t SELinux type can be entered via the \fBgkeyringd_exec_t\fP file type.
-+
-+The default entrypoint paths for the secadm_gkeyringd_t domain are the following:
-+
-+/usr/bin/gnome-keyring-daemon
-+.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 secadm_gkeyringd policy is very flexible allowing users to setup their secadm_gkeyringd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for secadm_gkeyringd:
-+
-+.EX
-+.B secadm_gkeyringd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a secadm_gkeyringd_t
-+can be used to make the process type secadm_gkeyringd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  secadm_gkeyringd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run secadm_gkeyringd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the secadm_gkeyringd_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 secadm_gkeyringd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type secadm_gkeyringd_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gkeyringd_gnome_home_t
-+
-+	/root/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.local/share/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnome2/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/keyrings(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), secadm_gkeyringd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), secadm_selinux(8), secadm_selinux(8), secadm_dbusd_selinux(8), secadm_screen_selinux(8), secadm_seunshare_selinux(8), secadm_su_selinux(8), secadm_sudo_selinux(8), secadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/secadm_screen_selinux.8 b/man/man8/secadm_screen_selinux.8
-new file mode 100644
-index 0000000..fd0711b
---- /dev/null
-+++ b/man/man8/secadm_screen_selinux.8
-@@ -0,0 +1,222 @@
-+.TH  "secadm_screen_selinux"  "8"  "13-01-16" "secadm_screen" "SELinux Policy documentation for secadm_screen"
-+.SH "NAME"
-+secadm_screen_selinux \- Security Enhanced Linux Policy for the secadm_screen processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the secadm_screen processes via flexible mandatory access control.
-+
-+The secadm_screen processes execute with the secadm_screen_t SELinux 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 secadm_screen_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The secadm_screen_t SELinux type can be entered via the \fBscreen_exec_t\fP file type.
-+
-+The default entrypoint paths for the secadm_screen_t domain are the following:
-+
-+/usr/bin/tmux, /usr/bin/screen
-+.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 secadm_screen policy is very flexible allowing users to setup their secadm_screen processes in as secure a method as possible.
-+.PP
-+The following process types are defined for secadm_screen:
-+
-+.EX
-+.B secadm_screen_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a secadm_screen_t
-+can be used to make the process type secadm_screen_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  secadm_screen policy is extremely flexible and has several booleans that allow you to manipulate the policy and run secadm_screen with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the secadm_screen_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 secadm_screen_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type secadm_screen_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), secadm_screen(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), secadm_selinux(8), secadm_selinux(8), secadm_dbusd_selinux(8), secadm_gkeyringd_selinux(8), secadm_seunshare_selinux(8), secadm_su_selinux(8), secadm_sudo_selinux(8), secadm_wine_selinux(8)
-\ 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..df742aa
---- /dev/null
-+++ b/man/man8/secadm_selinux.8
-@@ -0,0 +1,592 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+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
-+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.
-+
-+The default type for the secadm_r role is secadm_t.
-+
-+The
-+.B newrole
-+program to transition directly to this role.
-+
-+.B newrole -r secadm_r -t secadm_t
-+
-+.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
-+
-+.br
-+sudo will run COMMAND as staff_u:secadm_r:secadm_t:LEVEL
-+
-+When using a a non login role, you need to setup SELinux so that your SELinux user can reach secadm_r role.
-+
-+Execute the following to see all of the assigned SELinux roles:
-+
-+.B semanage user -l
-+
-+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
-+
-+
-+
-+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
-+
-+SELinux policy allows the sysadm_r, staff_r, auditadm_r roles can transition to the secadm_r role.
-+
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  secadm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run secadm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether calling user domains can execute Git daemon in the git_session_t domain, you must turn on the git_session_users boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P git_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow pppd to be run for a regular user, you must turn on the pppd_for_user boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P pppd_for_user 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to the local mysql server, you must turn on the selinuxuser_mysql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_mysql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_use_ssh_chroot 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user music sharing, you must turn on the selinuxuser_user_share_music boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_user_share_music 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type secadm_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 anon_inodefs_t
-+
-+
-+.br
-+.B auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B boolean_type
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B default_context_t
-+
-+	/etc/selinux/([^/]*/)?contexts(/.*)?
-+.br
-+	/root/\.default_contexts
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B file_context_t
-+
-+	/etc/selinux/([^/]*/)?contexts/files(/.*)?
-+.br
-+
-+.br
-+.B games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.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 nfsd_rw_t
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B screen_home_t
-+
-+	/root/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screenrc
-+.br
-+	/home/pwalsh/\.screen(/.*)?
-+.br
-+	/home/pwalsh/\.screenrc
-+.br
-+	/home/dwalsh/\.screen(/.*)?
-+.br
-+	/home/dwalsh/\.screenrc
-+.br
-+	/var/lib/xguest/home/xguest/\.screen(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.screenrc
-+.br
-+
-+.br
-+.B selinux_config_t
-+
-+	/etc/selinux(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?seusers
-+.br
-+	/etc/selinux/([^/]*/)?users(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?setrans\.conf
-+.br
-+
-+.br
-+.B selinux_login_config_t
-+
-+	/etc/selinux/([^/]*/)?logins(/.*)?
-+.br
-+
-+.br
-+.B semanage_store_t
-+
-+	/etc/selinux/([^/]*/)?policy(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)?
-+.br
-+	/etc/share/selinux/mls(/.*)?
-+.br
-+	/etc/share/selinux/targeted(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), secadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), secadm_dbusd_selinux(8), secadm_gkeyringd_selinux(8), secadm_screen_selinux(8), secadm_seunshare_selinux(8), secadm_su_selinux(8), secadm_sudo_selinux(8), secadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/secadm_seunshare_selinux.8 b/man/man8/secadm_seunshare_selinux.8
-new file mode 100644
-index 0000000..26138c3
---- /dev/null
-+++ b/man/man8/secadm_seunshare_selinux.8
-@@ -0,0 +1,202 @@
-+.TH  "secadm_seunshare_selinux"  "8"  "13-01-16" "secadm_seunshare" "SELinux Policy documentation for secadm_seunshare"
-+.SH "NAME"
-+secadm_seunshare_selinux \- Security Enhanced Linux Policy for the secadm_seunshare processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the secadm_seunshare processes via flexible mandatory access control.
-+
-+The secadm_seunshare processes execute with the secadm_seunshare_t SELinux 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 secadm_seunshare_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The secadm_seunshare_t SELinux type can be entered via the \fBseunshare_exec_t\fP file type.
-+
-+The default entrypoint paths for the secadm_seunshare_t domain are the following:
-+
-+/usr/sbin/seunshare
-+.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 secadm_seunshare policy is very flexible allowing users to setup their secadm_seunshare processes in as secure a method as possible.
-+.PP
-+The following process types are defined for secadm_seunshare:
-+
-+.EX
-+.B secadm_seunshare_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a secadm_seunshare_t
-+can be used to make the process type secadm_seunshare_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  secadm_seunshare policy is extremely flexible and has several booleans that allow you to manipulate the policy and run secadm_seunshare with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the secadm_seunshare_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 secadm_seunshare_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type secadm_seunshare_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_tmpfs_type
-+
-+	all sandbox content in tmpfs file systems
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), secadm_seunshare(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), secadm_selinux(8), secadm_selinux(8), secadm_dbusd_selinux(8), secadm_gkeyringd_selinux(8), secadm_screen_selinux(8), secadm_su_selinux(8), secadm_sudo_selinux(8), secadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/secadm_su_selinux.8 b/man/man8/secadm_su_selinux.8
-new file mode 100644
-index 0000000..da7aec4
---- /dev/null
-+++ b/man/man8/secadm_su_selinux.8
-@@ -0,0 +1,244 @@
-+.TH  "secadm_su_selinux"  "8"  "13-01-16" "secadm_su" "SELinux Policy documentation for secadm_su"
-+.SH "NAME"
-+secadm_su_selinux \- Security Enhanced Linux Policy for the secadm_su processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the secadm_su processes via flexible mandatory access control.
-+
-+The secadm_su processes execute with the secadm_su_t SELinux 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 secadm_su_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The secadm_su_t SELinux type can be entered via the \fBsu_exec_t\fP file type.
-+
-+The default entrypoint paths for the secadm_su_t domain are the following:
-+
-+/usr/(local/)?bin/ksu, /bin/su, /usr/bin/su, /usr/bin/kdesu
-+.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 secadm_su policy is very flexible allowing users to setup their secadm_su processes in as secure a method as possible.
-+.PP
-+The following process types are defined for secadm_su:
-+
-+.EX
-+.B secadm_su_t, secadm_sudo_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a secadm_su_t
-+can be used to make the process type secadm_su_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  secadm_su policy is extremely flexible and has several booleans that allow you to manipulate the policy and run secadm_su with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the secadm_su_t, secadm_sudo_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 secadm_su_t, secadm_sudo_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type secadm_su_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), secadm_su(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), secadm_selinux(8), secadm_selinux(8), secadm_dbusd_selinux(8), secadm_gkeyringd_selinux(8), secadm_screen_selinux(8), secadm_seunshare_selinux(8), secadm_sudo_selinux(8), secadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/secadm_sudo_selinux.8 b/man/man8/secadm_sudo_selinux.8
-new file mode 100644
-index 0000000..e029c08
---- /dev/null
-+++ b/man/man8/secadm_sudo_selinux.8
-@@ -0,0 +1,326 @@
-+.TH  "secadm_sudo_selinux"  "8"  "13-01-16" "secadm_sudo" "SELinux Policy documentation for secadm_sudo"
-+.SH "NAME"
-+secadm_sudo_selinux \- Security Enhanced Linux Policy for the secadm_sudo processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the secadm_sudo processes via flexible mandatory access control.
-+
-+The secadm_sudo processes execute with the secadm_sudo_t SELinux 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 secadm_sudo_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The secadm_sudo_t SELinux type can be entered via the \fBsudo_exec_t\fP file type.
-+
-+The default entrypoint paths for the secadm_sudo_t domain are the following:
-+
-+/usr/bin/sudo(edit)?
-+.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 secadm_sudo policy is very flexible allowing users to setup their secadm_sudo processes in as secure a method as possible.
-+.PP
-+The following process types are defined for secadm_sudo:
-+
-+.EX
-+.B secadm_sudo_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a secadm_sudo_t
-+can be used to make the process type secadm_sudo_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  secadm_sudo policy is extremely flexible and has several booleans that allow you to manipulate the policy and run secadm_sudo with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the secadm_sudo_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 secadm_sudo_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type secadm_sudo_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B secadm_sudo_tmp_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B sudo_db_t
-+
-+	/var/db/sudo(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), secadm_sudo(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), secadm_selinux(8), secadm_selinux(8), secadm_dbusd_selinux(8), secadm_gkeyringd_selinux(8), secadm_screen_selinux(8), secadm_seunshare_selinux(8), secadm_su_selinux(8), secadm_su_selinux(8), secadm_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/secadm_wine_selinux.8 b/man/man8/secadm_wine_selinux.8
-new file mode 100644
-index 0000000..251920c
---- /dev/null
-+++ b/man/man8/secadm_wine_selinux.8
-@@ -0,0 +1,502 @@
-+.TH  "secadm_wine_selinux"  "8"  "13-01-16" "secadm_wine" "SELinux Policy documentation for secadm_wine"
-+.SH "NAME"
-+secadm_wine_selinux \- Security Enhanced Linux Policy for the secadm_wine processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the secadm_wine processes via flexible mandatory access control.
-+
-+The secadm_wine processes execute with the secadm_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:
-+
-+.B ps -eZ | grep secadm_wine_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The secadm_wine_t SELinux type can be entered via the \fBuser_home_t, wine_exec_t, xsession_exec_t\fP file types.
-+
-+The default entrypoint paths for the secadm_wine_t domain are the following:
-+
-+/home/[^/]*/.+, /home/pwalsh/.+, /home/dwalsh/.+, /var/lib/xguest/home/xguest/.+, /usr/bin/wine.*, /opt/teamviewer(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/wdi, /opt/google/picasa(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/msiexec, /opt/google/picasa(/.*)?/bin/notepad, /opt/google/picasa(/.*)?/bin/progman, /opt/google/picasa(/.*)?/bin/regedit, /opt/google/picasa(/.*)?/bin/regsvr32, /opt/google/picasa(/.*)?/Picasa3/.*exe, /opt/google/picasa(/.*)?/bin/uninstaller, /opt/cxoffice/bin/wine.*, /opt/picasa/wine/bin/wine.*, /usr/bin/msiexec, /usr/bin/notepad, /usr/bin/regedit, /usr/bin/regsvr32, /usr/bin/uninstaller, /home/[^/]*/cxoffice/bin/wine.+, /home/pwalsh/cxoffice/bin/wine.+, /home/dwalsh/cxoffice/bin/wine.+, /var/lib/xguest/home/xguest/cxoffice/bin/wine.+, /etc/gdm(3)?/Xsession, /etc/kde[34]?/kdm/Xreset, /etc/gdm(3)?/PreSession/.*, /etc/kde[34]?/kdm/Xstartup, /etc/kde[34]?/kdm/Xsession, /etc/gdm(3)?/PostSession/.*, /etc/X11/[wx]dm/Xreset.*, /etc/X11/[wxg]dm/Xsessi
 on, /etc/X11/Xsession[^/]*, /etc/X11/wdm/Xsetup.*, /etc/X11/wdm/Xstartup.*
-+.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 secadm_wine policy is very flexible allowing users to setup their secadm_wine processes in as secure a method as possible.
-+.PP
-+The following process types are defined for secadm_wine:
-+
-+.EX
-+.B secadm_wine_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a secadm_wine_t
-+can be used to make the process type secadm_wine_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  secadm_wine policy is extremely flexible and has several booleans that allow you to manipulate the policy and run secadm_wine with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user music sharing, you must turn on the selinuxuser_user_share_music boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_user_share_music 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the secadm_wine_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 secadm_wine_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type secadm_wine_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 anon_inodefs_t
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.br
-+.B iceauth_home_t
-+
-+	/root/\.DCOP.*
-+.br
-+	/root/\.ICEauthority.*
-+.br
-+	/home/[^/]*/\.DCOP.*
-+.br
-+	/home/[^/]*/\.ICEauthority.*
-+.br
-+	/home/pwalsh/\.DCOP.*
-+.br
-+	/home/pwalsh/\.ICEauthority.*
-+.br
-+	/home/dwalsh/\.DCOP.*
-+.br
-+	/home/dwalsh/\.ICEauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.DCOP.*
-+.br
-+	/var/lib/xguest/home/xguest/\.ICEauthority.*
-+.br
-+
-+.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 nfsd_rw_t
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_fonts_t
-+
-+	/root/\.fonts(/.*)?
-+.br
-+	/tmp/\.font-unix(/.*)?
-+.br
-+	/home/[^/]*/\.fonts(/.*)?
-+.br
-+	/home/pwalsh/\.fonts(/.*)?
-+.br
-+	/home/dwalsh/\.fonts(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts(/.*)?
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), secadm_wine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), secadm_selinux(8), secadm_selinux(8), secadm_dbusd_selinux(8), secadm_gkeyringd_selinux(8), secadm_screen_selinux(8), secadm_seunshare_selinux(8), secadm_su_selinux(8), secadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sectoolm_selinux.8 b/man/man8/sectoolm_selinux.8
-new file mode 100644
-index 0000000..8b3cacd
---- /dev/null
-+++ b/man/man8/sectoolm_selinux.8
-@@ -0,0 +1,253 @@
-+.TH  "sectoolm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sectoolm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sectoolm_t SELinux type can be entered via the \fBsectoolm_exec_t\fP file type.
-+
-+The default entrypoint paths for the sectoolm_t domain are the following:
-+
-+/usr/libexec/sectool-mechanism\.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.
-+SELinux sectoolm policy is very flexible allowing users to setup their sectoolm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sectoolm:
-+
-+.EX
-+.B sectoolm_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sectoolm_t
-+can be used to make the process type sectoolm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sectoolm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sectoolm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sectoolm_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 sectoolm_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sectoolm_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sectool_tmp_t
-+
-+
-+.br
-+.B sectool_var_lib_t
-+
-+	/var/lib/sectool(/.*)?
-+.br
-+
-+.br
-+.B sectool_var_log_t
-+
-+	/var/log/sectool\.log.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 sectoolm policy is very flexible allowing users to setup their sectoolm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sectoolm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sectoolm_exec_t '/srv/sectoolm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysectoolm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sectoolm:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sectoolm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/selinux_munin_plugin_selinux.8 b/man/man8/selinux_munin_plugin_selinux.8
-new file mode 100644
-index 0000000..cfe3869
---- /dev/null
-+++ b/man/man8/selinux_munin_plugin_selinux.8
-@@ -0,0 +1,177 @@
-+.TH  "selinux_munin_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep selinux_munin_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The selinux_munin_plugin_t SELinux type can be entered via the \fBselinux_munin_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the selinux_munin_plugin_t domain are the following:
-+
-+/usr/share/munin/plugins/selinux_avcstat
-+.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 selinux_munin_plugin policy is very flexible allowing users to setup their selinux_munin_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for selinux_munin_plugin:
-+
-+.EX
-+.B selinux_munin_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a selinux_munin_plugin_t
-+can be used to make the process type selinux_munin_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  selinux_munin_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run selinux_munin_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type selinux_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 selinux_munin_plugin_tmp_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the selinux_munin_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t selinux_munin_plugin_exec_t '/srv/selinux_munin_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myselinux_munin_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for selinux_munin_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), selinux_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/semanage_selinux.8 b/man/man8/semanage_selinux.8
-new file mode 100644
-index 0000000..4d66c36
---- /dev/null
-+++ b/man/man8/semanage_selinux.8
-@@ -0,0 +1,389 @@
-+.TH  "semanage_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep semanage_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The semanage_t SELinux type can be entered via the \fBsemanage_exec_t\fP file type.
-+
-+The default entrypoint paths for the semanage_t domain are the following:
-+
-+/usr/sbin/semanage, /usr/sbin/semodule, /usr/share/system-config-selinux/system-config-selinux-dbus\.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.
-+SELinux semanage policy is very flexible allowing users to setup their semanage processes in as secure a method as possible.
-+.PP
-+The following process types are defined for semanage:
-+
-+.EX
-+.B semanage_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a semanage_t
-+can be used to make the process type semanage_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  semanage policy is extremely flexible and has several booleans that allow you to manipulate the policy and run semanage with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the semanage_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 semanage_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type semanage_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 boolean_type
-+
-+
-+.br
-+.B default_context_t
-+
-+	/etc/selinux/([^/]*/)?contexts(/.*)?
-+.br
-+	/root/\.default_contexts
-+.br
-+
-+.br
-+.B file_context_t
-+
-+	/etc/selinux/([^/]*/)?contexts/files(/.*)?
-+.br
-+
-+.br
-+.B mock_var_lib_t
-+
-+	/var/lib/mock(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B selinux_config_t
-+
-+	/etc/selinux(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?seusers
-+.br
-+	/etc/selinux/([^/]*/)?users(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?setrans\.conf
-+.br
-+
-+.br
-+.B semanage_read_lock_t
-+
-+	/etc/selinux/([^/]*/)?modules/semanage\.read\.LOCK
-+.br
-+
-+.br
-+.B semanage_store_t
-+
-+	/etc/selinux/([^/]*/)?policy(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)?
-+.br
-+	/etc/share/selinux/mls(/.*)?
-+.br
-+	/etc/share/selinux/targeted(/.*)?
-+.br
-+
-+.br
-+.B semanage_tmp_t
-+
-+
-+.br
-+.B semanage_trans_lock_t
-+
-+	/etc/selinux/([^/]*/)?modules/semanage\.trans\.LOCK
-+.br
-+
-+.br
-+.B semanage_var_lib_t
-+
-+	/var/lib/selinux(/.*)?
-+.br
-+
-+.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 semanage policy is very flexible allowing users to setup their semanage processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the semanage, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t semanage_exec_t '/srv/semanage/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysemanage_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for semanage:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/semanage, /usr/sbin/semodule, /usr/share/system-config-selinux/system-config-selinux-dbus\.py
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.B semanage_store_t
-+.EE
-+
-+- Set files with the semanage_store_t type, if you want to treat the files as semanage store data.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/selinux/([^/]*/)?policy(/.*)?, /etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)?, /etc/share/selinux/mls(/.*)?, /etc/share/selinux/targeted(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), semanage(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/sendmail_selinux.8 b/man/man8/sendmail_selinux.8
-new file mode 100644
-index 0000000..5510f81
---- /dev/null
-+++ b/man/man8/sendmail_selinux.8
-@@ -0,0 +1,431 @@
-+.TH  "sendmail_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sendmail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sendmail_t SELinux type can be entered via the \fBmta_exec_type, sendmail_exec_t\fP file types.
-+
-+The default entrypoint paths for the sendmail_t domain are the following:
-+
-+/bin/mail(x)?, /usr/bin/mail(x)?, /usr/sbin/sendmail(\.sendmail)?, /usr/bin/esmtp, /usr/sbin/rmail, /usr/sbin/ssmtp, /usr/lib/sendmail, /var/qmail/bin/sendmail, /usr/sbin/sendmail\.postfix, /usr/lib/courier/bin/sendmail
-+.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 sendmail policy is very flexible allowing users to setup their sendmail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sendmail:
-+
-+.EX
-+.B sendmail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sendmail_t
-+can be used to make the process type sendmail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sendmail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sendmail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sendmail_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 sendmail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sendmail_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B dovecot_spool_t
-+
-+	/var/spool/dovecot(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B etc_aliases_t
-+
-+	/etc/mail/aliases.*
-+.br
-+	/etc/postfix/aliases.*
-+.br
-+	/etc/aliases
-+.br
-+	/etc/aliases\.db
-+.br
-+
-+.br
-+.B exim_spool_t
-+
-+	/var/spool/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B initrc_tmp_t
-+
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.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 nfs_t
-+
-+
-+.br
-+.B procmail_tmp_t
-+
-+
-+.br
-+.B sendmail_log_t
-+
-+	/var/log/mail(/.*)?
-+.br
-+	/var/log/sendmail\.st.*
-+.br
-+
-+.br
-+.B sendmail_tmp_t
-+
-+
-+.br
-+.B sendmail_var_run_t
-+
-+	/var/run/sendmail\.pid
-+.br
-+	/var/run/sm-client\.pid
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 sendmail policy is very flexible allowing users to setup their sendmail processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sendmail, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sendmail_exec_t '/srv/sendmail/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysendmail_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sendmail:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/mail(x)?, /usr/bin/mail(x)?, /usr/sbin/sendmail(\.sendmail)?, /usr/bin/esmtp, /usr/sbin/rmail, /usr/sbin/ssmtp, /usr/lib/sendmail, /var/qmail/bin/sendmail, /usr/sbin/sendmail\.postfix, /usr/lib/courier/bin/sendmail
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B sendmail_keytab_t
-+.EE
-+
-+- Set files with the sendmail_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/mail(/.*)?, /var/log/sendmail\.st.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/sendmail\.pid, /var/run/sm-client\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sendmail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..7e9d2fc
---- /dev/null
-+++ b/man/man8/sensord_selinux.8
-@@ -0,0 +1,213 @@
-+.TH  "sensord_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sensord_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sensord_t SELinux type can be entered via the \fBsensord_exec_t\fP file type.
-+
-+The default entrypoint paths for the sensord_t domain are the following:
-+
-+/usr/sbin/sensord
-+.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 sensord policy is very flexible allowing users to setup their sensord processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sensord:
-+
-+.EX
-+.B sensord_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sensord_t
-+can be used to make the process type sensord_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sensord policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sensord with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sensord_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sensord_var_run_t
-+
-+	/var/run/sensord\.pid
-+.br
-+
-+.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 sensord policy is very flexible allowing users to setup their sensord processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sensord, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sensord_exec_t '/srv/sensord/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysensord_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sensord:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B sensord_initrc_exec_t
-+.EE
-+
-+- Set files with the sensord_initrc_exec_t type, if you want to transition an executable to the sensord_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sensord(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/sepgsql_ranged_proc_selinux.8 b/man/man8/sepgsql_ranged_proc_selinux.8
-new file mode 100644
-index 0000000..74a2779
---- /dev/null
-+++ b/man/man8/sepgsql_ranged_proc_selinux.8
-@@ -0,0 +1,101 @@
-+.TH  "sepgsql_ranged_proc_selinux"  "8"  "13-01-16" "sepgsql_ranged_proc" "SELinux Policy documentation for sepgsql_ranged_proc"
-+.SH "NAME"
-+sepgsql_ranged_proc_selinux \- Security Enhanced Linux Policy for the sepgsql_ranged_proc processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sepgsql_ranged_proc processes via flexible mandatory access control.
-+
-+The sepgsql_ranged_proc processes execute with the sepgsql_ranged_proc_t SELinux 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 sepgsql_ranged_proc_t
-+
-+
-+.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 sepgsql_ranged_proc policy is very flexible allowing users to setup their sepgsql_ranged_proc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sepgsql_ranged_proc:
-+
-+.EX
-+.B sepgsql_ranged_proc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sepgsql_ranged_proc_t
-+can be used to make the process type sepgsql_ranged_proc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sepgsql_ranged_proc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sepgsql_ranged_proc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sepgsql_ranged_proc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sepgsql_trusted_proc_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sepgsql_trusted_proc_selinux.8 b/man/man8/sepgsql_trusted_proc_selinux.8
-new file mode 100644
-index 0000000..bd49713
---- /dev/null
-+++ b/man/man8/sepgsql_trusted_proc_selinux.8
-@@ -0,0 +1,101 @@
-+.TH  "sepgsql_trusted_proc_selinux"  "8"  "13-01-16" "sepgsql_trusted_proc" "SELinux Policy documentation for sepgsql_trusted_proc"
-+.SH "NAME"
-+sepgsql_trusted_proc_selinux \- Security Enhanced Linux Policy for the sepgsql_trusted_proc processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sepgsql_trusted_proc processes via flexible mandatory access control.
-+
-+The sepgsql_trusted_proc processes execute with the sepgsql_trusted_proc_t SELinux 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 sepgsql_trusted_proc_t
-+
-+
-+.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 sepgsql_trusted_proc policy is very flexible allowing users to setup their sepgsql_trusted_proc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sepgsql_trusted_proc:
-+
-+.EX
-+.B sepgsql_trusted_proc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sepgsql_trusted_proc_t
-+can be used to make the process type sepgsql_trusted_proc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sepgsql_trusted_proc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sepgsql_trusted_proc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sepgsql_trusted_proc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sepgsql_ranged_proc_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/services_munin_plugin_selinux.8 b/man/man8/services_munin_plugin_selinux.8
-new file mode 100644
-index 0000000..a3d93cb
---- /dev/null
-+++ b/man/man8/services_munin_plugin_selinux.8
-@@ -0,0 +1,181 @@
-+.TH  "services_munin_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep services_munin_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The services_munin_plugin_t SELinux type can be entered via the \fBservices_munin_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the services_munin_plugin_t domain are the following:
-+
-+/usr/share/munin/plugins/nut.*, /usr/share/munin/plugins/ntp_.*, /usr/share/munin/plugins/snmp_.*, /usr/share/munin/plugins/mysql_.*, /usr/share/munin/plugins/slapd_.*, /usr/share/munin/plugins/squid_.*, /usr/share/munin/plugins/apache_.*, /usr/share/munin/plugins/tomcat_.*, /usr/share/munin/plugins/varnish_.*, /usr/share/munin/plugins/asterisk_.*, /usr/share/munin/plugins/postgres_.*, /usr/share/munin/plugins/named, /usr/share/munin/plugins/ping_, /usr/share/munin/plugins/samba, /usr/share/munin/plugins/lpstat, /usr/share/munin/plugins/openvpn, /usr/share/munin/plugins/fail2ban, /usr/share/munin/plugins/http_loadtime
-+.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 services_munin_plugin policy is very flexible allowing users to setup their services_munin_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for services_munin_plugin:
-+
-+.EX
-+.B services_munin_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a services_munin_plugin_t
-+can be used to make the process type services_munin_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  services_munin_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run services_munin_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type services_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 services_munin_plugin_tmp_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the services_munin_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t services_munin_plugin_exec_t '/srv/services_munin_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myservices_munin_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for services_munin_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/munin/plugins/nut.*, /usr/share/munin/plugins/ntp_.*, /usr/share/munin/plugins/snmp_.*, /usr/share/munin/plugins/mysql_.*, /usr/share/munin/plugins/slapd_.*, /usr/share/munin/plugins/squid_.*, /usr/share/munin/plugins/apache_.*, /usr/share/munin/plugins/tomcat_.*, /usr/share/munin/plugins/varnish_.*, /usr/share/munin/plugins/asterisk_.*, /usr/share/munin/plugins/postgres_.*, /usr/share/munin/plugins/named, /usr/share/munin/plugins/ping_, /usr/share/munin/plugins/samba, /usr/share/munin/plugins/lpstat, /usr/share/munin/plugins/openvpn, /usr/share/munin/plugins/fail2ban, /usr/share/munin/plugins/http_loadtime
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), services_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/setfiles_mac_selinux.8 b/man/man8/setfiles_mac_selinux.8
-new file mode 100644
-index 0000000..f09bce2
---- /dev/null
-+++ b/man/man8/setfiles_mac_selinux.8
-@@ -0,0 +1,128 @@
-+.TH  "setfiles_mac_selinux"  "8"  "13-01-16" "setfiles_mac" "SELinux Policy documentation for setfiles_mac"
-+.SH "NAME"
-+setfiles_mac_selinux \- Security Enhanced Linux Policy for the setfiles_mac processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the setfiles_mac processes via flexible mandatory access control.
-+
-+The setfiles_mac processes execute with the setfiles_mac_t SELinux 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 setfiles_mac_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The setfiles_mac_t SELinux type can be entered via the \fBsetfiles_exec_t\fP file type.
-+
-+The default entrypoint paths for the setfiles_mac_t domain are the following:
-+
-+/sbin/setfiles.*, /usr/sbin/setfiles.*, /sbin/restorecon, /usr/sbin/restorecon
-+.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 setfiles_mac policy is very flexible allowing users to setup their setfiles_mac processes in as secure a method as possible.
-+.PP
-+The following process types are defined for setfiles_mac:
-+
-+.EX
-+.B setfiles_mac_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a setfiles_mac_t
-+can be used to make the process type setfiles_mac_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  setfiles_mac policy is extremely flexible and has several booleans that allow you to manipulate the policy and run setfiles_mac with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type setfiles_mac_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 livecd_tmp_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), setfiles_mac(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), setfiles_selinux(8), setfiles_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/setfiles_selinux.8 b/man/man8/setfiles_selinux.8
-new file mode 100644
-index 0000000..f2f4bba
---- /dev/null
-+++ b/man/man8/setfiles_selinux.8
-@@ -0,0 +1,191 @@
-+.TH  "setfiles_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep setfiles_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The setfiles_t SELinux type can be entered via the \fBsetfiles_exec_t\fP file type.
-+
-+The default entrypoint paths for the setfiles_t domain are the following:
-+
-+/sbin/setfiles.*, /usr/sbin/setfiles.*, /sbin/restorecon, /usr/sbin/restorecon
-+.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 setfiles policy is very flexible allowing users to setup their setfiles processes in as secure a method as possible.
-+.PP
-+The following process types are defined for setfiles:
-+
-+.EX
-+.B setfiles_mac_t, setfiles_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a setfiles_t
-+can be used to make the process type setfiles_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  setfiles policy is extremely flexible and has several booleans that allow you to manipulate the policy and run setfiles with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow system cron jobs to relabel filesystem for restoring file contexts, you must turn on the cron_can_relabel boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P cron_can_relabel 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type setfiles_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 security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.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 setfiles policy is very flexible allowing users to setup their setfiles processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the setfiles, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t setfiles_exec_t '/srv/setfiles/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysetfiles_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for setfiles:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/setfiles.*, /usr/sbin/setfiles.*, /sbin/restorecon, /usr/sbin/restorecon
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), setfiles(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), setfiles_mac_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/setkey_selinux.8 b/man/man8/setkey_selinux.8
-new file mode 100644
-index 0000000..47b4809
---- /dev/null
-+++ b/man/man8/setkey_selinux.8
-@@ -0,0 +1,159 @@
-+.TH  "setkey_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep setkey_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The setkey_t SELinux type can be entered via the \fBsetkey_exec_t\fP file type.
-+
-+The default entrypoint paths for the setkey_t domain are the following:
-+
-+/sbin/setkey, /usr/sbin/setkey
-+.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 setkey policy is very flexible allowing users to setup their setkey processes in as secure a method as possible.
-+.PP
-+The following process types are defined for setkey:
-+
-+.EX
-+.B setkey_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a setkey_t
-+can be used to make the process type setkey_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  setkey policy is extremely flexible and has several booleans that allow you to manipulate the policy and run setkey with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 setkey policy is very flexible allowing users to setup their setkey processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the setkey, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t setkey_exec_t '/srv/setkey/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysetkey_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for setkey:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/setkey, /usr/sbin/setkey
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), setkey(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/setrans_selinux.8 b/man/man8/setrans_selinux.8
-new file mode 100644
-index 0000000..7bc7a9a
---- /dev/null
-+++ b/man/man8/setrans_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "setrans_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep setrans_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The setrans_t SELinux type can be entered via the \fBsetrans_exec_t\fP file type.
-+
-+The default entrypoint paths for the setrans_t domain are the following:
-+
-+/sbin/mcstransd, /usr/sbin/mcstransd
-+.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 setrans policy is very flexible allowing users to setup their setrans processes in as secure a method as possible.
-+.PP
-+The following process types are defined for setrans:
-+
-+.EX
-+.B setrans_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a setrans_t
-+can be used to make the process type setrans_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  setrans policy is extremely flexible and has several booleans that allow you to manipulate the policy and run setrans with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type setrans_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B setrans_var_run_t
-+
-+	/var/run/setrans(/.*)?
-+.br
-+	/var/run/mcstransd\.pid
-+.br
-+
-+.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 setrans policy is very flexible allowing users to setup their setrans processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the setrans, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t setrans_exec_t '/srv/setrans/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysetrans_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for setrans:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/mcstransd, /usr/sbin/mcstransd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/setrans(/.*)?, /var/run/mcstransd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), setrans(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/setroubleshoot_fixit_selinux.8 b/man/man8/setroubleshoot_fixit_selinux.8
-new file mode 100644
-index 0000000..b62b969
---- /dev/null
-+++ b/man/man8/setroubleshoot_fixit_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "setroubleshoot_fixit_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep setroubleshoot_fixit_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The setroubleshoot_fixit_t SELinux type can be entered via the \fBsetroubleshoot_fixit_exec_t\fP file type.
-+
-+The default entrypoint paths for the setroubleshoot_fixit_t domain are the following:
-+
-+/usr/share/setroubleshoot/SetroubleshootFixit\.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.
-+SELinux setroubleshoot_fixit policy is very flexible allowing users to setup their setroubleshoot_fixit processes in as secure a method as possible.
-+.PP
-+The following process types are defined for setroubleshoot_fixit:
-+
-+.EX
-+.B setroubleshoot_fixit_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a setroubleshoot_fixit_t
-+can be used to make the process type setroubleshoot_fixit_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  setroubleshoot_fixit policy is extremely flexible and has several booleans that allow you to manipulate the policy and run setroubleshoot_fixit with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the setroubleshoot_fixit_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 setroubleshoot_fixit_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type setroubleshoot_fixit_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 setroubleshoot_fixit policy is very flexible allowing users to setup their setroubleshoot_fixit processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the setroubleshoot_fixit, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t setroubleshoot_fixit_exec_t '/srv/setroubleshoot_fixit/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysetroubleshoot_fixit_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for setroubleshoot_fixit:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), setroubleshoot_fixit(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), setroubleshootd_selinux(8)
-\ 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..80dc458
---- /dev/null
-+++ b/man/man8/setroubleshootd_selinux.8
-@@ -0,0 +1,255 @@
-+.TH  "setroubleshootd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep setroubleshootd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The setroubleshootd_t SELinux type can be entered via the \fBsetroubleshootd_exec_t\fP file type.
-+
-+The default entrypoint paths for the setroubleshootd_t domain are the following:
-+
-+/usr/sbin/setroubleshootd
-+.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 setroubleshootd policy is very flexible allowing users to setup their setroubleshootd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for setroubleshootd:
-+
-+.EX
-+.B setroubleshoot_fixit_t, setroubleshootd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a setroubleshootd_t
-+can be used to make the process type setroubleshootd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  setroubleshootd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run setroubleshootd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the setroubleshootd_t, setroubleshoot_fixit_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 setroubleshootd_t, setroubleshoot_fixit_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type setroubleshootd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B setroubleshoot_var_lib_t
-+
-+	/var/lib/setroubleshoot(/.*)?
-+.br
-+
-+.br
-+.B setroubleshoot_var_log_t
-+
-+	/var/log/setroubleshoot(/.*)?
-+.br
-+
-+.br
-+.B setroubleshoot_var_run_t
-+
-+	/var/run/setroubleshoot(/.*)?
-+.br
-+
-+.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 setroubleshootd policy is very flexible allowing users to setup their setroubleshootd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the setroubleshootd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t setroubleshootd_exec_t '/srv/setroubleshootd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysetroubleshootd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for setroubleshootd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), setroubleshootd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), setroubleshoot_fixit_selinux(8)
-\ 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..61a2031
---- /dev/null
-+++ b/man/man8/setsebool_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "setsebool_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep setsebool_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The setsebool_t SELinux type can be entered via the \fBsetsebool_exec_t\fP file type.
-+
-+The default entrypoint paths for the setsebool_t domain are the following:
-+
-+/usr/sbin/setsebool
-+.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 setsebool policy is very flexible allowing users to setup their setsebool processes in as secure a method as possible.
-+.PP
-+The following process types are defined for setsebool:
-+
-+.EX
-+.B setsebool_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a setsebool_t
-+can be used to make the process type setsebool_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  setsebool policy is extremely flexible and has several booleans that allow you to manipulate the policy and run setsebool with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the setsebool_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 setsebool_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type setsebool_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 boolean_type
-+
-+
-+.br
-+.B default_context_t
-+
-+	/etc/selinux/([^/]*/)?contexts(/.*)?
-+.br
-+	/root/\.default_contexts
-+.br
-+
-+.br
-+.B file_context_t
-+
-+	/etc/selinux/([^/]*/)?contexts/files(/.*)?
-+.br
-+
-+.br
-+.B selinux_config_t
-+
-+	/etc/selinux(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?seusers
-+.br
-+	/etc/selinux/([^/]*/)?users(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?setrans\.conf
-+.br
-+
-+.br
-+.B semanage_read_lock_t
-+
-+	/etc/selinux/([^/]*/)?modules/semanage\.read\.LOCK
-+.br
-+
-+.br
-+.B semanage_store_t
-+
-+	/etc/selinux/([^/]*/)?policy(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)?
-+.br
-+	/etc/share/selinux/mls(/.*)?
-+.br
-+	/etc/share/selinux/targeted(/.*)?
-+.br
-+
-+.br
-+.B semanage_tmp_t
-+
-+
-+.br
-+.B semanage_trans_lock_t
-+
-+	/etc/selinux/([^/]*/)?modules/semanage\.trans\.LOCK
-+.br
-+
-+.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 setsebool policy is very flexible allowing users to setup their setsebool processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the setsebool, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t setsebool_exec_t '/srv/setsebool/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysetsebool_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for setsebool:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), setsebool(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/sftpd_selinux.8 b/man/man8/sftpd_selinux.8
-new file mode 100644
-index 0000000..0c75a69
---- /dev/null
-+++ b/man/man8/sftpd_selinux.8
-@@ -0,0 +1,221 @@
-+.TH  "sftpd_selinux"  "8"  "13-01-16" "sftpd" "SELinux Policy documentation for sftpd"
-+.SH "NAME"
-+sftpd_selinux \- Security Enhanced Linux Policy for the sftpd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sftpd processes via flexible mandatory access control.
-+
-+The sftpd processes execute with the sftpd_t SELinux 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 sftpd_t
-+
-+
-+.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 sftpd policy is very flexible allowing users to setup their sftpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sftpd:
-+
-+.EX
-+.B sftpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sftpd_t
-+can be used to make the process type sftpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sftpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sftpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether sftpd-can read and write files in user home directories, you must turn on the sftpd_enable_homedirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sftpd_enable_homedirs 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether sftpd-can login to local users and read and write all files on the system, governed by DAC, you must turn on the sftpd_full_access boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sftpd_full_access 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether sftpd can read and write files in user ssh home directories, you must turn on the sftpd_write_ssh_home boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sftpd_write_ssh_home 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sftpd_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 cifs_t
-+
-+
-+.br
-+.B non_security_file_type
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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
-+Allow sftpd servers to read the /var/sftpd directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/sftpd(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/sftpd
-+.pp
-+.TP
-+Allow sftpd 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_sftpdd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/sftpd/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/sftpd/incoming
-+
-+
-+.PP
-+If you want to determine whether sftpd can modify public files used for public file transfer services. Directories/Files must be labeled public_content_rw_t., you must turn on the sftpd_anon_write boolean.
-+
-+.EX
-+.B setsebool -P sftpd_anon_write 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sftpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/sge_execd_selinux.8 b/man/man8/sge_execd_selinux.8
-new file mode 100644
-index 0000000..935ed0f
---- /dev/null
-+++ b/man/man8/sge_execd_selinux.8
-@@ -0,0 +1,261 @@
-+.TH  "sge_execd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sge_execd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sge_execd_t SELinux type can be entered via the \fBsge_execd_exec_t\fP file type.
-+
-+The default entrypoint paths for the sge_execd_t domain are the following:
-+
-+/usr/bin/sge_execd
-+.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 sge_execd policy is very flexible allowing users to setup their sge_execd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sge_execd:
-+
-+.EX
-+.B sge_execd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sge_execd_t
-+can be used to make the process type sge_execd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sge_execd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sge_execd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sge to connect to the network using any TCP port, you must turn on the sge_domain_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sge_domain_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sge to access nfs file systems, you must turn on the sge_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sge_use_nfs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sge_execd_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 sge_execd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sge_execd_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 nfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sge_spool_t
-+
-+	/var/spool/gridengine(/.*)?
-+.br
-+
-+.br
-+.B sge_tmp_t
-+
-+
-+.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 sge_execd policy is very flexible allowing users to setup their sge_execd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sge_execd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sge_execd_exec_t '/srv/sge_execd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysge_execd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sge_execd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sge_execd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sge_job_selinux(8), sge_job_ssh_selinux(8), sge_shepherd_selinux(8)
-\ 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..3940549
---- /dev/null
-+++ b/man/man8/sge_job_selinux.8
-@@ -0,0 +1,204 @@
-+.TH  "sge_job_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sge_job_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sge_job_t SELinux type can be entered via the \fBsge_job_exec_t, shell_exec_t\fP file types.
-+
-+The default entrypoint paths for the sge_job_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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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
-+.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 sge_job policy is very flexible allowing users to setup their sge_job processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sge_job:
-+
-+.EX
-+.B sge_job_ssh_t, sge_job_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sge_job_t
-+can be used to make the process type sge_job_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sge_job policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sge_job with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sge to connect to the network using any TCP port, you must turn on the sge_domain_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sge_domain_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sge to access nfs file systems, you must turn on the sge_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sge_use_nfs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sge_job_ssh_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 sge_job_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sge_job_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 nfs_t
-+
-+
-+.br
-+.B sge_spool_t
-+
-+	/var/spool/gridengine(/.*)?
-+.br
-+
-+.br
-+.B sge_tmp_t
-+
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sge_job(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sge_execd_selinux(8), sge_job_ssh_selinux(8), sge_shepherd_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sge_job_ssh_selinux.8 b/man/man8/sge_job_ssh_selinux.8
-new file mode 100644
-index 0000000..e17329d
---- /dev/null
-+++ b/man/man8/sge_job_ssh_selinux.8
-@@ -0,0 +1,224 @@
-+.TH  "sge_job_ssh_selinux"  "8"  "13-01-16" "sge_job_ssh" "SELinux Policy documentation for sge_job_ssh"
-+.SH "NAME"
-+sge_job_ssh_selinux \- Security Enhanced Linux Policy for the sge_job_ssh processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sge_job_ssh processes via flexible mandatory access control.
-+
-+The sge_job_ssh processes execute with the sge_job_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:
-+
-+.B ps -eZ | grep sge_job_ssh_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sge_job_ssh_t SELinux type can be entered via the \fBssh_exec_t\fP file type.
-+
-+The default entrypoint paths for the sge_job_ssh_t domain are the following:
-+
-+/usr/bin/ssh
-+.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 sge_job_ssh policy is very flexible allowing users to setup their sge_job_ssh processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sge_job_ssh:
-+
-+.EX
-+.B sge_job_ssh_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sge_job_ssh_t
-+can be used to make the process type sge_job_ssh_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sge_job_ssh policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sge_job_ssh with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sge to access nfs file systems, you must turn on the sge_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sge_use_nfs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sge_job_ssh_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 sge_job_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sge_job_ssh_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 nfs_t
-+
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sge_job_ssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sge_execd_selinux(8), sge_job_selinux(8), sge_job_selinux(8), sge_shepherd_selinux(8)
-\ 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..3b7f33d
---- /dev/null
-+++ b/man/man8/sge_shepherd_selinux.8
-@@ -0,0 +1,189 @@
-+.TH  "sge_shepherd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sge_shepherd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sge_shepherd_t SELinux type can be entered via the \fBsge_shepherd_exec_t\fP file type.
-+
-+The default entrypoint paths for the sge_shepherd_t domain are the following:
-+
-+/usr/bin/sge_shepherd
-+.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 sge_shepherd policy is very flexible allowing users to setup their sge_shepherd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sge_shepherd:
-+
-+.EX
-+.B sge_shepherd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sge_shepherd_t
-+can be used to make the process type sge_shepherd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sge_shepherd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sge_shepherd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sge to connect to the network using any TCP port, you must turn on the sge_domain_can_network_connect boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sge_domain_can_network_connect 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sge to access nfs file systems, you must turn on the sge_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P sge_use_nfs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sge_shepherd_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 nfs_t
-+
-+
-+.br
-+.B sge_spool_t
-+
-+	/var/spool/gridengine(/.*)?
-+.br
-+
-+.br
-+.B sge_tmp_t
-+
-+
-+.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 sge_shepherd policy is very flexible allowing users to setup their sge_shepherd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sge_shepherd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sge_shepherd_exec_t '/srv/sge_shepherd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysge_shepherd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sge_shepherd:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sge_shepherd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sge_execd_selinux(8), sge_job_selinux(8), sge_job_ssh_selinux(8)
-\ 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..603ed89
---- /dev/null
-+++ b/man/man8/shorewall_selinux.8
-@@ -0,0 +1,334 @@
-+.TH  "shorewall_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep shorewall_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The shorewall_t SELinux type can be entered via the \fBshorewall_exec_t, shorewall_var_lib_t\fP file types.
-+
-+The default entrypoint paths for the shorewall_t domain are the following:
-+
-+/sbin/shorewall6?, /usr/sbin/shorewall6?, /sbin/shorewall-lite, /usr/sbin/shorewall-lite, /var/lib/shorewall(/.*)?, /var/lib/shorewall6(/.*)?, /var/lib/shorewall-lite(/.*)?
-+.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 shorewall policy is very flexible allowing users to setup their shorewall processes in as secure a method as possible.
-+.PP
-+The following process types are defined for shorewall:
-+
-+.EX
-+.B shorewall_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a shorewall_t
-+can be used to make the process type shorewall_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  shorewall policy is extremely flexible and has several booleans that allow you to manipulate the policy and run shorewall with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the shorewall_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 shorewall_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type shorewall_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 initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B shorewall_lock_t
-+
-+	/var/lock/subsys/shorewall
-+.br
-+
-+.br
-+.B shorewall_tmp_t
-+
-+
-+.br
-+.B shorewall_var_lib_t
-+
-+	/var/lib/shorewall(/.*)?
-+.br
-+	/var/lib/shorewall6(/.*)?
-+.br
-+	/var/lib/shorewall-lite(/.*)?
-+.br
-+
-+.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 shorewall policy is very flexible allowing users to setup their shorewall processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+shorewall policy stores data with multiple different file context types under the /var/lib/shorewall directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/shorewall /srv/shorewall
-+.br
-+.B restorecon -R -v /srv/shorewall
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the shorewall, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t shorewall_etc_t '/srv/shorewall/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myshorewall_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for shorewall:
-+
-+
-+.EX
-+.PP
-+.B shorewall_etc_t
-+.EE
-+
-+- Set files with the shorewall_etc_t type, if you want to store shorewall files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/shorewall(/.*)?, /etc/shorewall-lite(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/shorewall6?, /usr/sbin/shorewall6?, /sbin/shorewall-lite, /usr/sbin/shorewall-lite
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/shorewall(/.*)?, /var/lib/shorewall6(/.*)?, /var/lib/shorewall-lite(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), shorewall(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/showmount_selinux.8 b/man/man8/showmount_selinux.8
-new file mode 100644
-index 0000000..bb89084
---- /dev/null
-+++ b/man/man8/showmount_selinux.8
-@@ -0,0 +1,155 @@
-+.TH  "showmount_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep showmount_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The showmount_t SELinux type can be entered via the \fBshowmount_exec_t\fP file type.
-+
-+The default entrypoint paths for the showmount_t domain are the following:
-+
-+/usr/sbin/showmount
-+.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 showmount policy is very flexible allowing users to setup their showmount processes in as secure a method as possible.
-+.PP
-+The following process types are defined for showmount:
-+
-+.EX
-+.B showmount_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a showmount_t
-+can be used to make the process type showmount_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  showmount policy is extremely flexible and has several booleans that allow you to manipulate the policy and run showmount with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 showmount policy is very flexible allowing users to setup their showmount processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the showmount, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t showmount_exec_t '/srv/showmount/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myshowmount_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for showmount:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), showmount(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/shutdown_selinux.8 b/man/man8/shutdown_selinux.8
-new file mode 100644
-index 0000000..443c8e1
---- /dev/null
-+++ b/man/man8/shutdown_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "shutdown_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep shutdown_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The shutdown_t SELinux type can be entered via the \fBshutdown_exec_t\fP file type.
-+
-+The default entrypoint paths for the shutdown_t domain are the following:
-+
-+/sbin/shutdown, /usr/sbin/shutdown, /lib/upstart/shutdown, /usr/lib/upstart/shutdown
-+.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 shutdown policy is very flexible allowing users to setup their shutdown processes in as secure a method as possible.
-+.PP
-+The following process types are defined for shutdown:
-+
-+.EX
-+.B shutdown_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a shutdown_t
-+can be used to make the process type shutdown_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  shutdown policy is extremely flexible and has several booleans that allow you to manipulate the policy and run shutdown with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the shutdown_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 shutdown_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type shutdown_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 initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B shutdown_etc_t
-+
-+	/etc/nologin
-+.br
-+
-+.br
-+.B shutdown_var_run_t
-+
-+	/var/run/shutdown\.pid
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 shutdown policy is very flexible allowing users to setup their shutdown processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the shutdown, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t shutdown_etc_t '/srv/shutdown/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myshutdown_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for shutdown:
-+
-+
-+.EX
-+.PP
-+.B shutdown_etc_t
-+.EE
-+
-+- Set files with the shutdown_etc_t type, if you want to store shutdown files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/shutdown, /usr/sbin/shutdown, /lib/upstart/shutdown, /usr/lib/upstart/shutdown
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), shutdown(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..0ed5e5e
---- /dev/null
-+++ b/man/man8/slapd_selinux.8
-@@ -0,0 +1,432 @@
-+.TH  "slapd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep slapd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The slapd_t SELinux type can be entered via the \fBslapd_exec_t\fP file type.
-+
-+The default entrypoint paths for the slapd_t domain are the following:
-+
-+/usr/lib/slapd, /usr/sbin/slapd
-+.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 slapd policy is very flexible allowing users to setup their slapd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for slapd:
-+
-+.EX
-+.B slapd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a slapd_t
-+can be used to make the process type slapd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  slapd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run slapd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the slapd_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 slapd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type slapd_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B slapd_db_t
-+
-+	/var/lib/ldap(/.*)?
-+.br
-+	/etc/openldap/slapd\.d(/.*)?
-+.br
-+
-+.br
-+.B slapd_lock_t
-+
-+	/var/lock/subsys/ldap
-+.br
-+	/var/lock/subsys/slapd
-+.br
-+
-+.br
-+.B slapd_replog_t
-+
-+	/var/lib/ldap/replog(/.*)?
-+.br
-+
-+.br
-+.B slapd_tmp_t
-+
-+
-+.br
-+.B slapd_tmpfs_t
-+
-+
-+.br
-+.B slapd_var_run_t
-+
-+	/var/run/slapd.*
-+.br
-+	/var/run/openldap(/.*)?
-+.br
-+	/var/run/ldapi
-+.br
-+	/var/run/slapd\.pid
-+.br
-+	/var/run/slapd\.args
-+.br
-+
-+.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 slapd policy is very flexible allowing users to setup their slapd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+slapd policy stores data with multiple different file context types under the /var/lib/ldap directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/ldap /srv/ldap
-+.br
-+.B restorecon -R -v /srv/ldap
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the slapd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t slapd_cert_t '/srv/slapd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myslapd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for slapd:
-+
-+
-+.EX
-+.PP
-+.B slapd_cert_t
-+.EE
-+
-+- Set files with the slapd_cert_t type, if you want to treat the files as slapd certificate data.
-+
-+
-+.EX
-+.PP
-+.B slapd_db_t
-+.EE
-+
-+- Set files with the slapd_db_t type, if you want to treat the files as slapd database content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/ldap(/.*)?, /etc/openldap/slapd\.d(/.*)?
-+
-+.EX
-+.PP
-+.B slapd_etc_t
-+.EE
-+
-+- Set files with the slapd_etc_t type, if you want to store slapd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/slapd, /usr/sbin/slapd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B slapd_keytab_t
-+.EE
-+
-+- Set files with the slapd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lock/subsys/ldap, /var/lock/subsys/slapd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/ldap.*, /var/log/slapd.*
-+
-+.EX
-+.PP
-+.B slapd_replog_t
-+.EE
-+
-+- Set files with the slapd_replog_t type, if you want to treat the files as slapd replog data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/slapd.*, /var/run/openldap(/.*)?, /var/run/ldapi, /var/run/slapd\.pid, /var/run/slapd\.args
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), slapd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/slpd_selinux.8 b/man/man8/slpd_selinux.8
-new file mode 100644
-index 0000000..93c0d6b
---- /dev/null
-+++ b/man/man8/slpd_selinux.8
-@@ -0,0 +1,261 @@
-+.TH  "slpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep slpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The slpd_t SELinux type can be entered via the \fBslpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the slpd_t domain are the following:
-+
-+/usr/sbin/slpd
-+.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 slpd policy is very flexible allowing users to setup their slpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for slpd:
-+
-+.EX
-+.B slpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a slpd_t
-+can be used to make the process type slpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  slpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run slpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the slpd_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 slpd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type slpd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B slpd_var_run_t
-+
-+	/var/run/slpd\.pid
-+.br
-+
-+.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 slpd policy is very flexible allowing users to setup their slpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the slpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t slpd_exec_t '/srv/slpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myslpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for slpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B slpd_log_t
-+.EE
-+
-+- Set files with the slpd_log_t type, if you want to treat the data as slpd log data, usually stored under the /var/log directory.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), slpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/smartmon_selinux.8 b/man/man8/smartmon_selinux.8
-new file mode 100644
-index 0000000..6795ec8
---- /dev/null
-+++ b/man/man8/smartmon_selinux.8
-@@ -0,0 +1 @@
-+.so man8/fsdaemon_selinux.8
-\ No newline at end of file
-diff --git a/man/man8/smbcontrol_selinux.8 b/man/man8/smbcontrol_selinux.8
-new file mode 100644
-index 0000000..1182572
---- /dev/null
-+++ b/man/man8/smbcontrol_selinux.8
-@@ -0,0 +1,163 @@
-+.TH  "smbcontrol_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep smbcontrol_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The smbcontrol_t SELinux type can be entered via the \fBsmbcontrol_exec_t\fP file type.
-+
-+The default entrypoint paths for the smbcontrol_t domain are the following:
-+
-+/usr/bin/smbcontrol
-+.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 smbcontrol policy is very flexible allowing users to setup their smbcontrol processes in as secure a method as possible.
-+.PP
-+The following process types are defined for smbcontrol:
-+
-+.EX
-+.B smbcontrol_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a smbcontrol_t
-+can be used to make the process type smbcontrol_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  smbcontrol policy is extremely flexible and has several booleans that allow you to manipulate the policy and run smbcontrol with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type smbcontrol_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 samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.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 smbcontrol policy is very flexible allowing users to setup their smbcontrol processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the smbcontrol, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t smbcontrol_exec_t '/srv/smbcontrol/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysmbcontrol_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for smbcontrol:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), smbcontrol(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/smbd_selinux.8 b/man/man8/smbd_selinux.8
-new file mode 100644
-index 0000000..b57db67
---- /dev/null
-+++ b/man/man8/smbd_selinux.8
-@@ -0,0 +1,396 @@
-+.TH  "smbd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep smbd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The smbd_t SELinux type can be entered via the \fBsmbd_exec_t\fP file type.
-+
-+The default entrypoint paths for the smbd_t domain are the following:
-+
-+/usr/sbin/smbd
-+.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 smbd policy is very flexible allowing users to setup their smbd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for smbd:
-+
-+.EX
-+.B smbcontrol_t, smbmount_t, smbd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a smbd_t
-+can be used to make the process type smbd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  smbd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run smbd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to create new home directories (e.g. via PAM), you must turn on the samba_create_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_create_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to act as the domain controller, add users, groups and change passwords, you must turn on the samba_domain_controller boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_domain_controller 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to share users home directories, you must turn on the samba_enable_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_enable_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to share any file/directory read only, you must turn on the samba_export_all_ro boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_export_all_ro 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to share any file/directory read/write, you must turn on the samba_export_all_rw boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_export_all_rw 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to act as a portmapper, you must turn on the samba_portmapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_portmapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to run unconfined scripts, you must turn on the samba_run_unconfined boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_run_unconfined 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to export ntfs/fusefs volumes, you must turn on the samba_share_fusefs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_share_fusefs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to export NFS volumes, you must turn on the samba_share_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_share_nfs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the smbmount_t, smbd_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 smbmount_t, smbd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 smbd policy is very flexible allowing users to setup their smbd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for smbd:
-+
-+.EX
-+.TP 5
-+.B smbd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 137-139,445
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type smbd_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 non_security_file_type
-+
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.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 smbd policy is very flexible allowing users to setup their smbd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+smbd policy stores data with multiple different file context types under the /var/run/samba directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/samba /srv/samba
-+.br
-+.B restorecon -R -v /srv/samba
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the smbd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t smbd_exec_t '/srv/smbd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysmbd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for smbd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B smbd_keytab_t
-+.EE
-+
-+- Set files with the smbd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/samba(/.*)?, /var/run/samba/smbd\.pid, /var/run/samba/brlock\.tdb, /var/run/samba/locking\.tdb, /var/run/samba/gencache\.tdb, /var/run/samba/sessionid\.tdb, /var/run/samba/share_info\.tdb, /var/run/samba/connections\.tdb
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 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
-+Allow smbd servers to read the /var/smbd directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/smbd(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/smbd
-+.pp
-+.TP
-+Allow smbd 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_smbdd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/smbd/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/smbd/incoming
-+
-+
-+.PP
-+If you want to allow samba to modify public files used for public file transfer services.  Files/Directories must be labeled public_content_rw_t., you must turn on the smbd_anon_write boolean.
-+
-+.EX
-+.B setsebool -P smbd_anon_write 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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), smbd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), smbcontrol_selinux(8), smbmount_selinux(8)
-\ 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..1c93ffd
---- /dev/null
-+++ b/man/man8/smbmount_selinux.8
-@@ -0,0 +1,287 @@
-+.TH  "smbmount_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep smbmount_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The smbmount_t SELinux type can be entered via the \fBsmbmount_exec_t\fP file type.
-+
-+The default entrypoint paths for the smbmount_t domain are the following:
-+
-+/usr/bin/smbmnt, /usr/bin/smbmount
-+.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 smbmount policy is very flexible allowing users to setup their smbmount processes in as secure a method as possible.
-+.PP
-+The following process types are defined for smbmount:
-+
-+.EX
-+.B smbmount_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a smbmount_t
-+can be used to make the process type smbmount_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  smbmount policy is extremely flexible and has several booleans that allow you to manipulate the policy and run smbmount with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the smbmount_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 smbmount_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type smbmount_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 etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B samba_log_t
-+
-+	/var/log/samba(/.*)?
-+.br
-+
-+.br
-+.B samba_secrets_t
-+
-+	/etc/samba/smbpasswd
-+.br
-+	/etc/samba/passdb\.tdb
-+.br
-+	/etc/samba/MACHINE\.SID
-+.br
-+	/etc/samba/secrets\.tdb
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.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 smbmount policy is very flexible allowing users to setup their smbmount processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the smbmount, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t smbmount_exec_t '/srv/smbmount/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysmbmount_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for smbmount:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/smbmnt, /usr/bin/smbmount
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), smbmount(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/smokeping_selinux.8 b/man/man8/smokeping_selinux.8
-new file mode 100644
-index 0000000..575483b
---- /dev/null
-+++ b/man/man8/smokeping_selinux.8
-@@ -0,0 +1,267 @@
-+.TH  "smokeping_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep smokeping_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The smokeping_t SELinux type can be entered via the \fBsmokeping_exec_t\fP file type.
-+
-+The default entrypoint paths for the smokeping_t domain are the following:
-+
-+/usr/sbin/smokeping
-+.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 smokeping policy is very flexible allowing users to setup their smokeping processes in as secure a method as possible.
-+.PP
-+The following process types are defined for smokeping:
-+
-+.EX
-+.B smokeping_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a smokeping_t
-+can be used to make the process type smokeping_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  smokeping policy is extremely flexible and has several booleans that allow you to manipulate the policy and run smokeping with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the smokeping_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 smokeping_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type smokeping_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B smokeping_var_lib_t
-+
-+	/var/lib/smokeping(/.*)?
-+.br
-+
-+.br
-+.B smokeping_var_run_t
-+
-+	/var/run/smokeping(/.*)?
-+.br
-+
-+.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 smokeping policy is very flexible allowing users to setup their smokeping processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the smokeping, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t smokeping_exec_t '/srv/smokeping/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysmokeping_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for smokeping:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), smokeping(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/smoltclient_selinux.8 b/man/man8/smoltclient_selinux.8
-new file mode 100644
-index 0000000..2c39a73
---- /dev/null
-+++ b/man/man8/smoltclient_selinux.8
-@@ -0,0 +1,211 @@
-+.TH  "smoltclient_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep smoltclient_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The smoltclient_t SELinux type can be entered via the \fBsmoltclient_exec_t\fP file type.
-+
-+The default entrypoint paths for the smoltclient_t domain are the following:
-+
-+/usr/share/smolt/client/sendProfile.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.
-+SELinux smoltclient policy is very flexible allowing users to setup their smoltclient processes in as secure a method as possible.
-+.PP
-+The following process types are defined for smoltclient:
-+
-+.EX
-+.B smoltclient_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a smoltclient_t
-+can be used to make the process type smoltclient_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  smoltclient policy is extremely flexible and has several booleans that allow you to manipulate the policy and run smoltclient with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the smoltclient_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 smoltclient_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type smoltclient_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 smoltclient_tmp_t
-+
-+
-+.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 smoltclient policy is very flexible allowing users to setup their smoltclient processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the smoltclient, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t smoltclient_exec_t '/srv/smoltclient/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysmoltclient_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for smoltclient:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), smoltclient(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/smsd_selinux.8 b/man/man8/smsd_selinux.8
-new file mode 100644
-index 0000000..6134f91
---- /dev/null
-+++ b/man/man8/smsd_selinux.8
-@@ -0,0 +1,307 @@
-+.TH  "smsd_selinux"  "8"  "13-01-16" "smsd" "SELinux Policy documentation for smsd"
-+.SH "NAME"
-+smsd_selinux \- Security Enhanced Linux Policy for the smsd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the smsd processes via flexible mandatory access control.
-+
-+The smsd processes execute with the smsd_t SELinux 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 smsd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The smsd_t SELinux type can be entered via the \fBsmsd_exec_t\fP file type.
-+
-+The default entrypoint paths for the smsd_t domain are the following:
-+
-+/usr/sbin/smsd
-+.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 smsd policy is very flexible allowing users to setup their smsd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for smsd:
-+
-+.EX
-+.B smsd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a smsd_t
-+can be used to make the process type smsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  smsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run smsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the smsd_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 smsd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type smsd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B smsd_log_t
-+
-+	/var/log/smsd(/.*)?
-+.br
-+
-+.br
-+.B smsd_spool_t
-+
-+	/var/spool/sms(/.*)?
-+.br
-+
-+.br
-+.B smsd_tmp_t
-+
-+
-+.br
-+.B smsd_var_lib_t
-+
-+	/var/lib/smstools(/.*)?
-+.br
-+
-+.br
-+.B smsd_var_run_t
-+
-+	/var/run/smsd(/.*)?
-+.br
-+
-+.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 smsd policy is very flexible allowing users to setup their smsd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the smsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t smsd_exec_t '/srv/smsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysmsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for smsd:
-+
-+
-+.EX
-+.PP
-+.B smsd_exec_t
-+.EE
-+
-+- Set files with the smsd_exec_t type, if you want to transition an executable to the smsd_t domain.
-+
-+
-+.EX
-+.PP
-+.B smsd_initrc_exec_t
-+.EE
-+
-+- Set files with the smsd_initrc_exec_t type, if you want to transition an executable to the smsd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.B smsd_log_t
-+.EE
-+
-+- Set files with the smsd_log_t type, if you want to treat the data as smsd log data, usually stored under the /var/log directory.
-+
-+
-+.EX
-+.PP
-+.B smsd_spool_t
-+.EE
-+
-+- Set files with the smsd_spool_t type, if you want to store the smsd files under the /var/spool directory.
-+
-+
-+.EX
-+.PP
-+.B smsd_tmp_t
-+.EE
-+
-+- Set files with the smsd_tmp_t type, if you want to store smsd temporary files in the /tmp directories.
-+
-+
-+.EX
-+.PP
-+.B smsd_var_lib_t
-+.EE
-+
-+- Set files with the smsd_var_lib_t type, if you want to store the smsd files under the /var/lib directory.
-+
-+
-+.EX
-+.PP
-+.B smsd_var_run_t
-+.EE
-+
-+- Set files with the smsd_var_run_t type, if you want to store the smsd files under the /run or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), smsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/snmpd_selinux.8 b/man/man8/snmpd_selinux.8
-new file mode 100644
-index 0000000..2f6d9bc
---- /dev/null
-+++ b/man/man8/snmpd_selinux.8
-@@ -0,0 +1,340 @@
-+.TH  "snmpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep snmpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The snmpd_t SELinux type can be entered via the \fBsnmpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the snmpd_t domain are the following:
-+
-+/usr/sbin/snmptrap, /usr/sbin/snmptrapd
-+.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 snmpd policy is very flexible allowing users to setup their snmpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for snmpd:
-+
-+.EX
-+.B snmpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a snmpd_t
-+can be used to make the process type snmpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  snmpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run snmpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the snmpd_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 snmpd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 snmpd policy is very flexible allowing users to setup their snmpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for snmpd:
-+
-+.EX
-+.TP 5
-+.B snmp_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 161-162,199,1161
-+.EE
-+udp 161-162
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type snmpd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B snmpd_var_lib_t
-+
-+	/var/agentx(/.*)?
-+.br
-+	/var/net-snmp(/.*)
-+.br
-+	/var/lib/snmp(/.*)?
-+.br
-+	/var/net-snmp(/.*)?
-+.br
-+	/var/lib/net-snmp(/.*)?
-+.br
-+	/usr/share/snmp/mibs/\.index
-+.br
-+
-+.br
-+.B snmpd_var_run_t
-+
-+	/var/run/snmpd(/.*)?
-+.br
-+	/var/run/net-snmpd(/.*)?
-+.br
-+	/var/run/snmpd\.pid
-+.br
-+
-+.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 snmpd policy is very flexible allowing users to setup their snmpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+snmpd policy stores data with multiple different file context types under the /var/run/snmpd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/snmpd /srv/snmpd
-+.br
-+.B restorecon -R -v /srv/snmpd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the snmpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t snmpd_exec_t '/srv/snmpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysnmpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for snmpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/snmptrap, /usr/sbin/snmptrapd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/agentx(/.*)?, /var/net-snmp(/.*), /var/lib/snmp(/.*)?, /var/net-snmp(/.*)?, /var/lib/net-snmp(/.*)?, /usr/share/snmp/mibs/\.index
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/snmpd(/.*)?, /var/run/net-snmpd(/.*)?, /var/run/snmpd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), snmpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/snort_selinux.8 b/man/man8/snort_selinux.8
-new file mode 100644
-index 0000000..041c942
---- /dev/null
-+++ b/man/man8/snort_selinux.8
-@@ -0,0 +1,253 @@
-+.TH  "snort_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep snort_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The snort_t SELinux type can be entered via the \fBsnort_exec_t\fP file type.
-+
-+The default entrypoint paths for the snort_t domain are the following:
-+
-+/usr/bin/snort, /usr/sbin/snort, /usr/sbin/snort-plain
-+.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 snort policy is very flexible allowing users to setup their snort processes in as secure a method as possible.
-+.PP
-+The following process types are defined for snort:
-+
-+.EX
-+.B snort_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a snort_t
-+can be used to make the process type snort_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  snort policy is extremely flexible and has several booleans that allow you to manipulate the policy and run snort with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type snort_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 prelude_spool_t
-+
-+	/var/spool/prelude(/.*)?
-+.br
-+	/var/spool/prelude-manager(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B snort_tmp_t
-+
-+
-+.br
-+.B snort_var_run_t
-+
-+	/var/run/snort.*
-+.br
-+
-+.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 snort policy is very flexible allowing users to setup their snort processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the snort, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t snort_etc_t '/srv/snort/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysnort_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for snort:
-+
-+
-+.EX
-+.PP
-+.B snort_etc_t
-+.EE
-+
-+- Set files with the snort_etc_t type, if you want to store snort files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/snort, /usr/sbin/snort, /usr/sbin/snort-plain
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), snort(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/sosreport_selinux.8 b/man/man8/sosreport_selinux.8
-new file mode 100644
-index 0000000..05f6560
---- /dev/null
-+++ b/man/man8/sosreport_selinux.8
-@@ -0,0 +1,383 @@
-+.TH  "sosreport_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sosreport_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sosreport_t SELinux type can be entered via the \fBsosreport_exec_t\fP file type.
-+
-+The default entrypoint paths for the sosreport_t domain are the following:
-+
-+/usr/sbin/sosreport
-+.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 sosreport policy is very flexible allowing users to setup their sosreport processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sosreport:
-+
-+.EX
-+.B sosreport_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sosreport_t
-+can be used to make the process type sosreport_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sosreport policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sosreport with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sosreport_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 sosreport_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sosreport_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 abrt_var_cache_t
-+
-+	/var/tmp/abrt(/.*)?
-+.br
-+	/var/cache/abrt(/.*)?
-+.br
-+	/var/spool/abrt(/.*)?
-+.br
-+	/var/cache/abrt-di(/.*)?
-+.br
-+
-+.br
-+.B abrt_var_run_t
-+
-+	/var/run/abrt(/.*)?
-+.br
-+	/var/run/abrtd?\.lock
-+.br
-+	/var/run/abrtd?\.socket
-+.br
-+	/var/run/abrt\.pid
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pulseaudio_home_t
-+
-+	/root/\.pulse(/.*)?
-+.br
-+	/root/\.config/pulse(/.*)?
-+.br
-+	/root/\.esd_auth
-+.br
-+	/root/\.pulse-cookie
-+.br
-+	/home/[^/]*/\.pulse(/.*)?
-+.br
-+	/home/[^/]*/\.config/pulse(/.*)?
-+.br
-+	/home/[^/]*/\.esd_auth
-+.br
-+	/home/[^/]*/\.pulse-cookie
-+.br
-+	/home/pwalsh/\.pulse(/.*)?
-+.br
-+	/home/pwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/pwalsh/\.esd_auth
-+.br
-+	/home/pwalsh/\.pulse-cookie
-+.br
-+	/home/dwalsh/\.pulse(/.*)?
-+.br
-+	/home/dwalsh/\.config/pulse(/.*)?
-+.br
-+	/home/dwalsh/\.esd_auth
-+.br
-+	/home/dwalsh/\.pulse-cookie
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/pulse(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.esd_auth
-+.br
-+	/var/lib/xguest/home/xguest/\.pulse-cookie
-+.br
-+
-+.br
-+.B sosreport_tmp_t
-+
-+	/\.ismount-test-file
-+.br
-+
-+.br
-+.B sosreport_tmpfs_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 sosreport policy is very flexible allowing users to setup their sosreport processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sosreport, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sosreport_exec_t '/srv/sosreport/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysosreport_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sosreport:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sosreport(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/soundd_selinux.8 b/man/man8/soundd_selinux.8
-new file mode 100644
-index 0000000..06d163c
---- /dev/null
-+++ b/man/man8/soundd_selinux.8
-@@ -0,0 +1,291 @@
-+.TH  "soundd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep soundd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The soundd_t SELinux type can be entered via the \fBsoundd_exec_t\fP file type.
-+
-+The default entrypoint paths for the soundd_t domain are the following:
-+
-+/usr/bin/nasd, /usr/sbin/yiff, /usr/bin/gpe-soundserver
-+.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 soundd policy is very flexible allowing users to setup their soundd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for soundd:
-+
-+.EX
-+.B soundd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a soundd_t
-+can be used to make the process type soundd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  soundd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run soundd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 soundd policy is very flexible allowing users to setup their soundd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for soundd:
-+
-+.EX
-+.TP 5
-+.B soundd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 8000,9433,16001
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type soundd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B soundd_state_t
-+
-+	/var/state/yiff(/.*)?
-+.br
-+
-+.br
-+.B soundd_tmp_t
-+
-+
-+.br
-+.B soundd_tmpfs_t
-+
-+
-+.br
-+.B soundd_var_run_t
-+
-+	/var/run/nasd(/.*)?
-+.br
-+	/var/run/yiff-[0-9]+\.pid
-+.br
-+
-+.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 soundd policy is very flexible allowing users to setup their soundd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the soundd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t soundd_etc_t '/srv/soundd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysoundd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for soundd:
-+
-+
-+.EX
-+.PP
-+.B soundd_etc_t
-+.EE
-+
-+- Set files with the soundd_etc_t type, if you want to store soundd files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/nas(/.*)?, /etc/yiff(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/nasd, /usr/sbin/yiff, /usr/bin/gpe-soundserver
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B soundd_state_t
-+.EE
-+
-+- Set files with the soundd_state_t type, if you want to treat the files as soundd state data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/nasd(/.*)?, /var/run/yiff-[0-9]+\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), soundd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/spamass_milter_selinux.8 b/man/man8/spamass_milter_selinux.8
-new file mode 100644
-index 0000000..70ea51d
---- /dev/null
-+++ b/man/man8/spamass_milter_selinux.8
-@@ -0,0 +1,274 @@
-+.TH  "spamass_milter_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep spamass_milter_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The spamass_milter_t SELinux type can be entered via the \fBspamass_milter_exec_t\fP file type.
-+
-+The default entrypoint paths for the spamass_milter_t domain are the following:
-+
-+/usr/sbin/spamass-milter
-+.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 spamass_milter policy is very flexible allowing users to setup their spamass_milter processes in as secure a method as possible.
-+.PP
-+The following process types are defined for spamass_milter:
-+
-+.EX
-+.B spamass_milter_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a spamass_milter_t
-+can be used to make the process type spamass_milter_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  spamass_milter policy is extremely flexible and has several booleans that allow you to manipulate the policy and run spamass_milter with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the spamass_milter_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 spamass_milter_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type spamass_milter_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B spamass_milter_data_t
-+
-+	/var/run/spamass(/.*)?
-+.br
-+	/var/run/spamass-milter(/.*)?
-+.br
-+	/var/spool/postfix/spamass(/.*)?
-+.br
-+	/var/run/spamass-milter\.pid
-+.br
-+
-+.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 spamass_milter policy is very flexible allowing users to setup their spamass_milter processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+spamass_milter policy stores data with multiple different file context types under the /var/run/spamass directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/spamass /srv/spamass
-+.br
-+.B restorecon -R -v /srv/spamass
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the spamass_milter, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t spamass_milter_data_t '/srv/spamass_milter/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myspamass_milter_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for spamass_milter:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/spamass(/.*)?, /var/run/spamass-milter(/.*)?, /var/spool/postfix/spamass(/.*)?, /var/run/spamass-milter\.pid
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), spamass_milter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/spamc_selinux.8 b/man/man8/spamc_selinux.8
-new file mode 100644
-index 0000000..7830052
---- /dev/null
-+++ b/man/man8/spamc_selinux.8
-@@ -0,0 +1,371 @@
-+.TH  "spamc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep spamc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The spamc_t SELinux type can be entered via the \fBspamc_exec_t\fP file type.
-+
-+The default entrypoint paths for the spamc_t domain are the following:
-+
-+/usr/bin/razor.*, /usr/bin/spamc, /usr/bin/pyzor, /usr/bin/sa-learn, /usr/bin/spamassassin
-+.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 spamc policy is very flexible allowing users to setup their spamc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for spamc:
-+
-+.EX
-+.B spamc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a spamc_t
-+can be used to make the process type spamc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  spamc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run spamc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to check spam, you must turn on the httpd_can_check_spam boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_check_spam 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user spamassassin clients to use the network, you must turn on the spamassassin_can_network boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P spamassassin_can_network 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the spamc_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 spamc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type spamc_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 amavis_spool_t
-+
-+	/var/spool/amavisd(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B spamass_milter_state_t
-+
-+	/var/lib/spamass-milter(/.*)?
-+.br
-+
-+.br
-+.B spamc_home_t
-+
-+	/root/\.pyzor(/.*)?
-+.br
-+	/root/\.spamd(/.*)?
-+.br
-+	/root/\.razor(/.*)?
-+.br
-+	/root/\.spamassassin(/.*)?
-+.br
-+	/home/[^/]*/\.pyzor(/.*)?
-+.br
-+	/home/[^/]*/\.spamd(/.*)?
-+.br
-+	/home/[^/]*/\.razor(/.*)?
-+.br
-+	/home/[^/]*/\.spamassassin(/.*)?
-+.br
-+	/home/pwalsh/\.pyzor(/.*)?
-+.br
-+	/home/pwalsh/\.spamd(/.*)?
-+.br
-+	/home/pwalsh/\.razor(/.*)?
-+.br
-+	/home/pwalsh/\.spamassassin(/.*)?
-+.br
-+	/home/dwalsh/\.pyzor(/.*)?
-+.br
-+	/home/dwalsh/\.spamd(/.*)?
-+.br
-+	/home/dwalsh/\.razor(/.*)?
-+.br
-+	/home/dwalsh/\.spamassassin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.pyzor(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spamd(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.razor(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spamassassin(/.*)?
-+.br
-+
-+.br
-+.B spamc_tmp_t
-+
-+
-+.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 spamc policy is very flexible allowing users to setup their spamc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the spamc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t spamc_exec_t '/srv/spamc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myspamc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for spamc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/razor.*, /usr/bin/spamc, /usr/bin/pyzor, /usr/bin/sa-learn, /usr/bin/spamassassin
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.pyzor(/.*)?, /root/\.spamd(/.*)?, /root/\.razor(/.*)?, /root/\.spamassassin(/.*)?, /home/[^/]*/\.pyzor(/.*)?, /home/[^/]*/\.spamd(/.*)?, /home/[^/]*/\.razor(/.*)?, /home/[^/]*/\.spamassassin(/.*)?, /home/pwalsh/\.pyzor(/.*)?, /home/pwalsh/\.spamd(/.*)?, /home/pwalsh/\.razor(/.*)?, /home/pwalsh/\.spamassassin(/.*)?, /home/dwalsh/\.pyzor(/.*)?, /home/dwalsh/\.spamd(/.*)?, /home/dwalsh/\.razor(/.*)?, /home/dwalsh/\.spamassassin(/.*)?, /var/lib/xguest/home/xguest/\.pyzor(/.*)?, /var/lib/xguest/home/xguest/\.spamd(/.*)?, /var/lib/xguest/home/xguest/\.razor(/.*)?, /var/lib/xguest/home/xguest/\.spamassassin(/.*)?
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), spamc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/spamd_selinux.8 b/man/man8/spamd_selinux.8
-new file mode 100644
-index 0000000..1feac25
---- /dev/null
-+++ b/man/man8/spamd_selinux.8
-@@ -0,0 +1,576 @@
-+.TH  "spamd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep spamd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The spamd_t SELinux type can be entered via the \fBspamd_exec_t\fP file type.
-+
-+The default entrypoint paths for the spamd_t domain are the following:
-+
-+/usr/bin/spamd, /usr/sbin/spamd, /usr/bin/pyzord, /usr/sbin/spampd, /usr/bin/mimedefang, /usr/bin/mimedefang-multiplexor
-+.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 spamd policy is very flexible allowing users to setup their spamd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for spamd:
-+
-+.EX
-+.B spamc_t, spamd_t, spamd_update_t, spamass_milter_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a spamd_t
-+can be used to make the process type spamd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  spamd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run spamd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow spamd to read/write user home directories, you must turn on the spamd_enable_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P spamd_enable_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the spamc_t, spamd_update_t, spamd_t, spamass_milter_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 spamc_t, spamd_update_t, spamd_t, spamass_milter_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 spamd policy is very flexible allowing users to setup their spamd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for spamd:
-+
-+.EX
-+.TP 5
-+.B spamd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 783,10026,10027
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type spamd_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 amavis_var_lib_t
-+
-+	/var/amavis(/.*)?
-+.br
-+	/var/lib/amavis(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B exim_spool_t
-+
-+	/var/spool/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B spamass_milter_state_t
-+
-+	/var/lib/spamass-milter(/.*)?
-+.br
-+
-+.br
-+.B spamc_home_t
-+
-+	/root/\.pyzor(/.*)?
-+.br
-+	/root/\.spamd(/.*)?
-+.br
-+	/root/\.razor(/.*)?
-+.br
-+	/root/\.spamassassin(/.*)?
-+.br
-+	/home/[^/]*/\.pyzor(/.*)?
-+.br
-+	/home/[^/]*/\.spamd(/.*)?
-+.br
-+	/home/[^/]*/\.razor(/.*)?
-+.br
-+	/home/[^/]*/\.spamassassin(/.*)?
-+.br
-+	/home/pwalsh/\.pyzor(/.*)?
-+.br
-+	/home/pwalsh/\.spamd(/.*)?
-+.br
-+	/home/pwalsh/\.razor(/.*)?
-+.br
-+	/home/pwalsh/\.spamassassin(/.*)?
-+.br
-+	/home/dwalsh/\.pyzor(/.*)?
-+.br
-+	/home/dwalsh/\.spamd(/.*)?
-+.br
-+	/home/dwalsh/\.razor(/.*)?
-+.br
-+	/home/dwalsh/\.spamassassin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.pyzor(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spamd(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.razor(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spamassassin(/.*)?
-+.br
-+
-+.br
-+.B spamd_compiled_t
-+
-+	/var/lib/spamassassin/compiled(/.*)?
-+.br
-+
-+.br
-+.B spamd_etc_t
-+
-+	/etc/pyzor(/.*)?
-+.br
-+	/etc/razor(/.*)?
-+.br
-+
-+.br
-+.B spamd_log_t
-+
-+	/var/log/spamd\.log.*
-+.br
-+	/var/log/mimedefang.*
-+.br
-+	/var/log/pyzord\.log.*
-+.br
-+	/var/log/razor-agent\.log.*
-+.br
-+
-+.br
-+.B spamd_spool_t
-+
-+	/var/spool/spamd(/.*)?
-+.br
-+	/var/spool/spampd(/.*)?
-+.br
-+	/var/spool/spamassassin(/.*)?
-+.br
-+
-+.br
-+.B spamd_tmp_t
-+
-+
-+.br
-+.B spamd_var_lib_t
-+
-+	/var/lib/razor(/.*)?
-+.br
-+	/var/lib/pyzord(/.*)?
-+.br
-+	/var/lib/spamassassin(/.*)?
-+.br
-+
-+.br
-+.B spamd_var_run_t
-+
-+	/var/run/spamassassin(/.*)?
-+.br
-+	/var/spool/MIMEDefang(/.*)?
-+.br
-+	/var/spool/MD-Quarantine(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.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 spamd policy is very flexible allowing users to setup their spamd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+spamd policy stores data with multiple different file context types under the /var/lib/spamassassin directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/spamassassin /srv/spamassassin
-+.br
-+.B restorecon -R -v /srv/spamassassin
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the spamd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t spamd_compiled_t '/srv/spamd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myspamd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for spamd:
-+
-+
-+.EX
-+.PP
-+.B spamd_compiled_t
-+.EE
-+
-+- Set files with the spamd_compiled_t type, if you want to treat the files as spamd compiled data.
-+
-+
-+.EX
-+.PP
-+.B spamd_etc_t
-+.EE
-+
-+- Set files with the spamd_etc_t type, if you want to store spamd files in the /etc directories.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/pyzor(/.*)?, /etc/razor(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/spamd, /usr/sbin/spamd, /usr/bin/pyzord, /usr/sbin/spampd, /usr/bin/mimedefang, /usr/bin/mimedefang-multiplexor
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/mimedefang.*, /etc/rc\.d/init\.d/spamd, /etc/rc\.d/init\.d/spampd, /etc/rc\.d/init\.d/pyzord
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/spamd\.log.*, /var/log/mimedefang.*, /var/log/pyzord\.log.*, /var/log/razor-agent\.log.*
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/spool/spamd(/.*)?, /var/spool/spampd(/.*)?, /var/spool/spamassassin(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/razor(/.*)?, /var/lib/pyzord(/.*)?, /var/lib/spamassassin(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/spamassassin(/.*)?, /var/spool/MIMEDefang(/.*)?, /var/spool/MD-Quarantine(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), spamd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), spamass_milter_selinux(8), spamc_selinux(8), spamd_update_selinux(8)
-\ 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..a3fc9dc
---- /dev/null
-+++ b/man/man8/spamd_update_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "spamd_update_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep spamd_update_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The spamd_update_t SELinux type can be entered via the \fBspamd_update_exec_t\fP file type.
-+
-+The default entrypoint paths for the spamd_update_t domain are the following:
-+
-+/usr/bin/sa-update
-+.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 spamd_update policy is very flexible allowing users to setup their spamd_update processes in as secure a method as possible.
-+.PP
-+The following process types are defined for spamd_update:
-+
-+.EX
-+.B spamd_update_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a spamd_update_t
-+can be used to make the process type spamd_update_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  spamd_update policy is extremely flexible and has several booleans that allow you to manipulate the policy and run spamd_update with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the spamd_update_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 spamd_update_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type spamd_update_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 gpg_secret_t
-+
-+	/root/\.gnupg(/.+)?
-+.br
-+	/etc/mail/spamassassin/sa-update-keys(/.*)?
-+.br
-+	/home/[^/]*/\.gnupg(/.+)?
-+.br
-+	/home/pwalsh/\.gnupg(/.+)?
-+.br
-+	/home/dwalsh/\.gnupg(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg(/.+)?
-+.br
-+
-+.br
-+.B spamd_tmp_t
-+
-+
-+.br
-+.B spamd_var_lib_t
-+
-+	/var/lib/razor(/.*)?
-+.br
-+	/var/lib/pyzord(/.*)?
-+.br
-+	/var/lib/spamassassin(/.*)?
-+.br
-+
-+.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 spamd_update policy is very flexible allowing users to setup their spamd_update processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the spamd_update, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t spamd_update_exec_t '/srv/spamd_update/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myspamd_update_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for spamd_update:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), spamd_update(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), spamd_selinux(8), spamd_selinux(8)
-\ 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..be5c602
---- /dev/null
-+++ b/man/man8/squid_cron_selinux.8
-@@ -0,0 +1,195 @@
-+.TH  "squid_cron_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep squid_cron_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The squid_cron_t SELinux type can be entered via the \fBsquid_cron_exec_t\fP file type.
-+
-+The default entrypoint paths for the squid_cron_t domain are the following:
-+
-+/usr/sbin/lightparser.pl
-+.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 squid_cron policy is very flexible allowing users to setup their squid_cron processes in as secure a method as possible.
-+.PP
-+The following process types are defined for squid_cron:
-+
-+.EX
-+.B squid_cron_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a squid_cron_t
-+can be used to make the process type squid_cron_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  squid_cron policy is extremely flexible and has several booleans that allow you to manipulate the policy and run squid_cron with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type squid_cron_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B squid_cache_t
-+
-+	/var/squidGuard(/.*)?
-+.br
-+	/var/lightsquid(/.*)?
-+.br
-+	/var/cache/squid(/.*)?
-+.br
-+	/var/spool/squid(/.*)?
-+.br
-+
-+.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 squid_cron policy is very flexible allowing users to setup their squid_cron processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the squid_cron, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t squid_cron_exec_t '/srv/squid_cron/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysquid_cron_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for squid_cron:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), squid_cron(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), squid_selinux(8), squid_selinux(8)
-\ 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..37cf969
---- /dev/null
-+++ b/man/man8/squid_selinux.8
-@@ -0,0 +1,430 @@
-+.TH  "squid_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep squid_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The squid_t SELinux type can be entered via the \fBsquid_exec_t\fP file type.
-+
-+The default entrypoint paths for the squid_t domain are the following:
-+
-+/usr/sbin/squid
-+.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 squid policy is very flexible allowing users to setup their squid processes in as secure a method as possible.
-+.PP
-+The following process types are defined for squid:
-+
-+.EX
-+.B squid_t, squid_cron_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a squid_t
-+can be used to make the process type squid_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  squid policy is extremely flexible and has several booleans that allow you to manipulate the policy and run squid with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether squid can connect to all TCP ports, you must turn on the squid_connect_any boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P squid_connect_any 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether squid can run as a transparent proxy, you must turn on the squid_use_tproxy boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P squid_use_tproxy 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the squid_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 squid_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 squid policy is very flexible allowing users to setup their squid processes in as secure a method as possible.
-+.PP
-+The following port types are defined for squid:
-+
-+.EX
-+.TP 5
-+.B squid_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 3128,3401,4827
-+.EE
-+udp 3401,4827
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type squid_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B squid_cache_t
-+
-+	/var/squidGuard(/.*)?
-+.br
-+	/var/lightsquid(/.*)?
-+.br
-+	/var/cache/squid(/.*)?
-+.br
-+	/var/spool/squid(/.*)?
-+.br
-+
-+.br
-+.B squid_tmp_t
-+
-+
-+.br
-+.B squid_tmpfs_t
-+
-+
-+.br
-+.B squid_var_run_t
-+
-+	/var/run/squid\.pid
-+.br
-+
-+.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 squid policy is very flexible allowing users to setup their squid processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+squid policy stores data with multiple different file context types under the /var/log/squid directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/squid /srv/squid
-+.br
-+.B restorecon -R -v /srv/squid
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the squid, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t squid_cache_t '/srv/squid/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysquid_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for squid:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/squidGuard(/.*)?, /var/lightsquid(/.*)?, /var/cache/squid(/.*)?, /var/spool/squid(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/squid(/.*)?, /etc/lightsquid(/.*)?, /usr/share/squid(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/squid(/.*)?, /var/log/squidGuard(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), squid(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), squid_cron_selinux(8)
-\ 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..6d77086
---- /dev/null
-+++ b/man/man8/srvsvcd_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "srvsvcd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep srvsvcd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The srvsvcd_t SELinux type can be entered via the \fBsrvsvcd_exec_t\fP file type.
-+
-+The default entrypoint paths for the srvsvcd_t domain are the following:
-+
-+/usr/sbin/srvsvcd, /opt/likewise/sbin/srvsvcd
-+.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 srvsvcd policy is very flexible allowing users to setup their srvsvcd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for srvsvcd:
-+
-+.EX
-+.B srvsvcd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a srvsvcd_t
-+can be used to make the process type srvsvcd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  srvsvcd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run srvsvcd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type srvsvcd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B srvsvcd_var_lib_t
-+
-+
-+.br
-+.B srvsvcd_var_run_t
-+
-+	/var/run/srvsvcd\.pid
-+.br
-+
-+.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 srvsvcd policy is very flexible allowing users to setup their srvsvcd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the srvsvcd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t srvsvcd_exec_t '/srv/srvsvcd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysrvsvcd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for srvsvcd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/srvsvcd, /opt/likewise/sbin/srvsvcd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), srvsvcd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ssh_keygen_selinux.8 b/man/man8/ssh_keygen_selinux.8
-new file mode 100644
-index 0000000..4b20ed2
---- /dev/null
-+++ b/man/man8/ssh_keygen_selinux.8
-@@ -0,0 +1,265 @@
-+.TH  "ssh_keygen_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ssh_keygen_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ssh_keygen_t SELinux type can be entered via the \fBssh_keygen_exec_t\fP file type.
-+
-+The default entrypoint paths for the ssh_keygen_t domain are the following:
-+
-+/usr/bin/ssh-keygen
-+.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 ssh_keygen policy is very flexible allowing users to setup their ssh_keygen processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ssh_keygen:
-+
-+.EX
-+.B ssh_keygen_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ssh_keygen_t
-+can be used to make the process type ssh_keygen_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ssh_keygen policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ssh_keygen with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ssh_keygen_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 ssh_keygen_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ssh_keygen_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 nfs_t
-+
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B sshd_key_t
-+
-+	/etc/ssh/ssh_host.*_key
-+.br
-+	/etc/ssh/primes
-+.br
-+
-+.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 ssh_keygen policy is very flexible allowing users to setup their ssh_keygen processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ssh_keygen, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ssh_keygen_exec_t '/srv/ssh_keygen/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myssh_keygen_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ssh_keygen:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ssh_keygen(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ssh_selinux(8), ssh_selinux(8), ssh_keysign_selinux(8), sshd_selinux(8), sshd_sandbox_selinux(8)
-\ 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..7238660
---- /dev/null
-+++ b/man/man8/ssh_keysign_selinux.8
-@@ -0,0 +1,167 @@
-+.TH  "ssh_keysign_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ssh_keysign_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ssh_keysign_t SELinux type can be entered via the \fBssh_keysign_exec_t\fP file type.
-+
-+The default entrypoint paths for the ssh_keysign_t domain are the following:
-+
-+/usr/lib/openssh/ssh-keysign, /usr/libexec/openssh/ssh-keysign
-+.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 ssh_keysign policy is very flexible allowing users to setup their ssh_keysign processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ssh_keysign:
-+
-+.EX
-+.B ssh_keysign_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ssh_keysign_t
-+can be used to make the process type ssh_keysign_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ssh_keysign policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ssh_keysign with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow host key based authentication, you must turn on the ssh_keysign boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_keysign 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 ssh_keysign policy is very flexible allowing users to setup their ssh_keysign processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ssh_keysign, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ssh_keysign_exec_t '/srv/ssh_keysign/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myssh_keysign_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ssh_keysign:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/openssh/ssh-keysign, /usr/libexec/openssh/ssh-keysign
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ssh_keysign(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ssh_selinux(8), ssh_selinux(8), ssh_keygen_selinux(8), sshd_selinux(8), sshd_sandbox_selinux(8)
-\ 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..f2aefda
---- /dev/null
-+++ b/man/man8/ssh_selinux.8
-@@ -0,0 +1,545 @@
-+.TH  "ssh_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ssh_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ssh_t SELinux type can be entered via the \fBssh_exec_t\fP file type.
-+
-+The default entrypoint paths for the ssh_t domain are the following:
-+
-+/usr/bin/ssh
-+.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 ssh policy is very flexible allowing users to setup their ssh processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ssh:
-+
-+.EX
-+.B sshd_sandbox_t, ssh_keysign_t, ssh_keygen_t, ssh_t, sshd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ssh_t
-+can be used to make the process type ssh_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ssh policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ssh with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow host key based authentication, you must turn on the ssh_keysign boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_keysign 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ssh_keygen_t, sshd_t, ssh_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 ssh_keygen_t, sshd_t, ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 ssh policy is very flexible allowing users to setup their ssh processes in as secure a method as possible.
-+.PP
-+The following port types are defined for ssh:
-+
-+.EX
-+.TP 5
-+.B ssh_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 22
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ssh_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B ssh_tmpfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 ssh policy is very flexible allowing users to setup their ssh processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ssh, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ssh_agent_exec_t '/srv/ssh/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myssh_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ssh:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.ssh(/.*)?, /var/lib/pgsql/\.ssh(/.*)?, /var/lib/openshift/[^/]+/\.ssh(/.*)?, /var/lib/amanda/\.ssh(/.*)?, /var/lib/stickshift/[^/]+/\.ssh(/.*)?, /var/lib/gitolite/\.ssh(/.*)?, /var/lib/nocpulse/\.ssh(/.*)?, /var/lib/gitolite3/\.ssh(/.*)?, /root/\.shosts, /home/[^/]*/\.ssh(/.*)?, /home/[^/]*/\.shosts, /home/pwalsh/\.ssh(/.*)?, /home/pwalsh/\.shosts, /home/dwalsh/\.ssh(/.*)?, /home/dwalsh/\.shosts, /var/lib/xguest/home/xguest/\.ssh(/.*)?, /var/lib/xguest/home/xguest/\.shosts
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/openssh/ssh-keysign, /usr/libexec/openssh/ssh-keysign
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/sshd, /usr/sbin/gsisshd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B sshd_key_t
-+.EE
-+
-+- Set files with the sshd_key_t type, if you want to treat the files as sshd key data.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/ssh/ssh_host.*_key, /etc/ssh/primes
-+
-+.EX
-+.PP
-+.B sshd_keytab_t
-+.EE
-+
-+- Set files with the sshd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/sshd\.pid, /var/run/sshd\.init\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), ssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ssh_keygen_selinux(8), ssh_keysign_selinux(8), sshd_selinux(8), sshd_sandbox_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sshd_sandbox_selinux.8 b/man/man8/sshd_sandbox_selinux.8
-new file mode 100644
-index 0000000..91dca97
---- /dev/null
-+++ b/man/man8/sshd_sandbox_selinux.8
-@@ -0,0 +1,101 @@
-+.TH  "sshd_sandbox_selinux"  "8"  "13-01-16" "sshd_sandbox" "SELinux Policy documentation for sshd_sandbox"
-+.SH "NAME"
-+sshd_sandbox_selinux \- Security Enhanced Linux Policy for the sshd_sandbox processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sshd_sandbox processes via flexible mandatory access control.
-+
-+The sshd_sandbox processes execute with the sshd_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:
-+
-+.B ps -eZ | grep sshd_sandbox_t
-+
-+
-+.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 sshd_sandbox policy is very flexible allowing users to setup their sshd_sandbox processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sshd_sandbox:
-+
-+.EX
-+.B sshd_sandbox_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sshd_sandbox_t
-+can be used to make the process type sshd_sandbox_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sshd_sandbox policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sshd_sandbox with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sshd_sandbox(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ssh_selinux(8), sshd_selinux(8), sshd_selinux(8)
-\ 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..fdb7970
---- /dev/null
-+++ b/man/man8/sshd_selinux.8
-@@ -0,0 +1,661 @@
-+.TH  "sshd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sshd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sshd_t SELinux type can be entered via the \fBsshd_exec_t\fP file type.
-+
-+The default entrypoint paths for the sshd_t domain are the following:
-+
-+/usr/sbin/sshd, /usr/sbin/gsisshd
-+.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 sshd policy is very flexible allowing users to setup their sshd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sshd:
-+
-+.EX
-+.B sshd_sandbox_t, ssh_keysign_t, ssh_keygen_t, ssh_t, sshd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sshd_t
-+can be used to make the process type sshd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sshd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sshd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a radius server, you must turn on the authlogin_radius boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_radius 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a yubikey  server, you must turn on the authlogin_yubikey boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_yubikey 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allow a user to login as an unconfined domain, you must turn on the unconfined_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the ssh_keygen_t, sshd_t, ssh_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 ssh_keygen_t, sshd_t, ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 sshd policy is very flexible allowing users to setup their sshd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for sshd:
-+
-+.EX
-+.TP 5
-+.B ssh_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 22
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sshd_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B auth_home_t
-+
-+	/root/\.google_authenticator
-+.br
-+	/root/\.google_authenticator~
-+.br
-+	/home/[^/]*/\.google_authenticator
-+.br
-+	/home/[^/]*/\.google_authenticator~
-+.br
-+	/home/pwalsh/\.google_authenticator
-+.br
-+	/home/pwalsh/\.google_authenticator~
-+.br
-+	/home/dwalsh/\.google_authenticator
-+.br
-+	/home/dwalsh/\.google_authenticator~
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator~
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B condor_var_lib_t
-+
-+	/var/lib/condor(/.*)?
-+.br
-+	/var/lib/condor/spool(/.*)?
-+.br
-+	/var/lib/condor/execute(/.*)?
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gitosis_var_lib_t
-+
-+	/srv/lib/gitosis(/.*)?
-+.br
-+	/var/lib/gitosis(/.*)?
-+.br
-+	/var/lib/gitolite(3)?(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B openshift_tmp_t
-+
-+	/var/lib/openshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/openshift/.*/\.sandbox(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.tmp(/.*)?
-+.br
-+	/var/lib/stickshift/.*/\.sandbox(/.*)?
-+.br
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B sshd_tmpfs_t
-+
-+
-+.br
-+.B sshd_var_run_t
-+
-+	/var/run/sshd\.pid
-+.br
-+	/var/run/sshd\.init\.pid
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 sshd policy is very flexible allowing users to setup their sshd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sshd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sshd_exec_t '/srv/sshd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysshd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sshd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/sshd, /usr/sbin/gsisshd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B sshd_key_t
-+.EE
-+
-+- Set files with the sshd_key_t type, if you want to treat the files as sshd key data.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/ssh/ssh_host.*_key, /etc/ssh/primes
-+
-+.EX
-+.PP
-+.B sshd_keytab_t
-+.EE
-+
-+- Set files with the sshd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/sshd\.pid, /var/run/sshd\.init\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), sshd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), ssh_selinux(8), ssh_selinux(8), ssh_keygen_selinux(8), ssh_keysign_selinux(8), sshd_sandbox_selinux(8)
-\ 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..7ef35b3
---- /dev/null
-+++ b/man/man8/sssd_selinux.8
-@@ -0,0 +1,420 @@
-+.TH  "sssd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sssd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sssd_t SELinux type can be entered via the \fBsssd_exec_t\fP file type.
-+
-+The default entrypoint paths for the sssd_t domain are the following:
-+
-+/usr/sbin/sssd
-+.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 sssd policy is very flexible allowing users to setup their sssd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sssd:
-+
-+.EX
-+.B sssd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sssd_t
-+can be used to make the process type sssd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sssd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sssd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sssd_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 sssd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sssd_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B selinux_login_config_t
-+
-+	/etc/selinux/([^/]*/)?logins(/.*)?
-+.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 sssd_var_log_t
-+
-+	/var/log/sssd(/.*)?
-+.br
-+
-+.br
-+.B sssd_var_run_t
-+
-+	/var/run/sssd.pid
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.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 sssd policy is very flexible allowing users to setup their sssd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+sssd policy stores data with multiple different file context types under the /var/lib/sss directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/sss /srv/sss
-+.br
-+.B restorecon -R -v /srv/sss
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sssd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sssd_conf_t '/srv/sssd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysssd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sssd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B sssd_public_t
-+.EE
-+
-+- Set files with the sssd_public_t type, if you want to treat the files as sssd public data.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/sss/mc(/.*)?, /var/lib/sss/pubconf(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sssd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_consolehelper_selinux.8 b/man/man8/staff_consolehelper_selinux.8
-new file mode 100644
-index 0000000..ae8dc18
---- /dev/null
-+++ b/man/man8/staff_consolehelper_selinux.8
-@@ -0,0 +1,238 @@
-+.TH  "staff_consolehelper_selinux"  "8"  "13-01-16" "staff_consolehelper" "SELinux Policy documentation for staff_consolehelper"
-+.SH "NAME"
-+staff_consolehelper_selinux \- Security Enhanced Linux Policy for the staff_consolehelper processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the staff_consolehelper processes via flexible mandatory access control.
-+
-+The staff_consolehelper processes execute with the staff_consolehelper_t SELinux 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 staff_consolehelper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The staff_consolehelper_t SELinux type can be entered via the \fBconsolehelper_exec_t\fP file type.
-+
-+The default entrypoint paths for the staff_consolehelper_t domain are the following:
-+
-+/usr/bin/consolehelper
-+.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 staff_consolehelper policy is very flexible allowing users to setup their staff_consolehelper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for staff_consolehelper:
-+
-+.EX
-+.B staff_consolehelper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a staff_consolehelper_t
-+can be used to make the process type staff_consolehelper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff_consolehelper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff_consolehelper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the staff_consolehelper_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 staff_consolehelper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_consolehelper_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff_consolehelper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_selinux(8), staff_selinux(8), staff_dbusd_selinux(8), staff_gkeyringd_selinux(8), staff_screen_selinux(8), staff_seunshare_selinux(8), staff_ssh_agent_selinux(8), staff_sudo_selinux(8), staff_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_dbusd_selinux.8 b/man/man8/staff_dbusd_selinux.8
-new file mode 100644
-index 0000000..7ce9d28
---- /dev/null
-+++ b/man/man8/staff_dbusd_selinux.8
-@@ -0,0 +1,254 @@
-+.TH  "staff_dbusd_selinux"  "8"  "13-01-16" "staff_dbusd" "SELinux Policy documentation for staff_dbusd"
-+.SH "NAME"
-+staff_dbusd_selinux \- Security Enhanced Linux Policy for the staff_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the staff_dbusd processes via flexible mandatory access control.
-+
-+The staff_dbusd processes execute with the staff_dbusd_t SELinux 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 staff_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The staff_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the staff_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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 staff_dbusd policy is very flexible allowing users to setup their staff_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for staff_dbusd:
-+
-+.EX
-+.B staff_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a staff_dbusd_t
-+can be used to make the process type staff_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the staff_dbusd_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 staff_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_dbusd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B session_dbusd_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_selinux(8), staff_selinux(8), staff_consolehelper_selinux(8), staff_gkeyringd_selinux(8), staff_screen_selinux(8), staff_seunshare_selinux(8), staff_ssh_agent_selinux(8), staff_sudo_selinux(8), staff_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_gkeyringd_selinux.8 b/man/man8/staff_gkeyringd_selinux.8
-new file mode 100644
-index 0000000..095d7aa
---- /dev/null
-+++ b/man/man8/staff_gkeyringd_selinux.8
-@@ -0,0 +1,314 @@
-+.TH  "staff_gkeyringd_selinux"  "8"  "13-01-16" "staff_gkeyringd" "SELinux Policy documentation for staff_gkeyringd"
-+.SH "NAME"
-+staff_gkeyringd_selinux \- Security Enhanced Linux Policy for the staff_gkeyringd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the staff_gkeyringd processes via flexible mandatory access control.
-+
-+The staff_gkeyringd processes execute with the staff_gkeyringd_t SELinux 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 staff_gkeyringd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The staff_gkeyringd_t SELinux type can be entered via the \fBgkeyringd_exec_t\fP file type.
-+
-+The default entrypoint paths for the staff_gkeyringd_t domain are the following:
-+
-+/usr/bin/gnome-keyring-daemon
-+.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 staff_gkeyringd policy is very flexible allowing users to setup their staff_gkeyringd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for staff_gkeyringd:
-+
-+.EX
-+.B staff_gkeyringd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a staff_gkeyringd_t
-+can be used to make the process type staff_gkeyringd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff_gkeyringd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff_gkeyringd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the staff_gkeyringd_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 staff_gkeyringd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_gkeyringd_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gkeyringd_gnome_home_t
-+
-+	/root/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.local/share/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnome2/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/keyrings(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff_gkeyringd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_selinux(8), staff_selinux(8), staff_consolehelper_selinux(8), staff_dbusd_selinux(8), staff_screen_selinux(8), staff_seunshare_selinux(8), staff_ssh_agent_selinux(8), staff_sudo_selinux(8), staff_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_screen_selinux.8 b/man/man8/staff_screen_selinux.8
-new file mode 100644
-index 0000000..10c8f14
---- /dev/null
-+++ b/man/man8/staff_screen_selinux.8
-@@ -0,0 +1,222 @@
-+.TH  "staff_screen_selinux"  "8"  "13-01-16" "staff_screen" "SELinux Policy documentation for staff_screen"
-+.SH "NAME"
-+staff_screen_selinux \- Security Enhanced Linux Policy for the staff_screen processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the staff_screen processes via flexible mandatory access control.
-+
-+The staff_screen processes execute with the staff_screen_t SELinux 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 staff_screen_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The staff_screen_t SELinux type can be entered via the \fBscreen_exec_t\fP file type.
-+
-+The default entrypoint paths for the staff_screen_t domain are the following:
-+
-+/usr/bin/tmux, /usr/bin/screen
-+.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 staff_screen policy is very flexible allowing users to setup their staff_screen processes in as secure a method as possible.
-+.PP
-+The following process types are defined for staff_screen:
-+
-+.EX
-+.B staff_screen_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a staff_screen_t
-+can be used to make the process type staff_screen_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff_screen policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff_screen with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the staff_screen_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 staff_screen_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_screen_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff_screen(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_selinux(8), staff_selinux(8), staff_consolehelper_selinux(8), staff_dbusd_selinux(8), staff_gkeyringd_selinux(8), staff_seunshare_selinux(8), staff_ssh_agent_selinux(8), staff_sudo_selinux(8), staff_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_selinux.8 b/man/man8/staff_selinux.8
-new file mode 100644
-index 0000000..b45773e
---- /dev/null
-+++ b/man/man8/staff_selinux.8
-@@ -0,0 +1,891 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+\fBstaff_u\fP is an SELinux User defined in the SELinux
-+policy. SELinux users have default roles, \fBstaff_r\fP.  The
-+default role has a default type, \fBstaff_t\fP, associated with it.
-+
-+The SELinux user will usually login to a system with a context that looks like:
-+
-+.B staff_u:staff_r:staff_t:s0 - s0:c0.c1023
-+
-+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.
-+
-+By default all users are assigned to the SELinux user via the \fB__default__\fP flag
-+
-+On Targeted policy systems the \fB__default__\fP user is assigned to the \fBunconfined_u\fP SELinux user.
-+
-+You can list all Linux User to SELinux user mapping using:
-+
-+.B semanage login -l
-+
-+If you wanted to change the default user mapping to use the staff_u user, you would execute:
-+
-+.B semanage login -m -s staff_u __default__
-+
-+
-+If you want to map the one Linux user (joe) to the SELinux user staff, you would execute:
-+
-+.B $ semanage login -a -s staff_u joe
-+
-+
-+.SH USER DESCRIPTION
-+
-+The SELinux user staff_u is defined in policy as a unprivileged user. SELinux prevents unprivileged users from doing administration tasks without transitioning to a different role.
-+
-+.SH SUDO
-+
-+The SELinux user staff can execute sudo.
-+
-+You can set up sudo to allow staff to transition to an administrative domain:
-+
-+Add one or more of the following record to sudoers using visudo.
-+
-+
-+USERNAME ALL=(ALL) ROLE=auditadm_r TYPE=auditadm_t COMMAND
-+.br
-+sudo will run COMMAND as staff_u:auditadm_r:auditadm_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=dbadm_r TYPE=dbadm_t COMMAND
-+.br
-+sudo will run COMMAND as staff_u:dbadm_r:dbadm_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=logadm_r TYPE=logadm_t COMMAND
-+.br
-+sudo will run COMMAND as staff_u:logadm_r:logadm_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=secadm_r TYPE=secadm_t COMMAND
-+.br
-+sudo will run COMMAND as staff_u:secadm_r:secadm_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=sysadm_r TYPE=sysadm_t COMMAND
-+.br
-+sudo will run COMMAND as staff_u:sysadm_r:sysadm_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=unconfined_r TYPE=unconfined_t COMMAND
-+.br
-+sudo will run COMMAND as staff_u:unconfined_r:unconfined_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=webadm_r TYPE=webadm_t COMMAND
-+.br
-+sudo will run COMMAND as staff_u:webadm_r:webadm_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+The SELinux type staff_t is not allowed to execute sudo.
-+
-+.SH X WINDOWS LOGIN
-+
-+The SELinux user staff_u is able to X Windows login.
-+
-+.SH NETWORK
-+
-+.TP
-+The SELinux user staff_u is able to listen on the following tcp ports.
-+
-+.B xserver_port_t: 6000-6020
-+
-+.TP
-+The SELinux user staff_u is able to connect to the following tcp ports.
-+
-+.B all ports
-+
-+.TP
-+The SELinux user staff_u is able to listen on the following udp ports.
-+
-+.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.
-+
-+.B all ports
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow staff user to create and transition to svirt domains, you must turn on the staff_use_svirt boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P staff_use_svirt 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether calling user domains can execute Git daemon in the git_session_t domain, you must turn on the git_session_users boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_unified 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P polipo_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to allow pppd to be run for a regular user, you must turn on the pppd_for_user boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P pppd_for_user 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to the local mysql server, you must turn on the selinuxuser_mysql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_mysql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_use_ssh_chroot 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user music sharing, you must turn on the selinuxuser_user_share_music boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_user_share_music 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH HOME_EXEC
-+
-+The SELinux user staff_u is able execute home content files.
-+
-+.SH TRANSITIONS
-+
-+Three things can happen when staff_t attempts to execute a program.
-+
-+\fB1.\fP SELinux Policy can deny staff_t from executing the program.
-+
-+.TP
-+
-+\fB2.\fP SELinux Policy can allow staff_t to execute the program in the current user type.
-+
-+Execute the following to see the types that the SELinux user staff_t can execute without transitioning:
-+
-+.B search -A -s staff_t -c file -p execute_no_trans
-+
-+.TP
-+
-+\fB3.\fP SELinux can allow staff_t to execute the program and transition to a new type.
-+
-+Execute the following to see the types that the SELinux user staff_t can execute and transition:
-+
-+.B $ search -A -s staff_t -c process -p transition
-+
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_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 anon_inodefs_t
-+
-+
-+.br
-+.B auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B bluetooth_helper_tmp_t
-+
-+
-+.br
-+.B bluetooth_helper_tmpfs_t
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.br
-+.B httpd_user_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.+)?
-+.br
-+
-+.br
-+.B httpd_user_htaccess_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+
-+.br
-+.B httpd_user_ra_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+
-+.br
-+.B httpd_user_rw_content_t
-+
-+
-+.br
-+.B httpd_user_script_exec_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+
-+.br
-+.B iceauth_home_t
-+
-+	/root/\.DCOP.*
-+.br
-+	/root/\.ICEauthority.*
-+.br
-+	/home/[^/]*/\.DCOP.*
-+.br
-+	/home/[^/]*/\.ICEauthority.*
-+.br
-+	/home/pwalsh/\.DCOP.*
-+.br
-+	/home/pwalsh/\.ICEauthority.*
-+.br
-+	/home/dwalsh/\.DCOP.*
-+.br
-+	/home/dwalsh/\.ICEauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.DCOP.*
-+.br
-+	/var/lib/xguest/home/xguest/\.ICEauthority.*
-+.br
-+
-+.br
-+.B irc_home_t
-+
-+	/home/[^/]*/\.irssi(/.*)?
-+.br
-+	/home/[^/]*/\.ircmotd
-+.br
-+	/home/pwalsh/\.irssi(/.*)?
-+.br
-+	/home/pwalsh/\.ircmotd
-+.br
-+	/home/dwalsh/\.irssi(/.*)?
-+.br
-+	/home/dwalsh/\.ircmotd
-+.br
-+	/var/lib/xguest/home/xguest/\.irssi(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ircmotd
-+.br
-+
-+.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 nfsd_rw_t
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_tmpfs_type
-+
-+	all sandbox content in tmpfs file systems
-+.br
-+
-+.br
-+.B screen_home_t
-+
-+	/root/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screenrc
-+.br
-+	/home/pwalsh/\.screen(/.*)?
-+.br
-+	/home/pwalsh/\.screenrc
-+.br
-+	/home/dwalsh/\.screen(/.*)?
-+.br
-+	/home/dwalsh/\.screenrc
-+.br
-+	/var/lib/xguest/home/xguest/\.screen(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.screenrc
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_fonts_t
-+
-+	/root/\.fonts(/.*)?
-+.br
-+	/tmp/\.font-unix(/.*)?
-+.br
-+	/home/[^/]*/\.fonts(/.*)?
-+.br
-+	/home/pwalsh/\.fonts(/.*)?
-+.br
-+	/home/dwalsh/\.fonts(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts(/.*)?
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B virt_image_type
-+
-+	all virtual image files
-+.br
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_consolehelper_selinux(8), staff_dbusd_selinux(8), staff_gkeyringd_selinux(8), staff_screen_selinux(8), staff_seunshare_selinux(8), staff_ssh_agent_selinux(8), staff_sudo_selinux(8), staff_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_seunshare_selinux.8 b/man/man8/staff_seunshare_selinux.8
-new file mode 100644
-index 0000000..bbcf00f
---- /dev/null
-+++ b/man/man8/staff_seunshare_selinux.8
-@@ -0,0 +1,202 @@
-+.TH  "staff_seunshare_selinux"  "8"  "13-01-16" "staff_seunshare" "SELinux Policy documentation for staff_seunshare"
-+.SH "NAME"
-+staff_seunshare_selinux \- Security Enhanced Linux Policy for the staff_seunshare processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the staff_seunshare processes via flexible mandatory access control.
-+
-+The staff_seunshare processes execute with the staff_seunshare_t SELinux 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 staff_seunshare_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The staff_seunshare_t SELinux type can be entered via the \fBseunshare_exec_t\fP file type.
-+
-+The default entrypoint paths for the staff_seunshare_t domain are the following:
-+
-+/usr/sbin/seunshare
-+.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 staff_seunshare policy is very flexible allowing users to setup their staff_seunshare processes in as secure a method as possible.
-+.PP
-+The following process types are defined for staff_seunshare:
-+
-+.EX
-+.B staff_seunshare_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a staff_seunshare_t
-+can be used to make the process type staff_seunshare_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff_seunshare policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff_seunshare with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the staff_seunshare_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 staff_seunshare_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_seunshare_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_tmpfs_type
-+
-+	all sandbox content in tmpfs file systems
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff_seunshare(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_selinux(8), staff_selinux(8), staff_consolehelper_selinux(8), staff_dbusd_selinux(8), staff_gkeyringd_selinux(8), staff_screen_selinux(8), staff_ssh_agent_selinux(8), staff_sudo_selinux(8), staff_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_ssh_agent_selinux.8 b/man/man8/staff_ssh_agent_selinux.8
-new file mode 100644
-index 0000000..ecb8f6c
---- /dev/null
-+++ b/man/man8/staff_ssh_agent_selinux.8
-@@ -0,0 +1,224 @@
-+.TH  "staff_ssh_agent_selinux"  "8"  "13-01-16" "staff_ssh_agent" "SELinux Policy documentation for staff_ssh_agent"
-+.SH "NAME"
-+staff_ssh_agent_selinux \- Security Enhanced Linux Policy for the staff_ssh_agent processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the staff_ssh_agent processes via flexible mandatory access control.
-+
-+The staff_ssh_agent processes execute with the staff_ssh_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:
-+
-+.B ps -eZ | grep staff_ssh_agent_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The staff_ssh_agent_t SELinux type can be entered via the \fBssh_agent_exec_t\fP file type.
-+
-+The default entrypoint paths for the staff_ssh_agent_t domain are the following:
-+
-+/usr/bin/ssh-agent
-+.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 staff_ssh_agent policy is very flexible allowing users to setup their staff_ssh_agent processes in as secure a method as possible.
-+.PP
-+The following process types are defined for staff_ssh_agent:
-+
-+.EX
-+.B staff_ssh_agent_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a staff_ssh_agent_t
-+can be used to make the process type staff_ssh_agent_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff_ssh_agent policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff_ssh_agent with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the staff_ssh_agent_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 staff_ssh_agent_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_ssh_agent_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff_ssh_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_selinux(8), staff_selinux(8), staff_consolehelper_selinux(8), staff_dbusd_selinux(8), staff_gkeyringd_selinux(8), staff_screen_selinux(8), staff_seunshare_selinux(8), staff_sudo_selinux(8), staff_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_sudo_selinux.8 b/man/man8/staff_sudo_selinux.8
-new file mode 100644
-index 0000000..fca78b2
---- /dev/null
-+++ b/man/man8/staff_sudo_selinux.8
-@@ -0,0 +1,326 @@
-+.TH  "staff_sudo_selinux"  "8"  "13-01-16" "staff_sudo" "SELinux Policy documentation for staff_sudo"
-+.SH "NAME"
-+staff_sudo_selinux \- Security Enhanced Linux Policy for the staff_sudo processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the staff_sudo processes via flexible mandatory access control.
-+
-+The staff_sudo processes execute with the staff_sudo_t SELinux 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 staff_sudo_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The staff_sudo_t SELinux type can be entered via the \fBsudo_exec_t\fP file type.
-+
-+The default entrypoint paths for the staff_sudo_t domain are the following:
-+
-+/usr/bin/sudo(edit)?
-+.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 staff_sudo policy is very flexible allowing users to setup their staff_sudo processes in as secure a method as possible.
-+.PP
-+The following process types are defined for staff_sudo:
-+
-+.EX
-+.B staff_sudo_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a staff_sudo_t
-+can be used to make the process type staff_sudo_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff_sudo policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff_sudo with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the staff_sudo_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 staff_sudo_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_sudo_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B staff_sudo_tmp_t
-+
-+
-+.br
-+.B sudo_db_t
-+
-+	/var/db/sudo(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff_sudo(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_selinux(8), staff_selinux(8), staff_consolehelper_selinux(8), staff_dbusd_selinux(8), staff_gkeyringd_selinux(8), staff_screen_selinux(8), staff_seunshare_selinux(8), staff_ssh_agent_selinux(8), staff_wine_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/staff_wine_selinux.8 b/man/man8/staff_wine_selinux.8
-new file mode 100644
-index 0000000..689f866
---- /dev/null
-+++ b/man/man8/staff_wine_selinux.8
-@@ -0,0 +1,502 @@
-+.TH  "staff_wine_selinux"  "8"  "13-01-16" "staff_wine" "SELinux Policy documentation for staff_wine"
-+.SH "NAME"
-+staff_wine_selinux \- Security Enhanced Linux Policy for the staff_wine processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the staff_wine processes via flexible mandatory access control.
-+
-+The staff_wine processes execute with the staff_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:
-+
-+.B ps -eZ | grep staff_wine_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The staff_wine_t SELinux type can be entered via the \fBuser_home_t, wine_exec_t, xsession_exec_t\fP file types.
-+
-+The default entrypoint paths for the staff_wine_t domain are the following:
-+
-+/home/[^/]*/.+, /home/pwalsh/.+, /home/dwalsh/.+, /var/lib/xguest/home/xguest/.+, /usr/bin/wine.*, /opt/teamviewer(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/wdi, /opt/google/picasa(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/msiexec, /opt/google/picasa(/.*)?/bin/notepad, /opt/google/picasa(/.*)?/bin/progman, /opt/google/picasa(/.*)?/bin/regedit, /opt/google/picasa(/.*)?/bin/regsvr32, /opt/google/picasa(/.*)?/Picasa3/.*exe, /opt/google/picasa(/.*)?/bin/uninstaller, /opt/cxoffice/bin/wine.*, /opt/picasa/wine/bin/wine.*, /usr/bin/msiexec, /usr/bin/notepad, /usr/bin/regedit, /usr/bin/regsvr32, /usr/bin/uninstaller, /home/[^/]*/cxoffice/bin/wine.+, /home/pwalsh/cxoffice/bin/wine.+, /home/dwalsh/cxoffice/bin/wine.+, /var/lib/xguest/home/xguest/cxoffice/bin/wine.+, /etc/gdm(3)?/Xsession, /etc/kde[34]?/kdm/Xreset, /etc/gdm(3)?/PreSession/.*, /etc/kde[34]?/kdm/Xstartup, /etc/kde[34]?/kdm/Xsession, /etc/gdm(3)?/PostSession/.*, /etc/X11/[wx]dm/Xreset.*, /etc/X11/[wxg]dm/Xsessi
 on, /etc/X11/Xsession[^/]*, /etc/X11/wdm/Xsetup.*, /etc/X11/wdm/Xstartup.*
-+.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 staff_wine policy is very flexible allowing users to setup their staff_wine processes in as secure a method as possible.
-+.PP
-+The following process types are defined for staff_wine:
-+
-+.EX
-+.B staff_wine_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a staff_wine_t
-+can be used to make the process type staff_wine_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  staff_wine policy is extremely flexible and has several booleans that allow you to manipulate the policy and run staff_wine with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user music sharing, you must turn on the selinuxuser_user_share_music boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_user_share_music 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the staff_wine_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 staff_wine_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type staff_wine_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 anon_inodefs_t
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.br
-+.B iceauth_home_t
-+
-+	/root/\.DCOP.*
-+.br
-+	/root/\.ICEauthority.*
-+.br
-+	/home/[^/]*/\.DCOP.*
-+.br
-+	/home/[^/]*/\.ICEauthority.*
-+.br
-+	/home/pwalsh/\.DCOP.*
-+.br
-+	/home/pwalsh/\.ICEauthority.*
-+.br
-+	/home/dwalsh/\.DCOP.*
-+.br
-+	/home/dwalsh/\.ICEauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.DCOP.*
-+.br
-+	/var/lib/xguest/home/xguest/\.ICEauthority.*
-+.br
-+
-+.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 nfsd_rw_t
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_fonts_t
-+
-+	/root/\.fonts(/.*)?
-+.br
-+	/tmp/\.font-unix(/.*)?
-+.br
-+	/home/[^/]*/\.fonts(/.*)?
-+.br
-+	/home/pwalsh/\.fonts(/.*)?
-+.br
-+	/home/dwalsh/\.fonts(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts(/.*)?
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), staff_wine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), staff_selinux(8), staff_selinux(8), staff_consolehelper_selinux(8), staff_dbusd_selinux(8), staff_gkeyringd_selinux(8), staff_screen_selinux(8), staff_seunshare_selinux(8), staff_ssh_agent_selinux(8), staff_sudo_selinux(8)
-\ 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..3184298
---- /dev/null
-+++ b/man/man8/stapserver_selinux.8
-@@ -0,0 +1,273 @@
-+.TH  "stapserver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep stapserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The stapserver_t SELinux type can be entered via the \fBstapserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the stapserver_t domain are the following:
-+
-+/usr/bin/stap-server
-+.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 stapserver policy is very flexible allowing users to setup their stapserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for stapserver:
-+
-+.EX
-+.B stapserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a stapserver_t
-+can be used to make the process type stapserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  stapserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run stapserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the stapserver_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 stapserver_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type stapserver_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B stapserver_log_t
-+
-+	/var/log/stap-server(/.*)?
-+.br
-+
-+.br
-+.B stapserver_var_lib_t
-+
-+	/var/lib/stap-server(/.*)?
-+.br
-+
-+.br
-+.B stapserver_var_run_t
-+
-+	/var/run/stap-server(/.*)?
-+.br
-+
-+.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 stapserver policy is very flexible allowing users to setup their stapserver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the stapserver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t stapserver_exec_t '/srv/stapserver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mystapserver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for stapserver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), stapserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/stunnel_selinux.8 b/man/man8/stunnel_selinux.8
-new file mode 100644
-index 0000000..79ab5a9
---- /dev/null
-+++ b/man/man8/stunnel_selinux.8
-@@ -0,0 +1,291 @@
-+.TH  "stunnel_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep stunnel_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The stunnel_t SELinux type can be entered via the \fBstunnel_exec_t\fP file type.
-+
-+The default entrypoint paths for the stunnel_t domain are the following:
-+
-+/usr/bin/stunnel, /usr/sbin/stunnel
-+.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 stunnel policy is very flexible allowing users to setup their stunnel processes in as secure a method as possible.
-+.PP
-+The following process types are defined for stunnel:
-+
-+.EX
-+.B stunnel_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a stunnel_t
-+can be used to make the process type stunnel_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  stunnel policy is extremely flexible and has several booleans that allow you to manipulate the policy and run stunnel with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the stunnel_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 stunnel_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 stunnel policy is very flexible allowing users to setup their stunnel processes in as secure a method as possible.
-+.PP
-+The following port types are defined for stunnel:
-+
-+.EX
-+.TP 5
-+.B stunnel_port_t
-+.TP 10
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type stunnel_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B stunnel_tmp_t
-+
-+
-+.br
-+.B stunnel_var_run_t
-+
-+	/var/run/stunnel(/.*)?
-+.br
-+
-+.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 stunnel policy is very flexible allowing users to setup their stunnel processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the stunnel, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t stunnel_etc_t '/srv/stunnel/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mystunnel_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for stunnel:
-+
-+
-+.EX
-+.PP
-+.B stunnel_etc_t
-+.EE
-+
-+- Set files with the stunnel_etc_t type, if you want to store stunnel files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/stunnel, /usr/sbin/stunnel
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), stunnel(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/sulogin_selinux.8 b/man/man8/sulogin_selinux.8
-new file mode 100644
-index 0000000..4f35204
---- /dev/null
-+++ b/man/man8/sulogin_selinux.8
-@@ -0,0 +1,225 @@
-+.TH  "sulogin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sulogin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sulogin_t SELinux type can be entered via the \fBsulogin_exec_t\fP file type.
-+
-+The default entrypoint paths for the sulogin_t domain are the following:
-+
-+/sbin/sulogin, /sbin/sushell, /usr/sbin/sulogin, /usr/sbin/sushell
-+.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 sulogin policy is very flexible allowing users to setup their sulogin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sulogin:
-+
-+.EX
-+.B sulogin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sulogin_t
-+can be used to make the process type sulogin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sulogin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sulogin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow a user to login as an unconfined domain, you must turn on the unconfined_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_login 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sulogin_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 sulogin_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sulogin_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 security_t
-+
-+	/selinux
-+.br
-+
-+.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 sulogin policy is very flexible allowing users to setup their sulogin processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sulogin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sulogin_exec_t '/srv/sulogin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysulogin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sulogin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/sulogin, /sbin/sushell, /usr/sbin/sulogin, /usr/sbin/sushell
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sulogin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/svc_multilog_selinux.8 b/man/man8/svc_multilog_selinux.8
-new file mode 100644
-index 0000000..2e9b5dc
---- /dev/null
-+++ b/man/man8/svc_multilog_selinux.8
-@@ -0,0 +1,213 @@
-+.TH  "svc_multilog_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep svc_multilog_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The svc_multilog_t SELinux type can be entered via the \fBsvc_multilog_exec_t\fP file type.
-+
-+The default entrypoint paths for the svc_multilog_t domain are the following:
-+
-+/usr/bin/multilog
-+.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 svc_multilog policy is very flexible allowing users to setup their svc_multilog processes in as secure a method as possible.
-+.PP
-+The following process types are defined for svc_multilog:
-+
-+.EX
-+.B svc_multilog_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a svc_multilog_t
-+can be used to make the process type svc_multilog_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  svc_multilog policy is extremely flexible and has several booleans that allow you to manipulate the policy and run svc_multilog with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type svc_multilog_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 svc_svc_t
-+
-+	/service/.*
-+.br
-+	/var/axfrdns(/.*)?
-+.br
-+	/var/tinydns(/.*)?
-+.br
-+	/var/service/.*
-+.br
-+	/var/dnscache(/.*)?
-+.br
-+	/var/qmail/supervise(/.*)?
-+.br
-+	/service
-+.br
-+
-+.br
-+.B var_log_t
-+
-+	/var/log/.*
-+.br
-+	/nsr/logs(/.*)?
-+.br
-+	/var/webmin(/.*)?
-+.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 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 svc_multilog policy is very flexible allowing users to setup their svc_multilog processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the svc_multilog, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t svc_multilog_exec_t '/srv/svc_multilog/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysvc_multilog_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for svc_multilog:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), svc_multilog(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), svc_run_selinux(8), svc_start_selinux(8)
-\ 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..dc13d69
---- /dev/null
-+++ b/man/man8/svc_run_selinux.8
-@@ -0,0 +1,151 @@
-+.TH  "svc_run_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep svc_run_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The svc_run_t SELinux type can be entered via the \fBsvc_run_exec_t\fP file type.
-+
-+The default entrypoint paths for the svc_run_t domain are the following:
-+
-+/var/service/.*/run.*, /var/service/.*/log/run, /var/qmail/supervise/.*/run, /var/qmail/supervise/.*/log/run, /usr/bin/envdir, /usr/bin/fghack, /usr/bin/setlock, /var/axfrdns/run, /var/tinydns/run, /usr/bin/pgrphack, /var/dnscache/run, /usr/bin/envuidgid, /usr/bin/setuidgid, /usr/bin/softlimit, /var/axfrdns/log/run, /var/tinydns/log/run, /var/dnscache/log/run
-+.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 svc_run policy is very flexible allowing users to setup their svc_run processes in as secure a method as possible.
-+.PP
-+The following process types are defined for svc_run:
-+
-+.EX
-+.B svc_run_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a svc_run_t
-+can be used to make the process type svc_run_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  svc_run policy is extremely flexible and has several booleans that allow you to manipulate the policy and run svc_run with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 svc_run policy is very flexible allowing users to setup their svc_run processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the svc_run, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t svc_run_exec_t '/srv/svc_run/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysvc_run_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for svc_run:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/service/.*/run.*, /var/service/.*/log/run, /var/qmail/supervise/.*/run, /var/qmail/supervise/.*/log/run, /usr/bin/envdir, /usr/bin/fghack, /usr/bin/setlock, /var/axfrdns/run, /var/tinydns/run, /usr/bin/pgrphack, /var/dnscache/run, /usr/bin/envuidgid, /usr/bin/setuidgid, /usr/bin/softlimit, /var/axfrdns/log/run, /var/tinydns/log/run, /var/dnscache/log/run
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), svc_run(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), svc_multilog_selinux(8), svc_start_selinux(8)
-\ 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..b1f56ce
---- /dev/null
-+++ b/man/man8/svc_start_selinux.8
-@@ -0,0 +1,181 @@
-+.TH  "svc_start_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep svc_start_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The svc_start_t SELinux type can be entered via the \fBsvc_start_exec_t\fP file type.
-+
-+The default entrypoint paths for the svc_start_t domain are the following:
-+
-+/usr/bin/svc, /usr/bin/svok, /usr/bin/svscan, /usr/bin/supervise, /usr/bin/svscanboot
-+.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 svc_start policy is very flexible allowing users to setup their svc_start processes in as secure a method as possible.
-+.PP
-+The following process types are defined for svc_start:
-+
-+.EX
-+.B svc_start_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a svc_start_t
-+can be used to make the process type svc_start_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  svc_start policy is extremely flexible and has several booleans that allow you to manipulate the policy and run svc_start with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type svc_start_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 svc_svc_t
-+
-+	/service/.*
-+.br
-+	/var/axfrdns(/.*)?
-+.br
-+	/var/tinydns(/.*)?
-+.br
-+	/var/service/.*
-+.br
-+	/var/dnscache(/.*)?
-+.br
-+	/var/qmail/supervise(/.*)?
-+.br
-+	/service
-+.br
-+
-+.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 svc_start policy is very flexible allowing users to setup their svc_start processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the svc_start, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t svc_start_exec_t '/srv/svc_start/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysvc_start_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for svc_start:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/svc, /usr/bin/svok, /usr/bin/svscan, /usr/bin/supervise, /usr/bin/svscanboot
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), svc_start(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), svc_multilog_selinux(8), svc_run_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/svirt_lxc_net_selinux.8 b/man/man8/svirt_lxc_net_selinux.8
-new file mode 100644
-index 0000000..3808193
---- /dev/null
-+++ b/man/man8/svirt_lxc_net_selinux.8
-@@ -0,0 +1,172 @@
-+.TH  "svirt_lxc_net_selinux"  "8"  "13-01-16" "svirt_lxc_net" "SELinux Policy documentation for svirt_lxc_net"
-+.SH "NAME"
-+svirt_lxc_net_selinux \- Security Enhanced Linux Policy for the svirt_lxc_net processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the svirt_lxc_net processes via flexible mandatory access control.
-+
-+The svirt_lxc_net processes execute with the svirt_lxc_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:
-+
-+.B ps -eZ | grep svirt_lxc_net_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The svirt_lxc_net_t SELinux type can be entered via the \fBfile_type\fP file type.
-+
-+The default entrypoint paths for the svirt_lxc_net_t domain are the following:
-+
-+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 svirt_lxc_net policy is very flexible allowing users to setup their svirt_lxc_net processes in as secure a method as possible.
-+.PP
-+The following process types are defined for svirt_lxc_net:
-+
-+.EX
-+.B svirt_lxc_net_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a svirt_lxc_net_t
-+can be used to make the process type svirt_lxc_net_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  svirt_lxc_net policy is extremely flexible and has several booleans that allow you to manipulate the policy and run svirt_lxc_net with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the svirt_lxc_net_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 svirt_lxc_net_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type svirt_lxc_net_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B svirt_lxc_file_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), svirt_lxc_net(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), svirt_selinux(8), svirt_selinux(8), svirt_tcg_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/svirt_selinux.8 b/man/man8/svirt_selinux.8
-new file mode 100644
-index 0000000..84fabef
---- /dev/null
-+++ b/man/man8/svirt_selinux.8
-@@ -0,0 +1,389 @@
-+.TH  "svirt_selinux"  "8"  "13-01-16" "svirt" "SELinux Policy documentation for svirt"
-+.SH "NAME"
-+svirt_selinux \- Security Enhanced Linux Policy for the svirt processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the svirt processes via flexible mandatory access control.
-+
-+The svirt processes execute with the svirt_t SELinux 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 svirt_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The svirt_t SELinux type can be entered via the \fBqemu_exec_t\fP file type.
-+
-+The default entrypoint paths for the svirt_t domain are the following:
-+
-+/usr/libexec/qemu.*, /usr/bin/qemu-system-.*, /usr/bin/qemu, /usr/bin/qemu-kvm
-+.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 svirt policy is very flexible allowing users to setup their svirt processes in as secure a method as possible.
-+.PP
-+The following process types are defined for svirt:
-+
-+.EX
-+.B svirt_lxc_net_t, svirt_tcg_t, svirt_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a svirt_t
-+can be used to make the process type svirt_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  svirt policy is extremely flexible and has several booleans that allow you to manipulate the policy and run svirt with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_comm 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to read fuse files, you must turn on the virt_use_fusefs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_fusefs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to manage nfs files, you must turn on the virt_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to interact with rawip sockets, you must turn on the virt_use_rawip boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_rawip 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to manage cifs files, you must turn on the virt_use_samba boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_samba 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_sanlock 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to use usb devices, you must turn on the virt_use_usb boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_usb 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_xserver 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the svirt_lxc_net_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 svirt_lxc_net_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type svirt_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B dosfs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B qemu_var_run_t
-+
-+	/var/lib/libvirt/qemu(/.*)?
-+.br
-+	/var/run/libvirt/qemu(/.*)?
-+.br
-+
-+.br
-+.B svirt_home_t
-+
-+	/home/[^/]*/\.libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/home/pwalsh/\.libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/home/dwalsh/\.libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+
-+.br
-+.B svirt_image_t
-+
-+
-+.br
-+.B svirt_tmp_t
-+
-+
-+.br
-+.B svirt_tmpfs_t
-+
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B virt_cache_t
-+
-+	/var/cache/oz(/.*)?
-+.br
-+	/var/cache/libvirt(/.*)?
-+.br
-+
-+.br
-+.B xen_image_t
-+
-+	/xen(/.*)?
-+.br
-+	/var/lib/xen/images(/.*)?
-+.br
-+
-+.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 svirt policy is very flexible allowing users to setup their svirt processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the svirt, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t svirt_home_t '/srv/svirt/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysvirt_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for svirt:
-+
-+
-+.EX
-+.PP
-+.B svirt_home_t
-+.EE
-+
-+- Set files with the svirt_home_t type, if you want to store svirt files in the users home directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.libvirt/qemu(/.*)?, /home/[^/]*/\.cache/libvirt/qemu(/.*)?, /home/[^/]*/\.config/libvirt/qemu(/.*)?, /home/[^/]*/\.local/share/gnome-boxes/images(/.*)?, /home/pwalsh/\.libvirt/qemu(/.*)?, /home/pwalsh/\.cache/libvirt/qemu(/.*)?, /home/pwalsh/\.config/libvirt/qemu(/.*)?, /home/pwalsh/\.local/share/gnome-boxes/images(/.*)?, /home/dwalsh/\.libvirt/qemu(/.*)?, /home/dwalsh/\.cache/libvirt/qemu(/.*)?, /home/dwalsh/\.config/libvirt/qemu(/.*)?, /home/dwalsh/\.local/share/gnome-boxes/images(/.*)?, /var/lib/xguest/home/xguest/\.libvirt/qemu(/.*)?, /var/lib/xguest/home/xguest/\.cache/libvirt/qemu(/.*)?, /var/lib/xguest/home/xguest/\.config/libvirt/qemu(/.*)?, /var/lib/xguest/home/xguest/\.local/share/gnome-boxes/images(/.*)?
-+
-+.EX
-+.PP
-+.B svirt_image_t
-+.EE
-+
-+- Set files with the svirt_image_t type, if you want to treat the files as svirt image data.
-+
-+
-+.EX
-+.PP
-+.B svirt_lxc_file_t
-+.EE
-+
-+- Set files with the svirt_lxc_file_t type, if you want to treat the files as svirt lxc content.
-+
-+
-+.EX
-+.PP
-+.B svirt_tmp_t
-+.EE
-+
-+- Set files with the svirt_tmp_t type, if you want to store svirt temporary files in the /tmp directories.
-+
-+
-+.EX
-+.PP
-+.B svirt_tmpfs_t
-+.EE
-+
-+- Set files with the svirt_tmpfs_t type, if you want to store svirt 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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), svirt(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), svirt_lxc_net_selinux(8), svirt_tcg_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/svirt_tcg_selinux.8 b/man/man8/svirt_tcg_selinux.8
-new file mode 100644
-index 0000000..51eac1e
---- /dev/null
-+++ b/man/man8/svirt_tcg_selinux.8
-@@ -0,0 +1,282 @@
-+.TH  "svirt_tcg_selinux"  "8"  "13-01-16" "svirt_tcg" "SELinux Policy documentation for svirt_tcg"
-+.SH "NAME"
-+svirt_tcg_selinux \- Security Enhanced Linux Policy for the svirt_tcg processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the svirt_tcg processes via flexible mandatory access control.
-+
-+The svirt_tcg processes execute with the svirt_tcg_t SELinux 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 svirt_tcg_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The svirt_tcg_t SELinux type can be entered via the \fBqemu_exec_t\fP file type.
-+
-+The default entrypoint paths for the svirt_tcg_t domain are the following:
-+
-+/usr/libexec/qemu.*, /usr/bin/qemu-system-.*, /usr/bin/qemu, /usr/bin/qemu-kvm
-+.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 svirt_tcg policy is very flexible allowing users to setup their svirt_tcg processes in as secure a method as possible.
-+.PP
-+The following process types are defined for svirt_tcg:
-+
-+.EX
-+.B svirt_tcg_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a svirt_tcg_t
-+can be used to make the process type svirt_tcg_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  svirt_tcg policy is extremely flexible and has several booleans that allow you to manipulate the policy and run svirt_tcg with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_comm 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to read fuse files, you must turn on the virt_use_fusefs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_fusefs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to manage nfs files, you must turn on the virt_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_nfs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to interact with rawip sockets, you must turn on the virt_use_rawip boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_rawip 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to manage cifs files, you must turn on the virt_use_samba boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_samba 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_sanlock 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to use usb devices, you must turn on the virt_use_usb boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_usb 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_xserver 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type svirt_tcg_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 anon_inodefs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B dosfs_t
-+
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B qemu_var_run_t
-+
-+	/var/lib/libvirt/qemu(/.*)?
-+.br
-+	/var/run/libvirt/qemu(/.*)?
-+.br
-+
-+.br
-+.B svirt_home_t
-+
-+	/home/[^/]*/\.libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/home/pwalsh/\.libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/home/dwalsh/\.libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+
-+.br
-+.B svirt_image_t
-+
-+
-+.br
-+.B svirt_tmp_t
-+
-+
-+.br
-+.B svirt_tmpfs_t
-+
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B virt_cache_t
-+
-+	/var/cache/oz(/.*)?
-+.br
-+	/var/cache/libvirt(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), svirt_tcg(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), svirt_selinux(8), svirt_selinux(8), svirt_lxc_net_selinux(8)
-\ 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..ee6447f
---- /dev/null
-+++ b/man/man8/svnserve_selinux.8
-@@ -0,0 +1,262 @@
-+.TH  "svnserve_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep svnserve_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The svnserve_t SELinux type can be entered via the \fBsvnserve_exec_t\fP file type.
-+
-+The default entrypoint paths for the svnserve_t domain are the following:
-+
-+/usr/bin/svnserve
-+.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 svnserve policy is very flexible allowing users to setup their svnserve processes in as secure a method as possible.
-+.PP
-+The following process types are defined for svnserve:
-+
-+.EX
-+.B svnserve_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a svnserve_t
-+can be used to make the process type svnserve_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  svnserve policy is extremely flexible and has several booleans that allow you to manipulate the policy and run svnserve with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type svnserve_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B svnserve_content_t
-+
-+	/var/subversion/repo(/.*)?
-+.br
-+	/var/lib/subversion/repo(/.*)?
-+.br
-+
-+.br
-+.B svnserve_var_run_t
-+
-+	/var/run/svnserve.pid
-+.br
-+	/var/run/svnserve(/.*)?
-+.br
-+
-+.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 svnserve policy is very flexible allowing users to setup their svnserve processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+svnserve policy stores data with multiple different file context types under the /var/run/svnserve directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/svnserve /srv/svnserve
-+.br
-+.B restorecon -R -v /srv/svnserve
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the svnserve, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t svnserve_content_t '/srv/svnserve/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysvnserve_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for svnserve:
-+
-+
-+.EX
-+.PP
-+.B svnserve_content_t
-+.EE
-+
-+- Set files with the svnserve_content_t type, if you want to treat the files as svnserve content.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/subversion/repo(/.*)?, /var/lib/subversion/repo(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/lib/systemd/system/svnserve\.service, /usr/lib/systemd/system/svnserve\.service
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/svnserve.pid, /var/run/svnserve(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), svnserve(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/swat_selinux.8 b/man/man8/swat_selinux.8
-new file mode 100644
-index 0000000..277eb39
---- /dev/null
-+++ b/man/man8/swat_selinux.8
-@@ -0,0 +1,297 @@
-+.TH  "swat_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep swat_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The swat_t SELinux type can be entered via the \fBswat_exec_t\fP file type.
-+
-+The default entrypoint paths for the swat_t domain are the following:
-+
-+/usr/sbin/swat
-+.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 swat policy is very flexible allowing users to setup their swat processes in as secure a method as possible.
-+.PP
-+The following process types are defined for swat:
-+
-+.EX
-+.B swat_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a swat_t
-+can be used to make the process type swat_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  swat policy is extremely flexible and has several booleans that allow you to manipulate the policy and run swat with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the swat_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 swat_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 swat policy is very flexible allowing users to setup their swat processes in as secure a method as possible.
-+.PP
-+The following port types are defined for swat:
-+
-+.EX
-+.TP 5
-+.B swat_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 901
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type swat_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B samba_etc_t
-+
-+	/etc/samba(/.*)?
-+.br
-+
-+.br
-+.B samba_log_t
-+
-+	/var/log/samba(/.*)?
-+.br
-+
-+.br
-+.B samba_secrets_t
-+
-+	/etc/samba/smbpasswd
-+.br
-+	/etc/samba/passdb\.tdb
-+.br
-+	/etc/samba/MACHINE\.SID
-+.br
-+	/etc/samba/secrets\.tdb
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.br
-+.B swat_tmp_t
-+
-+
-+.br
-+.B swat_var_run_t
-+
-+
-+.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 swat policy is very flexible allowing users to setup their swat processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the swat, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t swat_exec_t '/srv/swat/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myswat_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for swat:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), swat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/sysadm_dbusd_selinux.8 b/man/man8/sysadm_dbusd_selinux.8
-new file mode 100644
-index 0000000..9bfe22a
---- /dev/null
-+++ b/man/man8/sysadm_dbusd_selinux.8
-@@ -0,0 +1,254 @@
-+.TH  "sysadm_dbusd_selinux"  "8"  "13-01-16" "sysadm_dbusd" "SELinux Policy documentation for sysadm_dbusd"
-+.SH "NAME"
-+sysadm_dbusd_selinux \- Security Enhanced Linux Policy for the sysadm_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sysadm_dbusd processes via flexible mandatory access control.
-+
-+The sysadm_dbusd processes execute with the sysadm_dbusd_t SELinux 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 sysadm_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sysadm_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the sysadm_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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 sysadm_dbusd policy is very flexible allowing users to setup their sysadm_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sysadm_dbusd:
-+
-+.EX
-+.B sysadm_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sysadm_dbusd_t
-+can be used to make the process type sysadm_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysadm_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysadm_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sysadm_dbusd_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 sysadm_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sysadm_dbusd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B session_dbusd_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysadm_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sysadm_selinux(8), sysadm_selinux(8), sysadm_passwd_selinux(8), sysadm_screen_selinux(8), sysadm_seunshare_selinux(8), sysadm_ssh_agent_selinux(8), sysadm_su_selinux(8), sysadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sysadm_passwd_selinux.8 b/man/man8/sysadm_passwd_selinux.8
-new file mode 100644
-index 0000000..7ef47c9
---- /dev/null
-+++ b/man/man8/sysadm_passwd_selinux.8
-@@ -0,0 +1,206 @@
-+.TH  "sysadm_passwd_selinux"  "8"  "13-01-16" "sysadm_passwd" "SELinux Policy documentation for sysadm_passwd"
-+.SH "NAME"
-+sysadm_passwd_selinux \- Security Enhanced Linux Policy for the sysadm_passwd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sysadm_passwd processes via flexible mandatory access control.
-+
-+The sysadm_passwd processes execute with the sysadm_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:
-+
-+.B ps -eZ | grep sysadm_passwd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sysadm_passwd_t SELinux type can be entered via the \fBadmin_passwd_exec_t\fP file type.
-+
-+The default entrypoint paths for the sysadm_passwd_t domain are the following:
-+
-+/usr/bin/vigr, /usr/bin/vipw, /usr/sbin/vigr, /usr/sbin/vipw, /usr/sbin/pwconv, /usr/sbin/grpconv, /usr/sbin/pwunconv, /usr/sbin/grpunconv
-+.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 sysadm_passwd policy is very flexible allowing users to setup their sysadm_passwd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sysadm_passwd:
-+
-+.EX
-+.B sysadm_passwd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sysadm_passwd_t
-+can be used to make the process type sysadm_passwd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysadm_passwd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysadm_passwd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sysadm_passwd_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 sysadm_passwd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sysadm_passwd_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 passwd_file_t
-+
-+	/etc/group[-\+]?
-+.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 security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B shadow_t
-+
-+	/etc/shadow.*
-+.br
-+	/etc/gshadow.*
-+.br
-+	/etc/nshadow.*
-+.br
-+	/var/db/shadow.*
-+.br
-+	/etc/security/opasswd
-+.br
-+	/etc/security/opasswd\.old
-+.br
-+
-+.br
-+.B sysadm_passwd_tmp_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysadm_passwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sysadm_selinux(8), sysadm_selinux(8), sysadm_dbusd_selinux(8), sysadm_screen_selinux(8), sysadm_seunshare_selinux(8), sysadm_ssh_agent_selinux(8), sysadm_su_selinux(8), sysadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sysadm_screen_selinux.8 b/man/man8/sysadm_screen_selinux.8
-new file mode 100644
-index 0000000..eda9699
---- /dev/null
-+++ b/man/man8/sysadm_screen_selinux.8
-@@ -0,0 +1,222 @@
-+.TH  "sysadm_screen_selinux"  "8"  "13-01-16" "sysadm_screen" "SELinux Policy documentation for sysadm_screen"
-+.SH "NAME"
-+sysadm_screen_selinux \- Security Enhanced Linux Policy for the sysadm_screen processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sysadm_screen processes via flexible mandatory access control.
-+
-+The sysadm_screen processes execute with the sysadm_screen_t SELinux 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 sysadm_screen_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sysadm_screen_t SELinux type can be entered via the \fBscreen_exec_t\fP file type.
-+
-+The default entrypoint paths for the sysadm_screen_t domain are the following:
-+
-+/usr/bin/tmux, /usr/bin/screen
-+.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 sysadm_screen policy is very flexible allowing users to setup their sysadm_screen processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sysadm_screen:
-+
-+.EX
-+.B sysadm_screen_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sysadm_screen_t
-+can be used to make the process type sysadm_screen_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysadm_screen policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysadm_screen with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sysadm_screen_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 sysadm_screen_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sysadm_screen_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysadm_screen(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sysadm_selinux(8), sysadm_selinux(8), sysadm_dbusd_selinux(8), sysadm_passwd_selinux(8), sysadm_seunshare_selinux(8), sysadm_ssh_agent_selinux(8), sysadm_su_selinux(8), sysadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sysadm_selinux.8 b/man/man8/sysadm_selinux.8
-new file mode 100644
-index 0000000..3011326
---- /dev/null
-+++ b/man/man8/sysadm_selinux.8
-@@ -0,0 +1,810 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+\fBsysadm_u\fP is an SELinux User defined in the SELinux
-+policy. SELinux users have default roles, \fBsysadm_r\fP.  The
-+default role has a default type, \fBsysadm_t\fP, associated with it.
-+
-+The SELinux user will usually login to a system with a context that looks like:
-+
-+.B sysadm_u:sysadm_r:sysadm_t:s0 - s0:c0.c1023
-+
-+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.
-+
-+By default all users are assigned to the SELinux user via the \fB__default__\fP flag
-+
-+On Targeted policy systems the \fB__default__\fP user is assigned to the \fBunconfined_u\fP SELinux user.
-+
-+You can list all Linux User to SELinux user mapping using:
-+
-+.B semanage login -l
-+
-+If you wanted to change the default user mapping to use the sysadm_u user, you would execute:
-+
-+.B semanage login -m -s sysadm_u __default__
-+
-+
-+If you want to map the one Linux user (joe) to the SELinux user sysadm, you would execute:
-+
-+.B $ semanage login -a -s sysadm_u joe
-+
-+
-+.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.
-+
-+.SH SUDO
-+
-+The SELinux user sysadm can execute sudo.
-+
-+You can set up sudo to allow sysadm to transition to an administrative domain:
-+
-+Add one or more of the following record to sudoers using visudo.
-+
-+
-+USERNAME ALL=(ALL) ROLE=auditadm_r TYPE=auditadm_t COMMAND
-+.br
-+sudo will run COMMAND as sysadm_u:auditadm_r:auditadm_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=secadm_r TYPE=secadm_t COMMAND
-+.br
-+sudo will run COMMAND as sysadm_u:secadm_r:secadm_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=staff_r TYPE=staff_t COMMAND
-+.br
-+sudo will run COMMAND as sysadm_u:staff_r:staff_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+USERNAME ALL=(ALL) ROLE=user_r TYPE=user_t COMMAND
-+.br
-+sudo will run COMMAND as sysadm_u:user_r:user_t:LEVEL
-+
-+You might also need to add one or more of these new roles to your SELinux user record.
-+
-+List the SELinux roles your SELinux user can reach by executing:
-+
-+.B $ semanage user -l |grep selinux_name
-+
-+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
-+
-+For more details you can see semanage man page.
-+
-+
-+The SELinux type sysadm_t is not allowed to execute sudo.
-+
-+.SH X WINDOWS LOGIN
-+
-+The SELinux user sysadm_u is able to X Windows login.
-+
-+.SH NETWORK
-+
-+.TP
-+The SELinux user sysadm_u is able to listen on the following tcp ports.
-+
-+.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.
-+
-+.B all ports
-+
-+.TP
-+The SELinux user sysadm_u is able to listen on the following udp ports.
-+
-+.B all ports with out defined types
-+
-+.B ntp_port_t: 123
-+
-+.B ephemeral_port_t: 32768-61000
-+
-+.TP
-+The SELinux user sysadm_u is able to connect to the following tcp ports.
-+
-+.B all ports
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysadm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysadm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether calling user domains can execute Git daemon in the git_session_t domain, you must turn on the git_session_users boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P git_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P polipo_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to allow database admins to execute DML statement, you must turn on the postgresql_selinux_unconfined_dbadm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P postgresql_selinux_unconfined_dbadm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to the local mysql server, you must turn on the selinuxuser_mysql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_mysql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_use_ssh_chroot 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH HOME_EXEC
-+
-+The SELinux user sysadm_u is able execute home content files.
-+
-+.SH TRANSITIONS
-+
-+Three things can happen when sysadm_t attempts to execute a program.
-+
-+\fB1.\fP SELinux Policy can deny sysadm_t from executing the program.
-+
-+.TP
-+
-+\fB2.\fP SELinux Policy can allow sysadm_t to execute the program in the current user type.
-+
-+Execute the following to see the types that the SELinux user sysadm_t can execute without transitioning:
-+
-+.B search -A -s sysadm_t -c file -p execute_no_trans
-+
-+.TP
-+
-+\fB3.\fP SELinux can allow sysadm_t to execute the program and transition to a new type.
-+
-+Execute the following to see the types that the SELinux user sysadm_t can execute and transition:
-+
-+.B $ search -A -s sysadm_t -c process -p transition
-+
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sysadm_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 auditd_etc_t
-+
-+	/etc/audit(/.*)?
-+.br
-+
-+.br
-+.B auditd_log_t
-+
-+	/var/log/audit(/.*)?
-+.br
-+	/var/log/audit\.log
-+.br
-+
-+.br
-+.B boolean_type
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B iceauth_home_t
-+
-+	/root/\.DCOP.*
-+.br
-+	/root/\.ICEauthority.*
-+.br
-+	/home/[^/]*/\.DCOP.*
-+.br
-+	/home/[^/]*/\.ICEauthority.*
-+.br
-+	/home/pwalsh/\.DCOP.*
-+.br
-+	/home/pwalsh/\.ICEauthority.*
-+.br
-+	/home/dwalsh/\.DCOP.*
-+.br
-+	/home/dwalsh/\.ICEauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.DCOP.*
-+.br
-+	/var/lib/xguest/home/xguest/\.ICEauthority.*
-+.br
-+
-+.br
-+.B irc_home_t
-+
-+	/home/[^/]*/\.irssi(/.*)?
-+.br
-+	/home/[^/]*/\.ircmotd
-+.br
-+	/home/pwalsh/\.irssi(/.*)?
-+.br
-+	/home/pwalsh/\.ircmotd
-+.br
-+	/home/dwalsh/\.irssi(/.*)?
-+.br
-+	/home/dwalsh/\.ircmotd
-+.br
-+	/var/lib/xguest/home/xguest/\.irssi(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ircmotd
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B krb5_keytab_t
-+
-+	/etc/krb5\.keytab
-+.br
-+	/etc/krb5kdc/kadm5\.keytab
-+.br
-+	/var/kerberos/krb5kdc/kadm5\.keytab
-+.br
-+
-+.br
-+.B non_security_file_type
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B postfix_spool_type
-+
-+
-+.br
-+.B screen_home_t
-+
-+	/root/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screenrc
-+.br
-+	/home/pwalsh/\.screen(/.*)?
-+.br
-+	/home/pwalsh/\.screenrc
-+.br
-+	/home/dwalsh/\.screen(/.*)?
-+.br
-+	/home/dwalsh/\.screenrc
-+.br
-+	/var/lib/xguest/home/xguest/\.screen(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.screenrc
-+.br
-+
-+.br
-+.B sysctl_type
-+
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B systemd_unit_file_type
-+
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_fonts_t
-+
-+	/root/\.fonts(/.*)?
-+.br
-+	/tmp/\.font-unix(/.*)?
-+.br
-+	/home/[^/]*/\.fonts(/.*)?
-+.br
-+	/home/pwalsh/\.fonts(/.*)?
-+.br
-+	/home/dwalsh/\.fonts(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B vmware_conf_t
-+
-+	/home/[^/]*/\.vmware[^/]*/.*\.cfg
-+.br
-+	/home/pwalsh/\.vmware[^/]*/.*\.cfg
-+.br
-+	/home/dwalsh/\.vmware[^/]*/.*\.cfg
-+.br
-+	/var/lib/xguest/home/xguest/\.vmware[^/]*/.*\.cfg
-+.br
-+
-+.br
-+.B vmware_tmp_t
-+
-+
-+.br
-+.B vmware_tmpfs_t
-+
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sysadm_dbusd_selinux(8), sysadm_passwd_selinux(8), sysadm_screen_selinux(8), sysadm_seunshare_selinux(8), sysadm_ssh_agent_selinux(8), sysadm_su_selinux(8), sysadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sysadm_seunshare_selinux.8 b/man/man8/sysadm_seunshare_selinux.8
-new file mode 100644
-index 0000000..78f78f1
---- /dev/null
-+++ b/man/man8/sysadm_seunshare_selinux.8
-@@ -0,0 +1,202 @@
-+.TH  "sysadm_seunshare_selinux"  "8"  "13-01-16" "sysadm_seunshare" "SELinux Policy documentation for sysadm_seunshare"
-+.SH "NAME"
-+sysadm_seunshare_selinux \- Security Enhanced Linux Policy for the sysadm_seunshare processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sysadm_seunshare processes via flexible mandatory access control.
-+
-+The sysadm_seunshare processes execute with the sysadm_seunshare_t SELinux 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 sysadm_seunshare_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sysadm_seunshare_t SELinux type can be entered via the \fBseunshare_exec_t\fP file type.
-+
-+The default entrypoint paths for the sysadm_seunshare_t domain are the following:
-+
-+/usr/sbin/seunshare
-+.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 sysadm_seunshare policy is very flexible allowing users to setup their sysadm_seunshare processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sysadm_seunshare:
-+
-+.EX
-+.B sysadm_seunshare_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sysadm_seunshare_t
-+can be used to make the process type sysadm_seunshare_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysadm_seunshare policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysadm_seunshare with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sysadm_seunshare_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 sysadm_seunshare_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sysadm_seunshare_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_tmpfs_type
-+
-+	all sandbox content in tmpfs file systems
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysadm_seunshare(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sysadm_selinux(8), sysadm_selinux(8), sysadm_dbusd_selinux(8), sysadm_passwd_selinux(8), sysadm_screen_selinux(8), sysadm_ssh_agent_selinux(8), sysadm_su_selinux(8), sysadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sysadm_ssh_agent_selinux.8 b/man/man8/sysadm_ssh_agent_selinux.8
-new file mode 100644
-index 0000000..0d49f97
---- /dev/null
-+++ b/man/man8/sysadm_ssh_agent_selinux.8
-@@ -0,0 +1,224 @@
-+.TH  "sysadm_ssh_agent_selinux"  "8"  "13-01-16" "sysadm_ssh_agent" "SELinux Policy documentation for sysadm_ssh_agent"
-+.SH "NAME"
-+sysadm_ssh_agent_selinux \- Security Enhanced Linux Policy for the sysadm_ssh_agent processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sysadm_ssh_agent processes via flexible mandatory access control.
-+
-+The sysadm_ssh_agent processes execute with the sysadm_ssh_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:
-+
-+.B ps -eZ | grep sysadm_ssh_agent_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sysadm_ssh_agent_t SELinux type can be entered via the \fBssh_agent_exec_t\fP file type.
-+
-+The default entrypoint paths for the sysadm_ssh_agent_t domain are the following:
-+
-+/usr/bin/ssh-agent
-+.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 sysadm_ssh_agent policy is very flexible allowing users to setup their sysadm_ssh_agent processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sysadm_ssh_agent:
-+
-+.EX
-+.B sysadm_ssh_agent_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sysadm_ssh_agent_t
-+can be used to make the process type sysadm_ssh_agent_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysadm_ssh_agent policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysadm_ssh_agent with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sysadm_ssh_agent_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 sysadm_ssh_agent_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sysadm_ssh_agent_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysadm_ssh_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sysadm_selinux(8), sysadm_selinux(8), sysadm_dbusd_selinux(8), sysadm_passwd_selinux(8), sysadm_screen_selinux(8), sysadm_seunshare_selinux(8), sysadm_su_selinux(8), sysadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sysadm_su_selinux.8 b/man/man8/sysadm_su_selinux.8
-new file mode 100644
-index 0000000..e843008
---- /dev/null
-+++ b/man/man8/sysadm_su_selinux.8
-@@ -0,0 +1,244 @@
-+.TH  "sysadm_su_selinux"  "8"  "13-01-16" "sysadm_su" "SELinux Policy documentation for sysadm_su"
-+.SH "NAME"
-+sysadm_su_selinux \- Security Enhanced Linux Policy for the sysadm_su processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sysadm_su processes via flexible mandatory access control.
-+
-+The sysadm_su processes execute with the sysadm_su_t SELinux 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 sysadm_su_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sysadm_su_t SELinux type can be entered via the \fBsu_exec_t\fP file type.
-+
-+The default entrypoint paths for the sysadm_su_t domain are the following:
-+
-+/usr/(local/)?bin/ksu, /bin/su, /usr/bin/su, /usr/bin/kdesu
-+.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 sysadm_su policy is very flexible allowing users to setup their sysadm_su processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sysadm_su:
-+
-+.EX
-+.B sysadm_su_t, sysadm_sudo_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sysadm_su_t
-+can be used to make the process type sysadm_su_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysadm_su policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysadm_su with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sysadm_su_t, sysadm_sudo_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 sysadm_su_t, sysadm_sudo_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sysadm_su_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysadm_su(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sysadm_selinux(8), sysadm_selinux(8), sysadm_dbusd_selinux(8), sysadm_passwd_selinux(8), sysadm_screen_selinux(8), sysadm_seunshare_selinux(8), sysadm_ssh_agent_selinux(8), sysadm_sudo_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/sysadm_sudo_selinux.8 b/man/man8/sysadm_sudo_selinux.8
-new file mode 100644
-index 0000000..b5f93cb
---- /dev/null
-+++ b/man/man8/sysadm_sudo_selinux.8
-@@ -0,0 +1,326 @@
-+.TH  "sysadm_sudo_selinux"  "8"  "13-01-16" "sysadm_sudo" "SELinux Policy documentation for sysadm_sudo"
-+.SH "NAME"
-+sysadm_sudo_selinux \- Security Enhanced Linux Policy for the sysadm_sudo processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the sysadm_sudo processes via flexible mandatory access control.
-+
-+The sysadm_sudo processes execute with the sysadm_sudo_t SELinux 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 sysadm_sudo_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sysadm_sudo_t SELinux type can be entered via the \fBsudo_exec_t\fP file type.
-+
-+The default entrypoint paths for the sysadm_sudo_t domain are the following:
-+
-+/usr/bin/sudo(edit)?
-+.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 sysadm_sudo policy is very flexible allowing users to setup their sysadm_sudo processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sysadm_sudo:
-+
-+.EX
-+.B sysadm_sudo_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sysadm_sudo_t
-+can be used to make the process type sysadm_sudo_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysadm_sudo policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysadm_sudo with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sysadm_sudo_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 sysadm_sudo_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type sysadm_sudo_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B sudo_db_t
-+
-+	/var/db/sudo(/.*)?
-+.br
-+
-+.br
-+.B sysadm_sudo_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysadm_sudo(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), sysadm_selinux(8), sysadm_selinux(8), sysadm_dbusd_selinux(8), sysadm_passwd_selinux(8), sysadm_screen_selinux(8), sysadm_seunshare_selinux(8), sysadm_ssh_agent_selinux(8), sysadm_su_selinux(8), sysadm_su_selinux(8)
-\ 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..353f786
---- /dev/null
-+++ b/man/man8/syslogd_selinux.8
-@@ -0,0 +1,437 @@
-+.TH  "syslogd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep syslogd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The syslogd_t SELinux type can be entered via the \fBsyslogd_exec_t\fP file type.
-+
-+The default entrypoint paths for the syslogd_t domain are the following:
-+
-+/sbin/syslogd, /sbin/minilogd, /sbin/rsyslogd, /sbin/syslog-ng, /usr/sbin/metalog, /usr/sbin/syslogd, /usr/sbin/minilogd, /usr/sbin/rsyslogd, /usr/sbin/syslog-ng, /usr/lib/systemd/systemd-journald, /usr/lib/systemd/systemd-kmsg-syslogd
-+.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 syslogd policy is very flexible allowing users to setup their syslogd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for syslogd:
-+
-+.EX
-+.B syslogd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a syslogd_t
-+can be used to make the process type syslogd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  syslogd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run syslogd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow syslogd daemon to send mail, you must turn on the logging_syslogd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P logging_syslogd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow syslogd the ability to read/write terminals, you must turn on the logging_syslogd_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P logging_syslogd_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the syslogd_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 syslogd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 syslogd policy is very flexible allowing users to setup their syslogd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for syslogd:
-+
-+.EX
-+.TP 5
-+.B syslog_tls_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 6514
-+.EE
-+udp 6514
-+.EE
-+
-+.EX
-+.TP 5
-+.B syslogd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 514
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type syslogd_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 krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B logfile
-+
-+	all log files
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B syslogd_tmp_t
-+
-+
-+.br
-+.B syslogd_var_lib_t
-+
-+	/var/lib/r?syslog(/.*)?
-+.br
-+	/var/lib/syslog-ng(/.*)?
-+.br
-+	/var/lib/syslog-ng.persist
-+.br
-+	/var/lib/misc/syslog-ng.persist-?
-+.br
-+
-+.br
-+.B syslogd_var_run_t
-+
-+	/var/run/log(/.*)?
-+.br
-+	/var/run/syslog-ng.ctl
-+.br
-+	/var/log/syslog-ng(/.*)?
-+.br
-+	/var/run/syslog-ng(/.*)?
-+.br
-+	/var/run/systemd/journal(/.*)?
-+.br
-+	/var/run/metalog\.pid
-+.br
-+	/var/run/syslogd\.pid
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.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 syslogd policy is very flexible allowing users to setup their syslogd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+syslogd policy stores data with multiple different file context types under the /var/run/syslog-ng directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/syslog-ng /srv/syslog-ng
-+.br
-+.B restorecon -R -v /srv/syslog-ng
-+.PP
-+
-+.PP
-+syslogd policy stores data with multiple different file context types under the /var/lib/syslog-ng directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/syslog-ng /srv/syslog-ng
-+.br
-+.B restorecon -R -v /srv/syslog-ng
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the syslogd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t syslogd_exec_t '/srv/syslogd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysyslogd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for syslogd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/syslogd, /sbin/minilogd, /sbin/rsyslogd, /sbin/syslog-ng, /usr/sbin/metalog, /usr/sbin/syslogd, /usr/sbin/minilogd, /usr/sbin/rsyslogd, /usr/sbin/syslog-ng, /usr/lib/systemd/systemd-journald, /usr/lib/systemd/systemd-kmsg-syslogd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B syslogd_keytab_t
-+.EE
-+
-+- Set files with the syslogd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/r?syslog(/.*)?, /var/lib/syslog-ng(/.*)?, /var/lib/syslog-ng.persist, /var/lib/misc/syslog-ng.persist-?
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/log(/.*)?, /var/run/syslog-ng.ctl, /var/log/syslog-ng(/.*)?, /var/run/syslog-ng(/.*)?, /var/run/systemd/journal(/.*)?, /var/run/metalog\.pid, /var/run/syslogd\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), syslogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..3d38904
---- /dev/null
-+++ b/man/man8/sysstat_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "sysstat_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep sysstat_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The sysstat_t SELinux type can be entered via the \fBsysstat_exec_t\fP file type.
-+
-+The default entrypoint paths for the sysstat_t domain are the following:
-+
-+/usr/lib/sa/sa.*, /usr/lib/atsar/atsa.*, /usr/lib/sysstat/sa.*
-+.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 sysstat policy is very flexible allowing users to setup their sysstat processes in as secure a method as possible.
-+.PP
-+The following process types are defined for sysstat:
-+
-+.EX
-+.B sysstat_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a sysstat_t
-+can be used to make the process type sysstat_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  sysstat policy is extremely flexible and has several booleans that allow you to manipulate the policy and run sysstat with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the sysstat_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 sysstat_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 sysstat policy is very flexible allowing users to setup their sysstat processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the sysstat, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t sysstat_exec_t '/srv/sysstat/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysysstat_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for sysstat:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/sa/sa.*, /usr/lib/atsar/atsa.*, /usr/lib/sysstat/sa.*
-+
-+.EX
-+.PP
-+.B sysstat_initrc_exec_t
-+.EE
-+
-+- Set files with the sysstat_initrc_exec_t type, if you want to transition an executable to the sysstat_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/sa(/.*)?, /opt/sartest(/.*)?, /var/log/atsar(/.*)?, /var/log/sysstat(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), sysstat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/system_cronjob_selinux.8 b/man/man8/system_cronjob_selinux.8
-new file mode 100644
-index 0000000..103dda3
---- /dev/null
-+++ b/man/man8/system_cronjob_selinux.8
-@@ -0,0 +1,440 @@
-+.TH  "system_cronjob_selinux"  "8"  "13-01-16" "system_cronjob" "SELinux Policy documentation for system_cronjob"
-+.SH "NAME"
-+system_cronjob_selinux \- Security Enhanced Linux Policy for the system_cronjob processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the system_cronjob processes via flexible mandatory access control.
-+
-+The system_cronjob processes execute with the system_cronjob_t SELinux 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 system_cronjob_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The system_cronjob_t SELinux type can be entered via the \fBsystem_cron_spool_t, shell_exec_t, anacron_exec_t\fP file types.
-+
-+The default entrypoint paths for the system_cronjob_t domain are the following:
-+
-+/etc/cron\.d(/.*)?, /var/spool/anacron(/.*)?, /etc/crontab, /var/spool/fcron/systab, /var/spool/fcron/new\.systab, /var/spool/fcron/systab\.orig, /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/fish, /usr/bin/bash, /usr/bin/mksh, /usr/bin/sash, /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/anacron
-+.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 system_cronjob policy is very flexible allowing users to setup their system_cronjob processes in as secure a method as possible.
-+.PP
-+The following process types are defined for system_cronjob:
-+
-+.EX
-+.B system_cronjob_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a system_cronjob_t
-+can be used to make the process type system_cronjob_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  system_cronjob policy is extremely flexible and has several booleans that allow you to manipulate the policy and run system_cronjob with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system cron jobs to relabel filesystem for restoring file contexts, you must turn on the cron_can_relabel boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P cron_can_relabel 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the system_cronjob_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 system_cronjob_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type system_cronjob_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 cron_log_t
-+
-+	/var/log/rpmpkgs.*
-+.br
-+
-+.br
-+.B cron_spool_t
-+
-+	/var/spool/fcron
-+.br
-+	/var/spool/cron/crontabs
-+.br
-+
-+.br
-+.B cron_var_lib_t
-+
-+	/var/lib/glpi/files(/.*)?
-+.br
-+
-+.br
-+.B cron_var_run_t
-+
-+
-+.br
-+.B cyrus_var_lib_t
-+
-+	/var/imap(/.*)?
-+.br
-+	/var/lib/imap(/.*)?
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B innd_log_t
-+
-+	/var/log/news.*
-+.br
-+
-+.br
-+.B innd_var_run_t
-+
-+	/var/run/innd(/.*)?
-+.br
-+	/var/run/news(/.*)?
-+.br
-+	/var/run/innd\.pid
-+.br
-+	/var/run/news\.pid
-+.br
-+
-+.br
-+.B prelink_log_t
-+
-+	/var/log/prelink(/.*)?
-+.br
-+	/var/log/prelink\.log.*
-+.br
-+
-+.br
-+.B prelink_var_lib_t
-+
-+	/var/lib/prelink(/.*)?
-+.br
-+	/var/lib/misc/prelink.*
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B rpm_log_t
-+
-+	/var/log/yum\.log.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B spamc_home_t
-+
-+	/root/\.pyzor(/.*)?
-+.br
-+	/root/\.spamd(/.*)?
-+.br
-+	/root/\.razor(/.*)?
-+.br
-+	/root/\.spamassassin(/.*)?
-+.br
-+	/home/[^/]*/\.pyzor(/.*)?
-+.br
-+	/home/[^/]*/\.spamd(/.*)?
-+.br
-+	/home/[^/]*/\.razor(/.*)?
-+.br
-+	/home/[^/]*/\.spamassassin(/.*)?
-+.br
-+	/home/pwalsh/\.pyzor(/.*)?
-+.br
-+	/home/pwalsh/\.spamd(/.*)?
-+.br
-+	/home/pwalsh/\.razor(/.*)?
-+.br
-+	/home/pwalsh/\.spamassassin(/.*)?
-+.br
-+	/home/dwalsh/\.pyzor(/.*)?
-+.br
-+	/home/dwalsh/\.spamd(/.*)?
-+.br
-+	/home/dwalsh/\.razor(/.*)?
-+.br
-+	/home/dwalsh/\.spamassassin(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.pyzor(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spamd(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.razor(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.spamassassin(/.*)?
-+.br
-+
-+.br
-+.B spamd_var_lib_t
-+
-+	/var/lib/razor(/.*)?
-+.br
-+	/var/lib/pyzord(/.*)?
-+.br
-+	/var/lib/spamassassin(/.*)?
-+.br
-+
-+.br
-+.B sysstat_log_t
-+
-+	/var/log/sa(/.*)?
-+.br
-+	/opt/sartest(/.*)?
-+.br
-+	/var/log/atsar(/.*)?
-+.br
-+	/var/log/sysstat(/.*)?
-+.br
-+
-+.br
-+.B system_cron_spool_t
-+
-+	/etc/cron\.d(/.*)?
-+.br
-+	/var/spool/anacron(/.*)?
-+.br
-+	/etc/crontab
-+.br
-+	/var/spool/fcron/systab
-+.br
-+	/var/spool/fcron/new\.systab
-+.br
-+	/var/spool/fcron/systab\.orig
-+.br
-+
-+.br
-+.B system_cronjob_lock_t
-+
-+
-+.br
-+.B system_cronjob_tmp_t
-+
-+
-+.br
-+.B system_cronjob_var_lib_t
-+
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B var_spool_t
-+
-+	/var/spool(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), system_cronjob(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), system_dbusd_selinux(8), system_mail_selinux(8), system_munin_plugin_selinux(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/system_dbusd_selinux.8 b/man/man8/system_dbusd_selinux.8
-new file mode 100644
-index 0000000..b610585
---- /dev/null
-+++ b/man/man8/system_dbusd_selinux.8
-@@ -0,0 +1,285 @@
-+.TH  "system_dbusd_selinux"  "8"  "13-01-16" "system_dbusd" "SELinux Policy documentation for system_dbusd"
-+.SH "NAME"
-+system_dbusd_selinux \- Security Enhanced Linux Policy for the system_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the system_dbusd processes via flexible mandatory access control.
-+
-+The system_dbusd processes execute with the system_dbusd_t SELinux 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 system_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The system_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the system_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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 system_dbusd policy is very flexible allowing users to setup their system_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for system_dbusd:
-+
-+.EX
-+.B system_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a system_dbusd_t
-+can be used to make the process type system_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  system_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run system_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the system_dbusd_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 system_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type system_dbusd_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 security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B system_dbusd_tmp_t
-+
-+
-+.br
-+.B system_dbusd_var_run_t
-+
-+	/var/run/dbus(/.*)?
-+.br
-+	/var/named/chroot/var/run/dbus(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 system_dbusd policy is very flexible allowing users to setup their system_dbusd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the system_dbusd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t system_dbusd_tmp_t '/srv/system_dbusd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystem_dbusd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for system_dbusd:
-+
-+
-+.EX
-+.PP
-+.B system_dbusd_tmp_t
-+.EE
-+
-+- Set files with the system_dbusd_tmp_t type, if you want to store system dbusd temporary files in the /tmp directories.
-+
-+
-+.EX
-+.PP
-+.B system_dbusd_var_lib_t
-+.EE
-+
-+- Set files with the system_dbusd_var_lib_t type, if you want to store the system dbusd files under the /var/lib directory.
-+
-+
-+.EX
-+.PP
-+.B system_dbusd_var_run_t
-+.EE
-+
-+- Set files with the system_dbusd_var_run_t type, if you want to store the system dbusd files under the /run or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/dbus(/.*)?, /var/named/chroot/var/run/dbus(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), system_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), system_cronjob_selinux(8), system_mail_selinux(8), system_munin_plugin_selinux(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/system_mail_selinux.8 b/man/man8/system_mail_selinux.8
-new file mode 100644
-index 0000000..382e87b
---- /dev/null
-+++ b/man/man8/system_mail_selinux.8
-@@ -0,0 +1,326 @@
-+.TH  "system_mail_selinux"  "8"  "13-01-16" "system_mail" "SELinux Policy documentation for system_mail"
-+.SH "NAME"
-+system_mail_selinux \- Security Enhanced Linux Policy for the system_mail processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the system_mail processes via flexible mandatory access control.
-+
-+The system_mail processes execute with the system_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:
-+
-+.B ps -eZ | grep system_mail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The system_mail_t SELinux type can be entered via the \fBmta_exec_type, sendmail_exec_t\fP file types.
-+
-+The default entrypoint paths for the system_mail_t domain are the following:
-+
-+/bin/mail(x)?, /usr/bin/mail(x)?, /usr/sbin/sendmail(\.sendmail)?, /usr/bin/esmtp, /usr/sbin/rmail, /usr/sbin/ssmtp, /usr/lib/sendmail, /var/qmail/bin/sendmail, /usr/sbin/sendmail\.postfix, /usr/lib/courier/bin/sendmail
-+.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 system_mail policy is very flexible allowing users to setup their system_mail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for system_mail:
-+
-+.EX
-+.B system_mail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a system_mail_t
-+can be used to make the process type system_mail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  system_mail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run system_mail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether Gitosis can send mail, you must turn on the gitosis_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P gitosis_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow http daemon to send mail, you must turn on the httpd_can_sendmail boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_can_sendmail 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the system_mail_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 system_mail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type system_mail_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 anon_inodefs_t
-+
-+
-+.br
-+.B arpwatch_tmp_t
-+
-+
-+.br
-+.B courier_spool_t
-+
-+	/var/spool/courier(/.*)?
-+.br
-+	/var/spool/authdaemon(/.*)?
-+.br
-+
-+.br
-+.B etc_aliases_t
-+
-+	/etc/mail/aliases.*
-+.br
-+	/etc/postfix/aliases.*
-+.br
-+	/etc/aliases
-+.br
-+	/etc/aliases\.db
-+.br
-+
-+.br
-+.B exim_log_t
-+
-+	/var/log/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B exim_spool_t
-+
-+	/var/spool/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.br
-+.B mail_home_t
-+
-+	/root/\.mailrc
-+.br
-+	/root/\.forward
-+.br
-+	/root/dead\.letter
-+.br
-+	/root/\.esmtp_queue
-+.br
-+	/home/[^/]*/\.forward[^/]*
-+.br
-+	/home/[^/]*/\.mailrc
-+.br
-+	/home/[^/]*/dead\.letter
-+.br
-+	/home/[^/]*/\.esmtp_queue
-+.br
-+	/home/pwalsh/\.forward[^/]*
-+.br
-+	/home/pwalsh/\.mailrc
-+.br
-+	/home/pwalsh/dead\.letter
-+.br
-+	/home/pwalsh/\.esmtp_queue
-+.br
-+	/home/dwalsh/\.forward[^/]*
-+.br
-+	/home/dwalsh/\.mailrc
-+.br
-+	/home/dwalsh/dead\.letter
-+.br
-+	/home/dwalsh/\.esmtp_queue
-+.br
-+	/var/lib/xguest/home/xguest/\.forward[^/]*
-+.br
-+	/var/lib/xguest/home/xguest/\.mailrc
-+.br
-+	/var/lib/xguest/home/xguest/dead\.letter
-+.br
-+	/var/lib/xguest/home/xguest/\.esmtp_queue
-+.br
-+
-+.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 qmail_spool_t
-+
-+	/var/qmail/queue(/.*)?
-+.br
-+
-+.br
-+.B sendmail_log_t
-+
-+	/var/log/mail(/.*)?
-+.br
-+	/var/log/sendmail\.st.*
-+.br
-+
-+.br
-+.B system_mail_tmp_t
-+
-+
-+.br
-+.B uucpd_spool_t
-+
-+	/var/spool/uucp(/.*)?
-+.br
-+	/var/spool/uucppublic(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), system_mail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), system_cronjob_selinux(8), system_dbusd_selinux(8), system_munin_plugin_selinux(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/system_munin_plugin_selinux.8 b/man/man8/system_munin_plugin_selinux.8
-new file mode 100644
-index 0000000..7ea3a04
---- /dev/null
-+++ b/man/man8/system_munin_plugin_selinux.8
-@@ -0,0 +1,187 @@
-+.TH  "system_munin_plugin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep system_munin_plugin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The system_munin_plugin_t SELinux type can be entered via the \fBsystem_munin_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the system_munin_plugin_t domain are the following:
-+
-+/usr/share/munin/plugins/cpu.*, /usr/share/munin/plugins/if_.*, /usr/share/munin/plugins/nfs.*, /usr/share/munin/plugins/iostat.*, /usr/share/munin/plugins/munin_.*, /usr/share/munin/plugins/yum, /usr/share/munin/plugins/acpi, /usr/share/munin/plugins/load, /usr/share/munin/plugins/swap, /usr/share/munin/plugins/forks, /usr/share/munin/plugins/users, /usr/share/munin/plugins/memory, /usr/share/munin/plugins/uptime, /usr/share/munin/plugins/netstat, /usr/share/munin/plugins/threads, /usr/share/munin/plugins/unbound, /usr/share/munin/plugins/irqstats, /usr/share/munin/plugins/proc_pri, /usr/share/munin/plugins/processes, /usr/share/munin/plugins/interrupts, /usr/share/munin/plugins/open_files
-+.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 system_munin_plugin policy is very flexible allowing users to setup their system_munin_plugin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for system_munin_plugin:
-+
-+.EX
-+.B system_munin_plugin_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a system_munin_plugin_t
-+can be used to make the process type system_munin_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  system_munin_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run system_munin_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type system_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 munin_var_lib_t
-+
-+	/var/lib/munin(/.*)?
-+.br
-+
-+.br
-+.B system_munin_plugin_tmp_t
-+
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the system_munin_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t system_munin_plugin_exec_t '/srv/system_munin_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystem_munin_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for system_munin_plugin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/share/munin/plugins/cpu.*, /usr/share/munin/plugins/if_.*, /usr/share/munin/plugins/nfs.*, /usr/share/munin/plugins/iostat.*, /usr/share/munin/plugins/munin_.*, /usr/share/munin/plugins/yum, /usr/share/munin/plugins/acpi, /usr/share/munin/plugins/load, /usr/share/munin/plugins/swap, /usr/share/munin/plugins/forks, /usr/share/munin/plugins/users, /usr/share/munin/plugins/memory, /usr/share/munin/plugins/uptime, /usr/share/munin/plugins/netstat, /usr/share/munin/plugins/threads, /usr/share/munin/plugins/unbound, /usr/share/munin/plugins/irqstats, /usr/share/munin/plugins/proc_pri, /usr/share/munin/plugins/processes, /usr/share/munin/plugins/interrupts, /usr/share/munin/plugins/open_files
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), system_munin_plugin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), system_cronjob_selinux(8), system_dbusd_selinux(8), system_mail_selinux(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/systemd_hostnamed_selinux.8 b/man/man8/systemd_hostnamed_selinux.8
-new file mode 100644
-index 0000000..1fcad98
---- /dev/null
-+++ b/man/man8/systemd_hostnamed_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "systemd_hostnamed_selinux"  "8"  "13-01-16" "systemd_hostnamed" "SELinux Policy documentation for systemd_hostnamed"
-+.SH "NAME"
-+systemd_hostnamed_selinux \- Security Enhanced Linux Policy for the systemd_hostnamed processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the systemd_hostnamed processes via flexible mandatory access control.
-+
-+The systemd_hostnamed processes execute with the systemd_hostnamed_t SELinux 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 systemd_hostnamed_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The systemd_hostnamed_t SELinux type can be entered via the \fBsystemd_hostnamed_exec_t\fP file type.
-+
-+The default entrypoint paths for the systemd_hostnamed_t domain are the following:
-+
-+/usr/lib/systemd/systemd-hostnamed
-+.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 systemd_hostnamed policy is very flexible allowing users to setup their systemd_hostnamed processes in as secure a method as possible.
-+.PP
-+The following process types are defined for systemd_hostnamed:
-+
-+.EX
-+.B systemd_hostnamed_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a systemd_hostnamed_t
-+can be used to make the process type systemd_hostnamed_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  systemd_hostnamed policy is extremely flexible and has several booleans that allow you to manipulate the policy and run systemd_hostnamed with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type systemd_hostnamed_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 systemd_hostnamed policy is very flexible allowing users to setup their systemd_hostnamed processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the systemd_hostnamed, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t systemd_hostnamed_exec_t '/srv/systemd_hostnamed/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystemd_hostnamed_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for systemd_hostnamed:
-+
-+
-+.EX
-+.PP
-+.B systemd_hostnamed_exec_t
-+.EE
-+
-+- Set files with the systemd_hostnamed_exec_t type, if you want to transition an executable to the systemd_hostnamed_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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), systemd_hostnamed(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/systemd_localed_selinux.8 b/man/man8/systemd_localed_selinux.8
-new file mode 100644
-index 0000000..c3134fd
---- /dev/null
-+++ b/man/man8/systemd_localed_selinux.8
-@@ -0,0 +1,211 @@
-+.TH  "systemd_localed_selinux"  "8"  "13-01-16" "systemd_localed" "SELinux Policy documentation for systemd_localed"
-+.SH "NAME"
-+systemd_localed_selinux \- Security Enhanced Linux Policy for the systemd_localed processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the systemd_localed processes via flexible mandatory access control.
-+
-+The systemd_localed processes execute with the systemd_localed_t SELinux 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 systemd_localed_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The systemd_localed_t SELinux type can be entered via the \fBsystemd_localed_exec_t\fP file type.
-+
-+The default entrypoint paths for the systemd_localed_t domain are the following:
-+
-+/usr/lib/systemd/systemd-localed
-+.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 systemd_localed policy is very flexible allowing users to setup their systemd_localed processes in as secure a method as possible.
-+.PP
-+The following process types are defined for systemd_localed:
-+
-+.EX
-+.B systemd_localed_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a systemd_localed_t
-+can be used to make the process type systemd_localed_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  systemd_localed policy is extremely flexible and has several booleans that allow you to manipulate the policy and run systemd_localed with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type systemd_localed_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 locale_t
-+
-+	/etc/locale.conf
-+.br
-+	/etc/vconsole.conf
-+.br
-+	/usr/lib/locale(/.*)?
-+.br
-+	/usr/share/locale(/.*)?
-+.br
-+	/usr/share/zoneinfo(/.*)?
-+.br
-+	/usr/share/X11/locale(/.*)?
-+.br
-+	/etc/timezone
-+.br
-+	/etc/localtime
-+.br
-+	/etc/sysconfig/clock
-+.br
-+	/etc/avahi/etc/localtime
-+.br
-+	/var/empty/sshd/etc/localtime
-+.br
-+	/var/spool/postfix/etc/localtime
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 systemd_localed policy is very flexible allowing users to setup their systemd_localed processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the systemd_localed, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t systemd_localed_exec_t '/srv/systemd_localed/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystemd_localed_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for systemd_localed:
-+
-+
-+.EX
-+.PP
-+.B systemd_localed_exec_t
-+.EE
-+
-+- Set files with the systemd_localed_exec_t type, if you want to transition an executable to the systemd_localed_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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), systemd_localed(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), systemd_hostnamed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ 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..2b10037
---- /dev/null
-+++ b/man/man8/systemd_logger_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "systemd_logger_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep systemd_logger_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The systemd_logger_t SELinux type can be entered via the \fBsystemd_logger_exec_t\fP file type.
-+
-+The default entrypoint paths for the systemd_logger_t domain are the following:
-+
-+/usr/lib/systemd/systemd-logger
-+.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 systemd_logger policy is very flexible allowing users to setup their systemd_logger processes in as secure a method as possible.
-+.PP
-+The following process types are defined for systemd_logger:
-+
-+.EX
-+.B systemd_logger_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a systemd_logger_t
-+can be used to make the process type systemd_logger_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  systemd_logger policy is extremely flexible and has several booleans that allow you to manipulate the policy and run systemd_logger with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the systemd_logger_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 systemd_logger_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type systemd_logger_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 systemd_logger policy is very flexible allowing users to setup their systemd_logger processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the systemd_logger, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t systemd_logger_exec_t '/srv/systemd_logger/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystemd_logger_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for systemd_logger:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), systemd_logger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ 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..c48c412
---- /dev/null
-+++ b/man/man8/systemd_logind_selinux.8
-@@ -0,0 +1,383 @@
-+.TH  "systemd_logind_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep systemd_logind_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The systemd_logind_t SELinux type can be entered via the \fBsystemd_logind_exec_t\fP file type.
-+
-+The default entrypoint paths for the systemd_logind_t domain are the following:
-+
-+/usr/lib/systemd/systemd-logind
-+.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 systemd_logind policy is very flexible allowing users to setup their systemd_logind processes in as secure a method as possible.
-+.PP
-+The following process types are defined for systemd_logind:
-+
-+.EX
-+.B systemd_logind_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a systemd_logind_t
-+can be used to make the process type systemd_logind_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  systemd_logind policy is extremely flexible and has several booleans that allow you to manipulate the policy and run systemd_logind with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the systemd_logind_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 systemd_logind_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type systemd_logind_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B systemd_logind_inhibit_var_run_t
-+
-+	/var/run/systemd/inhibit(/.*)?
-+.br
-+
-+.br
-+.B systemd_logind_sessions_t
-+
-+	/var/run/systemd/sessions(/.*)?
-+.br
-+
-+.br
-+.B systemd_logind_var_run_t
-+
-+	/var/run/systemd/seats(/.*)?
-+.br
-+	/var/run/systemd/users(/.*)?
-+.br
-+	/var/run/nologin
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B udev_rules_t
-+
-+	/etc/udev/rules.d(/.*)?
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.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 systemd_logind policy is very flexible allowing users to setup their systemd_logind processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the systemd_logind, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t systemd_logind_exec_t '/srv/systemd_logind/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystemd_logind_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for systemd_logind:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/systemd/seats(/.*)?, /var/run/systemd/users(/.*)?, /var/run/nologin
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), systemd_logind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ 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..0cd7441
---- /dev/null
-+++ b/man/man8/systemd_notify_selinux.8
-@@ -0,0 +1,243 @@
-+.TH  "systemd_notify_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep systemd_notify_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The systemd_notify_t SELinux type can be entered via the \fBsystemd_notify_exec_t\fP file type.
-+
-+The default entrypoint paths for the systemd_notify_t domain are the following:
-+
-+/bin/systemd-notify, /usr/bin/systemd-notify
-+.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 systemd_notify policy is very flexible allowing users to setup their systemd_notify processes in as secure a method as possible.
-+.PP
-+The following process types are defined for systemd_notify:
-+
-+.EX
-+.B systemd_notify_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a systemd_notify_t
-+can be used to make the process type systemd_notify_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  systemd_notify policy is extremely flexible and has several booleans that allow you to manipulate the policy and run systemd_notify with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the systemd_notify_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 systemd_notify_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type systemd_notify_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 readahead_var_run_t
-+
-+	/dev/\.systemd/readahead(/.*)?
-+.br
-+	/var/run/systemd/readahead(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 systemd_notify policy is very flexible allowing users to setup their systemd_notify processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the systemd_notify, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t systemd_notify_exec_t '/srv/systemd_notify/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystemd_notify_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for systemd_notify:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/systemd-notify, /usr/bin/systemd-notify
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), systemd_notify(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ 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..5dff212
---- /dev/null
-+++ b/man/man8/systemd_passwd_agent_selinux.8
-@@ -0,0 +1,243 @@
-+.TH  "systemd_passwd_agent_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep systemd_passwd_agent_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The systemd_passwd_agent_t SELinux type can be entered via the \fBsystemd_passwd_agent_exec_t\fP file type.
-+
-+The default entrypoint paths for the systemd_passwd_agent_t domain are the following:
-+
-+/bin/systemd-tty-ask-password-agent, /usr/bin/systemd-tty-ask-password-agent, /usr/bin/systemd-gnome-ask-password-agent
-+.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 systemd_passwd_agent policy is very flexible allowing users to setup their systemd_passwd_agent processes in as secure a method as possible.
-+.PP
-+The following process types are defined for systemd_passwd_agent:
-+
-+.EX
-+.B systemd_passwd_agent_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a systemd_passwd_agent_t
-+can be used to make the process type systemd_passwd_agent_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  systemd_passwd_agent policy is extremely flexible and has several booleans that allow you to manipulate the policy and run systemd_passwd_agent with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the systemd_passwd_agent_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 systemd_passwd_agent_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type systemd_passwd_agent_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the systemd_passwd_agent, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t systemd_passwd_agent_exec_t '/srv/systemd_passwd_agent/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystemd_passwd_agent_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for systemd_passwd_agent:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/systemd-tty-ask-password-agent, /usr/bin/systemd-tty-ask-password-agent, /usr/bin/systemd-gnome-ask-password-agent
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), systemd_passwd_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_timedated_selinux(8), systemd_tmpfiles_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/systemd_timedated_selinux.8 b/man/man8/systemd_timedated_selinux.8
-new file mode 100644
-index 0000000..34b1471
---- /dev/null
-+++ b/man/man8/systemd_timedated_selinux.8
-@@ -0,0 +1,319 @@
-+.TH  "systemd_timedated_selinux"  "8"  "13-01-16" "systemd_timedated" "SELinux Policy documentation for systemd_timedated"
-+.SH "NAME"
-+systemd_timedated_selinux \- Security Enhanced Linux Policy for the systemd_timedated processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the systemd_timedated processes via flexible mandatory access control.
-+
-+The systemd_timedated processes execute with the systemd_timedated_t SELinux 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 systemd_timedated_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The systemd_timedated_t SELinux type can be entered via the \fBsystemd_timedated_exec_t\fP file type.
-+
-+The default entrypoint paths for the systemd_timedated_t domain are the following:
-+
-+/usr/lib/systemd/systemd-timedated
-+.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 systemd_timedated policy is very flexible allowing users to setup their systemd_timedated processes in as secure a method as possible.
-+.PP
-+The following process types are defined for systemd_timedated:
-+
-+.EX
-+.B systemd_timedated_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a systemd_timedated_t
-+can be used to make the process type systemd_timedated_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  systemd_timedated policy is extremely flexible and has several booleans that allow you to manipulate the policy and run systemd_timedated with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the systemd_timedated_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 systemd_timedated_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type systemd_timedated_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 config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B config_usr_t
-+
-+	/usr/share/config(/.*)?
-+.br
-+
-+.br
-+.B locale_t
-+
-+	/etc/locale.conf
-+.br
-+	/etc/vconsole.conf
-+.br
-+	/usr/lib/locale(/.*)?
-+.br
-+	/usr/share/locale(/.*)?
-+.br
-+	/usr/share/zoneinfo(/.*)?
-+.br
-+	/usr/share/X11/locale(/.*)?
-+.br
-+	/etc/timezone
-+.br
-+	/etc/localtime
-+.br
-+	/etc/sysconfig/clock
-+.br
-+	/etc/avahi/etc/localtime
-+.br
-+	/var/empty/sshd/etc/localtime
-+.br
-+	/var/spool/postfix/etc/localtime
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.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 systemd_timedated policy is very flexible allowing users to setup their systemd_timedated processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the systemd_timedated, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t systemd_timedated_exec_t '/srv/systemd_timedated/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystemd_timedated_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for systemd_timedated:
-+
-+
-+.EX
-+.PP
-+.B systemd_timedated_exec_t
-+.EE
-+
-+- Set files with the systemd_timedated_exec_t type, if you want to transition an executable to the systemd_timedated_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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), systemd_timedated(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_tmpfiles_selinux(8)
-\ 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..5315dea
---- /dev/null
-+++ b/man/man8/systemd_tmpfiles_selinux.8
-@@ -0,0 +1,327 @@
-+.TH  "systemd_tmpfiles_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep systemd_tmpfiles_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The systemd_tmpfiles_t SELinux type can be entered via the \fBsystemd_tmpfiles_exec_t\fP file type.
-+
-+The default entrypoint paths for the systemd_tmpfiles_t domain are the following:
-+
-+/bin/systemd-tmpfiles, /usr/bin/systemd-tmpfiles, /usr/lib/systemd/systemd-tmpfiles
-+.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 systemd_tmpfiles policy is very flexible allowing users to setup their systemd_tmpfiles processes in as secure a method as possible.
-+.PP
-+The following process types are defined for systemd_tmpfiles:
-+
-+.EX
-+.B systemd_tmpfiles_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a systemd_tmpfiles_t
-+can be used to make the process type systemd_tmpfiles_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  systemd_tmpfiles policy is extremely flexible and has several booleans that allow you to manipulate the policy and run systemd_tmpfiles with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the systemd_tmpfiles_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 systemd_tmpfiles_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type systemd_tmpfiles_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B lockfile
-+
-+
-+.br
-+.B man_cache_t
-+
-+
-+.br
-+.B man_t
-+
-+	/opt/(.*/)?man(/.*)?
-+.br
-+	/usr/man(/.*)?
-+.br
-+	/usr/share/man(/.*)?
-+.br
-+	/usr/X11R6/man(/.*)?
-+.br
-+	/usr/lib/perl5/man(/.*)?
-+.br
-+
-+.br
-+.B pidfile
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B tmp_t
-+
-+	/sandbox(/.*)?
-+.br
-+	/tmp
-+.br
-+	/var/tmp
-+.br
-+	/var/tmp
-+.br
-+	/usr/tmp
-+.br
-+	/tmp-inst
-+.br
-+	/var/tmp-inst
-+.br
-+	/var/tmp/vi\.recover
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 systemd_tmpfiles policy is very flexible allowing users to setup their systemd_tmpfiles processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the systemd_tmpfiles, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t systemd_tmpfiles_exec_t '/srv/systemd_tmpfiles/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mysystemd_tmpfiles_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for systemd_tmpfiles:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/systemd-tmpfiles, /usr/bin/systemd-tmpfiles, /usr/lib/systemd/systemd-tmpfiles
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), systemd_tmpfiles(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), systemd_hostnamed_selinux(8), systemd_localed_selinux(8), systemd_logger_selinux(8), systemd_logind_selinux(8), systemd_notify_selinux(8), systemd_passwd_agent_selinux(8), systemd_timedated_selinux(8)
-\ 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..9d7fff2
---- /dev/null
-+++ b/man/man8/tcpd_selinux.8
-@@ -0,0 +1,171 @@
-+.TH  "tcpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tcpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tcpd_t SELinux type can be entered via the \fBtcpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the tcpd_t domain are the following:
-+
-+/usr/sbin/tcpd
-+.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 tcpd policy is very flexible allowing users to setup their tcpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tcpd:
-+
-+.EX
-+.B tcpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tcpd_t
-+can be used to make the process type tcpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  tcpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tcpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type tcpd_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 tcpd_tmp_t
-+
-+
-+.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 tcpd policy is very flexible allowing users to setup their tcpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tcpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tcpd_exec_t '/srv/tcpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytcpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tcpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), tcpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..93bb72a
---- /dev/null
-+++ b/man/man8/tcsd_selinux.8
-@@ -0,0 +1,283 @@
-+.TH  "tcsd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tcsd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tcsd_t SELinux type can be entered via the \fBtcsd_exec_t\fP file type.
-+
-+The default entrypoint paths for the tcsd_t domain are the following:
-+
-+/usr/sbin/tcsd
-+.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 tcsd policy is very flexible allowing users to setup their tcsd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tcsd:
-+
-+.EX
-+.B tcsd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tcsd_t
-+can be used to make the process type tcsd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  tcsd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tcsd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the tcsd_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 tcsd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 tcsd policy is very flexible allowing users to setup their tcsd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for tcsd:
-+
-+.EX
-+.TP 5
-+.B tcs_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 30003
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type tcsd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B tcsd_var_lib_t
-+
-+	/var/lib/tpm(/.*)?
-+.br
-+
-+.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 tcsd policy is very flexible allowing users to setup their tcsd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tcsd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tcsd_exec_t '/srv/tcsd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytcsd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tcsd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/tcsd, /etc/rc\.d/init\.d/trousers
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), tcsd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/telepathy_gabble_selinux.8 b/man/man8/telepathy_gabble_selinux.8
-new file mode 100644
-index 0000000..aa0d78b
---- /dev/null
-+++ b/man/man8/telepathy_gabble_selinux.8
-@@ -0,0 +1,387 @@
-+.TH  "telepathy_gabble_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_gabble_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_gabble_t SELinux type can be entered via the \fBtelepathy_gabble_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_gabble_t domain are the following:
-+
-+/usr/libexec/telepathy-gabble
-+.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 telepathy_gabble policy is very flexible allowing users to setup their telepathy_gabble processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_gabble:
-+
-+.EX
-+.B telepathy_gabble_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_gabble_t
-+can be used to make the process type telepathy_gabble_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_gabble policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_gabble with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any network port, you must turn on the telepathy_connect_all_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_connect_all_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any generic TCP port, you must turn on the telepathy_tcp_connect_generic_network_ports boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_tcp_connect_generic_network_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_gabble_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 telepathy_gabble_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_gabble_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B telepathy_gabble_cache_home_t
-+
-+	/home/[^/]*/\.cache/wocky(/.*)?
-+.br
-+	/home/[^/]*/\.cache/telepathy/gabble(/.*)?
-+.br
-+	/home/pwalsh/\.cache/wocky(/.*)?
-+.br
-+	/home/pwalsh/\.cache/telepathy/gabble(/.*)?
-+.br
-+	/home/dwalsh/\.cache/wocky(/.*)?
-+.br
-+	/home/dwalsh/\.cache/telepathy/gabble(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/wocky(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/telepathy/gabble(/.*)?
-+.br
-+
-+.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 telepathy_gabble policy is very flexible allowing users to setup their telepathy_gabble processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_gabble, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_gabble_cache_home_t '/srv/telepathy_gabble/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_gabble_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_gabble:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.cache/wocky(/.*)?, /home/[^/]*/\.cache/telepathy/gabble(/.*)?, /home/pwalsh/\.cache/wocky(/.*)?, /home/pwalsh/\.cache/telepathy/gabble(/.*)?, /home/dwalsh/\.cache/wocky(/.*)?, /home/dwalsh/\.cache/telepathy/gabble(/.*)?, /var/lib/xguest/home/xguest/\.cache/wocky(/.*)?, /var/lib/xguest/home/xguest/\.cache/telepathy/gabble(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_gabble(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_idle_selinux(8), telepathy_logger_selinux(8), telepathy_mission_control_selinux(8), telepathy_msn_selinux(8), telepathy_salut_selinux(8), telepathy_sofiasip_selinux(8), telepathy_stream_engine_selinux(8), telepathy_sunshine_selinux(8)
-\ 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..2a83785
---- /dev/null
-+++ b/man/man8/telepathy_idle_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "telepathy_idle_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_idle_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_idle_t SELinux type can be entered via the \fBtelepathy_idle_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_idle_t domain are the following:
-+
-+/usr/libexec/telepathy-idle
-+.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 telepathy_idle policy is very flexible allowing users to setup their telepathy_idle processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_idle:
-+
-+.EX
-+.B telepathy_idle_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_idle_t
-+can be used to make the process type telepathy_idle_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_idle policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_idle with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any network port, you must turn on the telepathy_connect_all_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_connect_all_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any generic TCP port, you must turn on the telepathy_tcp_connect_generic_network_ports boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_tcp_connect_generic_network_ports 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_idle_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 telepathy_idle_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_idle_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.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 telepathy_idle policy is very flexible allowing users to setup their telepathy_idle processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_idle, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_idle_exec_t '/srv/telepathy_idle/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_idle_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_idle:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_idle(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_gabble_selinux(8), telepathy_logger_selinux(8), telepathy_mission_control_selinux(8), telepathy_msn_selinux(8), telepathy_salut_selinux(8), telepathy_sofiasip_selinux(8), telepathy_stream_engine_selinux(8), telepathy_sunshine_selinux(8)
-\ 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..fc59669
---- /dev/null
-+++ b/man/man8/telepathy_logger_selinux.8
-@@ -0,0 +1,387 @@
-+.TH  "telepathy_logger_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_logger_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_logger_t SELinux type can be entered via the \fBtelepathy_logger_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_logger_t domain are the following:
-+
-+/usr/libexec/telepathy-logger
-+.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 telepathy_logger policy is very flexible allowing users to setup their telepathy_logger processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_logger:
-+
-+.EX
-+.B telepathy_logger_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_logger_t
-+can be used to make the process type telepathy_logger_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_logger policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_logger with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_logger_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 telepathy_logger_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_logger_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B telepathy_logger_cache_home_t
-+
-+	/home/[^/]*/\.cache/telepathy/logger(/.*)?
-+.br
-+	/home/pwalsh/\.cache/telepathy/logger(/.*)?
-+.br
-+	/home/dwalsh/\.cache/telepathy/logger(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/telepathy/logger(/.*)?
-+.br
-+
-+.br
-+.B telepathy_logger_data_home_t
-+
-+	/home/[^/]*/\.local/share/TpLogger(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/TpLogger(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/TpLogger(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/TpLogger(/.*)?
-+.br
-+
-+.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 telepathy_logger policy is very flexible allowing users to setup their telepathy_logger processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_logger, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_logger_cache_home_t '/srv/telepathy_logger/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_logger_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_logger:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.cache/telepathy/logger(/.*)?, /home/pwalsh/\.cache/telepathy/logger(/.*)?, /home/dwalsh/\.cache/telepathy/logger(/.*)?, /var/lib/xguest/home/xguest/\.cache/telepathy/logger(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.local/share/TpLogger(/.*)?, /home/pwalsh/\.local/share/TpLogger(/.*)?, /home/dwalsh/\.local/share/TpLogger(/.*)?, /var/lib/xguest/home/xguest/\.local/share/TpLogger(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_logger(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_gabble_selinux(8), telepathy_idle_selinux(8), telepathy_mission_control_selinux(8), telepathy_msn_selinux(8), telepathy_salut_selinux(8), telepathy_sofiasip_selinux(8), telepathy_stream_engine_selinux(8), telepathy_sunshine_selinux(8)
-\ 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..ee2648f
---- /dev/null
-+++ b/man/man8/telepathy_mission_control_selinux.8
-@@ -0,0 +1,411 @@
-+.TH  "telepathy_mission_control_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_mission_control_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_mission_control_t SELinux type can be entered via the \fBtelepathy_mission_control_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_mission_control_t domain are the following:
-+
-+/usr/libexec/mission-control-5
-+.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 telepathy_mission_control policy is very flexible allowing users to setup their telepathy_mission_control processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_mission_control:
-+
-+.EX
-+.B telepathy_mission_control_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_mission_control_t
-+can be used to make the process type telepathy_mission_control_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_mission_control policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_mission_control with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_mission_control_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 telepathy_mission_control_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_mission_control_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B telepathy_mission_control_cache_home_t
-+
-+	/home/[^/]*/\.cache/\.mc_connections
-+.br
-+	/home/pwalsh/\.cache/\.mc_connections
-+.br
-+	/home/dwalsh/\.cache/\.mc_connections
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/\.mc_connections
-+.br
-+
-+.br
-+.B telepathy_mission_control_data_home_t
-+
-+	/home/[^/]*/\.local/share/telepathy/mission-control(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/telepathy/mission-control(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/telepathy/mission-control(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/telepathy/mission-control(/.*)?
-+.br
-+
-+.br
-+.B telepathy_mission_control_home_t
-+
-+	/home/[^/]*/\.mission-control(/.*)?
-+.br
-+	/home/pwalsh/\.mission-control(/.*)?
-+.br
-+	/home/dwalsh/\.mission-control(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.mission-control(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_mission_control, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_mission_control_cache_home_t '/srv/telepathy_mission_control/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_mission_control_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_mission_control:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.cache/\.mc_connections, /home/pwalsh/\.cache/\.mc_connections, /home/dwalsh/\.cache/\.mc_connections, /var/lib/xguest/home/xguest/\.cache/\.mc_connections
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.local/share/telepathy/mission-control(/.*)?, /home/pwalsh/\.local/share/telepathy/mission-control(/.*)?, /home/dwalsh/\.local/share/telepathy/mission-control(/.*)?, /var/lib/xguest/home/xguest/\.local/share/telepathy/mission-control(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.mission-control(/.*)?, /home/pwalsh/\.mission-control(/.*)?, /home/dwalsh/\.mission-control(/.*)?, /var/lib/xguest/home/xguest/\.mission-control(/.*)?
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_mission_control(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_gabble_selinux(8), telepathy_idle_selinux(8), telepathy_logger_selinux(8), telepathy_msn_selinux(8), telepathy_salut_selinux(8), telepathy_sofiasip_selinux(8), telepathy_stream_engine_selinux(8), telepathy_sunshine_selinux(8)
-\ 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..a9da2c3
---- /dev/null
-+++ b/man/man8/telepathy_msn_selinux.8
-@@ -0,0 +1,253 @@
-+.TH  "telepathy_msn_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_msn_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_msn_t SELinux type can be entered via the \fBtelepathy_msn_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_msn_t domain are the following:
-+
-+/usr/libexec/telepathy-haze, /usr/libexec/telepathy-butterfly
-+.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 telepathy_msn policy is very flexible allowing users to setup their telepathy_msn processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_msn:
-+
-+.EX
-+.B telepathy_msn_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_msn_t
-+can be used to make the process type telepathy_msn_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_msn policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_msn with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any network port, you must turn on the telepathy_connect_all_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_connect_all_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any generic TCP port, you must turn on the telepathy_tcp_connect_generic_network_ports boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_tcp_connect_generic_network_ports 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_msn_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 telepathy_msn_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_msn_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B telepathy_msn_tmp_t
-+
-+
-+.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 telepathy_msn policy is very flexible allowing users to setup their telepathy_msn processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_msn, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_msn_exec_t '/srv/telepathy_msn/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_msn_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_msn:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/libexec/telepathy-haze, /usr/libexec/telepathy-butterfly
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_msn(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_gabble_selinux(8), telepathy_idle_selinux(8), telepathy_logger_selinux(8), telepathy_mission_control_selinux(8), telepathy_salut_selinux(8), telepathy_sofiasip_selinux(8), telepathy_stream_engine_selinux(8), telepathy_sunshine_selinux(8)
-\ 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..d8e17a8
---- /dev/null
-+++ b/man/man8/telepathy_salut_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "telepathy_salut_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_salut_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_salut_t SELinux type can be entered via the \fBtelepathy_salut_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_salut_t domain are the following:
-+
-+/usr/libexec/telepathy-salut
-+.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 telepathy_salut policy is very flexible allowing users to setup their telepathy_salut processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_salut:
-+
-+.EX
-+.B telepathy_salut_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_salut_t
-+can be used to make the process type telepathy_salut_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_salut policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_salut with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any network port, you must turn on the telepathy_connect_all_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_connect_all_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any generic TCP port, you must turn on the telepathy_tcp_connect_generic_network_ports boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_tcp_connect_generic_network_ports 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_salut_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 telepathy_salut_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_salut_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.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 telepathy_salut policy is very flexible allowing users to setup their telepathy_salut processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_salut, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_salut_exec_t '/srv/telepathy_salut/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_salut_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_salut:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_salut(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_gabble_selinux(8), telepathy_idle_selinux(8), telepathy_logger_selinux(8), telepathy_mission_control_selinux(8), telepathy_msn_selinux(8), telepathy_sofiasip_selinux(8), telepathy_stream_engine_selinux(8), telepathy_sunshine_selinux(8)
-\ 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..db1b7ce
---- /dev/null
-+++ b/man/man8/telepathy_sofiasip_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "telepathy_sofiasip_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_sofiasip_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_sofiasip_t SELinux type can be entered via the \fBtelepathy_sofiasip_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_sofiasip_t domain are the following:
-+
-+/usr/libexec/telepathy-sofiasip
-+.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 telepathy_sofiasip policy is very flexible allowing users to setup their telepathy_sofiasip processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_sofiasip:
-+
-+.EX
-+.B telepathy_sofiasip_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_sofiasip_t
-+can be used to make the process type telepathy_sofiasip_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_sofiasip policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_sofiasip with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any network port, you must turn on the telepathy_connect_all_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_connect_all_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the Telepathy connection managers to connect to any generic TCP port, you must turn on the telepathy_tcp_connect_generic_network_ports boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P telepathy_tcp_connect_generic_network_ports 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_sofiasip_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 telepathy_sofiasip_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_sofiasip_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.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 telepathy_sofiasip policy is very flexible allowing users to setup their telepathy_sofiasip processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_sofiasip, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_sofiasip_exec_t '/srv/telepathy_sofiasip/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_sofiasip_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_sofiasip:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_sofiasip(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_gabble_selinux(8), telepathy_idle_selinux(8), telepathy_logger_selinux(8), telepathy_mission_control_selinux(8), telepathy_msn_selinux(8), telepathy_salut_selinux(8), telepathy_stream_engine_selinux(8), telepathy_sunshine_selinux(8)
-\ 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..6b041cf
---- /dev/null
-+++ b/man/man8/telepathy_stream_engine_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "telepathy_stream_engine_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_stream_engine_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_stream_engine_t SELinux type can be entered via the \fBtelepathy_stream_engine_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_stream_engine_t domain are the following:
-+
-+/usr/libexec/telepathy-stream-engine
-+.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 telepathy_stream_engine policy is very flexible allowing users to setup their telepathy_stream_engine processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_stream_engine:
-+
-+.EX
-+.B telepathy_stream_engine_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_stream_engine_t
-+can be used to make the process type telepathy_stream_engine_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_stream_engine policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_stream_engine with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_stream_engine_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 telepathy_stream_engine_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_stream_engine_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_stream_engine, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_stream_engine_exec_t '/srv/telepathy_stream_engine/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_stream_engine_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_stream_engine:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_stream_engine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_gabble_selinux(8), telepathy_idle_selinux(8), telepathy_logger_selinux(8), telepathy_mission_control_selinux(8), telepathy_msn_selinux(8), telepathy_salut_selinux(8), telepathy_sofiasip_selinux(8), telepathy_sunshine_selinux(8)
-\ 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..bc2ffc7
---- /dev/null
-+++ b/man/man8/telepathy_sunshine_selinux.8
-@@ -0,0 +1,257 @@
-+.TH  "telepathy_sunshine_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telepathy_sunshine_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telepathy_sunshine_t SELinux type can be entered via the \fBtelepathy_sunshine_exec_t\fP file type.
-+
-+The default entrypoint paths for the telepathy_sunshine_t domain are the following:
-+
-+/usr/libexec/telepathy-sunshine
-+.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 telepathy_sunshine policy is very flexible allowing users to setup their telepathy_sunshine processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telepathy_sunshine:
-+
-+.EX
-+.B telepathy_sunshine_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telepathy_sunshine_t
-+can be used to make the process type telepathy_sunshine_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telepathy_sunshine policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telepathy_sunshine with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telepathy_sunshine_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 telepathy_sunshine_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telepathy_sunshine_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B telepathy_sunshine_home_t
-+
-+	/home/[^/]*/\.telepathy-sunshine(/.*)?
-+.br
-+	/home/pwalsh/\.telepathy-sunshine(/.*)?
-+.br
-+	/home/dwalsh/\.telepathy-sunshine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.telepathy-sunshine(/.*)?
-+.br
-+
-+.br
-+.B telepathy_sunshine_tmp_t
-+
-+
-+.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 telepathy_sunshine policy is very flexible allowing users to setup their telepathy_sunshine processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telepathy_sunshine, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telepathy_sunshine_exec_t '/srv/telepathy_sunshine/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelepathy_sunshine_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telepathy_sunshine:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.telepathy-sunshine(/.*)?, /home/pwalsh/\.telepathy-sunshine(/.*)?, /home/dwalsh/\.telepathy-sunshine(/.*)?, /var/lib/xguest/home/xguest/\.telepathy-sunshine(/.*)?
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), telepathy_sunshine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), telepathy_gabble_selinux(8), telepathy_idle_selinux(8), telepathy_logger_selinux(8), telepathy_mission_control_selinux(8), telepathy_msn_selinux(8), telepathy_salut_selinux(8), telepathy_sofiasip_selinux(8), telepathy_stream_engine_selinux(8)
-\ 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..67d9557
---- /dev/null
-+++ b/man/man8/telnetd_selinux.8
-@@ -0,0 +1,339 @@
-+.TH  "telnetd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep telnetd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The telnetd_t SELinux type can be entered via the \fBtelnetd_exec_t\fP file type.
-+
-+The default entrypoint paths for the telnetd_t domain are the following:
-+
-+/usr/sbin/in\.telnetd, /usr/kerberos/sbin/telnetd
-+.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 telnetd policy is very flexible allowing users to setup their telnetd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for telnetd:
-+
-+.EX
-+.B telnetd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a telnetd_t
-+can be used to make the process type telnetd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  telnetd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run telnetd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the telnetd_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 telnetd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 telnetd policy is very flexible allowing users to setup their telnetd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for telnetd:
-+
-+.EX
-+.TP 5
-+.B telnetd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 23
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type telnetd_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 initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B telnetd_tmp_t
-+
-+
-+.br
-+.B telnetd_var_run_t
-+
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 telnetd policy is very flexible allowing users to setup their telnetd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the telnetd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t telnetd_exec_t '/srv/telnetd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytelnetd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for telnetd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/in\.telnetd, /usr/kerberos/sbin/telnetd
-+
-+.EX
-+.PP
-+.B telnetd_keytab_t
-+.EE
-+
-+- Set files with the telnetd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), telnetd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/tftpd_selinux.8 b/man/man8/tftpd_selinux.8
-new file mode 100644
-index 0000000..08f6dae
---- /dev/null
-+++ b/man/man8/tftpd_selinux.8
-@@ -0,0 +1,377 @@
-+.TH  "tftpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tftpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tftpd_t SELinux type can be entered via the \fBtftpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the tftpd_t domain are the following:
-+
-+/usr/sbin/atftpd, /usr/sbin/in\.tftpd
-+.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 tftpd policy is very flexible allowing users to setup their tftpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tftpd:
-+
-+.EX
-+.B tftpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tftpd_t
-+can be used to make the process type tftpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still 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 users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P tftp_home_dir 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the tftpd_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 tftpd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 tftpd policy is very flexible allowing users to setup their tftpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for tftpd:
-+
-+.EX
-+.TP 5
-+.B tftp_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 69
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type tftpd_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 cifs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B tftpd_var_run_t
-+
-+
-+.br
-+.B tftpdir_rw_t
-+
-+	/var/lib/tftpboot(/.*)?
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.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 tftpd policy is very flexible allowing users to setup their tftpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tftpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tftpd_etc_t '/srv/tftpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytftpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tftpd:
-+
-+
-+.EX
-+.PP
-+.B tftpd_etc_t
-+.EE
-+
-+- Set files with the tftpd_etc_t type, if you want to store tftpd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/atftpd, /usr/sbin/in\.tftpd
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B tftpdir_t
-+.EE
-+
-+- Set files with the tftpdir_t type, if you want to treat the files as tftpdir data.
-+
-+.br
-+.TP 5
-+Paths:
-+/tftpboot/.*, /tftpboot
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 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
-+Allow tftpd servers to read the /var/tftpd directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/tftpd(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/tftpd
-+.pp
-+.TP
-+Allow tftpd 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_tftpdd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/tftpd/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/tftpd/incoming
-+
-+
-+.PP
-+If you want to allow tftp to modify public files used for public file transfer services., you must turn on the tftp_anon_write boolean.
-+
-+.EX
-+.B setsebool -P tftp_anon_write 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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), 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..85d5331
---- /dev/null
-+++ b/man/man8/tgtd_selinux.8
-@@ -0,0 +1,239 @@
-+.TH  "tgtd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tgtd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tgtd_t SELinux type can be entered via the \fBtgtd_exec_t\fP file type.
-+
-+The default entrypoint paths for the tgtd_t domain are the following:
-+
-+/usr/sbin/tgtd
-+.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 tgtd policy is very flexible allowing users to setup their tgtd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tgtd:
-+
-+.EX
-+.B tgtd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tgtd_t
-+can be used to make the process type tgtd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  tgtd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tgtd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type tgtd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B tgtd_tmpfs_t
-+
-+
-+.br
-+.B tgtd_var_lib_t
-+
-+	/var/lib/tgtd(/.*)?
-+.br
-+
-+.br
-+.B tgtd_var_run_t
-+
-+	/var/run/tgtd.*
-+.br
-+
-+.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 tgtd policy is very flexible allowing users to setup their tgtd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tgtd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tgtd_exec_t '/srv/tgtd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytgtd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tgtd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), tgtd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/thin_aeolus_configserver_selinux.8 b/man/man8/thin_aeolus_configserver_selinux.8
-new file mode 100644
-index 0000000..bf0f82b
---- /dev/null
-+++ b/man/man8/thin_aeolus_configserver_selinux.8
-@@ -0,0 +1,225 @@
-+.TH  "thin_aeolus_configserver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep thin_aeolus_configserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The thin_aeolus_configserver_t SELinux type can be entered via the \fBthin_aeolus_configserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the thin_aeolus_configserver_t domain are the following:
-+
-+/usr/bin/aeolus-configserver-thinwrapper
-+.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 thin_aeolus_configserver policy is very flexible allowing users to setup their thin_aeolus_configserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for thin_aeolus_configserver:
-+
-+.EX
-+.B thin_aeolus_configserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a thin_aeolus_configserver_t
-+can be used to make the process type thin_aeolus_configserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  thin_aeolus_configserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run thin_aeolus_configserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type thin_aeolus_configserver_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B thin_aeolus_configserver_lib_t
-+
-+	/var/lib/aeolus-configserver(/.*)?
-+.br
-+
-+.br
-+.B thin_aeolus_configserver_log_t
-+
-+	/var/log/aeolus-configserver(/.*)?
-+.br
-+
-+.br
-+.B thin_aeolus_configserver_var_run_t
-+
-+	/var/run/aeolus-configserver(/.*)?
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the thin_aeolus_configserver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t thin_aeolus_configserver_exec_t '/srv/thin_aeolus_configserver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mythin_aeolus_configserver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for thin_aeolus_configserver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), thin_aeolus_configserver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), thin_selinux(8), thin_selinux(8)
-\ 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..e049147
---- /dev/null
-+++ b/man/man8/thin_selinux.8
-@@ -0,0 +1,243 @@
-+.TH  "thin_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep thin_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The thin_t SELinux type can be entered via the \fBthin_exec_t\fP file type.
-+
-+The default entrypoint paths for the thin_t domain are the following:
-+
-+/usr/bin/thin
-+.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 thin policy is very flexible allowing users to setup their thin processes in as secure a method as possible.
-+.PP
-+The following process types are defined for thin:
-+
-+.EX
-+.B thin_t, thin_aeolus_configserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a thin_t
-+can be used to make the process type thin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  thin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run thin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type thin_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B thin_log_t
-+
-+	/var/log/thin\.log.*
-+.br
-+
-+.br
-+.B thin_var_run_t
-+
-+	/var/run/aeolus/thin\.pid
-+.br
-+
-+.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 thin policy is very flexible allowing users to setup their thin processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the thin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t thin_aeolus_configserver_exec_t '/srv/thin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mythin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for thin:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), thin(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), thin_aeolus_configserver_selinux(8)
-\ 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..a86242a
---- /dev/null
-+++ b/man/man8/thumb_selinux.8
-@@ -0,0 +1,405 @@
-+.TH  "thumb_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep thumb_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The thumb_t SELinux type can be entered via the \fBthumb_exec_t\fP file type.
-+
-+The default entrypoint paths for the thumb_t domain are the following:
-+
-+/usr/bin/[^/]*thumbnailer, /usr/bin/gnome-[^/]*-thumbnailer(.sh)?, /usr/lib/tumbler[^/]*/tumblerd, /usr/bin/raw-thumbnailer, /usr/bin/whaaw-thumbnailer, /usr/bin/ffmpegthumbnailer, /usr/bin/evince-thumbnailer, /usr/bin/gnome-thumbnail-font, /usr/bin/gsf-office-thumbnailer, /usr/bin/totem-video-thumbnailer, /usr/bin/shotwell-video-thumbnailer
-+.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 thumb policy is very flexible allowing users to setup their thumb processes in as secure a method as possible.
-+.PP
-+The following process types are defined for thumb:
-+
-+.EX
-+.B thumb_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a thumb_t
-+can be used to make the process type thumb_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  thumb policy is extremely flexible and has several booleans that allow you to manipulate the policy and run thumb with the tightest access possible.
-+
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type thumb_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gstreamer_home_t
-+
-+	/var/run/user/[^/]*/\.orc(/.*)?
-+.br
-+	/root/\.gstreamer-.*
-+.br
-+	/root/\.cache/gstreamer-.*
-+.br
-+	/home/[^/]*/\.orc(/.*)?
-+.br
-+	/home/[^/]*/\.gstreamer-.*
-+.br
-+	/home/[^/]*/\.cache/gstreamer-.*
-+.br
-+	/home/[^/]*/\.grl-bookmarks
-+.br
-+	/home/[^/]*/\.grl-bookmarks
-+.br
-+	/home/[^/]*/\.grl-metadata-store
-+.br
-+	/home/pwalsh/\.orc(/.*)?
-+.br
-+	/home/pwalsh/\.gstreamer-.*
-+.br
-+	/home/pwalsh/\.cache/gstreamer-.*
-+.br
-+	/home/pwalsh/\.grl-bookmarks
-+.br
-+	/home/pwalsh/\.grl-bookmarks
-+.br
-+	/home/pwalsh/\.grl-metadata-store
-+.br
-+	/home/dwalsh/\.orc(/.*)?
-+.br
-+	/home/dwalsh/\.gstreamer-.*
-+.br
-+	/home/dwalsh/\.cache/gstreamer-.*
-+.br
-+	/home/dwalsh/\.grl-bookmarks
-+.br
-+	/home/dwalsh/\.grl-bookmarks
-+.br
-+	/home/dwalsh/\.grl-metadata-store
-+.br
-+	/var/lib/xguest/home/xguest/\.orc(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gstreamer-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/gstreamer-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.grl-bookmarks
-+.br
-+	/var/lib/xguest/home/xguest/\.grl-bookmarks
-+.br
-+	/var/lib/xguest/home/xguest/\.grl-metadata-store
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B thumb_home_t
-+
-+	/home/[^/]*/\.thumbnails(/.*)?
-+.br
-+	/home/[^/]*/missfont\.log.*
-+.br
-+	/home/[^/]*/\.cache/thumbnails(/.*)?
-+.br
-+	/home/pwalsh/\.thumbnails(/.*)?
-+.br
-+	/home/pwalsh/missfont\.log.*
-+.br
-+	/home/pwalsh/\.cache/thumbnails(/.*)?
-+.br
-+	/home/dwalsh/\.thumbnails(/.*)?
-+.br
-+	/home/dwalsh/missfont\.log.*
-+.br
-+	/home/dwalsh/\.cache/thumbnails(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.thumbnails(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/missfont\.log.*
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/thumbnails(/.*)?
-+.br
-+
-+.br
-+.B thumb_tmp_t
-+
-+
-+.br
-+.B thumb_tmpfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.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 thumb policy is very flexible allowing users to setup their thumb processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the thumb, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t thumb_exec_t '/srv/thumb/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mythumb_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for thumb:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/[^/]*thumbnailer, /usr/bin/gnome-[^/]*-thumbnailer(.sh)?, /usr/lib/tumbler[^/]*/tumblerd, /usr/bin/raw-thumbnailer, /usr/bin/whaaw-thumbnailer, /usr/bin/ffmpegthumbnailer, /usr/bin/evince-thumbnailer, /usr/bin/gnome-thumbnail-font, /usr/bin/gsf-office-thumbnailer, /usr/bin/totem-video-thumbnailer, /usr/bin/shotwell-video-thumbnailer
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.thumbnails(/.*)?, /home/[^/]*/missfont\.log.*, /home/[^/]*/\.cache/thumbnails(/.*)?, /home/pwalsh/\.thumbnails(/.*)?, /home/pwalsh/missfont\.log.*, /home/pwalsh/\.cache/thumbnails(/.*)?, /home/dwalsh/\.thumbnails(/.*)?, /home/dwalsh/missfont\.log.*, /home/dwalsh/\.cache/thumbnails(/.*)?, /var/lib/xguest/home/xguest/\.thumbnails(/.*)?, /var/lib/xguest/home/xguest/missfont\.log.*, /var/lib/xguest/home/xguest/\.cache/thumbnails(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), thumb(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/tmpreaper_selinux.8 b/man/man8/tmpreaper_selinux.8
-new file mode 100644
-index 0000000..35bea26
---- /dev/null
-+++ b/man/man8/tmpreaper_selinux.8
-@@ -0,0 +1,233 @@
-+.TH  "tmpreaper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tmpreaper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tmpreaper_t SELinux type can be entered via the \fBtmpreaper_exec_t\fP file type.
-+
-+The default entrypoint paths for the tmpreaper_t domain are the following:
-+
-+/etc/rc\.d/init\.d/mountall-bootclean.sh, /etc/rc\.d/init\.d/mountnfs-bootclean.sh, /usr/sbin/tmpwatch, /usr/sbin/tmpreaper
-+.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 tmpreaper policy is very flexible allowing users to setup their tmpreaper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tmpreaper:
-+
-+.EX
-+.B tmpreaper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tmpreaper_t
-+can be used to make the process type tmpreaper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  tmpreaper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tmpreaper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the tmpreaper_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 tmpreaper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type tmpreaper_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 amavis_spool_t
-+
-+	/var/spool/amavisd(/.*)?
-+.br
-+
-+.br
-+.B kismet_log_t
-+
-+	/var/log/kismet(/.*)?
-+.br
-+
-+.br
-+.B rpm_var_cache_t
-+
-+	/var/cache/yum(/.*)?
-+.br
-+	/var/spool/up2date(/.*)?
-+.br
-+	/var/cache/PackageKit(/.*)?
-+.br
-+
-+.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 tmpreaper policy is very flexible allowing users to setup their tmpreaper processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tmpreaper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tmpreaper_exec_t '/srv/tmpreaper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytmpreaper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tmpreaper:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/mountall-bootclean.sh, /etc/rc\.d/init\.d/mountnfs-bootclean.sh, /usr/sbin/tmpwatch, /usr/sbin/tmpreaper
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), tmpreaper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/tomcat_selinux.8 b/man/man8/tomcat_selinux.8
-new file mode 100644
-index 0000000..6bbef82
---- /dev/null
-+++ b/man/man8/tomcat_selinux.8
-@@ -0,0 +1,267 @@
-+.TH  "tomcat_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tomcat_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tomcat_t SELinux type can be entered via the \fBtomcat_exec_t\fP file type.
-+
-+The default entrypoint paths for the tomcat_t domain are the following:
-+
-+/usr/sbin/tomcat(6)?
-+.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 tomcat policy is very flexible allowing users to setup their tomcat processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tomcat:
-+
-+.EX
-+.B tomcat_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tomcat_t
-+can be used to make the process type tomcat_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  tomcat policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tomcat with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type 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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B tomcat_cache_t
-+
-+	/var/cache/tomcat6?(/.*)?
-+.br
-+
-+.br
-+.B tomcat_log_t
-+
-+	/var/log/tomcat6?(/.*)?
-+.br
-+
-+.br
-+.B tomcat_tmp_t
-+
-+
-+.br
-+.B tomcat_var_lib_t
-+
-+	/var/lib/tomcat6?(/.*)?
-+.br
-+
-+.br
-+.B tomcat_var_run_t
-+
-+	/var/run/tomcat6?\.pid
-+.br
-+
-+.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 tomcat policy is very flexible allowing users to setup their tomcat processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tomcat, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tomcat_cache_t '/srv/tomcat/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytomcat_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tomcat:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), tomcat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/tor_selinux.8 b/man/man8/tor_selinux.8
-new file mode 100644
-index 0000000..9864e00
---- /dev/null
-+++ b/man/man8/tor_selinux.8
-@@ -0,0 +1,354 @@
-+.TH  "tor_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tor_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tor_t SELinux type can be entered via the \fBtor_exec_t\fP file type.
-+
-+The default entrypoint paths for the tor_t domain are the following:
-+
-+/usr/bin/tor, /usr/sbin/tor
-+.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 tor policy is very flexible allowing users to setup their tor processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tor:
-+
-+.EX
-+.B tor_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tor_t
-+can be used to make the process type tor_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  tor policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tor with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether tor can bind tcp sockets to all unreserved ports, you must turn on the tor_bind_all_unreserved_ports boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P tor_bind_all_unreserved_ports 1
-+
-+.EE
-+
-+.PP
-+If you want to allow tor to act as a relay, you must turn on the tor_can_network_relay boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P tor_can_network_relay 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the tor_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 tor_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 tor policy is very flexible allowing users to setup their tor processes in as secure a method as possible.
-+.PP
-+The following port types are defined for tor:
-+
-+.EX
-+.TP 5
-+.B tor_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 6969,9001,9030,9050,9051
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type tor_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B tor_var_lib_t
-+
-+	/var/lib/tor(/.*)?
-+.br
-+	/var/lib/tor-data(/.*)?
-+.br
-+
-+.br
-+.B tor_var_run_t
-+
-+	/var/run/tor(/.*)?
-+.br
-+
-+.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 tor policy is very flexible allowing users to setup their tor processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+tor policy stores data with multiple different file context types under the /var/lib/tor directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/tor /srv/tor
-+.br
-+.B restorecon -R -v /srv/tor
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tor, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tor_etc_t '/srv/tor/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytor_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tor:
-+
-+
-+.EX
-+.PP
-+.B tor_etc_t
-+.EE
-+
-+- Set files with the tor_etc_t type, if you want to store tor files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/tor, /usr/sbin/tor
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/tor(/.*)?, /var/lib/tor-data(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), tor(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..dff8341
---- /dev/null
-+++ b/man/man8/traceroute_selinux.8
-@@ -0,0 +1,241 @@
-+.TH  "traceroute_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep traceroute_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The traceroute_t SELinux type can be entered via the \fBtraceroute_exec_t\fP file type.
-+
-+The default entrypoint paths for the traceroute_t domain are the following:
-+
-+/bin/tracepath.*, /bin/traceroute.*, /usr/bin/tracepath.*, /usr/bin/traceroute.*, /usr/sbin/traceroute.*, /usr/bin/lft, /usr/bin/mtr, /usr/bin/nmap, /usr/sbin/mtr
-+.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 traceroute policy is very flexible allowing users to setup their traceroute processes in as secure a method as possible.
-+.PP
-+The following process types are defined for traceroute:
-+
-+.EX
-+.B traceroute_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a traceroute_t
-+can be used to make the process type traceroute_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  traceroute policy is extremely flexible and has several booleans that allow you to manipulate the policy and run traceroute with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined users the ability to execute the ping and traceroute commands, you must turn on the selinuxuser_ping boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_ping 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the traceroute_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 traceroute_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 traceroute policy is very flexible allowing users to setup their traceroute processes in as secure a method as possible.
-+.PP
-+The following port types are defined for traceroute:
-+
-+.EX
-+.TP 5
-+.B traceroute_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+udp 64000-64010
-+.EE
-+.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 traceroute policy is very flexible allowing users to setup their traceroute processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the traceroute, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t traceroute_exec_t '/srv/traceroute/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytraceroute_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for traceroute:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/bin/tracepath.*, /bin/traceroute.*, /usr/bin/tracepath.*, /usr/bin/traceroute.*, /usr/sbin/traceroute.*, /usr/bin/lft, /usr/bin/mtr, /usr/bin/nmap, /usr/sbin/mtr
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), traceroute(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/tuned_selinux.8 b/man/man8/tuned_selinux.8
-new file mode 100644
-index 0000000..807aeac
---- /dev/null
-+++ b/man/man8/tuned_selinux.8
-@@ -0,0 +1,318 @@
-+.TH  "tuned_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tuned_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tuned_t SELinux type can be entered via the \fBtuned_exec_t\fP file type.
-+
-+The default entrypoint paths for the tuned_t domain are the following:
-+
-+/usr/sbin/tuned
-+.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 tuned policy is very flexible allowing users to setup their tuned processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tuned:
-+
-+.EX
-+.B tuned_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tuned_t
-+can be used to make the process type tuned_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  tuned policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tuned with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the tuned_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 tuned_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type tuned_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B tuned_rw_etc_t
-+
-+	/etc/tuned/active_profile
-+.br
-+
-+.br
-+.B tuned_var_run_t
-+
-+	/var/run/tuned(/.*)?
-+.br
-+	/var/run/tuned\.pid
-+.br
-+
-+.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 tuned policy is very flexible allowing users to setup their tuned processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+tuned policy stores data with multiple different file context types under the /var/log/tuned directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/tuned /srv/tuned
-+.br
-+.B restorecon -R -v /srv/tuned
-+.PP
-+
-+.PP
-+tuned policy stores data with multiple different file context types under the /var/run/tuned directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/tuned /srv/tuned
-+.br
-+.B restorecon -R -v /srv/tuned
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tuned, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tuned_etc_t '/srv/tuned/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytuned_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tuned:
-+
-+
-+.EX
-+.PP
-+.B tuned_etc_t
-+.EE
-+
-+- Set files with the tuned_etc_t type, if you want to store tuned files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/tuned(/.*)?, /var/log/tuned\.log.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/tuned(/.*)?, /var/run/tuned\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), tuned(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/tvtime_selinux.8 b/man/man8/tvtime_selinux.8
-new file mode 100644
-index 0000000..ca3c798
---- /dev/null
-+++ b/man/man8/tvtime_selinux.8
-@@ -0,0 +1,373 @@
-+.TH  "tvtime_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep tvtime_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The tvtime_t SELinux type can be entered via the \fBtvtime_exec_t\fP file type.
-+
-+The default entrypoint paths for the tvtime_t domain are the following:
-+
-+/usr/bin/tvtime
-+.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 tvtime policy is very flexible allowing users to setup their tvtime processes in as secure a method as possible.
-+.PP
-+The following process types are defined for tvtime:
-+
-+.EX
-+.B tvtime_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a tvtime_t
-+can be used to make the process type tvtime_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  tvtime policy is extremely flexible and has several booleans that allow you to manipulate the policy and run tvtime with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the tvtime_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 tvtime_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type tvtime_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B tvtime_home_t
-+
-+	/home/[^/]*/\.tvtime(/.*)?
-+.br
-+	/home/pwalsh/\.tvtime(/.*)?
-+.br
-+	/home/dwalsh/\.tvtime(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.tvtime(/.*)?
-+.br
-+
-+.br
-+.B tvtime_tmp_t
-+
-+
-+.br
-+.B tvtime_tmpfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 tvtime policy is very flexible allowing users to setup their tvtime processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the tvtime, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t tvtime_exec_t '/srv/tvtime/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mytvtime_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for tvtime:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.tvtime(/.*)?, /home/pwalsh/\.tvtime(/.*)?, /home/dwalsh/\.tvtime(/.*)?, /var/lib/xguest/home/xguest/\.tvtime(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), tvtime(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/udev_selinux.8 b/man/man8/udev_selinux.8
-new file mode 100644
-index 0000000..2ece171
---- /dev/null
-+++ b/man/man8/udev_selinux.8
-@@ -0,0 +1,471 @@
-+.TH  "udev_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep udev_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The udev_t SELinux type can be entered via the \fBudev_exec_t, udev_helper_exec_t\fP file types.
-+
-+The default entrypoint paths for the udev_t domain are the following:
-+
-+/sbin/udev, /sbin/udevd, /bin/udevadm, /sbin/udevadm, /sbin/udevsend, /usr/sbin/udev, /lib/udev/udevd, /sbin/udevstart, /usr/sbin/udevd, /sbin/start_udev, /usr/bin/udevadm, /usr/bin/udevinfo, /usr/sbin/udevadm, /lib/udev/udev-acl, /usr/sbin/udevsend, /usr/sbin/udevstart, /usr/lib/udev/udevd, /sbin/wait_for_sysfs, /usr/sbin/start_udev, /usr/lib/udev/udev-acl, /usr/sbin/wait_for_sysfs, /usr/lib/systemd/systemd-udevd, /etc/dev\.d/.+, /etc/udev/scripts/.+, /etc/hotplug\.d/default/udev.*
-+.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 udev policy is very flexible allowing users to setup their udev processes in as secure a method as possible.
-+.PP
-+The following process types are defined for udev:
-+
-+.EX
-+.B udev_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a udev_t
-+can be used to make the process type udev_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  udev policy is extremely flexible and has several booleans that allow you to manipulate the policy and run udev with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the udev_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 udev_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type udev_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 anon_inodefs_t
-+
-+
-+.br
-+.B device_t
-+
-+	/dev/.*
-+.br
-+	/lib/udev/devices(/.*)?
-+.br
-+	/usr/lib/udev/devices(/.*)?
-+.br
-+	/dev
-+.br
-+	/etc/udev/devices
-+.br
-+	/var/named/chroot/dev
-+.br
-+	/var/spool/postfix/dev
-+.br
-+
-+.br
-+.B dhcp_etc_t
-+
-+	/etc/dhcpc.*
-+.br
-+	/etc/dhcp3(/.*)?
-+.br
-+	/etc/dhcpd(6)?\.conf
-+.br
-+	/etc/dhcp3?/dhclient.*
-+.br
-+	/etc/dhclient.*conf
-+.br
-+	/etc/dhcp/dhcpd(6)?\.conf
-+.br
-+	/etc/dhclient-script
-+.br
-+
-+.br
-+.B etc_t
-+
-+	/etc/.*
-+.br
-+	/var/db/.*\.db
-+.br
-+	/usr/etc(/.*)?
-+.br
-+	/var/ftp/etc(/.*)?
-+.br
-+	/var/lib/openshift/.limits.d(/.*)?
-+.br
-+	/var/lib/openshift/.openshift-proxy.d(/.*)?
-+.br
-+	/var/lib/openshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/lib/stickshift/.limits.d(/.*)?
-+.br
-+	/var/lib/stickshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/named/chroot/etc(/.*)?
-+.br
-+	/etc/ipsec\.d/examples(/.*)?
-+.br
-+	/var/spool/postfix/etc(/.*)?
-+.br
-+	/etc
-+.br
-+	/etc/cups/client\.conf
-+.br
-+
-+.br
-+.B net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B udev_exec_t
-+
-+	/sbin/udev
-+.br
-+	/sbin/udevd
-+.br
-+	/bin/udevadm
-+.br
-+	/sbin/udevadm
-+.br
-+	/sbin/udevsend
-+.br
-+	/usr/sbin/udev
-+.br
-+	/lib/udev/udevd
-+.br
-+	/sbin/udevstart
-+.br
-+	/usr/sbin/udevd
-+.br
-+	/sbin/start_udev
-+.br
-+	/usr/bin/udevadm
-+.br
-+	/usr/bin/udevinfo
-+.br
-+	/usr/sbin/udevadm
-+.br
-+	/lib/udev/udev-acl
-+.br
-+	/usr/sbin/udevsend
-+.br
-+	/usr/sbin/udevstart
-+.br
-+	/usr/lib/udev/udevd
-+.br
-+	/sbin/wait_for_sysfs
-+.br
-+	/usr/sbin/start_udev
-+.br
-+	/usr/lib/udev/udev-acl
-+.br
-+	/usr/sbin/wait_for_sysfs
-+.br
-+	/usr/lib/systemd/systemd-udevd
-+.br
-+
-+.br
-+.B udev_rules_t
-+
-+	/etc/udev/rules.d(/.*)?
-+.br
-+
-+.br
-+.B udev_var_run_t
-+
-+	/dev/\.udev(/.*)?
-+.br
-+	/var/run/udev(/.*)?
-+.br
-+	/var/run/libgpod(/.*)?
-+.br
-+	/var/run/PackageKit/udev(/.*)?
-+.br
-+	/dev/\.udevdb
-+.br
-+	/dev/udev\.tbl
-+.br
-+
-+.br
-+.B xend_var_log_t
-+
-+	/var/log/xen(/.*)?
-+.br
-+	/var/log/xend\.log.*
-+.br
-+	/var/log/xend-debug\.log.*
-+.br
-+	/var/log/xen-hotplug\.log.*
-+.br
-+
-+.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 udev policy is very flexible allowing users to setup their udev processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the udev, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t udev_etc_t '/srv/udev/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myudev_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for udev:
-+
-+
-+.EX
-+.PP
-+.B udev_etc_t
-+.EE
-+
-+- Set files with the udev_etc_t type, if you want to store udev files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/udev, /sbin/udevd, /bin/udevadm, /sbin/udevadm, /sbin/udevsend, /usr/sbin/udev, /lib/udev/udevd, /sbin/udevstart, /usr/sbin/udevd, /sbin/start_udev, /usr/bin/udevadm, /usr/bin/udevinfo, /usr/sbin/udevadm, /lib/udev/udev-acl, /usr/sbin/udevsend, /usr/sbin/udevstart, /usr/lib/udev/udevd, /sbin/wait_for_sysfs, /usr/sbin/start_udev, /usr/lib/udev/udev-acl, /usr/sbin/wait_for_sysfs, /usr/lib/systemd/systemd-udevd
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/dev\.d/.+, /etc/udev/scripts/.+, /etc/hotplug\.d/default/udev.*
-+
-+.EX
-+.PP
-+.B udev_rules_t
-+.EE
-+
-+- Set files with the udev_rules_t type, if you want to treat the files as udev rules data.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/dev/\.udev(/.*)?, /var/run/udev(/.*)?, /var/run/libgpod(/.*)?, /var/run/PackageKit/udev(/.*)?, /dev/\.udevdb, /dev/udev\.tbl
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), udev(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ulogd_selinux.8 b/man/man8/ulogd_selinux.8
-new file mode 100644
-index 0000000..af4132e
---- /dev/null
-+++ b/man/man8/ulogd_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "ulogd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ulogd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ulogd_t SELinux type can be entered via the \fBulogd_exec_t\fP file type.
-+
-+The default entrypoint paths for the ulogd_t domain are the following:
-+
-+/usr/sbin/ulogd
-+.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 ulogd policy is very flexible allowing users to setup their ulogd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ulogd:
-+
-+.EX
-+.B ulogd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ulogd_t
-+can be used to make the process type ulogd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ulogd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ulogd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ulogd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 ulogd policy is very flexible allowing users to setup their ulogd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ulogd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ulogd_etc_t '/srv/ulogd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myulogd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ulogd:
-+
-+
-+.EX
-+.PP
-+.B ulogd_etc_t
-+.EE
-+
-+- Set files with the ulogd_etc_t type, if you want to store ulogd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B ulogd_modules_t
-+.EE
-+
-+- Set files with the ulogd_modules_t type, if you want to treat the files as ulogd modules.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ulogd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/uml_selinux.8 b/man/man8/uml_selinux.8
-new file mode 100644
-index 0000000..dd95053
---- /dev/null
-+++ b/man/man8/uml_selinux.8
-@@ -0,0 +1,295 @@
-+.TH  "uml_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep uml_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The uml_t SELinux type can be entered via the \fBuml_exec_t\fP file type.
-+
-+The default entrypoint paths for the uml_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 uml policy is very flexible allowing users to setup their uml processes in as secure a method as possible.
-+.PP
-+The following process types are defined for uml:
-+
-+.EX
-+.B uml_switch_t, uml_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a uml_t
-+can be used to make the process type uml_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  uml policy is extremely flexible and has several booleans that allow you to manipulate the policy and run uml with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the uml_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 uml_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type uml_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 cifs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B uml_rw_t
-+
-+	/home/[^/]*/\.uml(/.*)?
-+.br
-+	/home/pwalsh/\.uml(/.*)?
-+.br
-+	/home/dwalsh/\.uml(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.uml(/.*)?
-+.br
-+
-+.br
-+.B uml_tmp_t
-+
-+
-+.br
-+.B uml_tmpfs_t
-+
-+
-+.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 uml policy is very flexible allowing users to setup their uml processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the uml, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t uml_exec_t '/srv/uml/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myuml_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for uml:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.uml(/.*)?, /home/pwalsh/\.uml(/.*)?, /home/dwalsh/\.uml(/.*)?, /var/lib/xguest/home/xguest/\.uml(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), uml(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), uml_switch_selinux(8)
-\ 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..54d99d7
---- /dev/null
-+++ b/man/man8/uml_switch_selinux.8
-@@ -0,0 +1,197 @@
-+.TH  "uml_switch_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep uml_switch_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The uml_switch_t SELinux type can be entered via the \fBuml_switch_exec_t\fP file type.
-+
-+The default entrypoint paths for the uml_switch_t domain are the following:
-+
-+/usr/bin/uml_switch
-+.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 uml_switch policy is very flexible allowing users to setup their uml_switch processes in as secure a method as possible.
-+.PP
-+The following process types are defined for uml_switch:
-+
-+.EX
-+.B uml_switch_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a uml_switch_t
-+can be used to make the process type uml_switch_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  uml_switch policy is extremely flexible and has several booleans that allow you to manipulate the policy and run uml_switch with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type uml_switch_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B uml_switch_var_run_t
-+
-+	/var/run/uml-utilities(/.*)?
-+.br
-+
-+.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 uml_switch policy is very flexible allowing users to setup their uml_switch processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the uml_switch, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t uml_switch_exec_t '/srv/uml_switch/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myuml_switch_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for uml_switch:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), uml_switch(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), uml_selinux(8), uml_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/unconfined_cronjob_selinux.8 b/man/man8/unconfined_cronjob_selinux.8
-new file mode 100644
-index 0000000..8644b10
---- /dev/null
-+++ b/man/man8/unconfined_cronjob_selinux.8
-@@ -0,0 +1,101 @@
-+.TH  "unconfined_cronjob_selinux"  "8"  "13-01-16" "unconfined_cronjob" "SELinux Policy documentation for unconfined_cronjob"
-+.SH "NAME"
-+unconfined_cronjob_selinux \- Security Enhanced Linux Policy for the unconfined_cronjob processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the unconfined_cronjob processes via flexible mandatory access control.
-+
-+The unconfined_cronjob processes execute with the unconfined_cronjob_t SELinux 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_cronjob_t
-+
-+
-+.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_cronjob policy is very flexible allowing users to setup their unconfined_cronjob processes in as secure a method as possible.
-+.PP
-+The following process types are defined for unconfined_cronjob:
-+
-+.EX
-+.B unconfined_cronjob_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a unconfined_cronjob_t
-+can be used to make the process type unconfined_cronjob_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  unconfined_cronjob policy is extremely flexible and has several booleans that allow you to manipulate the policy and run unconfined_cronjob with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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_cronjob(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), unconfined_selinux(8), unconfined_selinux(8), unconfined_dbusd_selinux(8), unconfined_munin_plugin_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/unconfined_dbusd_selinux.8 b/man/man8/unconfined_dbusd_selinux.8
-new file mode 100644
-index 0000000..c485834
---- /dev/null
-+++ b/man/man8/unconfined_dbusd_selinux.8
-@@ -0,0 +1,254 @@
-+.TH  "unconfined_dbusd_selinux"  "8"  "13-01-16" "unconfined_dbusd" "SELinux Policy documentation for unconfined_dbusd"
-+.SH "NAME"
-+unconfined_dbusd_selinux \- Security Enhanced Linux Policy for the unconfined_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the unconfined_dbusd processes via flexible mandatory access control.
-+
-+The unconfined_dbusd processes execute with the unconfined_dbusd_t SELinux 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_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The unconfined_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the unconfined_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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_dbusd policy is very flexible allowing users to setup their unconfined_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for unconfined_dbusd:
-+
-+.EX
-+.B unconfined_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a unconfined_dbusd_t
-+can be used to make the process type unconfined_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  unconfined_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run unconfined_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the unconfined_dbusd_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 unconfined_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type unconfined_dbusd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B session_dbusd_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), unconfined_selinux(8), unconfined_selinux(8), unconfined_cronjob_selinux(8), unconfined_munin_plugin_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..63cb433
---- /dev/null
-+++ b/man/man8/unconfined_munin_plugin_selinux.8
-@@ -0,0 +1,177 @@
-+.TH  "unconfined_munin_plugin_selinux"  "8"  "13-01-16" "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 \fBunconfined_munin_plugin_exec_t\fP file type.
-+
-+The default entrypoint paths for the unconfined_munin_plugin_t domain are the following:
-+
-+/usr/share/munin/plugins/.*
-+.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 unconfined_munin_plugin_t
-+can be used to make the process type unconfined_munin_plugin_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  unconfined_munin_plugin policy is extremely flexible and has several booleans that allow you to manipulate the policy and run unconfined_munin_plugin with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 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
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the unconfined_munin_plugin, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t unconfined_munin_plugin_exec_t '/srv/unconfined_munin_plugin/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myunconfined_munin_plugin_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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)
-+, setsebool(8), unconfined_selinux(8), unconfined_selinux(8), unconfined_cronjob_selinux(8), unconfined_dbusd_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..e6f4441
---- /dev/null
-+++ b/man/man8/unconfined_selinux.8
-@@ -0,0 +1,297 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+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
-+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.
-+
-+The default type for the unconfined_r role is unconfined_t.
-+
-+The
-+.B newrole
-+program to transition directly to this role.
-+
-+.B newrole -r unconfined_r -t unconfined_t
-+
-+.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
-+
-+.br
-+sudo will run COMMAND as staff_u:unconfined_r:unconfined_t:LEVEL
-+
-+When using a a non login role, you need to setup SELinux so that your SELinux user can reach unconfined_r role.
-+
-+Execute the following to see all of the assigned SELinux roles:
-+
-+.B semanage user -l
-+
-+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
-+
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  unconfined policy is extremely flexible and has several booleans that allow you to manipulate the policy and run unconfined with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow unconfined users to transition to the chrome sandbox domains when running chrome-sandbox, you must turn on the unconfined_chrome_sandbox_transition boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_chrome_sandbox_transition 1
-+
-+.EE
-+
-+.PP
-+If you want to allow a user to login as an unconfined domain, you must turn on the unconfined_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined users to transition to the Mozilla plugin domain when running xulrunner plugin-container, you must turn on the unconfined_mozilla_plugin_transition boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P unconfined_mozilla_plugin_transition 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to disable kernel module loading, you must turn on the secure_mode_insmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_insmod 1
-+
-+.EE
-+
-+.PP
-+If you want to boolean to determine whether the system permits loading policy, setting enforcing mode, and changing boolean values.  Set this to true and you have to reboot to set it back, you must turn on the secure_mode_policyload boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode_policyload 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execheap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execheap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type unconfined_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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), unconfined_cronjob_selinux(8), unconfined_dbusd_selinux(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..d76f4d2
---- /dev/null
-+++ b/man/man8/update_modules_selinux.8
-@@ -0,0 +1,195 @@
-+.TH  "update_modules_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep update_modules_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The update_modules_t SELinux type can be entered via the \fBupdate_modules_exec_t\fP file type.
-+
-+The default entrypoint paths for the update_modules_t domain are the following:
-+
-+/sbin/modules-update, /sbin/update-modules, /usr/sbin/modules-update, /usr/sbin/update-modules, /sbin/generate-modprobe\.conf, /usr/sbin/generate-modprobe\.conf
-+.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 update_modules policy is very flexible allowing users to setup their update_modules processes in as secure a method as possible.
-+.PP
-+The following process types are defined for update_modules:
-+
-+.EX
-+.B update_modules_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a update_modules_t
-+can be used to make the process type update_modules_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  update_modules policy is extremely flexible and has several booleans that allow you to manipulate the policy and run update_modules with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type update_modules_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 modules_conf_t
-+
-+	/etc/modprobe\.d(/.*)?
-+.br
-+	/etc/modules\.conf.*
-+.br
-+	/etc/modprobe\.conf.*
-+.br
-+	/lib/modules/modprobe\.conf
-+.br
-+	/usr/lib/modules/modprobe\.conf
-+.br
-+
-+.br
-+.B modules_dep_t
-+
-+	/lib/modules/[^/]+/modules\..+
-+.br
-+
-+.br
-+.B update_modules_tmp_t
-+
-+
-+.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 update_modules policy is very flexible allowing users to setup their update_modules processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the update_modules, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t update_modules_exec_t '/srv/update_modules/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myupdate_modules_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for update_modules:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/modules-update, /sbin/update-modules, /usr/sbin/modules-update, /usr/sbin/update-modules, /sbin/generate-modprobe\.conf, /usr/sbin/generate-modprobe\.conf
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), update_modules(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/updfstab_selinux.8 b/man/man8/updfstab_selinux.8
-new file mode 100644
-index 0000000..5305c8e
---- /dev/null
-+++ b/man/man8/updfstab_selinux.8
-@@ -0,0 +1,275 @@
-+.TH  "updfstab_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep updfstab_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The updfstab_t SELinux type can be entered via the \fBupdfstab_exec_t\fP file type.
-+
-+The default entrypoint paths for the updfstab_t domain are the following:
-+
-+/usr/sbin/updfstab, /usr/sbin/fstab-sync
-+.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 updfstab policy is very flexible allowing users to setup their updfstab processes in as secure a method as possible.
-+.PP
-+The following process types are defined for updfstab:
-+
-+.EX
-+.B updfstab_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a updfstab_t
-+can be used to make the process type updfstab_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  updfstab policy is extremely flexible and has several booleans that allow you to manipulate the policy and run updfstab with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the updfstab_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 updfstab_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type updfstab_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 etc_t
-+
-+	/etc/.*
-+.br
-+	/var/db/.*\.db
-+.br
-+	/usr/etc(/.*)?
-+.br
-+	/var/ftp/etc(/.*)?
-+.br
-+	/var/lib/openshift/.limits.d(/.*)?
-+.br
-+	/var/lib/openshift/.openshift-proxy.d(/.*)?
-+.br
-+	/var/lib/openshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/lib/stickshift/.limits.d(/.*)?
-+.br
-+	/var/lib/stickshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/named/chroot/etc(/.*)?
-+.br
-+	/etc/ipsec\.d/examples(/.*)?
-+.br
-+	/var/spool/postfix/etc(/.*)?
-+.br
-+	/etc
-+.br
-+	/etc/cups/client\.conf
-+.br
-+
-+.br
-+.B mnt_t
-+
-+	/mnt(/[^/]*)
-+.br
-+	/mnt(/[^/]*)?
-+.br
-+	/rhev(/[^/]*)?
-+.br
-+	/media(/[^/]*)
-+.br
-+	/media(/[^/]*)?
-+.br
-+	/media/\.hal-.*
-+.br
-+	/var/run/media(/[^/]*)?
-+.br
-+	/net
-+.br
-+	/afs
-+.br
-+	/rhev
-+.br
-+	/misc
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 updfstab policy is very flexible allowing users to setup their updfstab processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the updfstab, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t updfstab_exec_t '/srv/updfstab/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myupdfstab_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for updfstab:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/updfstab, /usr/sbin/fstab-sync
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), updfstab(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/updpwd_selinux.8 b/man/man8/updpwd_selinux.8
-new file mode 100644
-index 0000000..2fab8b9
---- /dev/null
-+++ b/man/man8/updpwd_selinux.8
-@@ -0,0 +1,279 @@
-+.TH  "updpwd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep updpwd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The updpwd_t SELinux type can be entered via the \fBupdpwd_exec_t\fP file type.
-+
-+The default entrypoint paths for the updpwd_t domain are the following:
-+
-+/sbin/unix_update, /usr/sbin/unix_update
-+.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 updpwd policy is very flexible allowing users to setup their updpwd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for updpwd:
-+
-+.EX
-+.B updpwd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a updpwd_t
-+can be used to make the process type updpwd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  updpwd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run updpwd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to use mod_auth_pam, you must turn on the httpd_mod_auth_pam boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_mod_auth_pam 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the updpwd_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 updpwd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type updpwd_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 etc_t
-+
-+	/etc/.*
-+.br
-+	/var/db/.*\.db
-+.br
-+	/usr/etc(/.*)?
-+.br
-+	/var/ftp/etc(/.*)?
-+.br
-+	/var/lib/openshift/.limits.d(/.*)?
-+.br
-+	/var/lib/openshift/.openshift-proxy.d(/.*)?
-+.br
-+	/var/lib/openshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/lib/stickshift/.limits.d(/.*)?
-+.br
-+	/var/lib/stickshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/named/chroot/etc(/.*)?
-+.br
-+	/etc/ipsec\.d/examples(/.*)?
-+.br
-+	/var/spool/postfix/etc(/.*)?
-+.br
-+	/etc
-+.br
-+	/etc/cups/client\.conf
-+.br
-+
-+.br
-+.B passwd_file_t
-+
-+	/etc/group[-\+]?
-+.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
-+
-+	/etc/shadow.*
-+.br
-+	/etc/gshadow.*
-+.br
-+	/etc/nshadow.*
-+.br
-+	/var/db/shadow.*
-+.br
-+	/etc/security/opasswd
-+.br
-+	/etc/security/opasswd\.old
-+.br
-+
-+.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 updpwd policy is very flexible allowing users to setup their updpwd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the updpwd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t updpwd_exec_t '/srv/updpwd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myupdpwd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for updpwd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/unix_update, /usr/sbin/unix_update
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), updpwd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/usbmodules_selinux.8 b/man/man8/usbmodules_selinux.8
-new file mode 100644
-index 0000000..229369f
---- /dev/null
-+++ b/man/man8/usbmodules_selinux.8
-@@ -0,0 +1,167 @@
-+.TH  "usbmodules_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep usbmodules_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The usbmodules_t SELinux type can be entered via the \fBusbmodules_exec_t\fP file type.
-+
-+The default entrypoint paths for the usbmodules_t domain are the following:
-+
-+/sbin/usbmodules, /usr/sbin/usbmodules
-+.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 usbmodules policy is very flexible allowing users to setup their usbmodules processes in as secure a method as possible.
-+.PP
-+The following process types are defined for usbmodules:
-+
-+.EX
-+.B usbmodules_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a usbmodules_t
-+can be used to make the process type usbmodules_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  usbmodules policy is extremely flexible and has several booleans that allow you to manipulate the policy and run usbmodules with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type usbmodules_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 usbfs_t
-+
-+
-+.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 usbmodules policy is very flexible allowing users to setup their usbmodules processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the usbmodules, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t usbmodules_exec_t '/srv/usbmodules/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myusbmodules_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for usbmodules:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/usbmodules, /usr/sbin/usbmodules
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), usbmodules(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/usbmuxd_selinux.8 b/man/man8/usbmuxd_selinux.8
-new file mode 100644
-index 0000000..e9d38d5
---- /dev/null
-+++ b/man/man8/usbmuxd_selinux.8
-@@ -0,0 +1,229 @@
-+.TH  "usbmuxd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep usbmuxd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The usbmuxd_t SELinux type can be entered via the \fBusbmuxd_exec_t\fP file type.
-+
-+The default entrypoint paths for the usbmuxd_t domain are the following:
-+
-+/usr/sbin/usbmuxd
-+.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 usbmuxd policy is very flexible allowing users to setup their usbmuxd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for usbmuxd:
-+
-+.EX
-+.B usbmuxd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a usbmuxd_t
-+can be used to make the process type usbmuxd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  usbmuxd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run usbmuxd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the usbmuxd_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 usbmuxd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type usbmuxd_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 usbmuxd_var_run_t
-+
-+	/var/run/usbmuxd.*
-+.br
-+
-+.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 usbmuxd policy is very flexible allowing users to setup their usbmuxd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the usbmuxd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t usbmuxd_exec_t '/srv/usbmuxd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myusbmuxd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for usbmuxd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), usbmuxd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/user_dbusd_selinux.8 b/man/man8/user_dbusd_selinux.8
-new file mode 100644
-index 0000000..c276d70
---- /dev/null
-+++ b/man/man8/user_dbusd_selinux.8
-@@ -0,0 +1,254 @@
-+.TH  "user_dbusd_selinux"  "8"  "13-01-16" "user_dbusd" "SELinux Policy documentation for user_dbusd"
-+.SH "NAME"
-+user_dbusd_selinux \- Security Enhanced Linux Policy for the user_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the user_dbusd processes via flexible mandatory access control.
-+
-+The user_dbusd processes execute with the user_dbusd_t SELinux 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 user_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The user_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the user_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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 user_dbusd policy is very flexible allowing users to setup their user_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for user_dbusd:
-+
-+.EX
-+.B user_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a user_dbusd_t
-+can be used to make the process type user_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  user_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run user_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the user_dbusd_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 user_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type user_dbusd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B session_dbusd_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), user_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8), user_selinux(8), user_gkeyringd_selinux(8), user_mail_selinux(8), user_screen_selinux(8), user_seunshare_selinux(8), user_ssh_agent_selinux(8), user_wine_selinux(8), useradd_selinux(8), usernetctl_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/user_gkeyringd_selinux.8 b/man/man8/user_gkeyringd_selinux.8
-new file mode 100644
-index 0000000..8428f3c
---- /dev/null
-+++ b/man/man8/user_gkeyringd_selinux.8
-@@ -0,0 +1,314 @@
-+.TH  "user_gkeyringd_selinux"  "8"  "13-01-16" "user_gkeyringd" "SELinux Policy documentation for user_gkeyringd"
-+.SH "NAME"
-+user_gkeyringd_selinux \- Security Enhanced Linux Policy for the user_gkeyringd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the user_gkeyringd processes via flexible mandatory access control.
-+
-+The user_gkeyringd processes execute with the user_gkeyringd_t SELinux 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 user_gkeyringd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The user_gkeyringd_t SELinux type can be entered via the \fBgkeyringd_exec_t\fP file type.
-+
-+The default entrypoint paths for the user_gkeyringd_t domain are the following:
-+
-+/usr/bin/gnome-keyring-daemon
-+.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 user_gkeyringd policy is very flexible allowing users to setup their user_gkeyringd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for user_gkeyringd:
-+
-+.EX
-+.B user_gkeyringd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a user_gkeyringd_t
-+can be used to make the process type user_gkeyringd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  user_gkeyringd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run user_gkeyringd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the user_gkeyringd_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 user_gkeyringd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type user_gkeyringd_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gkeyringd_gnome_home_t
-+
-+	/root/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.local/share/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnome2/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/keyrings(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), user_gkeyringd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8), user_selinux(8), user_dbusd_selinux(8), user_mail_selinux(8), user_screen_selinux(8), user_seunshare_selinux(8), user_ssh_agent_selinux(8), user_wine_selinux(8), useradd_selinux(8), usernetctl_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/user_mail_selinux.8 b/man/man8/user_mail_selinux.8
-new file mode 100644
-index 0000000..caada36
---- /dev/null
-+++ b/man/man8/user_mail_selinux.8
-@@ -0,0 +1,278 @@
-+.TH  "user_mail_selinux"  "8"  "13-01-16" "user_mail" "SELinux Policy documentation for user_mail"
-+.SH "NAME"
-+user_mail_selinux \- Security Enhanced Linux Policy for the user_mail processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the user_mail processes via flexible mandatory access control.
-+
-+The user_mail processes execute with the user_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:
-+
-+.B ps -eZ | grep user_mail_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The user_mail_t SELinux type can be entered via the \fBmta_exec_type, sendmail_exec_t\fP file types.
-+
-+The default entrypoint paths for the user_mail_t domain are the following:
-+
-+/bin/mail(x)?, /usr/bin/mail(x)?, /usr/sbin/sendmail(\.sendmail)?, /usr/bin/esmtp, /usr/sbin/rmail, /usr/sbin/ssmtp, /usr/lib/sendmail, /var/qmail/bin/sendmail, /usr/sbin/sendmail\.postfix, /usr/lib/courier/bin/sendmail
-+.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 user_mail policy is very flexible allowing users to setup their user_mail processes in as secure a method as possible.
-+.PP
-+The following process types are defined for user_mail:
-+
-+.EX
-+.B user_mail_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a user_mail_t
-+can be used to make the process type user_mail_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  user_mail policy is extremely flexible and has several booleans that allow you to manipulate the policy and run user_mail with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the user_mail_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 user_mail_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type user_mail_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 cifs_t
-+
-+
-+.br
-+.B courier_spool_t
-+
-+	/var/spool/courier(/.*)?
-+.br
-+	/var/spool/authdaemon(/.*)?
-+.br
-+
-+.br
-+.B exim_log_t
-+
-+	/var/log/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B exim_spool_t
-+
-+	/var/spool/exim[0-9]?(/.*)?
-+.br
-+
-+.br
-+.B mail_home_rw_t
-+
-+	/root/Maildir(/.*)?
-+.br
-+	/home/[^/]*/.maildir(/.*)?
-+.br
-+	/home/[^/]*/Maildir(/.*)?
-+.br
-+	/home/pwalsh/.maildir(/.*)?
-+.br
-+	/home/pwalsh/Maildir(/.*)?
-+.br
-+	/home/dwalsh/.maildir(/.*)?
-+.br
-+	/home/dwalsh/Maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/.maildir(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/Maildir(/.*)?
-+.br
-+
-+.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 sendmail_log_t
-+
-+	/var/log/mail(/.*)?
-+.br
-+	/var/log/sendmail\.st.*
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_mail_tmp_t
-+
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B uucpd_spool_t
-+
-+	/var/spool/uucp(/.*)?
-+.br
-+	/var/spool/uucppublic(/.*)?
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), user_mail(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8), user_selinux(8), user_dbusd_selinux(8), user_gkeyringd_selinux(8), user_screen_selinux(8), user_seunshare_selinux(8), user_ssh_agent_selinux(8), user_wine_selinux(8), useradd_selinux(8), usernetctl_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/user_screen_selinux.8 b/man/man8/user_screen_selinux.8
-new file mode 100644
-index 0000000..5f5ba86
---- /dev/null
-+++ b/man/man8/user_screen_selinux.8
-@@ -0,0 +1,222 @@
-+.TH  "user_screen_selinux"  "8"  "13-01-16" "user_screen" "SELinux Policy documentation for user_screen"
-+.SH "NAME"
-+user_screen_selinux \- Security Enhanced Linux Policy for the user_screen processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the user_screen processes via flexible mandatory access control.
-+
-+The user_screen processes execute with the user_screen_t SELinux 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 user_screen_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The user_screen_t SELinux type can be entered via the \fBscreen_exec_t\fP file type.
-+
-+The default entrypoint paths for the user_screen_t domain are the following:
-+
-+/usr/bin/tmux, /usr/bin/screen
-+.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 user_screen policy is very flexible allowing users to setup their user_screen processes in as secure a method as possible.
-+.PP
-+The following process types are defined for user_screen:
-+
-+.EX
-+.B user_screen_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a user_screen_t
-+can be used to make the process type user_screen_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  user_screen policy is extremely flexible and has several booleans that allow you to manipulate the policy and run user_screen with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the user_screen_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 user_screen_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type user_screen_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), user_screen(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8), user_selinux(8), user_dbusd_selinux(8), user_gkeyringd_selinux(8), user_mail_selinux(8), user_seunshare_selinux(8), user_ssh_agent_selinux(8), user_wine_selinux(8), useradd_selinux(8), usernetctl_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/user_selinux.8 b/man/man8/user_selinux.8
-new file mode 100644
-index 0000000..336d2ca
---- /dev/null
-+++ b/man/man8/user_selinux.8
-@@ -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
-+
-+.SH DESCRIPTION
-+
-+\fBuser_u\fP is an SELinux User defined in the SELinux
-+policy. SELinux users have default roles, \fBuser_r\fP.  The
-+default role has a default type, \fBuser_t\fP, associated with it.
-+
-+The SELinux user will usually login to a system with a context that looks like:
-+
-+.B user_u:user_r:user_t:s0
-+
-+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.
-+
-+By default all users are assigned to the SELinux user via the \fB__default__\fP flag
-+
-+On Targeted policy systems the \fB__default__\fP user is assigned to the \fBunconfined_u\fP SELinux user.
-+
-+You can list all Linux User to SELinux user mapping using:
-+
-+.B semanage login -l
-+
-+If you wanted to change the default user mapping to use the user_u user, you would execute:
-+
-+.B semanage login -m -s user_u __default__
-+
-+
-+If you want to map the one Linux user (joe) to the SELinux user user, you would execute:
-+
-+.B $ semanage login -a -s user_u joe
-+
-+
-+.SH USER DESCRIPTION
-+
-+The SELinux user user_u is defined in policy as a unprivileged user. SELinux prevents unprivileged users from doing administration tasks without transitioning to a different role.
-+
-+.SH SUDO
-+
-+.SH X WINDOWS LOGIN
-+
-+The SELinux user user_u is able to X Windows login.
-+
-+.SH NETWORK
-+
-+.TP
-+The SELinux user user_u is able to listen on the following tcp ports.
-+
-+.B xserver_port_t: 6000-6020
-+
-+.TP
-+The SELinux user user_u is able to connect to the following tcp ports.
-+
-+.B all ports
-+
-+.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
-+
-+.TP
-+The SELinux user user_u is able to connect to the following tcp ports.
-+
-+.B all ports
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  user policy is extremely flexible and has several booleans that allow you to manipulate the policy and run user with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether calling user domains can execute Git daemon in the git_session_t domain, you must turn on the git_session_users boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P git_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_unified 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P polipo_session_users 1
-+
-+.EE
-+
-+.PP
-+If you want to allow pppd to be run for a regular user, you must turn on the pppd_for_user boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P pppd_for_user 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t, you must turn on the selinuxuser_execmod boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execmod 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to the local mysql server, you must turn on the selinuxuser_mysql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_mysql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined users the ability to execute the ping and traceroute commands, you must turn on the selinuxuser_ping boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_ping 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_use_ssh_chroot 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user music sharing, you must turn on the selinuxuser_user_share_music boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_user_share_music 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P unprivuser_use_svirt 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH HOME_EXEC
-+
-+The SELinux user user_u is able execute home content files.
-+
-+.SH TRANSITIONS
-+
-+Three things can happen when user_t attempts to execute a program.
-+
-+\fB1.\fP SELinux Policy can deny user_t from executing the program.
-+
-+.TP
-+
-+\fB2.\fP SELinux Policy can allow user_t to execute the program in the current user type.
-+
-+Execute the following to see the types that the SELinux user user_t can execute without transitioning:
-+
-+.B search -A -s user_t -c file -p execute_no_trans
-+
-+.TP
-+
-+\fB3.\fP SELinux can allow user_t to execute the program and transition to a new type.
-+
-+Execute the following to see the types that the SELinux user user_t can execute and transition:
-+
-+.B $ search -A -s user_t -c process -p transition
-+
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type user_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 anon_inodefs_t
-+
-+
-+.br
-+.B auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B bluetooth_helper_tmp_t
-+
-+
-+.br
-+.B bluetooth_helper_tmpfs_t
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.br
-+.B httpd_user_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.+)?
-+.br
-+
-+.br
-+.B httpd_user_htaccess_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+
-+.br
-+.B httpd_user_ra_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+
-+.br
-+.B httpd_user_rw_content_t
-+
-+
-+.br
-+.B httpd_user_script_exec_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+
-+.br
-+.B iceauth_home_t
-+
-+	/root/\.DCOP.*
-+.br
-+	/root/\.ICEauthority.*
-+.br
-+	/home/[^/]*/\.DCOP.*
-+.br
-+	/home/[^/]*/\.ICEauthority.*
-+.br
-+	/home/pwalsh/\.DCOP.*
-+.br
-+	/home/pwalsh/\.ICEauthority.*
-+.br
-+	/home/dwalsh/\.DCOP.*
-+.br
-+	/home/dwalsh/\.ICEauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.DCOP.*
-+.br
-+	/var/lib/xguest/home/xguest/\.ICEauthority.*
-+.br
-+
-+.br
-+.B irc_home_t
-+
-+	/home/[^/]*/\.irssi(/.*)?
-+.br
-+	/home/[^/]*/\.ircmotd
-+.br
-+	/home/pwalsh/\.irssi(/.*)?
-+.br
-+	/home/pwalsh/\.ircmotd
-+.br
-+	/home/dwalsh/\.irssi(/.*)?
-+.br
-+	/home/dwalsh/\.ircmotd
-+.br
-+	/var/lib/xguest/home/xguest/\.irssi(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ircmotd
-+.br
-+
-+.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 nfsd_rw_t
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_tmpfs_type
-+
-+	all sandbox content in tmpfs file systems
-+.br
-+
-+.br
-+.B screen_home_t
-+
-+	/root/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screen(/.*)?
-+.br
-+	/home/[^/]*/\.screenrc
-+.br
-+	/home/pwalsh/\.screen(/.*)?
-+.br
-+	/home/pwalsh/\.screenrc
-+.br
-+	/home/dwalsh/\.screen(/.*)?
-+.br
-+	/home/dwalsh/\.screenrc
-+.br
-+	/var/lib/xguest/home/xguest/\.screen(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.screenrc
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_fonts_t
-+
-+	/root/\.fonts(/.*)?
-+.br
-+	/tmp/\.font-unix(/.*)?
-+.br
-+	/home/[^/]*/\.fonts(/.*)?
-+.br
-+	/home/pwalsh/\.fonts(/.*)?
-+.br
-+	/home/dwalsh/\.fonts(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts(/.*)?
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B virt_image_type
-+
-+	all virtual image files
-+.br
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), user(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_dbusd_selinux(8), user_gkeyringd_selinux(8), user_mail_selinux(8), user_screen_selinux(8), user_seunshare_selinux(8), user_ssh_agent_selinux(8), user_wine_selinux(8), useradd_selinux(8), usernetctl_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/user_seunshare_selinux.8 b/man/man8/user_seunshare_selinux.8
-new file mode 100644
-index 0000000..391cda2
---- /dev/null
-+++ b/man/man8/user_seunshare_selinux.8
-@@ -0,0 +1,202 @@
-+.TH  "user_seunshare_selinux"  "8"  "13-01-16" "user_seunshare" "SELinux Policy documentation for user_seunshare"
-+.SH "NAME"
-+user_seunshare_selinux \- Security Enhanced Linux Policy for the user_seunshare processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the user_seunshare processes via flexible mandatory access control.
-+
-+The user_seunshare processes execute with the user_seunshare_t SELinux 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 user_seunshare_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The user_seunshare_t SELinux type can be entered via the \fBseunshare_exec_t\fP file type.
-+
-+The default entrypoint paths for the user_seunshare_t domain are the following:
-+
-+/usr/sbin/seunshare
-+.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 user_seunshare policy is very flexible allowing users to setup their user_seunshare processes in as secure a method as possible.
-+.PP
-+The following process types are defined for user_seunshare:
-+
-+.EX
-+.B user_seunshare_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a user_seunshare_t
-+can be used to make the process type user_seunshare_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  user_seunshare policy is extremely flexible and has several booleans that allow you to manipulate the policy and run user_seunshare with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the user_seunshare_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 user_seunshare_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type user_seunshare_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B sandbox_file_t
-+
-+
-+.br
-+.B sandbox_tmpfs_type
-+
-+	all sandbox content in tmpfs file systems
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), user_seunshare(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8), user_selinux(8), user_dbusd_selinux(8), user_gkeyringd_selinux(8), user_mail_selinux(8), user_screen_selinux(8), user_ssh_agent_selinux(8), user_wine_selinux(8), useradd_selinux(8), usernetctl_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/user_ssh_agent_selinux.8 b/man/man8/user_ssh_agent_selinux.8
-new file mode 100644
-index 0000000..c0c02b3
---- /dev/null
-+++ b/man/man8/user_ssh_agent_selinux.8
-@@ -0,0 +1,224 @@
-+.TH  "user_ssh_agent_selinux"  "8"  "13-01-16" "user_ssh_agent" "SELinux Policy documentation for user_ssh_agent"
-+.SH "NAME"
-+user_ssh_agent_selinux \- Security Enhanced Linux Policy for the user_ssh_agent processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the user_ssh_agent processes via flexible mandatory access control.
-+
-+The user_ssh_agent processes execute with the user_ssh_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:
-+
-+.B ps -eZ | grep user_ssh_agent_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The user_ssh_agent_t SELinux type can be entered via the \fBssh_agent_exec_t\fP file type.
-+
-+The default entrypoint paths for the user_ssh_agent_t domain are the following:
-+
-+/usr/bin/ssh-agent
-+.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 user_ssh_agent policy is very flexible allowing users to setup their user_ssh_agent processes in as secure a method as possible.
-+.PP
-+The following process types are defined for user_ssh_agent:
-+
-+.EX
-+.B user_ssh_agent_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a user_ssh_agent_t
-+can be used to make the process type user_ssh_agent_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  user_ssh_agent policy is extremely flexible and has several booleans that allow you to manipulate the policy and run user_ssh_agent with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the user_ssh_agent_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 user_ssh_agent_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type user_ssh_agent_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), user_ssh_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8), user_selinux(8), user_dbusd_selinux(8), user_gkeyringd_selinux(8), user_mail_selinux(8), user_screen_selinux(8), user_seunshare_selinux(8), user_wine_selinux(8), useradd_selinux(8), usernetctl_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/user_wine_selinux.8 b/man/man8/user_wine_selinux.8
-new file mode 100644
-index 0000000..854bcd2
---- /dev/null
-+++ b/man/man8/user_wine_selinux.8
-@@ -0,0 +1,502 @@
-+.TH  "user_wine_selinux"  "8"  "13-01-16" "user_wine" "SELinux Policy documentation for user_wine"
-+.SH "NAME"
-+user_wine_selinux \- Security Enhanced Linux Policy for the user_wine processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the user_wine processes via flexible mandatory access control.
-+
-+The user_wine processes execute with the user_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:
-+
-+.B ps -eZ | grep user_wine_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The user_wine_t SELinux type can be entered via the \fBuser_home_t, wine_exec_t, xsession_exec_t\fP file types.
-+
-+The default entrypoint paths for the user_wine_t domain are the following:
-+
-+/home/[^/]*/.+, /home/pwalsh/.+, /home/dwalsh/.+, /var/lib/xguest/home/xguest/.+, /usr/bin/wine.*, /opt/teamviewer(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/wdi, /opt/google/picasa(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/msiexec, /opt/google/picasa(/.*)?/bin/notepad, /opt/google/picasa(/.*)?/bin/progman, /opt/google/picasa(/.*)?/bin/regedit, /opt/google/picasa(/.*)?/bin/regsvr32, /opt/google/picasa(/.*)?/Picasa3/.*exe, /opt/google/picasa(/.*)?/bin/uninstaller, /opt/cxoffice/bin/wine.*, /opt/picasa/wine/bin/wine.*, /usr/bin/msiexec, /usr/bin/notepad, /usr/bin/regedit, /usr/bin/regsvr32, /usr/bin/uninstaller, /home/[^/]*/cxoffice/bin/wine.+, /home/pwalsh/cxoffice/bin/wine.+, /home/dwalsh/cxoffice/bin/wine.+, /var/lib/xguest/home/xguest/cxoffice/bin/wine.+, /etc/gdm(3)?/Xsession, /etc/kde[34]?/kdm/Xreset, /etc/gdm(3)?/PreSession/.*, /etc/kde[34]?/kdm/Xstartup, /etc/kde[34]?/kdm/Xsession, /etc/gdm(3)?/PostSession/.*, /etc/X11/[wx]dm/Xreset.*, /etc/X11/[wxg]dm/Xsessi
 on, /etc/X11/Xsession[^/]*, /etc/X11/wdm/Xsetup.*, /etc/X11/wdm/Xstartup.*
-+.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 user_wine policy is very flexible allowing users to setup their user_wine processes in as secure a method as possible.
-+.PP
-+The following process types are defined for user_wine:
-+
-+.EX
-+.B user_wine_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a user_wine_t
-+can be used to make the process type user_wine_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  user_wine policy is extremely flexible and has several booleans that allow you to manipulate the policy and run user_wine with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to connect to PostgreSQL, you must turn on the selinuxuser_postgresql_connect_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_postgresql_connect_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to run TCP servers (bind to ports and accept connection from the same domain and outside users)  disabling this forces FTP passive mode and may change other protocols, you must turn on the selinuxuser_tcp_server boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_tcp_server 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user music sharing, you must turn on the selinuxuser_user_share_music boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_user_share_music 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the user_wine_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 user_wine_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type user_wine_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 anon_inodefs_t
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B games_data_t
-+
-+	/var/games(/.*)?
-+.br
-+	/var/lib/games(/.*)?
-+.br
-+
-+.br
-+.B gpg_agent_tmp_t
-+
-+	/home/[^/]*/\.gnupg/log-socket
-+.br
-+	/home/pwalsh/\.gnupg/log-socket
-+.br
-+	/home/dwalsh/\.gnupg/log-socket
-+.br
-+	/var/lib/xguest/home/xguest/\.gnupg/log-socket
-+.br
-+
-+.br
-+.B iceauth_home_t
-+
-+	/root/\.DCOP.*
-+.br
-+	/root/\.ICEauthority.*
-+.br
-+	/home/[^/]*/\.DCOP.*
-+.br
-+	/home/[^/]*/\.ICEauthority.*
-+.br
-+	/home/pwalsh/\.DCOP.*
-+.br
-+	/home/pwalsh/\.ICEauthority.*
-+.br
-+	/home/dwalsh/\.DCOP.*
-+.br
-+	/home/dwalsh/\.ICEauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.DCOP.*
-+.br
-+	/var/lib/xguest/home/xguest/\.ICEauthority.*
-+.br
-+
-+.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 nfsd_rw_t
-+
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_fonts_t
-+
-+	/root/\.fonts(/.*)?
-+.br
-+	/tmp/\.font-unix(/.*)?
-+.br
-+	/home/[^/]*/\.fonts(/.*)?
-+.br
-+	/home/pwalsh/\.fonts(/.*)?
-+.br
-+	/home/dwalsh/\.fonts(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts(/.*)?
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), user_wine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8), user_selinux(8), user_dbusd_selinux(8), user_gkeyringd_selinux(8), user_mail_selinux(8), user_screen_selinux(8), user_seunshare_selinux(8), user_ssh_agent_selinux(8), useradd_selinux(8), usernetctl_selinux(8)
-\ 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..75ecf53
---- /dev/null
-+++ b/man/man8/useradd_selinux.8
-@@ -0,0 +1,437 @@
-+.TH  "useradd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep useradd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The useradd_t SELinux type can be entered via the \fBuser_home_t, useradd_exec_t\fP file types.
-+
-+The default entrypoint paths for the useradd_t domain are the following:
-+
-+/home/[^/]*/.+, /home/pwalsh/.+, /home/dwalsh/.+, /var/lib/xguest/home/xguest/.+, /usr/sbin/useradd, /usr/sbin/userdel, /usr/sbin/usermod, /usr/sbin/newusers
-+.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 useradd policy is very flexible allowing users to setup their useradd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for useradd:
-+
-+.EX
-+.B useradd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a useradd_t
-+can be used to make the process type useradd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  useradd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run useradd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow samba to act as the domain controller, add users, groups and change passwords, you must turn on the samba_domain_controller boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P samba_domain_controller 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the useradd_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 useradd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type useradd_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 cifs_t
-+
-+
-+.br
-+.B default_context_t
-+
-+	/etc/selinux/([^/]*/)?contexts(/.*)?
-+.br
-+	/root/\.default_contexts
-+.br
-+
-+.br
-+.B etc_t
-+
-+	/etc/.*
-+.br
-+	/var/db/.*\.db
-+.br
-+	/usr/etc(/.*)?
-+.br
-+	/var/ftp/etc(/.*)?
-+.br
-+	/var/lib/openshift/.limits.d(/.*)?
-+.br
-+	/var/lib/openshift/.openshift-proxy.d(/.*)?
-+.br
-+	/var/lib/openshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/lib/stickshift/.limits.d(/.*)?
-+.br
-+	/var/lib/stickshift/.stickshift-proxy.d(/.*)?
-+.br
-+	/var/named/chroot/etc(/.*)?
-+.br
-+	/etc/ipsec\.d/examples(/.*)?
-+.br
-+	/var/spool/postfix/etc(/.*)?
-+.br
-+	/etc
-+.br
-+	/etc/cups/client\.conf
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B file_context_t
-+
-+	/etc/selinux/([^/]*/)?contexts/files(/.*)?
-+.br
-+
-+.br
-+.B httpd_user_content_type
-+
-+
-+.br
-+.B httpd_user_script_exec_type
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B mail_spool_t
-+
-+	/var/mail(/.*)?
-+.br
-+	/var/spool/imap(/.*)?
-+.br
-+	/var/spool/mail(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B passwd_file_t
-+
-+	/etc/group[-\+]?
-+.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 security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B selinux_config_t
-+
-+	/etc/selinux(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?seusers
-+.br
-+	/etc/selinux/([^/]*/)?users(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?setrans\.conf
-+.br
-+
-+.br
-+.B selinux_login_config_t
-+
-+	/etc/selinux/([^/]*/)?logins(/.*)?
-+.br
-+
-+.br
-+.B semanage_read_lock_t
-+
-+	/etc/selinux/([^/]*/)?modules/semanage\.read\.LOCK
-+.br
-+
-+.br
-+.B semanage_store_t
-+
-+	/etc/selinux/([^/]*/)?policy(/.*)?
-+.br
-+	/etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)?
-+.br
-+	/etc/share/selinux/mls(/.*)?
-+.br
-+	/etc/share/selinux/targeted(/.*)?
-+.br
-+
-+.br
-+.B semanage_tmp_t
-+
-+
-+.br
-+.B semanage_trans_lock_t
-+
-+	/etc/selinux/([^/]*/)?modules/semanage\.trans\.LOCK
-+.br
-+
-+.br
-+.B shadow_t
-+
-+	/etc/shadow.*
-+.br
-+	/etc/gshadow.*
-+.br
-+	/etc/nshadow.*
-+.br
-+	/var/db/shadow.*
-+.br
-+	/etc/security/opasswd
-+.br
-+	/etc/security/opasswd\.old
-+.br
-+
-+.br
-+.B stapserver_var_lib_t
-+
-+	/var/lib/stap-server(/.*)?
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.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 useradd policy is very flexible allowing users to setup their useradd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the useradd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t useradd_exec_t '/srv/useradd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myuseradd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for useradd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/useradd, /usr/sbin/userdel, /usr/sbin/usermod, /usr/sbin/newusers
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), useradd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8)
-\ 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..f82b3d8
---- /dev/null
-+++ b/man/man8/usernetctl_selinux.8
-@@ -0,0 +1,195 @@
-+.TH  "usernetctl_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep usernetctl_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The usernetctl_t SELinux type can be entered via the \fBusernetctl_exec_t\fP file type.
-+
-+The default entrypoint paths for the usernetctl_t domain are the following:
-+
-+/usr/sbin/usernetctl
-+.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 usernetctl policy is very flexible allowing users to setup their usernetctl processes in as secure a method as possible.
-+.PP
-+The following process types are defined for usernetctl:
-+
-+.EX
-+.B usernetctl_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a usernetctl_t
-+can be used to make the process type usernetctl_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  usernetctl policy is extremely flexible and has several booleans that allow you to manipulate the policy and run usernetctl with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the usernetctl_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 usernetctl_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 usernetctl policy is very flexible allowing users to setup their usernetctl processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the usernetctl, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t usernetctl_exec_t '/srv/usernetctl/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myusernetctl_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for usernetctl:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), usernetctl(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), user_selinux(8)
-\ 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..10aa336
---- /dev/null
-+++ b/man/man8/utempter_selinux.8
-@@ -0,0 +1,231 @@
-+.TH  "utempter_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep utempter_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The utempter_t SELinux type can be entered via the \fButempter_exec_t\fP file type.
-+
-+The default entrypoint paths for the utempter_t domain are the following:
-+
-+/usr/sbin/utempter
-+.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 utempter policy is very flexible allowing users to setup their utempter processes in as secure a method as possible.
-+.PP
-+The following process types are defined for utempter:
-+
-+.EX
-+.B utempter_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a utempter_t
-+can be used to make the process type utempter_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  utempter policy is extremely flexible and has several booleans that allow you to manipulate the policy and run utempter with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the utempter_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 utempter_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type utempter_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 initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.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 utempter policy is very flexible allowing users to setup their utempter processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the utempter, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t utempter_exec_t '/srv/utempter/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myutempter_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for utempter:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), utempter(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/uucpd_selinux.8 b/man/man8/uucpd_selinux.8
-new file mode 100644
-index 0000000..a6fd614
---- /dev/null
-+++ b/man/man8/uucpd_selinux.8
-@@ -0,0 +1,362 @@
-+.TH  "uucpd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep uucpd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The uucpd_t SELinux type can be entered via the \fBuucpd_exec_t\fP file type.
-+
-+The default entrypoint paths for the uucpd_t domain are the following:
-+
-+/usr/sbin/uucico
-+.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 uucpd policy is very flexible allowing users to setup their uucpd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for uucpd:
-+
-+.EX
-+.B uucpd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a uucpd_t
-+can be used to make the process type uucpd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  uucpd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run uucpd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the uucpd_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 uucpd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 uucpd policy is very flexible allowing users to setup their uucpd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for uucpd:
-+
-+.EX
-+.TP 5
-+.B uucpd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 540
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type uucpd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B uucpd_lock_t
-+
-+	/var/lock/uucp(/.*)?
-+.br
-+
-+.br
-+.B uucpd_rw_t
-+
-+
-+.br
-+.B uucpd_spool_t
-+
-+	/var/spool/uucp(/.*)?
-+.br
-+	/var/spool/uucppublic(/.*)?
-+.br
-+
-+.br
-+.B uucpd_tmp_t
-+
-+
-+.br
-+.B uucpd_var_run_t
-+
-+
-+.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 uucpd policy is very flexible allowing users to setup their uucpd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+uucpd policy stores data with multiple different file context types under the /var/spool/uucp directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/spool/uucp /srv/uucp
-+.br
-+.B restorecon -R -v /srv/uucp
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the uucpd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t uucpd_exec_t '/srv/uucpd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myuucpd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for uucpd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B uucpd_initrc_exec_t
-+.EE
-+
-+- Set files with the uucpd_initrc_exec_t type, if you want to transition an executable to the uucpd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/spool/uucp(/.*)?, /var/spool/uucppublic(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), uucpd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/uuidd_selinux.8 b/man/man8/uuidd_selinux.8
-new file mode 100644
-index 0000000..03d5bb8
---- /dev/null
-+++ b/man/man8/uuidd_selinux.8
-@@ -0,0 +1,219 @@
-+.TH  "uuidd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep uuidd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The uuidd_t SELinux type can be entered via the \fBuuidd_exec_t\fP file type.
-+
-+The default entrypoint paths for the uuidd_t domain are the following:
-+
-+/usr/sbin/uuidd
-+.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 uuidd policy is very flexible allowing users to setup their uuidd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for uuidd:
-+
-+.EX
-+.B uuidd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a uuidd_t
-+can be used to make the process type uuidd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  uuidd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run uuidd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type uuidd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B uuidd_var_lib_t
-+
-+	/var/lib/libuuid(/.*)?
-+.br
-+
-+.br
-+.B uuidd_var_run_t
-+
-+	/var/run/uuidd(/.*)?
-+.br
-+
-+.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 uuidd policy is very flexible allowing users to setup their uuidd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the uuidd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t uuidd_exec_t '/srv/uuidd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myuuidd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for uuidd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), uuidd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/uux_selinux.8 b/man/man8/uux_selinux.8
-new file mode 100644
-index 0000000..b372dfc
---- /dev/null
-+++ b/man/man8/uux_selinux.8
-@@ -0,0 +1,211 @@
-+.TH  "uux_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep uux_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The uux_t SELinux type can be entered via the \fBuux_exec_t\fP file type.
-+
-+The default entrypoint paths for the uux_t domain are the following:
-+
-+/usr/bin/uux
-+.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 uux policy is very flexible allowing users to setup their uux processes in as secure a method as possible.
-+.PP
-+The following process types are defined for uux:
-+
-+.EX
-+.B uux_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a uux_t
-+can be used to make the process type uux_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  uux policy is extremely flexible and has several booleans that allow you to manipulate the policy and run uux with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the uux_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 uux_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type uux_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 anon_inodefs_t
-+
-+
-+.br
-+.B uucpd_spool_t
-+
-+	/var/spool/uucp(/.*)?
-+.br
-+	/var/spool/uucppublic(/.*)?
-+.br
-+
-+.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 uux policy is very flexible allowing users to setup their uux processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the uux, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t uux_exec_t '/srv/uux/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myuux_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for uux:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), uux(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/varnishd_selinux.8 b/man/man8/varnishd_selinux.8
-new file mode 100644
-index 0000000..d758c0f
---- /dev/null
-+++ b/man/man8/varnishd_selinux.8
-@@ -0,0 +1,321 @@
-+.TH  "varnishd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep varnishd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The varnishd_t SELinux type can be entered via the \fBvarnishd_exec_t\fP file type.
-+
-+The default entrypoint paths for the varnishd_t domain are the following:
-+
-+/usr/sbin/varnishd
-+.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 varnishd policy is very flexible allowing users to setup their varnishd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for varnishd:
-+
-+.EX
-+.B varnishd_t, varnishlog_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a varnishd_t
-+can be used to make the process type varnishd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  varnishd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run varnishd with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether varnishd can use the full TCP network, you must turn on the varnishd_connect_any boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P varnishd_connect_any 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the varnishd_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 varnishd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 varnishd policy is very flexible allowing users to setup their varnishd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for varnishd:
-+
-+.EX
-+.TP 5
-+.B varnishd_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 6081-6082
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type varnishd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B varnishd_tmp_t
-+
-+
-+.br
-+.B varnishd_var_lib_t
-+
-+	/var/lib/varnish(/.*)?
-+.br
-+
-+.br
-+.B varnishd_var_run_t
-+
-+	/var/run/varnish\.pid
-+.br
-+
-+.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 varnishd policy is very flexible allowing users to setup their varnishd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the varnishd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t varnishd_etc_t '/srv/varnishd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvarnishd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for varnishd:
-+
-+
-+.EX
-+.PP
-+.B varnishd_etc_t
-+.EE
-+
-+- Set files with the varnishd_etc_t type, if you want to store varnishd files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), varnishd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), varnishlog_selinux(8)
-\ 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..ff16eb0
---- /dev/null
-+++ b/man/man8/varnishlog_selinux.8
-@@ -0,0 +1,227 @@
-+.TH  "varnishlog_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep varnishlog_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The varnishlog_t SELinux type can be entered via the \fBvarnishlog_exec_t\fP file type.
-+
-+The default entrypoint paths for the varnishlog_t domain are the following:
-+
-+/usr/bin/varnishlog, /usr/bin/varnisncsa
-+.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 varnishlog policy is very flexible allowing users to setup their varnishlog processes in as secure a method as possible.
-+.PP
-+The following process types are defined for varnishlog:
-+
-+.EX
-+.B varnishlog_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a varnishlog_t
-+can be used to make the process type varnishlog_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  varnishlog policy is extremely flexible and has several booleans that allow you to manipulate the policy and run varnishlog with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type varnishlog_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B varnishlog_var_run_t
-+
-+	/var/run/varnishlog\.pid
-+.br
-+	/var/run/varnishncsa\.pid
-+.br
-+
-+.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 varnishlog policy is very flexible allowing users to setup their varnishlog processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the varnishlog, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t varnishlog_exec_t '/srv/varnishlog/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvarnishlog_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for varnishlog:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/varnishlog, /usr/bin/varnisncsa
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/varnishlog, /etc/rc\.d/init\.d/varnishncsa
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/varnishlog\.pid, /var/run/varnishncsa\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), varnishlog(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/vbetool_selinux.8 b/man/man8/vbetool_selinux.8
-new file mode 100644
-index 0000000..621ccbd
---- /dev/null
-+++ b/man/man8/vbetool_selinux.8
-@@ -0,0 +1,179 @@
-+.TH  "vbetool_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vbetool_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vbetool_t SELinux type can be entered via the \fBvbetool_exec_t\fP file type.
-+
-+The default entrypoint paths for the vbetool_t domain are the following:
-+
-+/usr/sbin/vbetool
-+.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 vbetool policy is very flexible allowing users to setup their vbetool processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vbetool:
-+
-+.EX
-+.B vbetool_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vbetool_t
-+can be used to make the process type vbetool_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vbetool policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vbetool with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vbetool_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 mtrr_device_t
-+
-+	/dev/cpu/mtrr
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.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 vbetool policy is very flexible allowing users to setup their vbetool processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vbetool, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vbetool_exec_t '/srv/vbetool/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvbetool_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vbetool:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vbetool(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..9b63bff
---- /dev/null
-+++ b/man/man8/vdagent_selinux.8
-@@ -0,0 +1,242 @@
-+.TH  "vdagent_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vdagent_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vdagent_t SELinux type can be entered via the \fBvdagent_exec_t\fP file type.
-+
-+The default entrypoint paths for the vdagent_t domain are the following:
-+
-+/usr/sbin/spice-vdagentd
-+.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 vdagent policy is very flexible allowing users to setup their vdagent processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vdagent:
-+
-+.EX
-+.B vdagent_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vdagent_t
-+can be used to make the process type vdagent_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vdagent policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vdagent with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vdagent_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B vdagent_var_run_t
-+
-+	/var/run/spice-vdagentd(/.*)?
-+.br
-+	/var/run/spice-vdagentd\.pid
-+.br
-+
-+.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 vdagent policy is very flexible allowing users to setup their vdagent processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+vdagent policy stores data with multiple different file context types under the /var/run/spice-vdagentd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/spice-vdagentd /srv/spice-vdagentd
-+.br
-+.B restorecon -R -v /srv/spice-vdagentd
-+.PP
-+
-+.PP
-+vdagent policy stores data with multiple different file context types under the /var/log/spice-vdagentd directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/spice-vdagentd /srv/spice-vdagentd
-+.br
-+.B restorecon -R -v /srv/spice-vdagentd
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vdagent, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vdagent_exec_t '/srv/vdagent/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvdagent_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vdagent:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/spice-vdagentd(/.*)?, /var/log/spice-vdagentd\.log.*
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/spice-vdagentd(/.*)?, /var/run/spice-vdagentd\.pid
-+
-+.EX
-+.PP
-+.B vdagentd_initrc_exec_t
-+.EE
-+
-+- Set files with the vdagentd_initrc_exec_t type, if you want to transition an executable to the vdagentd_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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vdagent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/vhostmd_selinux.8 b/man/man8/vhostmd_selinux.8
-new file mode 100644
-index 0000000..9100217
---- /dev/null
-+++ b/man/man8/vhostmd_selinux.8
-@@ -0,0 +1,285 @@
-+.TH  "vhostmd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vhostmd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vhostmd_t SELinux type can be entered via the \fBvhostmd_exec_t\fP file type.
-+
-+The default entrypoint paths for the vhostmd_t domain are the following:
-+
-+/usr/sbin/vhostmd
-+.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 vhostmd policy is very flexible allowing users to setup their vhostmd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vhostmd:
-+
-+.EX
-+.B vhostmd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vhostmd_t
-+can be used to make the process type vhostmd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vhostmd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vhostmd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the vhostmd_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 vhostmd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vhostmd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B vhostmd_tmpfs_t
-+
-+
-+.br
-+.B vhostmd_var_run_t
-+
-+	/var/run/vhostmd.*
-+.br
-+
-+.br
-+.B virt_content_t
-+
-+	/var/lib/vdsm(/.*)?
-+.br
-+	/var/lib/oz/isos(/.*)?
-+.br
-+	/var/lib/libvirt/boot(/.*)?
-+.br
-+	/var/lib/libvirt/isos(/.*)?
-+.br
-+	/home/[^/]*/VirtualMachines/isos(/.*)?
-+.br
-+	/home/pwalsh/VirtualMachines/isos(/.*)?
-+.br
-+	/home/dwalsh/VirtualMachines/isos(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/VirtualMachines/isos(/.*)?
-+.br
-+
-+.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 vhostmd policy is very flexible allowing users to setup their vhostmd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vhostmd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vhostmd_exec_t '/srv/vhostmd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvhostmd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vhostmd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vhostmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/virsh_selinux.8 b/man/man8/virsh_selinux.8
-new file mode 100644
-index 0000000..8cea83b
---- /dev/null
-+++ b/man/man8/virsh_selinux.8
-@@ -0,0 +1,299 @@
-+.TH  "virsh_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep virsh_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The virsh_t SELinux type can be entered via the \fBvirsh_exec_t\fP file type.
-+
-+The default entrypoint paths for the virsh_t domain are the following:
-+
-+/usr/bin/virt-sandbox-service.*, /usr/sbin/xl, /usr/sbin/xm, /usr/bin/virsh
-+.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 virsh policy is very flexible allowing users to setup their virsh processes in as secure a method as possible.
-+.PP
-+The following process types are defined for virsh:
-+
-+.EX
-+.B virsh_ssh_t, virsh_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a virsh_t
-+can be used to make the process type virsh_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  virsh policy is extremely flexible and has several booleans that allow you to manipulate the policy and run virsh with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to manage nfs files, you must turn on the virt_use_nfs boolean. Disabled by default.
-+
-+.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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_samba 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the virsh_ssh_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 virsh_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type virsh_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 cifs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B svirt_lxc_file_t
-+
-+
-+.br
-+.B vhostmd_tmpfs_t
-+
-+
-+.br
-+.B virt_etc_rw_t
-+
-+	/etc/xen/.*/.*
-+.br
-+	/etc/xen/[^/]*
-+.br
-+	/etc/libvirt/.*/.*
-+.br
-+	/etc/libvirt/[^/]*
-+.br
-+
-+.br
-+.B virt_etc_t
-+
-+	/etc/xen/[^/]*
-+.br
-+	/etc/libvirt/[^/]*
-+.br
-+	/etc/xen
-+.br
-+	/etc/libvirt
-+.br
-+
-+.br
-+.B virt_image_type
-+
-+	all virtual image files
-+.br
-+
-+.br
-+.B virt_lxc_var_run_t
-+
-+	/var/run/libvirt/lxc(/.*)?
-+.br
-+	/var/run/libvirt-sandbox(/.*)?
-+.br
-+
-+.br
-+.B xenfs_t
-+
-+
-+.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 virsh policy is very flexible allowing users to setup their virsh processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the virsh, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t virsh_exec_t '/srv/virsh/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvirsh_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for virsh:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/virt-sandbox-service.*, /usr/sbin/xl, /usr/sbin/xm, /usr/bin/virsh
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), virsh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), virsh_ssh_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/virsh_ssh_selinux.8 b/man/man8/virsh_ssh_selinux.8
-new file mode 100644
-index 0000000..570cddd
---- /dev/null
-+++ b/man/man8/virsh_ssh_selinux.8
-@@ -0,0 +1,216 @@
-+.TH  "virsh_ssh_selinux"  "8"  "13-01-16" "virsh_ssh" "SELinux Policy documentation for virsh_ssh"
-+.SH "NAME"
-+virsh_ssh_selinux \- Security Enhanced Linux Policy for the virsh_ssh processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the virsh_ssh processes via flexible mandatory access control.
-+
-+The virsh_ssh processes execute with the virsh_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:
-+
-+.B ps -eZ | grep virsh_ssh_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The virsh_ssh_t SELinux type can be entered via the \fBssh_exec_t\fP file type.
-+
-+The default entrypoint paths for the virsh_ssh_t domain are the following:
-+
-+/usr/bin/ssh
-+.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 virsh_ssh policy is very flexible allowing users to setup their virsh_ssh processes in as secure a method as possible.
-+.PP
-+The following process types are defined for virsh_ssh:
-+
-+.EX
-+.B virsh_ssh_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a virsh_ssh_t
-+can be used to make the process type virsh_ssh_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  virsh_ssh policy is extremely flexible and has several booleans that allow you to manipulate the policy and run virsh_ssh with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the virsh_ssh_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 virsh_ssh_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type virsh_ssh_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 ssh_home_t
-+
-+	/root/\.ssh(/.*)?
-+.br
-+	/var/lib/pgsql/\.ssh(/.*)?
-+.br
-+	/var/lib/openshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/amanda/\.ssh(/.*)?
-+.br
-+	/var/lib/stickshift/[^/]+/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite/\.ssh(/.*)?
-+.br
-+	/var/lib/nocpulse/\.ssh(/.*)?
-+.br
-+	/var/lib/gitolite3/\.ssh(/.*)?
-+.br
-+	/root/\.shosts
-+.br
-+	/home/[^/]*/\.ssh(/.*)?
-+.br
-+	/home/[^/]*/\.shosts
-+.br
-+	/home/pwalsh/\.ssh(/.*)?
-+.br
-+	/home/pwalsh/\.shosts
-+.br
-+	/home/dwalsh/\.ssh(/.*)?
-+.br
-+	/home/dwalsh/\.shosts
-+.br
-+	/var/lib/xguest/home/xguest/\.ssh(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.shosts
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B xenfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), virsh_ssh(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), virsh_selinux(8), virsh_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/virt_bridgehelper_selinux.8 b/man/man8/virt_bridgehelper_selinux.8
-new file mode 100644
-index 0000000..b4503a8
---- /dev/null
-+++ b/man/man8/virt_bridgehelper_selinux.8
-@@ -0,0 +1,187 @@
-+.TH  "virt_bridgehelper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep virt_bridgehelper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The virt_bridgehelper_t SELinux type can be entered via the \fBvirt_bridgehelper_exec_t\fP file type.
-+
-+The default entrypoint paths for the virt_bridgehelper_t domain are the following:
-+
-+/usr/libexec/qemu-bridge-helper
-+.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 virt_bridgehelper policy is very flexible allowing users to setup their virt_bridgehelper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for virt_bridgehelper:
-+
-+.EX
-+.B virt_bridgehelper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a virt_bridgehelper_t
-+can be used to make the process type virt_bridgehelper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  virt_bridgehelper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run virt_bridgehelper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type virt_bridgehelper_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 svirt_home_t
-+
-+	/home/[^/]*/\.libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/[^/]*/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/home/pwalsh/\.libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/home/dwalsh/\.libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.config/libvirt/qemu(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/libvirt/qemu(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/gnome-boxes/images(/.*)?
-+.br
-+
-+.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 virt_bridgehelper policy is very flexible allowing users to setup their virt_bridgehelper processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the virt_bridgehelper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t virt_bridgehelper_exec_t '/srv/virt_bridgehelper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvirt_bridgehelper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for virt_bridgehelper:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), virt_bridgehelper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), virt_qemu_ga_selinux(8), virt_qmf_selinux(8), virtd_selinux(8), virtd_lxc_selinux(8)
-\ 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..d6018a4
---- /dev/null
-+++ b/man/man8/virt_qemu_ga_selinux.8
-@@ -0,0 +1,247 @@
-+.TH  "virt_qemu_ga_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep virt_qemu_ga_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The virt_qemu_ga_t SELinux type can be entered via the \fBvirt_qemu_ga_exec_t\fP file type.
-+
-+The default entrypoint paths for the virt_qemu_ga_t domain are the following:
-+
-+/usr/bin/qemu-ga
-+.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 virt_qemu_ga policy is very flexible allowing users to setup their virt_qemu_ga processes in as secure a method as possible.
-+.PP
-+The following process types are defined for virt_qemu_ga:
-+
-+.EX
-+.B virt_qemu_ga_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a virt_qemu_ga_t
-+can be used to make the process type virt_qemu_ga_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  virt_qemu_ga policy is extremely flexible and has several booleans that allow you to manipulate the policy and run virt_qemu_ga with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type virt_qemu_ga_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 devicekit_var_run_t
-+
-+	/var/run/udisks.*
-+.br
-+	/var/run/devkit(/.*)?
-+.br
-+	/var/run/upower(/.*)?
-+.br
-+	/var/run/pm-utils(/.*)?
-+.br
-+	/var/run/DeviceKit-disks(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B virt_qemu_ga_log_t
-+
-+	/var/log/qemu-ga\.log
-+.br
-+
-+.br
-+.B virt_qemu_ga_var_run_t
-+
-+	/var/run/qemu-ga\.pid
-+.br
-+
-+.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 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
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the virt_qemu_ga, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t virt_qemu_ga_exec_t '/srv/virt_qemu_ga/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvirt_qemu_ga_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for virt_qemu_ga:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), virt_qemu_ga(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), virt_bridgehelper_selinux(8), virt_qmf_selinux(8), virtd_selinux(8), virtd_lxc_selinux(8)
-\ 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..63e1275
---- /dev/null
-+++ b/man/man8/virt_qmf_selinux.8
-@@ -0,0 +1,183 @@
-+.TH  "virt_qmf_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep virt_qmf_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The virt_qmf_t SELinux type can be entered via the \fBvirt_qmf_exec_t\fP file type.
-+
-+The default entrypoint paths for the virt_qmf_t domain are the following:
-+
-+/usr/sbin/libvirt-qmf
-+.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 virt_qmf policy is very flexible allowing users to setup their virt_qmf processes in as secure a method as possible.
-+.PP
-+The following process types are defined for virt_qmf:
-+
-+.EX
-+.B virt_qmf_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a virt_qmf_t
-+can be used to make the process type virt_qmf_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  virt_qmf policy is extremely flexible and has several booleans that allow you to manipulate the policy and run virt_qmf with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type virt_qmf_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.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 virt_qmf policy is very flexible allowing users to setup their virt_qmf processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the virt_qmf, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t virt_qmf_exec_t '/srv/virt_qmf/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvirt_qmf_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for virt_qmf:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), virt_qmf(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(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..5516f18
---- /dev/null
-+++ b/man/man8/virtd_lxc_selinux.8
-@@ -0,0 +1,247 @@
-+.TH  "virtd_lxc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep virtd_lxc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The virtd_lxc_t SELinux type can be entered via the \fBvirtd_lxc_exec_t\fP file type.
-+
-+The default entrypoint paths for the virtd_lxc_t domain are the following:
-+
-+/usr/libexec/libvirt_lxc
-+.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 virtd_lxc policy is very flexible allowing users to setup their virtd_lxc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for virtd_lxc:
-+
-+.EX
-+.B virtd_lxc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a virtd_lxc_t
-+can be used to make the process type virtd_lxc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  virtd_lxc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run virtd_lxc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the virtd_lxc_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 virtd_lxc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type virtd_lxc_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 cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B svirt_lxc_file_t
-+
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B virt_image_t
-+
-+	/var/lib/libvirt/images(/.*)?
-+.br
-+	/var/lib/imagefactory/images(/.*)?
-+.br
-+
-+.br
-+.B virt_lxc_var_run_t
-+
-+	/var/run/libvirt/lxc(/.*)?
-+.br
-+	/var/run/libvirt-sandbox(/.*)?
-+.br
-+
-+.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 virtd_lxc policy is very flexible allowing users to setup their virtd_lxc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the virtd_lxc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t virtd_lxc_exec_t '/srv/virtd_lxc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvirtd_lxc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for virtd_lxc:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), virtd_lxc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), virtd_selinux(8), virtd_selinux(8)
-\ 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..617ad1c
---- /dev/null
-+++ b/man/man8/virtd_selinux.8
-@@ -0,0 +1,563 @@
-+.TH  "virtd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep virtd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The virtd_t SELinux type can be entered via the \fBvirtd_exec_t\fP file type.
-+
-+The default entrypoint paths for the virtd_t domain are the following:
-+
-+/usr/sbin/libvirtd, /usr/bin/imgfac\.py, /usr/bin/imagefactory, /usr/bin/nova-compute, /usr/sbin/condor_vm-gahp, /usr/bin/vios-proxy-host, /usr/bin/vios-proxy-guest
-+.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 virtd policy is very flexible allowing users to setup their virtd processes in as secure a method as possible.
-+.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
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a virtd_t
-+can be used to make the process type virtd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  virtd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run virtd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined virtual guests to manage nfs files, you must turn on the virt_use_nfs boolean. Disabled by default.
-+
-+.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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_samba 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the virtd_t, virtd_lxc_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 virtd_t, virtd_lxc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 virtd policy is very flexible allowing users to setup their virtd processes in as secure a method as possible.
-+.PP
-+The following port types are defined for virtd:
-+
-+.EX
-+.TP 5
-+.B virt_migration_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 49152-49216
-+.EE
-+
-+.EX
-+.TP 5
-+.B virt_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 16509,16514
-+.EE
-+udp 16509,16514
-+.EE
-+
-+.EX
-+.TP 5
-+.B virtual_places_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 1533
-+.EE
-+udp 1533
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type virtd_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 anon_inodefs_t
-+
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B dnsmasq_var_run_t
-+
-+	/var/run/dnsmasq.*
-+.br
-+	/var/run/libvirt/network(/.*)?
-+.br
-+
-+.br
-+.B hugetlbfs_t
-+
-+	/dev/hugepages
-+.br
-+	/lib/udev/devices/hugepages
-+.br
-+	/usr/lib/udev/devices/hugepages
-+.br
-+
-+.br
-+.B modules_conf_t
-+
-+	/etc/modprobe\.d(/.*)?
-+.br
-+	/etc/modules\.conf.*
-+.br
-+	/etc/modprobe\.conf.*
-+.br
-+	/lib/modules/modprobe\.conf
-+.br
-+	/usr/lib/modules/modprobe\.conf
-+.br
-+
-+.br
-+.B mtrr_device_t
-+
-+	/dev/cpu/mtrr
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B qemu_var_run_t
-+
-+	/var/lib/libvirt/qemu(/.*)?
-+.br
-+	/var/run/libvirt/qemu(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B system_conf_t
-+
-+	/etc/sysctl\.conf(\.old)?
-+.br
-+	/etc/sysconfig/ip6?tables.*
-+.br
-+	/etc/sysconfig/ipvsadm.*
-+.br
-+	/etc/sysconfig/ebtables.*
-+.br
-+	/etc/sysconfig/system-config-firewall.*
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B virt_cache_t
-+
-+	/var/cache/oz(/.*)?
-+.br
-+	/var/cache/libvirt(/.*)?
-+.br
-+
-+.br
-+.B virt_etc_rw_t
-+
-+	/etc/xen/.*/.*
-+.br
-+	/etc/xen/[^/]*
-+.br
-+	/etc/libvirt/.*/.*
-+.br
-+	/etc/libvirt/[^/]*
-+.br
-+
-+.br
-+.B virt_home_t
-+
-+	/home/[^/]*/\.libvirt(/.*)?
-+.br
-+	/home/[^/]*/\.virtinst(/.*)?
-+.br
-+	/home/[^/]*/\.cache/libvirt(/.*)?
-+.br
-+	/home/[^/]*/\.config/libvirt(/.*)?
-+.br
-+	/home/[^/]*/VirtualMachines(/.*)?
-+.br
-+	/home/[^/]*/\.cache/gnome-boxes(/.*)?
-+.br
-+	/home/pwalsh/\.libvirt(/.*)?
-+.br
-+	/home/pwalsh/\.virtinst(/.*)?
-+.br
-+	/home/pwalsh/\.cache/libvirt(/.*)?
-+.br
-+	/home/pwalsh/\.config/libvirt(/.*)?
-+.br
-+	/home/pwalsh/VirtualMachines(/.*)?
-+.br
-+	/home/pwalsh/\.cache/gnome-boxes(/.*)?
-+.br
-+	/home/dwalsh/\.libvirt(/.*)?
-+.br
-+	/home/dwalsh/\.virtinst(/.*)?
-+.br
-+	/home/dwalsh/\.cache/libvirt(/.*)?
-+.br
-+	/home/dwalsh/\.config/libvirt(/.*)?
-+.br
-+	/home/dwalsh/VirtualMachines(/.*)?
-+.br
-+	/home/dwalsh/\.cache/gnome-boxes(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.libvirt(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.virtinst(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/libvirt(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config/libvirt(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/VirtualMachines(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/gnome-boxes(/.*)?
-+.br
-+
-+.br
-+.B virt_image_type
-+
-+	all virtual image files
-+.br
-+
-+.br
-+.B virt_lock_t
-+
-+
-+.br
-+.B virt_log_t
-+
-+	/var/log/log(/.*)?
-+.br
-+	/var/log/vdsm(/.*)?
-+.br
-+	/var/log/libvirt(/.*)?
-+.br
-+
-+.br
-+.B virt_lxc_var_run_t
-+
-+	/var/run/libvirt/lxc(/.*)?
-+.br
-+	/var/run/libvirt-sandbox(/.*)?
-+.br
-+
-+.br
-+.B virt_tmp_t
-+
-+
-+.br
-+.B virt_var_lib_t
-+
-+	/var/lib/oz(/.*)?
-+.br
-+	/var/lib/libvirt(/.*)?
-+.br
-+
-+.br
-+.B virt_var_run_t
-+
-+	/var/vdsm(/.*)?
-+.br
-+	/var/run/vdsm(/.*)?
-+.br
-+	/var/run/libvirt(/.*)?
-+.br
-+	/var/run/libvirtd\.pid
-+.br
-+
-+.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 virtd policy is very flexible allowing users to setup their virtd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the virtd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t virtd_exec_t '/srv/virtd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvirtd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for virtd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/libvirtd, /usr/bin/imgfac\.py, /usr/bin/imagefactory, /usr/bin/nova-compute, /usr/sbin/condor_vm-gahp, /usr/bin/vios-proxy-host, /usr/bin/vios-proxy-guest
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B virtd_keytab_t
-+.EE
-+
-+- Set files with the virtd_keytab_t type, if you want to treat the files as kerberos keytab files.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/systemd/system/.*xen.*\.service, /usr/lib/systemd/system/virt.*\.service, /usr/lib/systemd/system/libvirt.*\.service
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), virtd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), virt_bridgehelper_selinux(8), virt_qemu_ga_selinux(8), virt_qmf_selinux(8), virtd_lxc_selinux(8)
-\ 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..3355972
---- /dev/null
-+++ b/man/man8/vlock_selinux.8
-@@ -0,0 +1,251 @@
-+.TH  "vlock_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vlock_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vlock_t SELinux type can be entered via the \fBvlock_exec_t\fP file type.
-+
-+The default entrypoint paths for the vlock_t domain are the following:
-+
-+/usr/bin/vlock, /usr/sbin/vlock-main
-+.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 vlock policy is very flexible allowing users to setup their vlock processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vlock:
-+
-+.EX
-+.B vlock_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vlock_t
-+can be used to make the process type vlock_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vlock policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vlock with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the vlock_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 vlock_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vlock_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 faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.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 vlock policy is very flexible allowing users to setup their vlock processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vlock, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vlock_exec_t '/srv/vlock/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvlock_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vlock:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/vlock, /usr/sbin/vlock-main
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vlock(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/vmware_host_selinux.8 b/man/man8/vmware_host_selinux.8
-new file mode 100644
-index 0000000..15fbfda
---- /dev/null
-+++ b/man/man8/vmware_host_selinux.8
-@@ -0,0 +1,235 @@
-+.TH  "vmware_host_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vmware_host_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vmware_host_t SELinux type can be entered via the \fBvmware_host_exec_t\fP file type.
-+
-+The default entrypoint paths for the vmware_host_t domain are the following:
-+
-+/opt/vmware/(workstation|player)/bin/vmnet-natd, /opt/vmware/(workstation|player)/bin/vmnet-dhcpd, /opt/vmware/(workstation|player)/bin/vmware-nmbd, /opt/vmware/(workstation|player)/bin/vmware-smbd, /opt/vmware/(workstation|player)/bin/vmnet-bridge, /opt/vmware/(workstation|player)/bin/vmnet-netifup, /opt/vmware/(workstation|player)/bin/vmnet-sniffer, /opt/vmware/(workstation|player)/bin/vmware-smbpasswd, /opt/vmware/(workstation|player)/bin/vmware-smbpasswd\.bin, /usr/sbin/vmware-guest.*, /usr/lib/vmware-tools/sbin32/vmware.*, /usr/lib/vmware-tools/sbin64/vmware.*, /usr/bin/vmnet-natd, /usr/bin/vmware-vmx, /usr/bin/vmnet-dhcpd, /usr/bin/vmware-nmbd, /usr/bin/vmware-smbd, /usr/bin/vmnet-bridge, /usr/bin/vmnet-netifup, /usr/bin/vmnet-sniffer, /usr/bin/vmware-network, /usr/bin/vmware-smbpasswd, /usr/bin/vmware-smbpasswd\.bin, /usr/lib/vmware/bin/vmware-vmx
-+.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 vmware_host policy is very flexible allowing users to setup their vmware_host processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vmware_host:
-+
-+.EX
-+.B vmware_host_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vmware_host_t
-+can be used to make the process type vmware_host_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vmware_host policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vmware_host with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vmware_host_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B vmware_host_pid_t
-+
-+
-+.br
-+.B vmware_host_tmp_t
-+
-+
-+.br
-+.B vmware_sys_conf_t
-+
-+	/etc/vmware.*(/.*)?
-+.br
-+	/usr/lib/vmware/config
-+.br
-+
-+.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 vmware_host policy is very flexible allowing users to setup their vmware_host processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vmware_host, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vmware_host_exec_t '/srv/vmware_host/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvmware_host_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vmware_host:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/opt/vmware/(workstation|player)/bin/vmnet-natd, /opt/vmware/(workstation|player)/bin/vmnet-dhcpd, /opt/vmware/(workstation|player)/bin/vmware-nmbd, /opt/vmware/(workstation|player)/bin/vmware-smbd, /opt/vmware/(workstation|player)/bin/vmnet-bridge, /opt/vmware/(workstation|player)/bin/vmnet-netifup, /opt/vmware/(workstation|player)/bin/vmnet-sniffer, /opt/vmware/(workstation|player)/bin/vmware-smbpasswd, /opt/vmware/(workstation|player)/bin/vmware-smbpasswd\.bin, /usr/sbin/vmware-guest.*, /usr/lib/vmware-tools/sbin32/vmware.*, /usr/lib/vmware-tools/sbin64/vmware.*, /usr/bin/vmnet-natd, /usr/bin/vmware-vmx, /usr/bin/vmnet-dhcpd, /usr/bin/vmware-nmbd, /usr/bin/vmware-smbd, /usr/bin/vmnet-bridge, /usr/bin/vmnet-netifup, /usr/bin/vmnet-sniffer, /usr/bin/vmware-network, /usr/bin/vmware-smbpasswd, /usr/bin/vmware-smbpasswd\.bin, /usr/lib/vmware/bin/vmware-vmx
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vmware_host(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), vmware_selinux(8), vmware_selinux(8)
-\ 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..36e2f21
---- /dev/null
-+++ b/man/man8/vmware_selinux.8
-@@ -0,0 +1,408 @@
-+.TH  "vmware_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vmware_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vmware_t SELinux type can be entered via the \fBvmware_exec_t\fP file type.
-+
-+The default entrypoint paths for the vmware_t domain are the following:
-+
-+/opt/vmware/(workstation|player)/bin/vmware, /opt/vmware/(workstation|player)/bin/vmware-ping, /opt/vmware/(workstation|player)/bin/vmware-wizard, /usr/bin/vmware, /usr/bin/vmware-ping, /usr/bin/vmware-wizard, /usr/sbin/vmware-serverd, /usr/lib/vmware/bin/vmplayer, /usr/lib/vmware/bin/vmware-ui, /usr/lib/vmware/bin/vmware-mks
-+.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 vmware policy is very flexible allowing users to setup their vmware processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vmware:
-+
-+.EX
-+.B vmware_t, vmware_host_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vmware_t
-+can be used to make the process type vmware_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vmware policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vmware with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vmware_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 cifs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B vmware_conf_t
-+
-+	/home/[^/]*/\.vmware[^/]*/.*\.cfg
-+.br
-+	/home/pwalsh/\.vmware[^/]*/.*\.cfg
-+.br
-+	/home/dwalsh/\.vmware[^/]*/.*\.cfg
-+.br
-+	/var/lib/xguest/home/xguest/\.vmware[^/]*/.*\.cfg
-+.br
-+
-+.br
-+.B vmware_file_t
-+
-+	/home/[^/]*/vmware(/.*)?
-+.br
-+	/home/[^/]*/\.vmware(/.*)?
-+.br
-+	/home/pwalsh/vmware(/.*)?
-+.br
-+	/home/pwalsh/\.vmware(/.*)?
-+.br
-+	/home/dwalsh/vmware(/.*)?
-+.br
-+	/home/dwalsh/\.vmware(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/vmware(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.vmware(/.*)?
-+.br
-+
-+.br
-+.B vmware_pid_t
-+
-+
-+.br
-+.B vmware_tmp_t
-+
-+
-+.br
-+.B vmware_tmpfs_t
-+
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 vmware policy is very flexible allowing users to setup their vmware processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+vmware policy stores data with multiple different file context types under the /var/lib/xguest/home/xguest/\.vmware directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/xguest/home/xguest/\.vmware /srv/\.vmware
-+.br
-+.B restorecon -R -v /srv/\.vmware
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vmware, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vmware_conf_t '/srv/vmware/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvmware_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vmware:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.vmware[^/]*/.*\.cfg, /home/pwalsh/\.vmware[^/]*/.*\.cfg, /home/dwalsh/\.vmware[^/]*/.*\.cfg, /var/lib/xguest/home/xguest/\.vmware[^/]*/.*\.cfg
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/opt/vmware/(workstation|player)/bin/vmware, /opt/vmware/(workstation|player)/bin/vmware-ping, /opt/vmware/(workstation|player)/bin/vmware-wizard, /usr/bin/vmware, /usr/bin/vmware-ping, /usr/bin/vmware-wizard, /usr/sbin/vmware-serverd, /usr/lib/vmware/bin/vmplayer, /usr/lib/vmware/bin/vmware-ui, /usr/lib/vmware/bin/vmware-mks
-+
-+.EX
-+.PP
-+.B vmware_file_t
-+.EE
-+
-+- Set files with the vmware_file_t type, if you want to treat the files as vmware content.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/vmware(/.*)?, /home/[^/]*/\.vmware(/.*)?, /home/pwalsh/vmware(/.*)?, /home/pwalsh/\.vmware(/.*)?, /home/dwalsh/vmware(/.*)?, /home/dwalsh/\.vmware(/.*)?, /var/lib/xguest/home/xguest/vmware(/.*)?, /var/lib/xguest/home/xguest/\.vmware(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/opt/vmware/(workstation|player)/bin/vmnet-natd, /opt/vmware/(workstation|player)/bin/vmnet-dhcpd, /opt/vmware/(workstation|player)/bin/vmware-nmbd, /opt/vmware/(workstation|player)/bin/vmware-smbd, /opt/vmware/(workstation|player)/bin/vmnet-bridge, /opt/vmware/(workstation|player)/bin/vmnet-netifup, /opt/vmware/(workstation|player)/bin/vmnet-sniffer, /opt/vmware/(workstation|player)/bin/vmware-smbpasswd, /opt/vmware/(workstation|player)/bin/vmware-smbpasswd\.bin, /usr/sbin/vmware-guest.*, /usr/lib/vmware-tools/sbin32/vmware.*, /usr/lib/vmware-tools/sbin64/vmware.*, /usr/bin/vmnet-natd, /usr/bin/vmware-vmx, /usr/bin/vmnet-dhcpd, /usr/bin/vmware-nmbd, /usr/bin/vmware-smbd, /usr/bin/vmnet-bridge, /usr/bin/vmnet-netifup, /usr/bin/vmnet-sniffer, /usr/bin/vmware-network, /usr/bin/vmware-smbpasswd, /usr/bin/vmware-smbpasswd\.bin, /usr/lib/vmware/bin/vmware-vmx
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/vmware.*, /var/log/vnetlib.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/vmware.*(/.*)?, /usr/lib/vmware/config
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vmware(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), vmware_host_selinux(8)
-\ 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..224093c
---- /dev/null
-+++ b/man/man8/vnstat_selinux.8
-@@ -0,0 +1,189 @@
-+.TH  "vnstat_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vnstat_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vnstat_t SELinux type can be entered via the \fBvnstat_exec_t\fP file type.
-+
-+The default entrypoint paths for the vnstat_t domain are the following:
-+
-+/usr/bin/vnstat
-+.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 vnstat policy is very flexible allowing users to setup their vnstat processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vnstat:
-+
-+.EX
-+.B vnstat_t, vnstatd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vnstat_t
-+can be used to make the process type vnstat_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vnstat policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vnstat with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vnstat_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 vnstatd_var_lib_t
-+
-+	/var/lib/vnstat(/.*)?
-+.br
-+
-+.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 vnstat policy is very flexible allowing users to setup their vnstat processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vnstat, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vnstat_exec_t '/srv/vnstat/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvnstat_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vnstat:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B vnstatd_initrc_exec_t
-+.EE
-+
-+- Set files with the vnstatd_initrc_exec_t type, if you want to transition an executable to the vnstatd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vnstat(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), vnstatd_selinux(8)
-\ 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..1a81f4a
---- /dev/null
-+++ b/man/man8/vnstatd_selinux.8
-@@ -0,0 +1,219 @@
-+.TH  "vnstatd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vnstatd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vnstatd_t SELinux type can be entered via the \fBvnstatd_exec_t\fP file type.
-+
-+The default entrypoint paths for the vnstatd_t domain are the following:
-+
-+/usr/sbin/vnstatd
-+.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 vnstatd policy is very flexible allowing users to setup their vnstatd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vnstatd:
-+
-+.EX
-+.B vnstat_t, vnstatd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vnstatd_t
-+can be used to make the process type vnstatd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vnstatd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vnstatd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vnstatd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B vnstatd_var_lib_t
-+
-+	/var/lib/vnstat(/.*)?
-+.br
-+
-+.br
-+.B vnstatd_var_run_t
-+
-+	/var/run/vnstat.*
-+.br
-+
-+.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 vnstatd policy is very flexible allowing users to setup their vnstatd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vnstatd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vnstatd_exec_t '/srv/vnstatd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvnstatd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vnstatd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B vnstatd_initrc_exec_t
-+.EE
-+
-+- Set files with the vnstatd_initrc_exec_t type, if you want to transition an executable to the vnstatd_initrc_t domain.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vnstatd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), vnstat_selinux(8), vnstat_selinux(8)
-\ 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..ae76e33
---- /dev/null
-+++ b/man/man8/vpnc_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "vpnc_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep vpnc_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The vpnc_t SELinux type can be entered via the \fBvpnc_exec_t\fP file type.
-+
-+The default entrypoint paths for the vpnc_t domain are the following:
-+
-+/sbin/vpnc, /usr/sbin/vpnc, /usr/bin/openconnect
-+.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 vpnc policy is very flexible allowing users to setup their vpnc processes in as secure a method as possible.
-+.PP
-+The following process types are defined for vpnc:
-+
-+.EX
-+.B vpnc_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a vpnc_t
-+can be used to make the process type vpnc_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  vpnc policy is extremely flexible and has several booleans that allow you to manipulate the policy and run vpnc with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the vpnc_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 vpnc_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type vpnc_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 net_conf_t
-+
-+	/etc/hosts[^/]*
-+.br
-+	/etc/yp\.conf.*
-+.br
-+	/etc/denyhosts.*
-+.br
-+	/etc/hosts\.deny.*
-+.br
-+	/etc/resolv\.conf.*
-+.br
-+	/etc/sysconfig/networking(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts(/.*)?
-+.br
-+	/etc/sysconfig/network-scripts/.*resolv\.conf
-+.br
-+	/etc/ethers
-+.br
-+
-+.br
-+.B vpnc_tmp_t
-+
-+
-+.br
-+.B vpnc_var_run_t
-+
-+	/var/run/vpnc(/.*)?
-+.br
-+
-+.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 vpnc policy is very flexible allowing users to setup their vpnc processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the vpnc, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t vpnc_exec_t '/srv/vpnc/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myvpnc_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for vpnc:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/vpnc, /usr/sbin/vpnc, /usr/bin/openconnect
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), vpnc(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/wdmd_selinux.8 b/man/man8/wdmd_selinux.8
-new file mode 100644
-index 0000000..baaa5e5
---- /dev/null
-+++ b/man/man8/wdmd_selinux.8
-@@ -0,0 +1,275 @@
-+.TH  "wdmd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep wdmd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The wdmd_t SELinux type can be entered via the \fBwdmd_exec_t\fP file type.
-+
-+The default entrypoint paths for the wdmd_t domain are the following:
-+
-+/usr/sbin/wdmd
-+.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 wdmd policy is very flexible allowing users to setup their wdmd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for wdmd:
-+
-+.EX
-+.B wdmd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a wdmd_t
-+can be used to make the process type wdmd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  wdmd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run wdmd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the wdmd_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 wdmd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type wdmd_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 corosync_tmpfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B wdmd_tmpfs_t
-+
-+
-+.br
-+.B wdmd_var_run_t
-+
-+	/var/run/wdmd(/.*)?
-+.br
-+	/var/run/checkquorum-timer
-+.br
-+
-+.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 wdmd policy is very flexible allowing users to setup their wdmd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the wdmd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t wdmd_exec_t '/srv/wdmd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mywdmd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for wdmd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/wdmd(/.*)?, /var/run/checkquorum-timer
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), wdmd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/webadm_selinux.8 b/man/man8/webadm_selinux.8
-new file mode 100644
-index 0000000..80fae68
---- /dev/null
-+++ b/man/man8/webadm_selinux.8
-@@ -0,0 +1,399 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+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
-+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.
-+
-+The default type for the webadm_r role is webadm_t.
-+
-+The
-+.B newrole
-+program to transition directly to this role.
-+
-+.B newrole -r webadm_r -t webadm_t
-+
-+.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
-+
-+.br
-+sudo will run COMMAND as staff_u:webadm_r:webadm_t:LEVEL
-+
-+When using a a non login role, you need to setup SELinux so that your SELinux user can reach webadm_r role.
-+
-+Execute the following to see all of the assigned SELinux roles:
-+
-+.B semanage user -l
-+
-+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
-+
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  webadm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run webadm with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether webadm can manage generic user files, you must turn on the webadm_manage_user_files boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P webadm_manage_user_files 1
-+
-+.EE
-+
-+.PP
-+If you want to determine whether webadm can read generic user files, you must turn on the webadm_read_user_files boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P webadm_read_user_files 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type webadm_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 httpd_config_t
-+
-+	/etc/httpd(/.*)?
-+.br
-+	/etc/apache(2)?(/.*)?
-+.br
-+	/etc/cherokee(/.*)?
-+.br
-+	/etc/lighttpd(/.*)?
-+.br
-+	/etc/apache-ssl(2)?(/.*)?
-+.br
-+	/var/lib/openshift/\.httpd\.d(/.*)?
-+.br
-+	/var/lib/stickshift/\.httpd\.d(/.*)?
-+.br
-+	/etc/vhosts
-+.br
-+
-+.br
-+.B httpd_lock_t
-+
-+
-+.br
-+.B httpd_log_t
-+
-+	/var/www(/.*)?/logs(/.*)?
-+.br
-+	/var/log/cacti(/.*)?
-+.br
-+	/var/log/httpd(/.*)?
-+.br
-+	/var/log/apache(2)?(/.*)?
-+.br
-+	/var/log/php-fpm(/.*)?
-+.br
-+	/var/log/cherokee(/.*)?
-+.br
-+	/var/log/lighttpd(/.*)?
-+.br
-+	/var/log/suphp\.log.*
-+.br
-+	/var/log/apache-ssl(2)?(/.*)?
-+.br
-+	/var/log/cgiwrap\.log.*
-+.br
-+	/var/www/stickshift/[^/]*/log(/.*)?
-+.br
-+	/var/log/roundcubemail(/.*)?
-+.br
-+	/var/log/dirsrv/admin-serv(/.*)?
-+.br
-+	/var/lib/openshift/\.log/httpd(/.*)?
-+.br
-+	/var/www/openshift/console/log(/.*)?
-+.br
-+	/var/www/openshift/broker/httpd/logs(/.*)?
-+.br
-+	/var/www/openshift/console/httpd/logs(/.*)?
-+.br
-+	/etc/httpd/logs
-+.br
-+
-+.br
-+.B httpd_modules_t
-+
-+	/usr/lib/httpd(/.*)?
-+.br
-+	/usr/lib/apache(/.*)?
-+.br
-+	/usr/lib/cherokee(/.*)?
-+.br
-+	/usr/lib/lighttpd(/.*)?
-+.br
-+	/usr/lib/apache2/modules(/.*)?
-+.br
-+	/etc/httpd/modules
-+.br
-+
-+.br
-+.B httpd_php_tmp_t
-+
-+
-+.br
-+.B httpd_script_exec_type
-+
-+
-+.br
-+.B httpd_suexec_tmp_t
-+
-+
-+.br
-+.B httpd_tmp_t
-+
-+	/var/run/user/apache(/.*)?
-+.br
-+	/var/www/openshift/console/tmp(/.*)?
-+.br
-+
-+.br
-+.B httpd_unit_file_t
-+
-+	/usr/lib/systemd/system/httpd.*
-+.br
-+	/usr/lib/systemd/system/jetty.*
-+.br
-+	/usr/lib/systemd/system/php-fpm.*
-+.br
-+
-+.br
-+.B httpd_var_run_t
-+
-+	/var/run/mod_.*
-+.br
-+	/var/run/wsgi.*
-+.br
-+	/var/run/httpd.*
-+.br
-+	/var/run/apache.*
-+.br
-+	/var/run/php-fpm(/.*)?
-+.br
-+	/var/run/lighttpd(/.*)?
-+.br
-+	/var/lib/php/session(/.*)?
-+.br
-+	/var/run/dirsrv/admin-serv.*
-+.br
-+	/var/www/openshift/broker/httpd/run(/.*)?
-+.br
-+	/var/www/openshift/console/httpd/run(/.*)?
-+.br
-+	/opt/dirsrv/var/run/dirsrv/dsgw/cookies(/.*)?
-+.br
-+	/var/run/gcache_port
-+.br
-+	/var/run/cherokee\.pid
-+.br
-+
-+.br
-+.B httpdcontent
-+
-+
-+.br
-+.B public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B webadm_tmp_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), webadm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..17b5309
---- /dev/null
-+++ b/man/man8/webalizer_selinux.8
-@@ -0,0 +1,301 @@
-+.TH  "webalizer_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep webalizer_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The webalizer_t SELinux type can be entered via the \fBwebalizer_exec_t\fP file type.
-+
-+The default entrypoint paths for the webalizer_t domain are the following:
-+
-+/usr/bin/awffull, /usr/bin/webalizer, /usr/bin/webazolver
-+.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 webalizer policy is very flexible allowing users to setup their webalizer processes in as secure a method as possible.
-+.PP
-+The following process types are defined for webalizer:
-+
-+.EX
-+.B webalizer_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a webalizer_t
-+can be used to make the process type webalizer_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  webalizer policy is extremely flexible and has several booleans that allow you to manipulate the policy and run webalizer with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the webalizer_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 webalizer_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type webalizer_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 anon_inodefs_t
-+
-+
-+.br
-+.B httpd_sys_content_t
-+
-+	/srv/([^/]*/)?www(/.*)?
-+.br
-+	/var/www(/.*)?
-+.br
-+	/etc/htdig(/.*)?
-+.br
-+	/srv/gallery2(/.*)?
-+.br
-+	/var/lib/trac(/.*)?
-+.br
-+	/var/lib/htdig(/.*)?
-+.br
-+	/var/www/icons(/.*)?
-+.br
-+	/usr/share/htdig(/.*)?
-+.br
-+	/usr/share/drupal.*
-+.br
-+	/usr/share/z-push(/.*)?
-+.br
-+	/var/www/svn/conf(/.*)?
-+.br
-+	/usr/share/icecast(/.*)?
-+.br
-+	/var/lib/cacti/rra(/.*)?
-+.br
-+	/usr/share/ntop/html(/.*)?
-+.br
-+	/usr/share/doc/ghc/html(/.*)?
-+.br
-+	/usr/share/openca/htdocs(/.*)?
-+.br
-+	/usr/share/selinux-policy[^/]*/html(/.*)?
-+.br
-+
-+.br
-+.B httpd_webalizer_content_t
-+
-+	/var/www/usage(/.*)?
-+.br
-+
-+.br
-+.B webalizer_tmp_t
-+
-+
-+.br
-+.B webalizer_var_lib_t
-+
-+	/var/lib/webalizer(/.*)?
-+.br
-+
-+.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 webalizer policy is very flexible allowing users to setup their webalizer processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the webalizer, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t webalizer_etc_t '/srv/webalizer/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mywebalizer_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for webalizer:
-+
-+
-+.EX
-+.PP
-+.B webalizer_etc_t
-+.EE
-+
-+- Set files with the webalizer_etc_t type, if you want to store webalizer files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/awffull, /usr/bin/webalizer, /usr/bin/webazolver
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.B webalizer_usage_t
-+.EE
-+
-+- Set files with the webalizer_usage_t type, if you want to treat the files as webalizer usage data.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), webalizer(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/winbind_helper_selinux.8 b/man/man8/winbind_helper_selinux.8
-new file mode 100644
-index 0000000..ed8444e
---- /dev/null
-+++ b/man/man8/winbind_helper_selinux.8
-@@ -0,0 +1,203 @@
-+.TH  "winbind_helper_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep winbind_helper_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The winbind_helper_t SELinux type can be entered via the \fBwinbind_helper_exec_t\fP file type.
-+
-+The default entrypoint paths for the winbind_helper_t domain are the following:
-+
-+/usr/bin/ntlm_auth
-+.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 winbind_helper policy is very flexible allowing users to setup their winbind_helper processes in as secure a method as possible.
-+.PP
-+The following process types are defined for winbind_helper:
-+
-+.EX
-+.B winbind_helper_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a winbind_helper_t
-+can be used to make the process type winbind_helper_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  winbind_helper policy is extremely flexible and has several booleans that allow you to manipulate the policy and run winbind_helper with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow Apache to use mod_auth_ntlm_winbind, you must turn on the httpd_mod_auth_ntlm_winbind boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_mod_auth_ntlm_winbind 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the winbind_helper_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 winbind_helper_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 winbind_helper policy is very flexible allowing users to setup their winbind_helper processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the winbind_helper, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t winbind_helper_exec_t '/srv/winbind_helper/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mywinbind_helper_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for winbind_helper:
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), winbind_helper(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), winbind_selinux(8), winbind_selinux(8)
-\ 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..187c4ee
---- /dev/null
-+++ b/man/man8/winbind_selinux.8
-@@ -0,0 +1,379 @@
-+.TH  "winbind_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep winbind_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The winbind_t SELinux type can be entered via the \fBwinbind_exec_t\fP file type.
-+
-+The default entrypoint paths for the winbind_t domain are the following:
-+
-+/usr/sbin/winbindd
-+.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 winbind policy is very flexible allowing users to setup their winbind processes in as secure a method as possible.
-+.PP
-+The following process types are defined for winbind:
-+
-+.EX
-+.B winbind_helper_t, winbind_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a winbind_t
-+can be used to make the process type winbind_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  winbind policy is extremely flexible and has several booleans that allow you to manipulate the policy and run winbind with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the winbind_helper_t, winbind_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 winbind_helper_t, winbind_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type winbind_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 auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B ctdbd_var_lib_t
-+
-+	/var/lib/ctdbd(/.*)?
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B samba_log_t
-+
-+	/var/log/samba(/.*)?
-+.br
-+
-+.br
-+.B samba_secrets_t
-+
-+	/etc/samba/smbpasswd
-+.br
-+	/etc/samba/passdb\.tdb
-+.br
-+	/etc/samba/MACHINE\.SID
-+.br
-+	/etc/samba/secrets\.tdb
-+.br
-+
-+.br
-+.B samba_var_t
-+
-+	/var/nmbd(/.*)?
-+.br
-+	/var/lib/samba(/.*)?
-+.br
-+	/var/cache/samba(/.*)?
-+.br
-+	/var/spool/samba(/.*)?
-+.br
-+
-+.br
-+.B smbd_tmp_t
-+
-+
-+.br
-+.B smbd_var_run_t
-+
-+	/var/run/samba(/.*)?
-+.br
-+	/var/run/samba/smbd\.pid
-+.br
-+	/var/run/samba/brlock\.tdb
-+.br
-+	/var/run/samba/locking\.tdb
-+.br
-+	/var/run/samba/gencache\.tdb
-+.br
-+	/var/run/samba/sessionid\.tdb
-+.br
-+	/var/run/samba/share_info\.tdb
-+.br
-+	/var/run/samba/connections\.tdb
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B winbind_log_t
-+
-+
-+.br
-+.B winbind_var_run_t
-+
-+	/var/run/winbindd(/.*)?
-+.br
-+	/var/run/samba/winbindd(/.*)?
-+.br
-+	/var/lib/samba/winbindd_privileged(/.*)?
-+.br
-+	/var/cache/samba/winbindd_privileged(/.*)?
-+.br
-+
-+.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 winbind policy is very flexible allowing users to setup their winbind processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the winbind, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t winbind_exec_t '/srv/winbind/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mywinbind_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for winbind:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/winbindd(/.*)?, /var/run/samba/winbindd(/.*)?, /var/lib/samba/winbindd_privileged(/.*)?, /var/cache/samba/winbindd_privileged(/.*)?
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), winbind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), winbind_helper_selinux(8)
-\ 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..6b86ef7
---- /dev/null
-+++ b/man/man8/wine_selinux.8
-@@ -0,0 +1,187 @@
-+.TH  "wine_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep wine_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The wine_t SELinux type can be entered via the \fBwine_exec_t\fP file type.
-+
-+The default entrypoint paths for the wine_t domain are the following:
-+
-+/usr/bin/wine.*, /opt/teamviewer(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/wdi, /opt/google/picasa(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/msiexec, /opt/google/picasa(/.*)?/bin/notepad, /opt/google/picasa(/.*)?/bin/progman, /opt/google/picasa(/.*)?/bin/regedit, /opt/google/picasa(/.*)?/bin/regsvr32, /opt/google/picasa(/.*)?/Picasa3/.*exe, /opt/google/picasa(/.*)?/bin/uninstaller, /opt/cxoffice/bin/wine.*, /opt/picasa/wine/bin/wine.*, /usr/bin/msiexec, /usr/bin/notepad, /usr/bin/regedit, /usr/bin/regsvr32, /usr/bin/uninstaller, /home/[^/]*/cxoffice/bin/wine.+, /home/pwalsh/cxoffice/bin/wine.+, /home/dwalsh/cxoffice/bin/wine.+, /var/lib/xguest/home/xguest/cxoffice/bin/wine.+
-+.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 wine policy is very flexible allowing users to setup their wine processes in as secure a method as possible.
-+.PP
-+The following process types are defined for wine:
-+
-+.EX
-+.B wine_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a wine_t
-+can be used to make the process type wine_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  wine policy is extremely flexible and has several booleans that allow you to manipulate the policy and run wine with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to control the ability to mmap a low area of the address space, as configured by /proc/sys/kernel/mmap_min_addr, you must turn on the mmap_low_allowed boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P mmap_low_allowed 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type wine_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 wine_tmp_t
-+
-+
-+.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 wine policy is very flexible allowing users to setup their wine processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the wine, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t wine_exec_t '/srv/wine/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mywine_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for wine:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/wine.*, /opt/teamviewer(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/wdi, /opt/google/picasa(/.*)?/bin/wine.*, /opt/google/picasa(/.*)?/bin/msiexec, /opt/google/picasa(/.*)?/bin/notepad, /opt/google/picasa(/.*)?/bin/progman, /opt/google/picasa(/.*)?/bin/regedit, /opt/google/picasa(/.*)?/bin/regsvr32, /opt/google/picasa(/.*)?/Picasa3/.*exe, /opt/google/picasa(/.*)?/bin/uninstaller, /opt/cxoffice/bin/wine.*, /opt/picasa/wine/bin/wine.*, /usr/bin/msiexec, /usr/bin/notepad, /usr/bin/regedit, /usr/bin/regsvr32, /usr/bin/uninstaller, /home/[^/]*/cxoffice/bin/wine.+, /home/pwalsh/cxoffice/bin/wine.+, /home/dwalsh/cxoffice/bin/wine.+, /var/lib/xguest/home/xguest/cxoffice/bin/wine.+
-+
-+.EX
-+.PP
-+.B wine_home_t
-+.EE
-+
-+- Set files with the wine_home_t type, if you want to store wine files in the users home directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.wine(/.*)?, /home/pwalsh/\.wine(/.*)?, /home/dwalsh/\.wine(/.*)?, /var/lib/xguest/home/xguest/\.wine(/.*)?
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), wine(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..0b16e0b
---- /dev/null
-+++ b/man/man8/wireshark_selinux.8
-@@ -0,0 +1,385 @@
-+.TH  "wireshark_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep wireshark_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The wireshark_t SELinux type can be entered via the \fBwireshark_exec_t\fP file type.
-+
-+The default entrypoint paths for the wireshark_t domain are the following:
-+
-+/usr/bin/wireshark
-+.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 wireshark policy is very flexible allowing users to setup their wireshark processes in as secure a method as possible.
-+.PP
-+The following process types are defined for wireshark:
-+
-+.EX
-+.B wireshark_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a wireshark_t
-+can be used to make the process type wireshark_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  wireshark policy is extremely flexible and has several booleans that allow you to manipulate the policy and run wireshark with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the wireshark_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 wireshark_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type wireshark_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B wireshark_home_t
-+
-+	/home/[^/]*/\.wireshark(/.*)?
-+.br
-+	/home/pwalsh/\.wireshark(/.*)?
-+.br
-+	/home/dwalsh/\.wireshark(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.wireshark(/.*)?
-+.br
-+
-+.br
-+.B wireshark_tmp_t
-+
-+
-+.br
-+.B wireshark_tmpfs_t
-+
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 wireshark policy is very flexible allowing users to setup their wireshark processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the wireshark, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t wireshark_exec_t '/srv/wireshark/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mywireshark_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for wireshark:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/home/[^/]*/\.wireshark(/.*)?, /home/pwalsh/\.wireshark(/.*)?, /home/dwalsh/\.wireshark(/.*)?, /var/lib/xguest/home/xguest/\.wireshark(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), wireshark(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/wpa_cli_selinux.8 b/man/man8/wpa_cli_selinux.8
-new file mode 100644
-index 0000000..4b464a6
---- /dev/null
-+++ b/man/man8/wpa_cli_selinux.8
-@@ -0,0 +1,159 @@
-+.TH  "wpa_cli_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep wpa_cli_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The wpa_cli_t SELinux type can be entered via the \fBwpa_cli_exec_t\fP file type.
-+
-+The default entrypoint paths for the wpa_cli_t domain are the following:
-+
-+/sbin/wpa_cli, /usr/sbin/wpa_cli
-+.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 wpa_cli policy is very flexible allowing users to setup their wpa_cli processes in as secure a method as possible.
-+.PP
-+The following process types are defined for wpa_cli:
-+
-+.EX
-+.B wpa_cli_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a wpa_cli_t
-+can be used to make the process type wpa_cli_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  wpa_cli policy is extremely flexible and has several booleans that allow you to manipulate the policy and run wpa_cli with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.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 wpa_cli policy is very flexible allowing users to setup their wpa_cli processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the wpa_cli, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t wpa_cli_exec_t '/srv/wpa_cli/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/mywpa_cli_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for wpa_cli:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/wpa_cli, /usr/sbin/wpa_cli
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), wpa_cli(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/xauth_selinux.8 b/man/man8/xauth_selinux.8
-new file mode 100644
-index 0000000..ebcfde0
---- /dev/null
-+++ b/man/man8/xauth_selinux.8
-@@ -0,0 +1,413 @@
-+.TH  "xauth_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep xauth_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xauth_t SELinux type can be entered via the \fBxauth_exec_t\fP file type.
-+
-+The default entrypoint paths for the xauth_t domain are the following:
-+
-+/usr/bin/xauth, /usr/X11R6/bin/xauth
-+.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 xauth policy is very flexible allowing users to setup their xauth processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xauth:
-+
-+.EX
-+.B xauth_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xauth_t
-+can be used to make the process type xauth_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xauth policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xauth with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the xauth_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 xauth_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xauth_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xauth_tmp_t
-+
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xdm_var_run_t
-+
-+	/etc/kde[34]?/kdm/backgroundrc
-+.br
-+	/var/run/[kgm]dm(/.*)?
-+.br
-+	/var/run/gdm(3)?\.pid
-+.br
-+	/usr/lib/qt-.*/etc/settings(/.*)?
-+.br
-+	/var/run/slim.*
-+.br
-+	/var/run/lxdm(/.*)?
-+.br
-+	/var/run/slim(/.*)?
-+.br
-+	/var/run/xauth(/.*)?
-+.br
-+	/var/run/xdmctl(/.*)?
-+.br
-+	/var/run/lightdm(/.*)?
-+.br
-+	/var/run/systemd/multi-session-x(/.*)?
-+.br
-+	/var/run/xdm\.pid
-+.br
-+	/var/run/lxdm\.pid
-+.br
-+	/var/run/lxdm\.auth
-+.br
-+	/var/run/gdm_socket
-+.br
-+
-+.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 xauth policy is very flexible allowing users to setup their xauth processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the xauth, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t xauth_exec_t '/srv/xauth/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myxauth_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for xauth:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/xauth, /usr/X11R6/bin/xauth
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.xauth.*, /root/\.Xauth.*, /root/\.serverauth.*, /root/\.Xauthority.*, /var/lib/pqsql/\.xauth.*, /var/lib/pqsql/\.Xauthority.*, /var/lib/nxserver/home/\.xauth.*, /var/lib/nxserver/home/\.Xauthority.*, /home/[^/]*/\.xauth.*, /home/[^/]*/\.Xauth.*, /home/[^/]*/\.serverauth.*, /home/[^/]*/\.Xauthority.*, /home/pwalsh/\.xauth.*, /home/pwalsh/\.Xauth.*, /home/pwalsh/\.serverauth.*, /home/pwalsh/\.Xauthority.*, /home/dwalsh/\.xauth.*, /home/dwalsh/\.Xauth.*, /home/dwalsh/\.serverauth.*, /home/dwalsh/\.Xauthority.*, /var/lib/xguest/home/xguest/\.xauth.*, /var/lib/xguest/home/xguest/\.Xauth.*, /var/lib/xguest/home/xguest/\.serverauth.*, /var/lib/xguest/home/xguest/\.Xauthority.*
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), xauth(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/xdm_dbusd_selinux.8 b/man/man8/xdm_dbusd_selinux.8
-new file mode 100644
-index 0000000..9a44f8b
---- /dev/null
-+++ b/man/man8/xdm_dbusd_selinux.8
-@@ -0,0 +1,254 @@
-+.TH  "xdm_dbusd_selinux"  "8"  "13-01-16" "xdm_dbusd" "SELinux Policy documentation for xdm_dbusd"
-+.SH "NAME"
-+xdm_dbusd_selinux \- Security Enhanced Linux Policy for the xdm_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the xdm_dbusd processes via flexible mandatory access control.
-+
-+The xdm_dbusd processes execute with the xdm_dbusd_t SELinux 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 xdm_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xdm_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the xdm_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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 xdm_dbusd policy is very flexible allowing users to setup their xdm_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xdm_dbusd:
-+
-+.EX
-+.B xdm_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xdm_dbusd_t
-+can be used to make the process type xdm_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xdm_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xdm_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the xdm_dbusd_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 xdm_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xdm_dbusd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B session_dbusd_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), xdm_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), xdm_selinux(8), xdm_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/xdm_selinux.8 b/man/man8/xdm_selinux.8
-new file mode 100644
-index 0000000..cda504c
---- /dev/null
-+++ b/man/man8/xdm_selinux.8
-@@ -0,0 +1,1027 @@
-+.TH  "xdm_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep xdm_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xdm_t SELinux type can be entered via the \fBxdm_exec_t, bin_t\fP file types.
-+
-+The default entrypoint paths for the xdm_t domain are the following:
-+
-+All executeables with the default executable label, usually stored in /usr/bin and /usr/sbin.
-+/usr/(s)?bin/gdm(3)?, /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, /etc/rc\.d/init\.d/x11-common
-+.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 xdm policy is very flexible allowing users to setup their xdm processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xdm:
-+
-+.EX
-+.B xdm_t, xdm_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xdm_t
-+can be used to make the process type xdm_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xdm policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xdm with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow the graphical login program to execute bootloader, you must turn on the xdm_exec_bootloader boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xdm_exec_bootloader 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a radius server, you must turn on the authlogin_radius boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_radius 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to login using a yubikey  server, you must turn on the authlogin_yubikey boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_yubikey 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to enable polyinstantiated directory support, you must turn on the polyinstantiation_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P polyinstantiation_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the xdm_dbusd_t, xdm_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 xdm_dbusd_t, xdm_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 xdm policy is very flexible allowing users to setup their xdm processes in as secure a method as possible.
-+.PP
-+The following port types are defined for xdm:
-+
-+.EX
-+.TP 5
-+.B xdmcp_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 177
-+.EE
-+udp 177
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xdm_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 anon_inodefs_t
-+
-+
-+.br
-+.B auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B auth_home_t
-+
-+	/root/\.google_authenticator
-+.br
-+	/root/\.google_authenticator~
-+.br
-+	/home/[^/]*/\.google_authenticator
-+.br
-+	/home/[^/]*/\.google_authenticator~
-+.br
-+	/home/pwalsh/\.google_authenticator
-+.br
-+	/home/pwalsh/\.google_authenticator~
-+.br
-+	/home/dwalsh/\.google_authenticator
-+.br
-+	/home/dwalsh/\.google_authenticator~
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator
-+.br
-+	/var/lib/xguest/home/xguest/\.google_authenticator~
-+.br
-+
-+.br
-+.B cgroup_t
-+
-+	/cgroup
-+.br
-+	/sys/fs/cgroup
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B faillog_t
-+
-+	/var/log/btmp.*
-+.br
-+	/var/log/faillog.*
-+.br
-+	/var/log/tallylog.*
-+.br
-+	/var/run/faillock(/.*)?
-+.br
-+
-+.br
-+.B fonts_cache_t
-+
-+	/var/cache/fontconfig(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gconf_home_t
-+
-+	/root/\.local.*
-+.br
-+	/root/\.gconf(d)?(/.*)?
-+.br
-+	/home/[^/]*/\.local.*
-+.br
-+	/home/[^/]*/\.gconf(d)?(/.*)?
-+.br
-+	/home/pwalsh/\.local.*
-+.br
-+	/home/pwalsh/\.gconf(d)?(/.*)?
-+.br
-+	/home/dwalsh/\.local.*
-+.br
-+	/home/dwalsh/\.gconf(d)?(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local.*
-+.br
-+	/var/lib/xguest/home/xguest/\.gconf(d)?(/.*)?
-+.br
-+
-+.br
-+.B gnome_home_type
-+
-+
-+.br
-+.B initrc_var_run_t
-+
-+	/var/run/utmp
-+.br
-+	/var/run/random-seed
-+.br
-+	/var/run/runlevel\.dir
-+.br
-+	/var/run/setmixer_flag
-+.br
-+
-+.br
-+.B krb5_host_rcache_t
-+
-+	/var/cache/krb5rcache(/.*)?
-+.br
-+	/var/tmp/nfs_0
-+.br
-+	/var/tmp/DNS_25
-+.br
-+	/var/tmp/host_0
-+.br
-+	/var/tmp/imap_0
-+.br
-+	/var/tmp/HTTP_23
-+.br
-+	/var/tmp/HTTP_48
-+.br
-+	/var/tmp/ldap_55
-+.br
-+	/var/tmp/ldap_487
-+.br
-+	/var/tmp/ldapmap1_0
-+.br
-+
-+.br
-+.B lastlog_t
-+
-+	/var/log/lastlog.*
-+.br
-+
-+.br
-+.B locale_t
-+
-+	/etc/locale.conf
-+.br
-+	/etc/vconsole.conf
-+.br
-+	/usr/lib/locale(/.*)?
-+.br
-+	/usr/share/locale(/.*)?
-+.br
-+	/usr/share/zoneinfo(/.*)?
-+.br
-+	/usr/share/X11/locale(/.*)?
-+.br
-+	/etc/timezone
-+.br
-+	/etc/localtime
-+.br
-+	/etc/sysconfig/clock
-+.br
-+	/etc/avahi/etc/localtime
-+.br
-+	/var/empty/sshd/etc/localtime
-+.br
-+	/var/spool/postfix/etc/localtime
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pam_var_console_t
-+
-+	/var/run/console(/.*)?
-+.br
-+
-+.br
-+.B pam_var_run_t
-+
-+	/var/(db|lib|adm)/sudo(/.*)?
-+.br
-+	/var/run/sudo(/.*)?
-+.br
-+	/var/run/sepermit(/.*)?
-+.br
-+	/var/run/pam_mount(/.*)?
-+.br
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B systemd_passwd_var_run_t
-+
-+	/var/run/systemd/ask-password(/.*)?
-+.br
-+	/var/run/systemd/ask-password-block(/.*)?
-+.br
-+
-+.br
-+.B user_fonts_t
-+
-+	/root/\.fonts(/.*)?
-+.br
-+	/tmp/\.font-unix(/.*)?
-+.br
-+	/home/[^/]*/\.fonts(/.*)?
-+.br
-+	/home/pwalsh/\.fonts(/.*)?
-+.br
-+	/home/dwalsh/\.fonts(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts(/.*)?
-+.br
-+
-+.br
-+.B user_tmp_t
-+
-+	/var/run/user(/.*)?
-+.br
-+	/tmp/gconfd-.*
-+.br
-+	/tmp/gconfd-pwalsh
-+.br
-+	/tmp/gconfd-dwalsh
-+.br
-+	/tmp/gconfd-xguest
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B var_auth_t
-+
-+	/var/ace(/.*)?
-+.br
-+	/var/rsa(/.*)?
-+.br
-+	/var/lib/abl(/.*)?
-+.br
-+	/var/lib/rsa(/.*)?
-+.br
-+	/var/lib/pam_ssh(/.*)?
-+.br
-+	/var/run/pam_ssh(/.*)?
-+.br
-+	/var/lib/pam_shield(/.*)?
-+.br
-+	/var/opt/quest/vas/vasd(/.*)?
-+.br
-+	/var/lib/google-authenticator(/.*)?
-+.br
-+
-+.br
-+.B wtmp_t
-+
-+	/var/log/wtmp.*
-+.br
-+
-+.br
-+.B xauth_home_t
-+
-+	/root/\.xauth.*
-+.br
-+	/root/\.Xauth.*
-+.br
-+	/root/\.serverauth.*
-+.br
-+	/root/\.Xauthority.*
-+.br
-+	/var/lib/pqsql/\.xauth.*
-+.br
-+	/var/lib/pqsql/\.Xauthority.*
-+.br
-+	/var/lib/nxserver/home/\.xauth.*
-+.br
-+	/var/lib/nxserver/home/\.Xauthority.*
-+.br
-+	/home/[^/]*/\.xauth.*
-+.br
-+	/home/[^/]*/\.Xauth.*
-+.br
-+	/home/[^/]*/\.serverauth.*
-+.br
-+	/home/[^/]*/\.Xauthority.*
-+.br
-+	/home/pwalsh/\.xauth.*
-+.br
-+	/home/pwalsh/\.Xauth.*
-+.br
-+	/home/pwalsh/\.serverauth.*
-+.br
-+	/home/pwalsh/\.Xauthority.*
-+.br
-+	/home/dwalsh/\.xauth.*
-+.br
-+	/home/dwalsh/\.Xauth.*
-+.br
-+	/home/dwalsh/\.serverauth.*
-+.br
-+	/home/dwalsh/\.Xauthority.*
-+.br
-+	/var/lib/xguest/home/xguest/\.xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.serverauth.*
-+.br
-+	/var/lib/xguest/home/xguest/\.Xauthority.*
-+.br
-+
-+.br
-+.B xdm_home_t
-+
-+	/root/\.dmrc.*
-+.br
-+	/root/\.xsession-errors.*
-+.br
-+	/home/[^/]*/\.dmrc.*
-+.br
-+	/home/[^/]*/\.cache/gdm(/.*)?
-+.br
-+	/home/[^/]*/\.xsession-errors.*
-+.br
-+	/home/pwalsh/\.dmrc.*
-+.br
-+	/home/pwalsh/\.cache/gdm(/.*)?
-+.br
-+	/home/pwalsh/\.xsession-errors.*
-+.br
-+	/home/dwalsh/\.dmrc.*
-+.br
-+	/home/dwalsh/\.cache/gdm(/.*)?
-+.br
-+	/home/dwalsh/\.xsession-errors.*
-+.br
-+	/var/lib/xguest/home/xguest/\.dmrc.*
-+.br
-+	/var/lib/xguest/home/xguest/\.cache/gdm(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xsession-errors.*
-+.br
-+
-+.br
-+.B xdm_lock_t
-+
-+
-+.br
-+.B xdm_log_t
-+
-+	/var/log/[mkwx]dm\.log.*
-+.br
-+	/var/log/mdm(/.*)?
-+.br
-+	/var/log/lxdm\.log.*
-+.br
-+	/var/log/slim\.log
-+.br
-+
-+.br
-+.B xdm_rw_etc_t
-+
-+	/etc/X11/wdm(/.*)?
-+.br
-+	/etc/opt/VirtualGL(/.*)?
-+.br
-+
-+.br
-+.B xdm_spool_t
-+
-+	/var/spool/[mg]dm(/.*)?
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xdm_tmpfs_t
-+
-+
-+.br
-+.B xdm_var_lib_t
-+
-+	/var/lib/[mxkwg]dm(/.*)?
-+.br
-+	/var/cache/[mg]dm(/.*)?
-+.br
-+	/var/lib/gdm(3)?(/.*)?
-+.br
-+	/var/lib/lxdm(/.*)?
-+.br
-+	/var/lib/lightdm(/.*)?
-+.br
-+	/var/cache/lightdm(/.*)?
-+.br
-+
-+.br
-+.B xdm_var_run_t
-+
-+	/etc/kde[34]?/kdm/backgroundrc
-+.br
-+	/var/run/[kgm]dm(/.*)?
-+.br
-+	/var/run/gdm(3)?\.pid
-+.br
-+	/usr/lib/qt-.*/etc/settings(/.*)?
-+.br
-+	/var/run/slim.*
-+.br
-+	/var/run/lxdm(/.*)?
-+.br
-+	/var/run/slim(/.*)?
-+.br
-+	/var/run/xauth(/.*)?
-+.br
-+	/var/run/xdmctl(/.*)?
-+.br
-+	/var/run/lightdm(/.*)?
-+.br
-+	/var/run/systemd/multi-session-x(/.*)?
-+.br
-+	/var/run/xdm\.pid
-+.br
-+	/var/run/lxdm\.pid
-+.br
-+	/var/run/lxdm\.auth
-+.br
-+	/var/run/gdm_socket
-+.br
-+
-+.br
-+.B xkb_var_lib_t
-+
-+	/var/lib/xkb(/.*)?
-+.br
-+	/usr/X11R6/lib/X11/xkb/.*
-+.br
-+	/usr/X11R6/lib/X11/xkb
-+.br
-+
-+.br
-+.B xserver_log_t
-+
-+	/var/[xgkw]dm(/.*)?
-+.br
-+	/usr/var/[xgkw]dm(/.*)?
-+.br
-+	/var/log/gdm(3)?(/.*)?
-+.br
-+	/var/log/Xorg.*
-+.br
-+	/var/log/XFree86.*
-+.br
-+	/var/log/lightdm(/.*)?
-+.br
-+	/var/log/nvidia-installer\.log.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 xdm policy is very flexible allowing users to setup their xdm processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+xdm policy stores data with multiple different file context types under the /var/run/lxdm directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/lxdm /srv/lxdm
-+.br
-+.B restorecon -R -v /srv/lxdm
-+.PP
-+
-+.PP
-+xdm policy stores data with multiple different file context types under the /var/run/slim directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/slim /srv/slim
-+.br
-+.B restorecon -R -v /srv/slim
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the xdm, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t xdm_etc_t '/srv/xdm/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myxdm_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for xdm:
-+
-+
-+.EX
-+.PP
-+.B xdm_etc_t
-+.EE
-+
-+- Set files with the xdm_etc_t type, if you want to store xdm files in the /etc directories.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/(s)?bin/gdm(3)?, /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, /etc/rc\.d/init\.d/x11-common
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/root/\.dmrc.*, /root/\.xsession-errors.*, /home/[^/]*/\.dmrc.*, /home/[^/]*/\.cache/gdm(/.*)?, /home/[^/]*/\.xsession-errors.*, /home/pwalsh/\.dmrc.*, /home/pwalsh/\.cache/gdm(/.*)?, /home/pwalsh/\.xsession-errors.*, /home/dwalsh/\.dmrc.*, /home/dwalsh/\.cache/gdm(/.*)?, /home/dwalsh/\.xsession-errors.*, /var/lib/xguest/home/xguest/\.dmrc.*, /var/lib/xguest/home/xguest/\.cache/gdm(/.*)?, /var/lib/xguest/home/xguest/\.xsession-errors.*
-+
-+.EX
-+.PP
-+.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
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/[mkwx]dm\.log.*, /var/log/mdm(/.*)?, /var/log/lxdm\.log.*, /var/log/slim\.log
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/X11/wdm(/.*)?, /etc/opt/VirtualGL(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/tmp/\.X11-unix(/.*)?, /tmp/\.ICE-unix(/.*)?, /tmp/\.X0-lock
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/[mg]dm/Init(/.*)?, /etc/[mg]dm/PostLogin(/.*)?, /etc/[mg]dm/PreSession(/.*)?, /etc/[mg]dm/PostSession(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/[mxkwg]dm(/.*)?, /var/cache/[mg]dm(/.*)?, /var/lib/gdm(3)?(/.*)?, /var/lib/lxdm(/.*)?, /var/lib/lightdm(/.*)?, /var/cache/lightdm(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/kde[34]?/kdm/backgroundrc, /var/run/[kgm]dm(/.*)?, /var/run/gdm(3)?\.pid, /usr/lib/qt-.*/etc/settings(/.*)?, /var/run/slim.*, /var/run/lxdm(/.*)?, /var/run/slim(/.*)?, /var/run/xauth(/.*)?, /var/run/xdmctl(/.*)?, /var/run/lightdm(/.*)?, /var/run/systemd/multi-session-x(/.*)?, /var/run/xdm\.pid, /var/run/lxdm\.pid, /var/run/lxdm\.auth, /var/run/gdm_socket
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), xdm(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), xdm_dbusd_selinux(8)
-\ 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..a38e2b2
---- /dev/null
-+++ b/man/man8/xenconsoled_selinux.8
-@@ -0,0 +1,219 @@
-+.TH  "xenconsoled_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep xenconsoled_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xenconsoled_t SELinux type can be entered via the \fBxenconsoled_exec_t\fP file type.
-+
-+The default entrypoint paths for the xenconsoled_t domain are the following:
-+
-+/usr/sbin/xenconsoled
-+.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 xenconsoled policy is very flexible allowing users to setup their xenconsoled processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xenconsoled:
-+
-+.EX
-+.B xenconsoled_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xenconsoled_t
-+can be used to make the process type xenconsoled_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xenconsoled policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xenconsoled with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xenconsoled_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B xenconsoled_var_run_t
-+
-+	/var/run/xenconsoled\.pid
-+.br
-+
-+.br
-+.B xend_var_log_t
-+
-+	/var/log/xen(/.*)?
-+.br
-+	/var/log/xend\.log.*
-+.br
-+	/var/log/xend-debug\.log.*
-+.br
-+	/var/log/xen-hotplug\.log.*
-+.br
-+
-+.br
-+.B xenfs_t
-+
-+
-+.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 xenconsoled policy is very flexible allowing users to setup their xenconsoled processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the xenconsoled, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t xenconsoled_exec_t '/srv/xenconsoled/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myxenconsoled_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for xenconsoled:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), xenconsoled(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/xend_selinux.8 b/man/man8/xend_selinux.8
-new file mode 100644
-index 0000000..c71001d
---- /dev/null
-+++ b/man/man8/xend_selinux.8
-@@ -0,0 +1,456 @@
-+.TH  "xend_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep xend_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xend_t SELinux type can be entered via the \fBxend_exec_t\fP file type.
-+
-+The default entrypoint paths for the xend_t domain are the following:
-+
-+/usr/sbin/xend
-+.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 xend policy is very flexible allowing users to setup their xend processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xend:
-+
-+.EX
-+.B xend_t, xenstored_t, xenconsoled_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xend_t
-+can be used to make the process type xend_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xend policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xend with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow xend to run blktapctrl/tapdisk. Not required if using dedicated logical volumes for disk images, you must turn on the xend_run_blktap boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xend_run_blktap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xend to run qemu-dm. Not required if using paravirt and no vfb, you must turn on the xend_run_qemu boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xend_run_qemu 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xen to manage nfs files, you must turn on the xen_use_nfs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xen_use_nfs 1
-+
-+.EE
-+
-+.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 xend policy is very flexible allowing users to setup their xend processes in as secure a method as possible.
-+.PP
-+The following port types are defined for xend:
-+
-+.EX
-+.TP 5
-+.B xen_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 8002
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xend_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 dhcp_etc_t
-+
-+	/etc/dhcpc.*
-+.br
-+	/etc/dhcp3(/.*)?
-+.br
-+	/etc/dhcpd(6)?\.conf
-+.br
-+	/etc/dhcp3?/dhclient.*
-+.br
-+	/etc/dhclient.*conf
-+.br
-+	/etc/dhcp/dhcpd(6)?\.conf
-+.br
-+	/etc/dhclient-script
-+.br
-+
-+.br
-+.B etc_runtime_t
-+
-+	/[^/]+
-+.br
-+	/etc/mtab.*
-+.br
-+	/etc/blkid(/.*)?
-+.br
-+	/etc/nologin.*
-+.br
-+	/etc/\.fstab\.hal\..+
-+.br
-+	/halt
-+.br
-+	/fastboot
-+.br
-+	/poweroff
-+.br
-+	/etc/cmtab
-+.br
-+	/forcefsck
-+.br
-+	/\.autofsck
-+.br
-+	/\.suspended
-+.br
-+	/fsckoptions
-+.br
-+	/\.autorelabel
-+.br
-+	/etc/securetty
-+.br
-+	/etc/nohotplug
-+.br
-+	/etc/killpower
-+.br
-+	/etc/ioctl\.save
-+.br
-+	/etc/fstab\.REVOKE
-+.br
-+	/etc/network/ifstate
-+.br
-+	/etc/sysconfig/hwconf
-+.br
-+	/etc/ptal/ptal-printd-like
-+.br
-+	/etc/sysconfig/iptables\.save
-+.br
-+	/etc/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+	/etc/X11/xorg\.conf\.d/00-system-setup-keyboard\.conf
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B virt_image_t
-+
-+	/var/lib/libvirt/images(/.*)?
-+.br
-+	/var/lib/imagefactory/images(/.*)?
-+.br
-+
-+.br
-+.B xen_image_t
-+
-+	/xen(/.*)?
-+.br
-+	/var/lib/xen/images(/.*)?
-+.br
-+
-+.br
-+.B xend_tmp_t
-+
-+
-+.br
-+.B xend_var_lib_t
-+
-+	/var/lib/xen(/.*)?
-+.br
-+	/var/lib/xend(/.*)?
-+.br
-+
-+.br
-+.B xend_var_log_t
-+
-+	/var/log/xen(/.*)?
-+.br
-+	/var/log/xend\.log.*
-+.br
-+	/var/log/xend-debug\.log.*
-+.br
-+	/var/log/xen-hotplug\.log.*
-+.br
-+
-+.br
-+.B xend_var_run_t
-+
-+	/var/run/xend(/.*)?
-+.br
-+	/var/run/xenner(/.*)?
-+.br
-+	/var/run/xend\.pid
-+.br
-+
-+.br
-+.B xenfs_t
-+
-+
-+.br
-+.B xenstored_var_run_t
-+
-+	/var/run/xenstored(/.*)?
-+.br
-+	/var/run/xenstore\.pid
-+.br
-+
-+.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 xend policy is very flexible allowing users to setup their xend processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B EQUIVALENCE DIRECTORIES
-+
-+.PP
-+xend policy stores data with multiple different file context types under the /var/log/xen directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/log/xen /srv/xen
-+.br
-+.B restorecon -R -v /srv/xen
-+.PP
-+
-+.PP
-+xend policy stores data with multiple different file context types under the /var/lib/xen directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/lib/xen /srv/xen
-+.br
-+.B restorecon -R -v /srv/xen
-+.PP
-+
-+.PP
-+xend policy stores data with multiple different file context types under the /var/run/xend directory.  If you would like to store the data in a different directory you can use the semanage command to create an equivalence mapping.  If you wanted to store this data under the /srv dirctory you would execute the following command:
-+.PP
-+.B semanage fcontext -a -e /var/run/xend /srv/xend
-+.br
-+.B restorecon -R -v /srv/xend
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the xend, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t xend_exec_t '/srv/xend/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myxend_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for xend:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/lib/xen(/.*)?, /var/lib/xend(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/xen(/.*)?, /var/log/xend\.log.*, /var/log/xend-debug\.log.*, /var/log/xen-hotplug\.log.*
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/xend(/.*)?, /var/run/xenner(/.*)?, /var/run/xend\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), xend(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), xenconsoled_selinux(8), xenstored_selinux(8)
-\ 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..3ecd931
---- /dev/null
-+++ b/man/man8/xenstored_selinux.8
-@@ -0,0 +1,245 @@
-+.TH  "xenstored_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep xenstored_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xenstored_t SELinux type can be entered via the \fBxenstored_exec_t\fP file type.
-+
-+The default entrypoint paths for the xenstored_t domain are the following:
-+
-+/usr/sbin/xenstored
-+.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 xenstored policy is very flexible allowing users to setup their xenstored processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xenstored:
-+
-+.EX
-+.B xenstored_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xenstored_t
-+can be used to make the process type xenstored_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xenstored policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xenstored with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xenstored_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B xenfs_t
-+
-+
-+.br
-+.B xenstored_tmp_t
-+
-+
-+.br
-+.B xenstored_var_lib_t
-+
-+	/var/lib/xenstored(/.*)?
-+.br
-+
-+.br
-+.B xenstored_var_log_t
-+
-+
-+.br
-+.B xenstored_var_run_t
-+
-+	/var/run/xenstored(/.*)?
-+.br
-+	/var/run/xenstore\.pid
-+.br
-+
-+.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 xenstored policy is very flexible allowing users to setup their xenstored processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the xenstored, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t xenstored_exec_t '/srv/xenstored/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myxenstored_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for xenstored:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/xenstored(/.*)?, /var/run/xenstore\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), xenstored(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/xguest_dbusd_selinux.8 b/man/man8/xguest_dbusd_selinux.8
-new file mode 100644
-index 0000000..42cd1a4
---- /dev/null
-+++ b/man/man8/xguest_dbusd_selinux.8
-@@ -0,0 +1,254 @@
-+.TH  "xguest_dbusd_selinux"  "8"  "13-01-16" "xguest_dbusd" "SELinux Policy documentation for xguest_dbusd"
-+.SH "NAME"
-+xguest_dbusd_selinux \- Security Enhanced Linux Policy for the xguest_dbusd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the xguest_dbusd processes via flexible mandatory access control.
-+
-+The xguest_dbusd processes execute with the xguest_dbusd_t SELinux 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 xguest_dbusd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xguest_dbusd_t SELinux type can be entered via the \fBdbusd_exec_t\fP file type.
-+
-+The default entrypoint paths for the xguest_dbusd_t domain are the following:
-+
-+/usr/bin/dbus-daemon(-1)?, /bin/dbus-daemon, /lib/dbus-1/dbus-daemon-launch-helper, /usr/lib/dbus-1/dbus-daemon-launch-helper
-+.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 xguest_dbusd policy is very flexible allowing users to setup their xguest_dbusd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xguest_dbusd:
-+
-+.EX
-+.B xguest_dbusd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xguest_dbusd_t
-+can be used to make the process type xguest_dbusd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xguest_dbusd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xguest_dbusd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the xguest_dbusd_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 xguest_dbusd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xguest_dbusd_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 cifs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B session_dbusd_tmp_t
-+
-+
-+.br
-+.B user_home_t
-+
-+	/home/[^/]*/.+
-+.br
-+	/home/pwalsh/.+
-+.br
-+	/home/dwalsh/.+
-+.br
-+	/var/lib/xguest/home/xguest/.+
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), xguest_dbusd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), xguest_selinux(8), xguest_selinux(8), xguest_gkeyringd_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/xguest_gkeyringd_selinux.8 b/man/man8/xguest_gkeyringd_selinux.8
-new file mode 100644
-index 0000000..0e60ac1
---- /dev/null
-+++ b/man/man8/xguest_gkeyringd_selinux.8
-@@ -0,0 +1,314 @@
-+.TH  "xguest_gkeyringd_selinux"  "8"  "13-01-16" "xguest_gkeyringd" "SELinux Policy documentation for xguest_gkeyringd"
-+.SH "NAME"
-+xguest_gkeyringd_selinux \- Security Enhanced Linux Policy for the xguest_gkeyringd processes
-+.SH "DESCRIPTION"
-+
-+Security-Enhanced Linux secures the xguest_gkeyringd processes via flexible mandatory access control.
-+
-+The xguest_gkeyringd processes execute with the xguest_gkeyringd_t SELinux 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 xguest_gkeyringd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xguest_gkeyringd_t SELinux type can be entered via the \fBgkeyringd_exec_t\fP file type.
-+
-+The default entrypoint paths for the xguest_gkeyringd_t domain are the following:
-+
-+/usr/bin/gnome-keyring-daemon
-+.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 xguest_gkeyringd policy is very flexible allowing users to setup their xguest_gkeyringd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xguest_gkeyringd:
-+
-+.EX
-+.B xguest_gkeyringd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xguest_gkeyringd_t
-+can be used to make the process type xguest_gkeyringd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xguest_gkeyringd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xguest_gkeyringd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the xguest_gkeyringd_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 xguest_gkeyringd_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xguest_gkeyringd_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 cache_home_t
-+
-+	/root/\.cache(/.*)?
-+.br
-+	/home/[^/]*/\.nv(/.*)?
-+.br
-+	/home/[^/]*/\.cache(/.*)?
-+.br
-+	/home/pwalsh/\.nv(/.*)?
-+.br
-+	/home/pwalsh/\.cache(/.*)?
-+.br
-+	/home/dwalsh/\.nv(/.*)?
-+.br
-+	/home/dwalsh/\.cache(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.nv(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.cache(/.*)?
-+.br
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B config_home_t
-+
-+	/root/\.kde(/.*)?
-+.br
-+	/root/\.xine(/.*)?
-+.br
-+	/root/\.config(/.*)?
-+.br
-+	/var/run/user/[^/]*/dconf(/.*)?
-+.br
-+	/root/\.Xdefaults
-+.br
-+	/home/[^/]*/\.kde(/.*)?
-+.br
-+	/home/[^/]*/\.xine(/.*)?
-+.br
-+	/home/[^/]*/\.config(/.*)?
-+.br
-+	/home/[^/]*/\.Xdefaults
-+.br
-+	/home/pwalsh/\.kde(/.*)?
-+.br
-+	/home/pwalsh/\.xine(/.*)?
-+.br
-+	/home/pwalsh/\.config(/.*)?
-+.br
-+	/home/pwalsh/\.Xdefaults
-+.br
-+	/home/dwalsh/\.kde(/.*)?
-+.br
-+	/home/dwalsh/\.xine(/.*)?
-+.br
-+	/home/dwalsh/\.config(/.*)?
-+.br
-+	/home/dwalsh/\.Xdefaults
-+.br
-+	/var/lib/xguest/home/xguest/\.kde(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.xine(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.config(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Xdefaults
-+.br
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B gkeyringd_gnome_home_t
-+
-+	/root/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/[^/]*/\.local/share/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/pwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.gnome2/keyrings(/.*)?
-+.br
-+	/home/dwalsh/\.local/share/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.gnome2/keyrings(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.local/share/keyrings(/.*)?
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), xguest_gkeyringd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), xguest_selinux(8), xguest_selinux(8), xguest_dbusd_selinux(8)
-\ No newline at end of file
-diff --git a/man/man8/xguest_selinux.8 b/man/man8/xguest_selinux.8
-new file mode 100644
-index 0000000..7bd1e7b
---- /dev/null
-+++ b/man/man8/xguest_selinux.8
-@@ -0,0 +1,541 @@
-+.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
-+
-+.SH DESCRIPTION
-+
-+\fBxguest_u\fP is an SELinux User defined in the SELinux
-+policy. SELinux users have default roles, \fBxguest_r\fP.  The
-+default role has a default type, \fBxguest_t\fP, associated with it.
-+
-+The SELinux user will usually login to a system with a context that looks like:
-+
-+.B xguest_u:xguest_r:xguest_t:s0
-+
-+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.
-+
-+By default all users are assigned to the SELinux user via the \fB__default__\fP flag
-+
-+On Targeted policy systems the \fB__default__\fP user is assigned to the \fBunconfined_u\fP SELinux user.
-+
-+You can list all Linux User to SELinux user mapping using:
-+
-+.B semanage login -l
-+
-+If you wanted to change the default user mapping to use the xguest_u user, you would execute:
-+
-+.B semanage login -m -s xguest_u __default__
-+
-+
-+If you want to map the one Linux user (joe) to the SELinux user xguest, you would execute:
-+
-+.B $ semanage login -a -s xguest_u joe
-+
-+
-+.SH USER DESCRIPTION
-+
-+The SELinux user xguest_u is defined in policy as a unprivileged user. SELinux prevents unprivileged users from doing administration tasks without transitioning to a different role.
-+
-+.SH SUDO
-+
-+.SH X WINDOWS LOGIN
-+
-+The SELinux user xguest_u is able to X Windows login.
-+
-+.SH NETWORK
-+
-+.TP
-+The SELinux user xguest_u is able to connect to the following tcp ports.
-+
-+.B dns_port_t: 53
-+
-+.B ftp_port_t: 21,990
-+
-+.B speech_port_t: 8036
-+
-+.B http_cache_port_t: 8080,8118,8123,10001-10010
-+
-+.B http_port_t: 80,81,443,488,8008,8009,8443,9000
-+
-+.B ocsp_port_t: 9080
-+
-+.B commplex_link_port_t: 5001
-+
-+.B squid_port_t: 3128,3401,4827
-+
-+.B ephemeral_port_t: 32768-61000
-+
-+.B pulseaudio_port_t: 4713
-+
-+.B kerberos_port_t: 88,750,4444
-+
-+.B flash_port_t: 843,1935
-+
-+.B soundd_port_t: 8000,9433,16001
-+
-+.B ipp_port_t: 631,8610-8614
-+
-+.B transproxy_port_t: 8081
-+
-+.B all ports with out defined types
-+
-+.TP
-+The SELinux user xguest_u is able to connect to the following tcp ports.
-+
-+.B dns_port_t: 53
-+
-+.B ftp_port_t: 21,990
-+
-+.B speech_port_t: 8036
-+
-+.B http_cache_port_t: 8080,8118,8123,10001-10010
-+
-+.B http_port_t: 80,81,443,488,8008,8009,8443,9000
-+
-+.B ocsp_port_t: 9080
-+
-+.B commplex_link_port_t: 5001
-+
-+.B squid_port_t: 3128,3401,4827
-+
-+.B ephemeral_port_t: 32768-61000
-+
-+.B pulseaudio_port_t: 4713
-+
-+.B kerberos_port_t: 88,750,4444
-+
-+.B flash_port_t: 843,1935
-+
-+.B soundd_port_t: 8000,9433,16001
-+
-+.B ipp_port_t: 631,8610-8614
-+
-+.B transproxy_port_t: 8081
-+
-+.B all ports with out defined types
-+
-+.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.
-+
-+
-+.PP
-+If you want to allow xguest users to configure Network Manager and connect to apache ports, you must turn on the xguest_connect_network boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xguest_connect_network 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xguest users to mount removable media, you must turn on the xguest_mount_media boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xguest_mount_media 1
-+
-+.EE
-+
-+.PP
-+If you want to allow xguest to use blue tooth devices, you must turn on the xguest_use_bluetooth boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xguest_use_bluetooth 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla, you must turn on the deny_execmem boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow httpd cgi support, you must turn on the httpd_enable_cgi boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_enable_cgi 1
-+
-+.EE
-+
-+.PP
-+If you want to unify HTTPD handling of all content files, you must turn on the httpd_unified boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P httpd_unified 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow logging in and using the system from /dev/console, you must turn on the login_console_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P login_console_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to disallow programs, such as newrole, from transitioning to administrative user domains, you must turn on the secure_mode boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P secure_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to allow regular users direct dri device access, you must turn on the selinuxuser_direct_dri_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_direct_dri_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla, you must turn on the selinuxuser_execstack boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_execstack 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user to r/w files on filesystems that do not have extended attributes (FAT, CDROM, FLOPPY), you must turn on the selinuxuser_rw_noexattrfile boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_rw_noexattrfile 1
-+
-+.EE
-+
-+.PP
-+If you want to allow user  to use ssh chroot environment, you must turn on the selinuxuser_use_ssh_chroot boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P selinuxuser_use_ssh_chroot 1
-+
-+.EE
-+
-+.PP
-+If you want to allow ssh logins as sysadm_r:sysadm_t, you must turn on the ssh_sysadm_login boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P ssh_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to allow the graphical login program to login directly as sysadm_r:sysadm_t, you must turn on the xdm_sysadm_login boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xdm_sysadm_login 1
-+
-+.EE
-+
-+.PP
-+If you want to allows clients to write to the X server shared memory segments, you must turn on the xserver_clients_write_xshm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_clients_write_xshm 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.SH HOME_EXEC
-+
-+The SELinux user xguest_u is able execute home content files.
-+
-+.SH TRANSITIONS
-+
-+Three things can happen when xguest_t attempts to execute a program.
-+
-+\fB1.\fP SELinux Policy can deny xguest_t from executing the program.
-+
-+.TP
-+
-+\fB2.\fP SELinux Policy can allow xguest_t to execute the program in the current user type.
-+
-+Execute the following to see the types that the SELinux user xguest_t can execute without transitioning:
-+
-+.B search -A -s xguest_t -c file -p execute_no_trans
-+
-+.TP
-+
-+\fB3.\fP SELinux can allow xguest_t to execute the program and transition to a new type.
-+
-+Execute the following to see the types that the SELinux user xguest_t can execute and transition:
-+
-+.B $ search -A -s xguest_t -c process -p transition
-+
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xguest_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 anon_inodefs_t
-+
-+
-+.br
-+.B auth_cache_t
-+
-+	/var/cache/coolkey(/.*)?
-+.br
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B httpd_user_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.+)?
-+.br
-+
-+.br
-+.B httpd_user_htaccess_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/\.htaccess
-+.br
-+
-+.br
-+.B httpd_user_ra_content_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))(/.*)?/logs(/.*)?
-+.br
-+
-+.br
-+.B httpd_user_rw_content_t
-+
-+
-+.br
-+.B httpd_user_script_exec_t
-+
-+	/home/[^/]*/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/home/pwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/home/dwalsh/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+	/var/lib/xguest/home/xguest/((www)|(web)|(public_html))/cgi-bin(/.+)?
-+.br
-+
-+.br
-+.B noxattrfs
-+
-+	all files on file systems which do not support extended attributes
-+.br
-+
-+.br
-+.B usbfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_home_type
-+
-+	all user home files
-+.br
-+
-+.br
-+.B user_tmp_type
-+
-+	all user tmp files
-+.br
-+
-+.br
-+.B user_tmpfs_type
-+
-+	all user content in tmpfs file systems
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), xguest(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), xguest_dbusd_selinux(8), xguest_gkeyringd_selinux(8)
-\ 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..dca2625
---- /dev/null
-+++ b/man/man8/xserver_selinux.8
-@@ -0,0 +1,563 @@
-+.TH  "xserver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep xserver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The xserver_t SELinux type can be entered via the \fBxserver_exec_t\fP file type.
-+
-+The default entrypoint paths for the xserver_t domain are the following:
-+
-+/usr/bin/Xair, /usr/bin/Xorg, /usr/bin/Xvnc, /usr/bin/Xephyr, /usr/X11R6/bin/X, /usr/X11R6/bin/Xorg, /usr/X11R6/bin/Xipaq, /usr/X11R6/bin/XFree86, /usr/X11R6/bin/Xwrapper
-+.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 xserver policy is very flexible allowing users to setup their xserver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for xserver:
-+
-+.EX
-+.B xserver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a xserver_t
-+can be used to make the process type xserver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  xserver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run xserver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allows XServer to execute writable memory, you must turn on the xserver_execmem boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P xserver_execmem 1
-+
-+.EE
-+
-+.PP
-+If you want to support X userspace object manager, you must turn on the xserver_object_manager boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P xserver_object_manager 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.PP
-+If you want to support ecryptfs home directories, you must turn on the use_ecryptfs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_ecryptfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support fusefs home directories, you must turn on the use_fusefs_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_fusefs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support NFS home directories, you must turn on the use_nfs_home_dirs boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P use_nfs_home_dirs 1
-+
-+.EE
-+
-+.PP
-+If you want to support SAMBA home directories, you must turn on the use_samba_home_dirs boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P use_samba_home_dirs 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. Disabled by default.
-+
-+.EX
-+.B setsebool -P virt_use_xserver 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the xserver_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 xserver_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 xserver policy is very flexible allowing users to setup their xserver processes in as secure a method as possible.
-+.PP
-+The following port types are defined for xserver:
-+
-+.EX
-+.TP 5
-+.B xserver_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 6000-6020
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type xserver_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 bluetooth_helper_tmpfs_t
-+
-+
-+.br
-+.B chrome_sandbox_tmpfs_t
-+
-+
-+.br
-+.B cifs_t
-+
-+
-+.br
-+.B consolekit_tmpfs_t
-+
-+
-+.br
-+.B ecryptfs_t
-+
-+	/home/[^/]*/\.Private(/.*)?
-+.br
-+	/home/[^/]*/\.ecryptfs(/.*)?
-+.br
-+	/home/pwalsh/\.Private(/.*)?
-+.br
-+	/home/pwalsh/\.ecryptfs(/.*)?
-+.br
-+	/home/dwalsh/\.Private(/.*)?
-+.br
-+	/home/dwalsh/\.ecryptfs(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.Private(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.ecryptfs(/.*)?
-+.br
-+
-+.br
-+.B fusefs_t
-+
-+
-+.br
-+.B games_tmpfs_t
-+
-+
-+.br
-+.B gpg_pinentry_tmpfs_t
-+
-+
-+.br
-+.B mozilla_tmpfs_t
-+
-+
-+.br
-+.B mplayer_tmpfs_t
-+
-+
-+.br
-+.B mtrr_device_t
-+
-+	/dev/cpu/mtrr
-+.br
-+
-+.br
-+.B nfs_t
-+
-+
-+.br
-+.B pulseaudio_tmpfs_t
-+
-+
-+.br
-+.B rhgb_tmpfs_t
-+
-+
-+.br
-+.B sandbox_xserver_tmpfs_t
-+
-+
-+.br
-+.B security_t
-+
-+	/selinux
-+.br
-+
-+.br
-+.B ssh_tmpfs_t
-+
-+
-+.br
-+.B sysfs_t
-+
-+	/sys(/.*)?
-+.br
-+
-+.br
-+.B tmpfs_t
-+
-+	/dev/shm
-+.br
-+	/lib/udev/devices/shm
-+.br
-+	/usr/lib/udev/devices/shm
-+.br
-+
-+.br
-+.B tvtime_tmpfs_t
-+
-+
-+.br
-+.B user_fonts_cache_t
-+
-+	/root/\.fontconfig(/.*)?
-+.br
-+	/root/\.fonts/auto(/.*)?
-+.br
-+	/root/\.fonts\.cache-.*
-+.br
-+	/home/[^/]*/\.fontconfig(/.*)?
-+.br
-+	/home/[^/]*/\.fonts/auto(/.*)?
-+.br
-+	/home/[^/]*/\.fonts\.cache-.*
-+.br
-+	/home/pwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/pwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/pwalsh/\.fonts\.cache-.*
-+.br
-+	/home/dwalsh/\.fontconfig(/.*)?
-+.br
-+	/home/dwalsh/\.fonts/auto(/.*)?
-+.br
-+	/home/dwalsh/\.fonts\.cache-.*
-+.br
-+	/var/lib/xguest/home/xguest/\.fontconfig(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts/auto(/.*)?
-+.br
-+	/var/lib/xguest/home/xguest/\.fonts\.cache-.*
-+.br
-+
-+.br
-+.B user_tmpfs_t
-+
-+	/dev/shm/mono.*
-+.br
-+	/dev/shm/pulse-shm.*
-+.br
-+
-+.br
-+.B vmware_tmpfs_t
-+
-+
-+.br
-+.B wireshark_tmpfs_t
-+
-+
-+.br
-+.B xdm_log_t
-+
-+	/var/log/[mkwx]dm\.log.*
-+.br
-+	/var/log/mdm(/.*)?
-+.br
-+	/var/log/lxdm\.log.*
-+.br
-+	/var/log/slim\.log
-+.br
-+
-+.br
-+.B xdm_tmp_t
-+
-+	/tmp/\.X11-unix(/.*)?
-+.br
-+	/tmp/\.ICE-unix(/.*)?
-+.br
-+	/tmp/\.X0-lock
-+.br
-+
-+.br
-+.B xdm_tmpfs_t
-+
-+
-+.br
-+.B xkb_var_lib_t
-+
-+	/var/lib/xkb(/.*)?
-+.br
-+	/usr/X11R6/lib/X11/xkb/.*
-+.br
-+	/usr/X11R6/lib/X11/xkb
-+.br
-+
-+.br
-+.B xserver_log_t
-+
-+	/var/[xgkw]dm(/.*)?
-+.br
-+	/usr/var/[xgkw]dm(/.*)?
-+.br
-+	/var/log/gdm(3)?(/.*)?
-+.br
-+	/var/log/Xorg.*
-+.br
-+	/var/log/XFree86.*
-+.br
-+	/var/log/lightdm(/.*)?
-+.br
-+	/var/log/nvidia-installer\.log.*
-+.br
-+
-+.br
-+.B xserver_tmpfs_t
-+
-+
-+.br
-+.B xserver_var_lib_t
-+
-+	/var/lib/xorg(/.*)?
-+.br
-+
-+.br
-+.B xserver_var_run_t
-+
-+	/var/run/xorg(/.*)?
-+.br
-+	/var/run/video.rom
-+.br
-+
-+.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 xserver policy is very flexible allowing users to setup their xserver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the xserver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t xserver_exec_t '/srv/xserver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myxserver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for xserver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/Xair, /usr/bin/Xorg, /usr/bin/Xvnc, /usr/bin/Xephyr, /usr/X11R6/bin/X, /usr/X11R6/bin/Xorg, /usr/X11R6/bin/Xipaq, /usr/X11R6/bin/XFree86, /usr/X11R6/bin/Xwrapper
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/[xgkw]dm(/.*)?, /usr/var/[xgkw]dm(/.*)?, /var/log/gdm(3)?(/.*)?, /var/log/Xorg.*, /var/log/XFree86.*, /var/log/lightdm(/.*)?, /var/log/nvidia-installer\.log.*
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/xorg(/.*)?, /var/run/video.rom
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), 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..3451109 100644
---- a/man/man8/ypbind_selinux.8
-+++ b/man/man8/ypbind_selinux.8
-@@ -1,19 +1,235 @@
--.TH  "ypbind_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "ypbind Selinux Policy documentation"
-+.TH  "ypbind_selinux"  "8"  "13-01-16" "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
- .SH "DESCRIPTION"
- 
--Security-Enhanced Linux secures the system via flexible mandatory access
--control. SELinux can be setup deny NIS from working, since it requires daemons to be allowed greater access to the network.  
-+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.
-+
-+For example:
-+
-+.B ps -eZ | grep ypbind_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ypbind_t SELinux type can be entered via the \fBypbind_exec_t\fP file type.
-+
-+The default entrypoint paths for the ypbind_t domain are the following:
-+
-+/sbin/ypbind, /usr/sbin/ypbind
-+.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 ypbind policy is very flexible allowing users to setup their ypbind processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ypbind:
-+
-+.EX
-+.B ypbind_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ypbind_t
-+can be used to make the process type ypbind_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
- .SH BOOLEANS
--.TP
--You must set the allow_ypbind boolean to allow your system to work properly in a NIS environment.
--.TP
--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>.
-+SELinux policy is customizable based on least access required.  ypbind policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ypbind with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ypbind_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B var_yp_t
-+
-+	/var/yp(/.*)?
-+.br
-+
-+.br
-+.B ypbind_tmp_t
-+
-+
-+.br
-+.B ypbind_var_run_t
-+
-+	/var/run/ypbind.*
-+.br
-+
-+.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 ypbind policy is very flexible allowing users to setup their ypbind processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ypbind, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ypbind_exec_t '/srv/ypbind/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myypbind_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ypbind:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/ypbind, /usr/sbin/ypbind
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ypbind(8), chcon(1), setsebool(8)
-+selinux(8), ypbind(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/yppasswdd_selinux.8 b/man/man8/yppasswdd_selinux.8
-new file mode 100644
-index 0000000..f51bc06
---- /dev/null
-+++ b/man/man8/yppasswdd_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "yppasswdd_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep yppasswdd_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The yppasswdd_t SELinux type can be entered via the \fByppasswdd_exec_t\fP file type.
-+
-+The default entrypoint paths for the yppasswdd_t domain are the following:
-+
-+/usr/sbin/rpc\.yppasswdd, /usr/sbin/rpc\.yppasswdd\.env
-+.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 yppasswdd policy is very flexible allowing users to setup their yppasswdd processes in as secure a method as possible.
-+.PP
-+The following process types are defined for yppasswdd:
-+
-+.EX
-+.B yppasswdd_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a yppasswdd_t
-+can be used to make the process type yppasswdd_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  yppasswdd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run yppasswdd with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type yppasswdd_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B shadow_t
-+
-+	/etc/shadow.*
-+.br
-+	/etc/gshadow.*
-+.br
-+	/etc/nshadow.*
-+.br
-+	/var/db/shadow.*
-+.br
-+	/etc/security/opasswd
-+.br
-+	/etc/security/opasswd\.old
-+.br
-+
-+.br
-+.B var_yp_t
-+
-+	/var/yp(/.*)?
-+.br
-+
-+.br
-+.B yppasswdd_var_run_t
-+
-+	/var/run/yppass.*
-+.br
-+
-+.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 yppasswdd policy is very flexible allowing users to setup their yppasswdd processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the yppasswdd, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t yppasswdd_exec_t '/srv/yppasswdd/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myyppasswdd_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for yppasswdd:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/rpc\.yppasswdd, /usr/sbin/rpc\.yppasswdd\.env
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), yppasswdd(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ypserv_selinux.8 b/man/man8/ypserv_selinux.8
-new file mode 100644
-index 0000000..ef89fa6
---- /dev/null
-+++ b/man/man8/ypserv_selinux.8
-@@ -0,0 +1,223 @@
-+.TH  "ypserv_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ypserv_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ypserv_t SELinux type can be entered via the \fBypserv_exec_t\fP file type.
-+
-+The default entrypoint paths for the ypserv_t domain are the following:
-+
-+/usr/sbin/ypserv
-+.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 ypserv policy is very flexible allowing users to setup their ypserv processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ypserv:
-+
-+.EX
-+.B ypserv_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ypserv_t
-+can be used to make the process type ypserv_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ypserv policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ypserv with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ypserv_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B var_yp_t
-+
-+	/var/yp(/.*)?
-+.br
-+
-+.br
-+.B ypserv_tmp_t
-+
-+
-+.br
-+.B ypserv_var_run_t
-+
-+	/var/run/ypserv.*
-+.br
-+
-+.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 ypserv policy is very flexible allowing users to setup their ypserv processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ypserv, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ypserv_conf_t '/srv/ypserv/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myypserv_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ypserv:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ypserv(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/ypxfr_selinux.8 b/man/man8/ypxfr_selinux.8
-new file mode 100644
-index 0000000..f8a58a7
---- /dev/null
-+++ b/man/man8/ypxfr_selinux.8
-@@ -0,0 +1,207 @@
-+.TH  "ypxfr_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep ypxfr_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The ypxfr_t SELinux type can be entered via the \fBypxfr_exec_t\fP file type.
-+
-+The default entrypoint paths for the ypxfr_t domain are the following:
-+
-+/usr/lib/yp/ypxfr, /usr/sbin/rpc\.ypxfrd
-+.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 ypxfr policy is very flexible allowing users to setup their ypxfr processes in as secure a method as possible.
-+.PP
-+The following process types are defined for ypxfr:
-+
-+.EX
-+.B ypxfr_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a ypxfr_t
-+can be used to make the process type ypxfr_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  ypxfr policy is extremely flexible and has several booleans that allow you to manipulate the policy and run ypxfr with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type ypxfr_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B var_yp_t
-+
-+	/var/yp(/.*)?
-+.br
-+
-+.br
-+.B ypxfr_var_run_t
-+
-+	/var/run/ypxfrd.*
-+.br
-+
-+.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 ypxfr policy is very flexible allowing users to setup their ypxfr processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the ypxfr, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t ypxfr_exec_t '/srv/ypxfr/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myypxfr_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for ypxfr:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/lib/yp/ypxfr, /usr/sbin/rpc\.ypxfrd
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), ypxfr(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/zabbix_agent_selinux.8 b/man/man8/zabbix_agent_selinux.8
-new file mode 100644
-index 0000000..c9affd7
---- /dev/null
-+++ b/man/man8/zabbix_agent_selinux.8
-@@ -0,0 +1,239 @@
-+.TH  "zabbix_agent_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zabbix_agent_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zabbix_agent_t SELinux type can be entered via the \fBzabbix_agent_exec_t\fP file type.
-+
-+The default entrypoint paths for the zabbix_agent_t domain are the following:
-+
-+/usr/bin/zabbix_agentd, /usr/sbin/zabbix_agentd
-+.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 zabbix_agent policy is very flexible allowing users to setup their zabbix_agent processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zabbix_agent:
-+
-+.EX
-+.B zabbix_agent_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zabbix_agent_t
-+can be used to make the process type zabbix_agent_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zabbix_agent policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zabbix_agent with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.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 zabbix_agent policy is very flexible allowing users to setup their zabbix_agent processes in as secure a method as possible.
-+.PP
-+The following port types are defined for zabbix_agent:
-+
-+.EX
-+.TP 5
-+.B zabbix_agent_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 10050
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zabbix_agent_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zabbix_tmpfs_t
-+
-+
-+.br
-+.B zabbix_var_run_t
-+
-+	/var/run/zabbix(/.*)?
-+.br
-+
-+.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 zabbix_agent policy is very flexible allowing users to setup their zabbix_agent processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zabbix_agent, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zabbix_agent_exec_t '/srv/zabbix_agent/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzabbix_agent_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zabbix_agent:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/zabbix_agentd, /usr/sbin/zabbix_agentd
-+
-+.EX
-+.PP
-+.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
-+command.  This will modify the SELinux labeling database.  You will need to use
-+.B restorecon
-+to apply the labels.
-+
-+.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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), zabbix_agent(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zabbix_selinux(8), zabbix_selinux(8)
-\ 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..1f972b0
---- /dev/null
-+++ b/man/man8/zabbix_selinux.8
-@@ -0,0 +1,354 @@
-+.TH  "zabbix_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zabbix_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zabbix_t SELinux type can be entered via the \fBzabbix_exec_t\fP file type.
-+
-+The default entrypoint paths for the zabbix_t domain are the following:
-+
-+/usr/bin/zabbix_server, /usr/sbin/zabbix_server, /usr/sbin/zabbix_server_mysql, /usr/sbin/zabbix_server_pgsql, /usr/sbin/zabbix_server_sqlite3
-+.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 zabbix policy is very flexible allowing users to setup their zabbix processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zabbix:
-+
-+.EX
-+.B zabbix_agent_t, zabbix_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zabbix_t
-+can be used to make the process type zabbix_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zabbix policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zabbix with the tightest access possible.
-+
-+
-+.PP
-+If you want to determine whether zabbix can connect to all TCP ports, you must turn on the zabbix_can_network boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P zabbix_can_network 1
-+
-+.EE
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zabbix_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 zabbix_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 zabbix policy is very flexible allowing users to setup their zabbix processes in as secure a method as possible.
-+.PP
-+The following port types are defined for zabbix:
-+
-+.EX
-+.TP 5
-+.B zabbix_agent_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 10050
-+.EE
-+
-+.EX
-+.TP 5
-+.B zabbix_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 10051
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zabbix_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zabbix_tmp_t
-+
-+
-+.br
-+.B zabbix_tmpfs_t
-+
-+
-+.br
-+.B zabbix_var_run_t
-+
-+	/var/run/zabbix(/.*)?
-+.br
-+
-+.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 zabbix policy is very flexible allowing users to setup their zabbix processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zabbix, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zabbix_agent_exec_t '/srv/zabbix/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzabbix_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zabbix:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/zabbix_agentd, /usr/sbin/zabbix_agentd
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/zabbix_server, /usr/sbin/zabbix_server, /usr/sbin/zabbix_server_mysql, /usr/sbin/zabbix_server_pgsql, /usr/sbin/zabbix_server_sqlite3
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), zabbix(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zabbix_agent_selinux(8)
-\ 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..7453de1
---- /dev/null
-+++ b/man/man8/zarafa_deliver_selinux.8
-@@ -0,0 +1,271 @@
-+.TH  "zarafa_deliver_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zarafa_deliver_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zarafa_deliver_t SELinux type can be entered via the \fBzarafa_deliver_exec_t\fP file type.
-+
-+The default entrypoint paths for the zarafa_deliver_t domain are the following:
-+
-+/usr/bin/zarafa-dagent
-+.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 zarafa_deliver policy is very flexible allowing users to setup their zarafa_deliver processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zarafa_deliver:
-+
-+.EX
-+.B zarafa_deliver_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zarafa_deliver_t
-+can be used to make the process type zarafa_deliver_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zarafa_deliver policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zarafa_deliver with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zarafa_deliver_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 zarafa_deliver_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zarafa_deliver_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zarafa_deliver_log_t
-+
-+	/var/log/zarafa/dagent\.log.*
-+.br
-+
-+.br
-+.B zarafa_deliver_tmp_t
-+
-+
-+.br
-+.B zarafa_deliver_var_run_t
-+
-+	/var/run/zarafa-dagent\.pid
-+.br
-+
-+.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 zarafa_deliver policy is very flexible allowing users to setup their zarafa_deliver processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zarafa_deliver, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zarafa_deliver_exec_t '/srv/zarafa_deliver/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzarafa_deliver_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zarafa_deliver:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zarafa_deliver(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zarafa_gateway_selinux(8), zarafa_ical_selinux(8), zarafa_indexer_selinux(8), zarafa_monitor_selinux(8), zarafa_server_selinux(8), zarafa_spooler_selinux(8)
-\ 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..273b2ef
---- /dev/null
-+++ b/man/man8/zarafa_gateway_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "zarafa_gateway_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zarafa_gateway_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zarafa_gateway_t SELinux type can be entered via the \fBzarafa_gateway_exec_t\fP file type.
-+
-+The default entrypoint paths for the zarafa_gateway_t domain are the following:
-+
-+/usr/bin/zarafa-gateway
-+.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 zarafa_gateway policy is very flexible allowing users to setup their zarafa_gateway processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zarafa_gateway:
-+
-+.EX
-+.B zarafa_gateway_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zarafa_gateway_t
-+can be used to make the process type zarafa_gateway_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zarafa_gateway policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zarafa_gateway with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zarafa_gateway_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 zarafa_gateway_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zarafa_gateway_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zarafa_gateway_log_t
-+
-+	/var/log/zarafa/gateway\.log.*
-+.br
-+
-+.br
-+.B zarafa_gateway_var_run_t
-+
-+	/var/run/zarafa-gateway\.pid
-+.br
-+
-+.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 zarafa_gateway policy is very flexible allowing users to setup their zarafa_gateway processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zarafa_gateway, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zarafa_gateway_exec_t '/srv/zarafa_gateway/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzarafa_gateway_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zarafa_gateway:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zarafa_gateway(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zarafa_deliver_selinux(8), zarafa_ical_selinux(8), zarafa_indexer_selinux(8), zarafa_monitor_selinux(8), zarafa_server_selinux(8), zarafa_spooler_selinux(8)
-\ 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..2b259d5
---- /dev/null
-+++ b/man/man8/zarafa_ical_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "zarafa_ical_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zarafa_ical_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zarafa_ical_t SELinux type can be entered via the \fBzarafa_ical_exec_t\fP file type.
-+
-+The default entrypoint paths for the zarafa_ical_t domain are the following:
-+
-+/usr/bin/zarafa-ical
-+.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 zarafa_ical policy is very flexible allowing users to setup their zarafa_ical processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zarafa_ical:
-+
-+.EX
-+.B zarafa_ical_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zarafa_ical_t
-+can be used to make the process type zarafa_ical_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zarafa_ical policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zarafa_ical with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zarafa_ical_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 zarafa_ical_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zarafa_ical_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zarafa_ical_log_t
-+
-+	/var/log/zarafa/ical\.log.*
-+.br
-+
-+.br
-+.B zarafa_ical_var_run_t
-+
-+	/var/run/zarafa-ical\.pid
-+.br
-+
-+.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 zarafa_ical policy is very flexible allowing users to setup their zarafa_ical processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zarafa_ical, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zarafa_ical_exec_t '/srv/zarafa_ical/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzarafa_ical_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zarafa_ical:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zarafa_ical(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zarafa_deliver_selinux(8), zarafa_gateway_selinux(8), zarafa_indexer_selinux(8), zarafa_monitor_selinux(8), zarafa_server_selinux(8), zarafa_spooler_selinux(8)
-\ 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..1d88552
---- /dev/null
-+++ b/man/man8/zarafa_indexer_selinux.8
-@@ -0,0 +1,287 @@
-+.TH  "zarafa_indexer_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zarafa_indexer_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zarafa_indexer_t SELinux type can be entered via the \fBzarafa_indexer_exec_t\fP file type.
-+
-+The default entrypoint paths for the zarafa_indexer_t domain are the following:
-+
-+/usr/bin/zarafa-indexer
-+.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 zarafa_indexer policy is very flexible allowing users to setup their zarafa_indexer processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zarafa_indexer:
-+
-+.EX
-+.B zarafa_indexer_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zarafa_indexer_t
-+can be used to make the process type zarafa_indexer_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zarafa_indexer policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zarafa_indexer with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zarafa_indexer_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 zarafa_indexer_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zarafa_indexer_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zarafa_indexer_log_t
-+
-+	/var/log/zarafa/indexer\.log.*
-+.br
-+
-+.br
-+.B zarafa_indexer_tmp_t
-+
-+
-+.br
-+.B zarafa_indexer_var_run_t
-+
-+	/var/run/zarafa-indexer
-+.br
-+	/var/run/zarafa-indexer\.pid
-+.br
-+
-+.br
-+.B zarafa_var_lib_t
-+
-+	/var/lib/zarafa(/.*)?
-+.br
-+	/var/lib/zarafa-webapp(/.*)?
-+.br
-+	/var/lib/zarafa-webaccess(/.*)?
-+.br
-+
-+.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 zarafa_indexer policy is very flexible allowing users to setup their zarafa_indexer processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zarafa_indexer, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zarafa_indexer_exec_t '/srv/zarafa_indexer/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzarafa_indexer_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zarafa_indexer:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/zarafa-indexer, /var/run/zarafa-indexer\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zarafa_indexer(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zarafa_deliver_selinux(8), zarafa_gateway_selinux(8), zarafa_ical_selinux(8), zarafa_monitor_selinux(8), zarafa_server_selinux(8), zarafa_spooler_selinux(8)
-\ 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..3c133a4
---- /dev/null
-+++ b/man/man8/zarafa_monitor_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "zarafa_monitor_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zarafa_monitor_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zarafa_monitor_t SELinux type can be entered via the \fBzarafa_monitor_exec_t\fP file type.
-+
-+The default entrypoint paths for the zarafa_monitor_t domain are the following:
-+
-+/usr/bin/zarafa-monitor
-+.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 zarafa_monitor policy is very flexible allowing users to setup their zarafa_monitor processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zarafa_monitor:
-+
-+.EX
-+.B zarafa_monitor_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zarafa_monitor_t
-+can be used to make the process type zarafa_monitor_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zarafa_monitor policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zarafa_monitor with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zarafa_monitor_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 zarafa_monitor_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zarafa_monitor_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zarafa_monitor_log_t
-+
-+	/var/log/zarafa/monitor\.log.*
-+.br
-+
-+.br
-+.B zarafa_monitor_var_run_t
-+
-+	/var/run/zarafa-monitor\.pid
-+.br
-+
-+.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 zarafa_monitor policy is very flexible allowing users to setup their zarafa_monitor processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zarafa_monitor, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zarafa_monitor_exec_t '/srv/zarafa_monitor/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzarafa_monitor_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zarafa_monitor:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zarafa_monitor(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zarafa_deliver_selinux(8), zarafa_gateway_selinux(8), zarafa_ical_selinux(8), zarafa_indexer_selinux(8), zarafa_server_selinux(8), zarafa_spooler_selinux(8)
-\ 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..fc4db8a
---- /dev/null
-+++ b/man/man8/zarafa_server_selinux.8
-@@ -0,0 +1,287 @@
-+.TH  "zarafa_server_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zarafa_server_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zarafa_server_t SELinux type can be entered via the \fBzarafa_server_exec_t\fP file type.
-+
-+The default entrypoint paths for the zarafa_server_t domain are the following:
-+
-+/usr/bin/zarafa-server
-+.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 zarafa_server policy is very flexible allowing users to setup their zarafa_server processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zarafa_server:
-+
-+.EX
-+.B zarafa_server_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zarafa_server_t
-+can be used to make the process type zarafa_server_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zarafa_server policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zarafa_server with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zarafa_server_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 zarafa_server_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zarafa_server_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zarafa_server_log_t
-+
-+	/var/log/zarafa/server\.log.*
-+.br
-+
-+.br
-+.B zarafa_server_tmp_t
-+
-+
-+.br
-+.B zarafa_server_var_run_t
-+
-+	/var/run/zarafa
-+.br
-+	/var/run/zarafa-server\.pid
-+.br
-+
-+.br
-+.B zarafa_var_lib_t
-+
-+	/var/lib/zarafa(/.*)?
-+.br
-+	/var/lib/zarafa-webapp(/.*)?
-+.br
-+	/var/lib/zarafa-webaccess(/.*)?
-+.br
-+
-+.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 zarafa_server policy is very flexible allowing users to setup their zarafa_server processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zarafa_server, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zarafa_server_exec_t '/srv/zarafa_server/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzarafa_server_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zarafa_server:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/zarafa, /var/run/zarafa-server\.pid
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zarafa_server(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zarafa_deliver_selinux(8), zarafa_gateway_selinux(8), zarafa_ical_selinux(8), zarafa_indexer_selinux(8), zarafa_monitor_selinux(8), zarafa_spooler_selinux(8)
-\ 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..b8169b8
---- /dev/null
-+++ b/man/man8/zarafa_spooler_selinux.8
-@@ -0,0 +1,259 @@
-+.TH  "zarafa_spooler_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zarafa_spooler_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zarafa_spooler_t SELinux type can be entered via the \fBzarafa_spooler_exec_t\fP file type.
-+
-+The default entrypoint paths for the zarafa_spooler_t domain are the following:
-+
-+/usr/bin/zarafa-spooler
-+.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 zarafa_spooler policy is very flexible allowing users to setup their zarafa_spooler processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zarafa_spooler:
-+
-+.EX
-+.B zarafa_spooler_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zarafa_spooler_t
-+can be used to make the process type zarafa_spooler_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zarafa_spooler policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zarafa_spooler with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zarafa_spooler_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 zarafa_spooler_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zarafa_spooler_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zarafa_spooler_log_t
-+
-+	/var/log/zarafa/spooler\.log.*
-+.br
-+
-+.br
-+.B zarafa_spooler_var_run_t
-+
-+	/var/run/zarafa-spooler\.pid
-+.br
-+
-+.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 zarafa_spooler policy is very flexible allowing users to setup their zarafa_spooler processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zarafa_spooler, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zarafa_spooler_exec_t '/srv/zarafa_spooler/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzarafa_spooler_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zarafa_spooler:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zarafa_spooler(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8), zarafa_deliver_selinux(8), zarafa_gateway_selinux(8), zarafa_ical_selinux(8), zarafa_indexer_selinux(8), zarafa_monitor_selinux(8), zarafa_server_selinux(8)
-\ 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..92c4c9a
---- /dev/null
-+++ b/man/man8/zebra_selinux.8
-@@ -0,0 +1,313 @@
-+.TH  "zebra_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zebra_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zebra_t SELinux type can be entered via the \fBzebra_exec_t\fP file type.
-+
-+The default entrypoint paths for the zebra_t domain are the following:
-+
-+/usr/sbin/rip.*, /usr/sbin/ospf.*, /usr/sbin/bgpd, /usr/sbin/zebra
-+.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 zebra policy is very flexible allowing users to setup their zebra processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zebra:
-+
-+.EX
-+.B zebra_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zebra_t
-+can be used to make the process type zebra_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zebra policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zebra with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow zebra daemon to write it configuration files, you must turn on the zebra_write_config boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P zebra_write_config 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.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 zebra policy is very flexible allowing users to setup their zebra processes in as secure a method as possible.
-+.PP
-+The following port types are defined for zebra:
-+
-+.EX
-+.TP 5
-+.B zebra_port_t
-+.TP 10
-+.EE
-+
-+
-+Default Defined Ports:
-+tcp 2600-2604,2606
-+.EE
-+udp 2600-2604,2606
-+.EE
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zebra_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 root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zebra_conf_t
-+
-+	/etc/zebra(/.*)?
-+.br
-+	/etc/quagga(/.*)?
-+.br
-+
-+.br
-+.B zebra_log_t
-+
-+	/var/log/zebra(/.*)?
-+.br
-+	/var/log/quagga(/.*)?
-+.br
-+
-+.br
-+.B zebra_var_run_t
-+
-+	/var/run/quagga(/.*)?
-+.br
-+	/var/run/\.zebra
-+.br
-+	/var/run/\.zserv
-+.br
-+
-+.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 zebra policy is very flexible allowing users to setup their zebra processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zebra, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zebra_conf_t '/srv/zebra/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzebra_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zebra:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/zebra(/.*)?, /etc/quagga(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/sbin/rip.*, /usr/sbin/ospf.*, /usr/sbin/bgpd, /usr/sbin/zebra
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/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
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/zebra(/.*)?, /var/log/quagga(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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 or /var/run directory.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/run/quagga(/.*)?, /var/run/\.zebra, /var/run/\.zserv
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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
-+
-+.B semanage boolean
-+can also be used to manipulate the booleans
-+
-+.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), zebra(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ 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..e2100ed
---- /dev/null
-+++ b/man/man8/zoneminder_selinux.8
-@@ -0,0 +1,359 @@
-+.TH  "zoneminder_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zoneminder_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zoneminder_t SELinux type can be entered via the \fBzoneminder_exec_t\fP file type.
-+
-+The default entrypoint paths for the zoneminder_t domain are the following:
-+
-+/usr/bin/zmpkg.pl, /usr/bin/motion
-+.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 zoneminder policy is very flexible allowing users to setup their zoneminder processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zoneminder:
-+
-+.EX
-+.B zoneminder_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zoneminder_t
-+can be used to make the process type zoneminder_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zoneminder policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zoneminder with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to write corefiles to /, you must turn on the daemons_dump_core boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_dump_core 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons to use tcp wrappers, you must turn on the daemons_use_tcp_wrapper boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tcp_wrapper 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zoneminder_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 zoneminder_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.SH "MANAGED FILES"
-+
-+The SELinux process type zoneminder_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 public_content_rw_t
-+
-+	/var/spool/abrt-upload(/.*)?
-+.br
-+
-+.br
-+.B root_t
-+
-+	/
-+.br
-+	/initrd
-+.br
-+
-+.br
-+.B zoneminder_log_t
-+
-+	/var/log/motion\.log.*
-+.br
-+	/var/log/zoneminder(/.*)?
-+.br
-+
-+.br
-+.B zoneminder_spool_t
-+
-+	/var/spool/zoneminder-upload(/.*)?
-+.br
-+
-+.br
-+.B zoneminder_tmpfs_t
-+
-+
-+.br
-+.B zoneminder_var_lib_t
-+
-+	/var/motion(/.*)?
-+.br
-+	/var/lib/zoneminder(/.*)?
-+.br
-+
-+.br
-+.B zoneminder_var_run_t
-+
-+	/var/run/motion\.pid
-+.br
-+
-+.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 zoneminder policy is very flexible allowing users to setup their zoneminder processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zoneminder, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zoneminder_exec_t '/srv/zoneminder/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzoneminder_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zoneminder:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/usr/bin/zmpkg.pl, /usr/bin/motion
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/etc/rc\.d/init\.d/motion, /etc/rc\.d/init\.d/zoneminder
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/log/motion\.log.*, /var/log/zoneminder(/.*)?
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/var/motion(/.*)?, /var/lib/zoneminder(/.*)?
-+
-+.EX
-+.PP
-+.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 or /var/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 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
-+Allow zoneminder servers to read the /var/zoneminder directory by adding the public_content_t file type to the directory and by restoring the file type.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_t "/var/zoneminder(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/zoneminder
-+.pp
-+.TP
-+Allow zoneminder 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_zoneminderd_anon_write boolean to be set.
-+.PP
-+.B
-+semanage fcontext -a -t public_content_rw_t "/var/zoneminder/incoming(/.*)?"
-+.br
-+.B restorecon -F -R -v /var/zoneminder/incoming
-+
-+
-+.PP
-+If you want to allow ZoneMinder to modify public files used for public file transfer services., you must turn on the zoneminder_anon_write boolean.
-+
-+.EX
-+.B setsebool -P zoneminder_anon_write 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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zoneminder(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
-diff --git a/man/man8/zos_remote_selinux.8 b/man/man8/zos_remote_selinux.8
-new file mode 100644
-index 0000000..444e67d
---- /dev/null
-+++ b/man/man8/zos_remote_selinux.8
-@@ -0,0 +1,207 @@
-+.TH  "zos_remote_selinux"  "8"  "13-01-16" "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.
-+
-+For example:
-+
-+.B ps -eZ | grep zos_remote_t
-+
-+
-+.SH "ENTRYPOINTS"
-+
-+The zos_remote_t SELinux type can be entered via the \fBzos_remote_exec_t\fP file type.
-+
-+The default entrypoint paths for the zos_remote_t domain are the following:
-+
-+/sbin/audispd-zos-remote, /usr/sbin/audispd-zos-remote
-+.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 zos_remote policy is very flexible allowing users to setup their zos_remote processes in as secure a method as possible.
-+.PP
-+The following process types are defined for zos_remote:
-+
-+.EX
-+.B zos_remote_t
-+.EE
-+.PP
-+Note:
-+.B semanage permissive -a zos_remote_t
-+can be used to make the process type zos_remote_t permissive. SELinux does not deny access to permissive process types, but the AVC (SELinux denials) messages are still generated.
-+
-+.SH BOOLEANS
-+SELinux policy is customizable based on least access required.  zos_remote policy is extremely flexible and has several booleans that allow you to manipulate the policy and run zos_remote with the tightest access possible.
-+
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server, you must turn on the authlogin_nsswitch_use_ldap boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P authlogin_nsswitch_use_ldap 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all daemons the ability to read/write terminals, you must turn on the daemons_use_tty boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P daemons_use_tty 1
-+
-+.EE
-+
-+.PP
-+If you want to allow sysadm to debug or ptrace all processes, you must turn on the deny_ptrace boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P deny_ptrace 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to use other domains file descriptors, you must turn on the domain_fd_use boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P domain_fd_use 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to have the kernel load modules, you must turn on the domain_kernel_load_modules boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P domain_kernel_load_modules 1
-+
-+.EE
-+
-+.PP
-+If you want to allow all domains to execute in fips_mode, you must turn on the fips_mode boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P fips_mode 1
-+
-+.EE
-+
-+.PP
-+If you want to enable reading of urandom for all domains, you must turn on the global_ssp boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P global_ssp 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to run with kerberos, you must turn on the kerberos_enabled boolean. Enabled by default.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow system to run with NIS, you must turn on the nis_enabled boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nis_enabled 1
-+
-+.EE
-+
-+.PP
-+If you want to allow confined applications to use nscd shared memory, you must turn on the nscd_use_shm boolean. Disabled by default.
-+
-+.EX
-+.B setsebool -P nscd_use_shm 1
-+
-+.EE
-+
-+.SH NSSWITCH DOMAIN
-+
-+.PP
-+If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd server for the zos_remote_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 zos_remote_t, you must turn on the kerberos_enabled boolean.
-+
-+.EX
-+.B setsebool -P kerberos_enabled 1
-+.EE
-+
-+.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 zos_remote policy is very flexible allowing users to setup their zos_remote processes in as secure a method as possible.
-+.PP
-+
-+.PP
-+.B STANDARD FILE CONTEXT
-+
-+SELinux defines the file context types for the zos_remote, if you wanted to
-+store files with these types in a diffent paths, you need to execute the semanage command to sepecify alternate labeling and then use restorecon to put the labels on disk.
-+
-+.B semanage fcontext -a -t zos_remote_exec_t '/srv/zos_remote/content(/.*)?'
-+.br
-+.B restorecon -R -v /srv/myzos_remote_content
-+
-+Note: SELinux often uses regular expressions to specify labels that match multiple files.
-+
-+.I The following file types are defined for zos_remote:
-+
-+
-+.EX
-+.PP
-+.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.
-+
-+.br
-+.TP 5
-+Paths:
-+/sbin/audispd-zos-remote, /usr/sbin/audispd-zos-remote
-+
-+.PP
-+Note: File context can be temporarily modified with the chcon command.  If you want to permanently change the file context you need to 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 "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 boolean
-+can also be used to manipulate the booleans
-+
-+.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), zos_remote(8), semanage(8), restorecon(8), chcon(1), sepolicy(8)
-+, setsebool(8)
-\ No newline at end of file
+diff --git a/man/man8/ftpd_selinux.8 b/man/man8/ftpd_selinux.8
+deleted file mode 100644
+index 5bebd82..0000000
+--- a/man/man8/ftpd_selinux.8
++++ /dev/null
+@@ -1,65 +0,0 @@
+-.TH  "ftpd_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "ftpd SELinux policy documentation"
+-.SH "NAME"
+-.PP
+-ftpd_selinux \- Security-Enhanced Linux policy for ftp daemons.
+-.SH "DESCRIPTION"
+-.PP
+-Security-Enhanced Linux provides security for ftp daemons via flexible mandatory access control.
+-.SH FILE_CONTEXTS
+-.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.
+-.PP
+-.B
+-semanage fcontext -a -t public_content_t "/var/ftp(/.*)?"
+-.TP
+-.B
+-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.
+-.PP
+-.B
+-semanage fcontext -a -t public_content_rw_t "/var/ftp/incoming(/.*)?"
+-.TP
+-.B
+-restorecon -F -R -v /var/ftp/incoming
+-
+-.SH BOOLEANS
+-.PP
+-SELinux policy is based on least privilege required and may also be customizable by setting a boolean with setsebool.
+-.TP
+-Allow ftp servers to read and write files with the public_content_rw_t file type.
+-.PP
+-.B
+-setsebool -P allow_ftpd_anon_write on
+-.TP
+-Allow ftp servers to read or write files in the user home directories.
+-.PP
+-.B
+-setsebool -P ftp_home_dir on
+-.TP
+-Allow ftp servers to read or write all files on the system.
+-.PP
+-.B
+-setsebool -P allow_ftpd_full_access on
+-.TP
+-Allow ftp servers to use cifs for public file transfer services.
+-.PP
+-.B
+-setsebool -P allow_ftpd_use_cifs on
+-.TP
+-Allow ftp servers to use nfs for public file transfer services.
+-.PP
+-.B
+-setsebool -P allow_ftpd_use_nfs on
+-.TP
+-system-config-selinux is a GUI tool available to customize SELinux policy settings.
+-.SH AUTHOR	
+-.PP
+-This manual page was written by Dan Walsh <dwalsh at redhat.com>.
+-
+-.SH "SEE ALSO"
+-.PP
+-
+-selinux(8), ftpd(8), setsebool(8), semanage(8), restorecon(8)
+diff --git a/man/man8/git_selinux.8 b/man/man8/git_selinux.8
+deleted file mode 100644
+index e9c43b1..0000000
+--- a/man/man8/git_selinux.8
++++ /dev/null
+@@ -1,109 +0,0 @@
+-.TH  "git_selinux"  "8"  "27 May 2010" "domg472 at gmail.com" "Git SELinux policy documentation"
+-.de EX
+-.nf
+-.ft CW
+-..
+-.de EE
+-.ft R
+-.fi
+-..
+-.SH "NAME"
+-git_selinux \- Security Enhanced Linux Policy for the Git daemon.
+-.SH "DESCRIPTION"
+-Security-Enhanced Linux secures the Git server via flexible mandatory access
+-control.
+-.SH FILE_CONTEXTS
+-SELinux requires files to have an extended attribute to define the file type. 
+-Policy governs the access daemons have to these files. 
+-SELinux Git 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 by default defined for Git:
+-.EX
+-git_system_content_t 
+-.EE 
+-- Set files with git_system_content_t if you want the Git system daemon to read the file, and if you want the file to be modifiable and executable by all "Git shell" users.
+-.EX
+-git_session_content_t 
+-.EE 
+-- Set files with git_session_content_t if you want the Git session and system daemon to read the file, and if you want the file to be modifiable and executable by all users. Note that "Git shell" users may not interact with this type.
+-.SH BOOLEANS
+-SELinux policy is customizable based on least access required. Git policy is extremely flexible and has several booleans that allow you to manipulate the policy and run Git with the tightest access possible.
+-.PP
+-Allow the Git system daemon to search user home directories so that it can find git session content. This is useful if you want the Git system daemon to host users personal repositories. 
+-.EX
+-sudo setsebool -P git_system_enable_homedirs 1
+-.EE
+-.PP
+-Allow the Git system daemon to read system shared repositories on NFS shares.
+-.EX
+-sudo setsebool -P git_system_use_nfs 1
+-.EE
+-.PP
+-Allow the Git system daemon to read system shared repositories on Samba shares.
+-.EX
+-sudo setsebool -P git_system_use_cifs 1
+-.EE
+-.PP
+-Allow the Git session daemon to read users personal repositories on NFS mounted home directories.
+-.EX
+-sudo setsebool -P use_nfs_home_dirs 1
+-.EE
+-.PP
+-Allow the Git session daemon to read users personal repositories on Samba mounted home directories.
+-.EX
+-sudo setsebool -P use_samba_home_dirs 1
+-.EE
+-.PP
+-To also allow Git system daemon to read users personal repositories on NFS and Samba mounted home directories you must also allow the Git system daemon to search home directories so that it can find the repositories.
+-.EX
+-sudo setsebool -P git_system_enable_homedirs 1
+-.EE
+-.PP
+-To allow the Git System daemon mass hosting of users personal repositories you can allow the Git daemon to listen to any unreserved ports.
+-.EX
+-sudo setsebool -P git_session_bind_all_unreserved_ports 1
+-.EE
+-.SH GIT_SHELL
+-The Git policy by default provides a restricted user environment to be used with "Git shell". This default git_shell_u SELinux user can modify and execute generic Git system content (generic system shared respositories with type git_system_content_t).
+-.PP
+-To add a new Linux user and map him to this Git shell user domain automatically:
+-.EX
+-sudo useradd -Z git_shell_u joe
+-.EE
+-.SH ADVANCED_SYSTEM_SHARED_REPOSITORY_AND GIT_SHELL_RESTRICTIONS
+-Alternatively Git SELinux policy can be used to restrict "Git shell" users to git system shared repositories. The policy allows for the creation of new types of Git system content and Git shell user environment. The policy allows for delegation of types of "Git shell" environments to types of Git system content.
+-.PP
+-To add a new Git system repository type, for example "project1" create a file named project1.te and add to it:
+-.EX
+-policy_module(project1, 1.0.0)
+-git_content_template(project1)
+-.EE
+-Next create a file named project1.fc and add a file context specification for the new repository type to it:
+-.EX
+-/srv/git/project1\.git(/.*)? gen_context(system_u:object_r:git_project1_content_t,s0)
+-.EE
+-Build a binary representation of this source policy module, load it into the policy store and restore the context of the repository:
+-.EX
+-make -f /usr/share/selinux/devel/Makefile project.pp
+-sudo semodule -i project1.pp
+-sudo restorecon -R -v /srv/git/project1
+-.EE
+-To create a "Git shell" domain that can interact with this repository create a file named project1user.te in the same directory as where the source policy for the Git systemm content type is and add the following:
+-.EX
+-policy_module(project1user, 1.0.0) 
+-git_role_template(project1user)
+-git_content_delegation(project1user_t, git_project1_content_t)
+-gen_user(project1user_u, user, project1user_r, s0, s0)
+-.EE
+-Build a binary representation of this source policy module, load it into the policy store and map Linux users to the new project1user_u SELinux user:
+-.EX
+-make -f /usr/share/selinux/devel/Makefile project1user.pp
+-sudo semodule -i project1user.pp
+-sudo useradd -Z project1user_u jane
+-.EE
+-.PP
+-system-config-selinux is a GUI tool available to customize SELinux policy settings.
+-.SH AUTHOR	
+-This manual page was written by Dominick Grift <domg472 at gmail.com>.
+-.SH "SEE ALSO"
+-selinux(8), git(8), chcon(1), semodule(8), setsebool(8)
+diff --git a/man/man8/httpd_selinux.8 b/man/man8/httpd_selinux.8
+deleted file mode 100644
+index 16e8b13..0000000
+--- a/man/man8/httpd_selinux.8
++++ /dev/null
+@@ -1,120 +0,0 @@
+-.TH  "httpd_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "httpd Selinux Policy documentation"
+-.de EX
+-.nf
+-.ft CW
+-..
+-.de EE
+-.ft R
+-.fi
+-..
+-.SH "NAME"
+-httpd_selinux \- Security Enhanced Linux Policy for the httpd daemon
+-.SH "DESCRIPTION"
+-
+-Security-Enhanced Linux secures the httpd server via flexible mandatory access
+-control.  
+-.SH FILE_CONTEXTS
+-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:
+-.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.
+-.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
+-httpd_sys_content_rw_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.
+-.EX
+-httpd_sys_content_ra_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.
+-.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.
+-
+-.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.
+-
+-.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
+-.EE
+-
+-or 
+-
+-.EX
+-setsebool -P allow_httpd_sys_script_anon_write=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
+-
+-.EX
+-setsebool -P httpd_enable_cgi 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.
+-
+-.EX
+-setsebool -P httpd_enable_homedirs 1
+-chcon -R -t httpd_sys_content_t ~user/public_html
+-.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.
+-
+-.EX
+-setsebool -P httpd_tty_comm 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.
+-
+-.EX
+-setsebool -P httpd_unified 0
+-.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.
+-
+-.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.
+-
+-.EX
+-setsebool -P httpd_builtin_scripting 0
+-.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.
+-
+-.EX
+-setsebool -P httpd_can_network_connect 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>.
+-
+-.SH "SEE ALSO"
+-selinux(8), httpd(8), chcon(1), setsebool(8)
+-
+-
+diff --git a/man/man8/kerberos_selinux.8 b/man/man8/kerberos_selinux.8
+deleted file mode 100644
+index a8f81c8..0000000
+--- a/man/man8/kerberos_selinux.8
++++ /dev/null
+@@ -1,28 +0,0 @@
+-.TH  "kerberos_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "kerberos Selinux Policy documentation"
+-.de EX
+-.nf
+-.ft CW
+-..
+-.de EE
+-.ft R
+-.fi
+-..
+-.SH "NAME"
+-kerberos_selinux \- Security Enhanced Linux Policy for Kerberos.
+-.SH "DESCRIPTION"
+-
+-Security-Enhanced Linux secures the system via flexible mandatory access
+-control. SELinux policy can be configured to deny Kerberos access to confined applications, since it requires daemons to be allowed greater access to certain secure files and additional access to the network.  
+-.SH BOOLEANS
+-.PP
+-You must set the allow_kerberos boolean to allow your system to work properly in a Kerberos environment.
+-.EX
+-setsebool -P allow_kerberos 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>.
+-
+-.SH "SEE ALSO"
+-selinux(8), kerberos(1), chcon(1), setsebool(8)
+diff --git a/man/man8/named_selinux.8 b/man/man8/named_selinux.8
+deleted file mode 100644
+index fce0b48..0000000
+--- a/man/man8/named_selinux.8
++++ /dev/null
+@@ -1,30 +0,0 @@
+-.TH  "named_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "named Selinux Policy documentation"
+-.de EX
+-.nf
+-.ft CW
+-..
+-.de EE
+-.ft R
+-.fi
+-..
+-.SH "NAME"
+-named_selinux \- Security Enhanced Linux Policy for the Internet Name server (named) daemon
+-.SH "DESCRIPTION"
+-
+-Security-Enhanced Linux secures the named server via flexible mandatory access
+-control.  
+-.SH BOOLEANS
+-SELinux policy is customizable based on least access required.  So by 
+-default SELinux policy does not allow named to write master zone files.  If you want to have named update the master zone files you need to set the named_write_master_zones boolean.
+-.EX
+-setsebool -P named_write_master_zones 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>.
+-
+-.SH "SEE ALSO"
+-selinux(8), named(8), chcon(1), setsebool(8)
+-
+-
+diff --git a/man/man8/nfs_selinux.8 b/man/man8/nfs_selinux.8
+deleted file mode 100644
+index 8e30c4c..0000000
+--- a/man/man8/nfs_selinux.8
++++ /dev/null
+@@ -1,31 +0,0 @@
+-.TH  "nfs_selinux"  "8"  "9 Feb 2009" "dwalsh at redhat.com" "NFS SELinux Policy documentation"
+-.SH "NAME"
+-nfs_selinux \- Security Enhanced Linux Policy for NFS
+-.SH "DESCRIPTION"
+-
+-Security Enhanced Linux secures the NFS server via flexible mandatory access
+-control.  
+-.SH BOOLEANS
+-SELinux policy is customizable based on the least level of access required. SELinux can be configured to not allow NFS to share files. If you want to share NFS partitions, and only allow read-only access to those NFS partitions, turn the nfs_export_all_ro boolean on:
+-
+-.TP
+-setsebool -P nfs_export_all_ro 1
+-.TP
+-If you want to share files read/write you must set the nfs_export_all_rw boolean.
+-.TP
+-setsebool -P nfs_export_all_rw 1
+-
+-.TP
+-These booleans are not required when files to be shared are labeled with the public_content_t or public_content_rw_t types. NFS can share files labeled with the public_content_t or public_content_rw_t types even if the nfs_export_all_ro and nfs_export_all_rw booleans are off.
+-
+-.TP
+-If you want to use a remote NFS server for the home directories on this machine, you must set the use_nfs_home_dirs boolean:
+-.TP
+-setsebool -P use_nfs_home_dirs 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>.
+-
+-.SH "SEE ALSO"
+-selinux(8), chcon(1), setsebool(8)
+diff --git a/man/man8/nis_selinux.8 b/man/man8/nis_selinux.8
+deleted file mode 100644
+index 6271c95..0000000
+--- a/man/man8/nis_selinux.8
++++ /dev/null
+@@ -1 +0,0 @@
+-.so man8/ypbind_selinux.8
+diff --git a/man/man8/rsync_selinux.8 b/man/man8/rsync_selinux.8
+deleted file mode 100644
+index ad9ccf5..0000000
+--- a/man/man8/rsync_selinux.8
++++ /dev/null
+@@ -1,52 +0,0 @@
+-.TH  "rsync_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "rsync Selinux Policy documentation"
+-.de EX
+-.nf
+-.ft CW
+-..
+-.de EE
+-.ft R
+-.fi
+-..
+-.SH "NAME"
+-rsync_selinux \- Security Enhanced Linux Policy for the rsync daemon
+-.SH "DESCRIPTION"
+-
+-Security-Enhanced Linux secures the rsync server via flexible mandatory access
+-control.  
+-.SH FILE_CONTEXTS
+-SELinux requires files to have an extended attribute to define the file type. 
+-Policy governs the access daemons have to these files. 
+-If you want to share files using the rsync daemon, you must label the files and directories public_content_t.  So if you created a special directory /var/rsync, you 
+-would need to label the directory with the chcon tool.
+-.TP
+-chcon -t public_content_t /var/rsync
+-.TP
+-.TP
+-To make this change permanent (survive a relabel), use the semanage command to add the change to file context configuration:
+-.TP
+-semanage fcontext -a -t public_content_t "/var/rsync(/.*)?"
+-.TP
+-This command adds the following entry to /etc/selinux/POLICYTYPE/contexts/files/file_contexts.local:
+-.TP
+-/var/rsync(/.*)? system_u:object_r:publix_content_t:s0
+-.TP
+-Run the restorecon command to apply the changes:
+-.TP
+-restorecon -R -v /var/rsync/
+-.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.  allow_DOMAIN_anon_write.  So for rsync you would execute:
+-
+-.EX
+-setsebool -P allow_rsync_anon_write=1
+-.EE
+-
+-.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 "SEE ALSO"
+-selinux(8), rsync(1), chcon(1), setsebool(8), semanage(8)
+diff --git a/man/man8/samba_selinux.8 b/man/man8/samba_selinux.8
+deleted file mode 100644
+index ca702c7..0000000
+--- a/man/man8/samba_selinux.8
++++ /dev/null
+@@ -1,56 +0,0 @@
+-.TH  "samba_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "Samba Selinux Policy documentation"
+-.SH "NAME"
+-samba_selinux \- Security Enhanced Linux Policy for Samba
+-.SH "DESCRIPTION"
+-
+-Security-Enhanced Linux secures the Samba server via flexible mandatory access
+-control.  
+-.SH FILE_CONTEXTS
+-SELinux requires files to have an extended attribute to define the file type. 
+-Policy governs the access daemons have to these files. 
+-If you want to share files other than home directories, those files must be 
+-labeled samba_share_t.  So if you created a special directory /var/eng, you 
+-would need to label the directory with the chcon tool.
+-.TP
+-chcon -t samba_share_t /var/eng
+-.TP
+-To make this change permanent (survive a relabel), use the semanage command to add the change to file context configuration:
+-.TP
+-semanage fcontext -a -t samba_share_t "/var/eng(/.*)?"
+-.TP
+-This command adds the following entry to /etc/selinux/POLICYTYPE/contexts/files/file_contexts.local:
+-.TP
+-/var/eng(/.*)? system_u:object_r:samba_share_t:s0
+-.TP
+-Run the restorecon command to apply the changes:
+-.TP
+-restorecon -R -v /var/eng/
+-
+-.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 samba you would execute:
+-
+-setsebool -P allow_smbd_anon_write=1
+-
+-.SH BOOLEANS
+-.br 
+-SELinux policy is customizable based on least access required.  So by 
+-default SELinux policy turns off SELinux sharing of home directories and 
+-the use of Samba shares from a remote machine as a home directory.
+-.TP
+-If you are setting up this machine as a Samba server and wish to share the home directories, you need to set the samba_enable_home_dirs boolean. 
+-.br
+-
+-setsebool -P samba_enable_home_dirs 1
+-.TP
+-If you want to use a remote Samba server for the home directories on this machine, you must set the use_samba_home_dirs boolean.
+-.br 
+-
+-setsebool -P use_samba_home_dirs 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>.
+-
+-.SH "SEE ALSO"
+-selinux(8), samba(7), chcon(1), setsebool(8), semanage(8)
+diff --git a/man/man8/ypbind_selinux.8 b/man/man8/ypbind_selinux.8
+deleted file mode 100644
+index 5061a5f..0000000
+--- a/man/man8/ypbind_selinux.8
++++ /dev/null
+@@ -1,19 +0,0 @@
+-.TH  "ypbind_selinux"  "8"  "17 Jan 2005" "dwalsh at redhat.com" "ypbind Selinux Policy documentation"
+-.SH "NAME"
+-ypbind_selinux \- Security Enhanced Linux Policy for NIS.
+-.SH "DESCRIPTION"
+-
+-Security-Enhanced Linux secures the system via flexible mandatory access
+-control. SELinux can be setup deny NIS from working, since it requires daemons to be allowed greater access to the network.  
+-.SH BOOLEANS
+-.TP
+-You must set the allow_ypbind boolean to allow your system to work properly in a NIS environment.
+-.TP
+-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>.
+-
+-.SH "SEE ALSO"
+-selinux(8), ypbind(8), chcon(1), setsebool(8)
 diff --git a/policy/constraints b/policy/constraints
 index 3a45f23..f4754f0 100644
 --- a/policy/constraints
diff --git a/policy-rawhide-contrib.patch b/policy-rawhide-contrib.patch
index 0c8a316..c71d3e6 100644
--- a/policy-rawhide-contrib.patch
+++ b/policy-rawhide-contrib.patch
@@ -9847,7 +9847,7 @@ index 85ca63f..1d1c99c 100644
  	admin_pattern($1, { cgconfig_etc_t cgrules_etc_t })
  	files_list_etc($1)
 diff --git a/cgroup.te b/cgroup.te
-index fdee107..68d9b5f 100644
+index fdee107..eb7a3ac 100644
 --- a/cgroup.te
 +++ b/cgroup.te
 @@ -25,8 +25,8 @@ files_pid_file(cgred_var_run_t)
@@ -9900,13 +9900,14 @@ index fdee107..68d9b5f 100644
  allow cgred_t self:netlink_socket { write bind create read };
  allow cgred_t self:unix_dgram_socket { write create connect };
  
-@@ -99,10 +102,9 @@ domain_setpriority_all_domains(cgred_t)
+@@ -99,10 +102,10 @@ domain_setpriority_all_domains(cgred_t)
  files_getattr_all_files(cgred_t)
  files_getattr_all_sockets(cgred_t)
  files_read_all_symlinks(cgred_t)
 -files_read_etc_files(cgred_t)
  
  fs_write_cgroup_files(cgred_t)
++fs_list_inotifyfs(cgred_t)
  
 -logging_send_syslog_msg(cgred_t)
 +auth_use_nsswitch(cgred_t)
diff --git a/selinux-policy.spec b/selinux-policy.spec
index f8f5f84..92c3e8a 100644
--- a/selinux-policy.spec
+++ b/selinux-policy.spec
@@ -19,7 +19,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 3.12.1
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -528,6 +528,10 @@ SELinux Reference policy mls base module.
 %endif
 
 %changelog
+* Thu Feb 21 2013 Miroslav Grepl <mgrepl at redhat.com> 3.12.1-15
+- Man pages are now generated in the build process
+- Allow cgred to list inotifyfs filesystem
+
 * Wed Feb 20 2013 Miroslav Grepl <mgrepl at redhat.com> 3.12.1-14
 - Allow gluster to get attrs on all fs
 - New access required for virt-sandbox


More information about the scm-commits mailing list