-## Allow making the heap executable. +## 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 ##
##-## Allow making anonymous memory executable, e.g. -## for runtime-code generation or executable stack. +## Allow unconfined executables to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla") ##
##-## Allow making a modified private file -## mapping executable (text relocation). +## Allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t") ##
##-## Allow making the stack executable via mprotect. -## Also requires allow_execmem. +## 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") ##
##-## Allow nfs to be exported read/write. +## Allow any files/directories to be exported read/write via NFS. ##
##-## Allow nfs to be exported read only +## Allow any files/directories to be exported read/only via NFS. ##
#### Allow Apache to modify public files -## used for public file transfer services. +## used for public file transfer services. Directories/Files must +## be labeled public_content_rw_t. ##
##-## Allow http daemon to tcp connect +## Allow HTTPD scripts and modules to connect to the network using TCP. ##
##-## Allow httpd to connect to mysql/posgresql +## Allow HTTPD scripts and modules to connect to databases over the network. ##
##-## Run SSI execs in system CGI script domain. +## Allow HTTPD to run SSI executables in the same domain as system CGI scripts. ##
##-## Allow http daemon to communicate with the TTY +## Unify HTTPD to communicate with the terminal. +## Needed for entering the passphrase for certificates at +## the terminal. ##
##-## Run CGI in the main httpd domain +## Unify HTTPD handling of all content files. ##
#### Allow BIND to write the master zone files. -## Generally this is used for dynamic DNS. +## Generally this is used for dynamic DNS or zone transfers. ##
##-## Allow ftp servers to modify public files -## used for public file transfer services. +## Allow ftp servers to upload files, used for public file +## transfer services. Directories must be labeled +## public_content_rw_t. ##
##-## Allow system to run with kerberos +## Allow confined applications to run with kerberos. ##
##-## Allow gssd to read temp directory. +## Allow gssd to read temp directory. For access to kerberos tgt. ##
#### Allow nfs servers to modify public files -## used for public file transfer services. +## used for public file transfer services. Files/Directories must be +## labeled public_content_rw_t. ##
##-## Allow rsync export files read only +## Allow rsync to export any files/directories read only. ##
#### Allow rsync to modify public files -## used for public file transfer services. +## used for public file transfer services. Files/Directories must be +## labeled public_content_rw_t. ##
##-## Allow samba to modify public files -## used for public file transfer services. +## Allow samba to modify public files used for public file +## transfer services. Files/Directories must be labeled +## public_content_rw_t. ##
##-## Allow samba to run as the domain controller; add machines to passwd file +## Allow samba to act as the domain controller, add users, +## groups and change passwords. ## ##
##-## Allow samba to export user home directories. +## Allow samba to share users home directories. ##
##-## Export all files on system read only. +## Allow samba to share any file/directory read only. ##
##-## Export all files on system read-write. +## Allow samba to share any file/directory read/write. ##
##-## Allow mount to mount any file +## Allow the mount command to mount any directory or file. ##
##-## Allow sysadm to ptrace all processes +## Allow sysadm to debug or ptrace all processes. ##
##