9c95e1b
# Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack.
9c95e1b
# 
9c95e1b
allow_execmem = false
9c95e1b
9c95e1b
# Allow making a modified private filemapping executable (text relocation).
9c95e1b
# 
9c95e1b
allow_execmod = false
9c95e1b
9c95e1b
# Allow making the stack executable via mprotect.Also requires allow_execmem.
9c95e1b
# 
9c95e1b
allow_execstack = true
9c95e1b
9c95e1b
# Allow ftpd to read cifs directories.
9c95e1b
# 
9c95e1b
allow_ftpd_use_cifs = false
9c95e1b
9c95e1b
# Allow ftpd to read nfs directories.
9c95e1b
# 
9c95e1b
allow_ftpd_use_nfs = false
9c95e1b
9c95e1b
# Allow ftp servers to modify public filesused for public file transfer services.
9c95e1b
# 
9c95e1b
allow_ftpd_anon_write = false
9c95e1b
9c95e1b
# Allow gssd to read temp directory.
9c95e1b
# 
9c95e1b
allow_gssd_read_tmp = true
9c95e1b
9c95e1b
# Allow Apache to modify public filesused for public file transfer services.
9c95e1b
# 
9c95e1b
allow_httpd_anon_write = false
9c95e1b
9c95e1b
# Allow Apache to use mod_auth_pam module
9c95e1b
# 
9c95e1b
allow_httpd_mod_auth_pam = false
9c95e1b
9c95e1b
# Allow system to run with kerberos
9c95e1b
# 
9c95e1b
allow_kerberos = true
9c95e1b
9c95e1b
# Allow rsync to modify public filesused for public file transfer services.
9c95e1b
# 
9c95e1b
allow_rsync_anon_write = false
9c95e1b
9c95e1b
# Allow sasl to read shadow
9c95e1b
# 
9c95e1b
allow_saslauthd_read_shadow = false
9c95e1b
9c95e1b
# Allow samba to modify public filesused for public file transfer services.
9c95e1b
# 
9c95e1b
allow_smbd_anon_write = false
9c95e1b
9c95e1b
# Allow system to run with NIS
9c95e1b
# 
9c95e1b
allow_ypbind = false
9c95e1b
9c95e1b
# Allow zebra to write it own configuration files
9c95e1b
# 
9c95e1b
allow_zebra_write_config = true
9c95e1b
9c95e1b
# Enable extra rules in the cron domainto support fcron.
9c95e1b
# 
9c95e1b
fcron_crond = false
9c95e1b
9c95e1b
# Allow ftp to read and write files in the user home directories
9c95e1b
# 
9c95e1b
ftp_home_dir = false
9c95e1b
9c95e1b
#
9c95e1b
# allow httpd to connect to mysql/posgresql 
9c95e1b
httpd_can_network_connect_db = false
9c95e1b
9c95e1b
#
9c95e1b
# allow httpd to network relay
9c95e1b
httpd_can_network_relay = false
9c95e1b
9c95e1b
# Allow httpd to use built in scripting (usually php)
9c95e1b
# 
9c95e1b
httpd_builtin_scripting = true
9c95e1b
9c95e1b
# Allow http daemon to tcp connect
9c95e1b
# 
9c95e1b
httpd_can_network_connect = false
9c95e1b
9c95e1b
# Allow httpd cgi support
9c95e1b
# 
9c95e1b
httpd_enable_cgi = true
9c95e1b
9c95e1b
# Allow httpd to act as a FTP server bylistening on the ftp port.
9c95e1b
# 
9c95e1b
httpd_enable_ftp_server = false
9c95e1b
9c95e1b
# Allow httpd to read home directories
9c95e1b
# 
9c95e1b
httpd_enable_homedirs = true
9c95e1b
9c95e1b
# Run SSI execs in system CGI script domain.
9c95e1b
# 
9c95e1b
httpd_ssi_exec = false
9c95e1b
9c95e1b
# Allow http daemon to communicate with the TTY
9c95e1b
# 
9c95e1b
httpd_tty_comm = true
9c95e1b
9c95e1b
# Run CGI in the main httpd domain
9c95e1b
# 
9c95e1b
httpd_unified = true
9c95e1b
9c95e1b
# Allow BIND to write the master zone files.Generally this is used for dynamic DNS.
9c95e1b
# 
9c95e1b
named_write_master_zones = false
9c95e1b
9c95e1b
# Allow nfs to be exported read/write.
9c95e1b
# 
9c95e1b
nfs_export_all_rw = true
9c95e1b
9c95e1b
# Allow nfs to be exported read only
9c95e1b
# 
9c95e1b
nfs_export_all_ro = true
9c95e1b
9c95e1b
# Allow pppd to load kernel modules for certain modems
9c95e1b
# 
9c95e1b
pppd_can_insmod = false
9c95e1b
9c95e1b
# Allow reading of default_t files.
9c95e1b
# 
9c95e1b
read_default_t = true
9c95e1b
9c95e1b
# Allow samba to export user home directories.
9c95e1b
# 
9c95e1b
samba_enable_home_dirs = false
9c95e1b
9c95e1b
# Allow squid to connect to all ports, not justHTTP, FTP, and Gopher ports.
9c95e1b
# 
9c95e1b
squid_connect_any = false
9c95e1b
9c95e1b
# Support NFS home directories
9c95e1b
# 
9c95e1b
use_nfs_home_dirs = true
9c95e1b
9c95e1b
# Support SAMBA home directories
9c95e1b
# 
9c95e1b
use_samba_home_dirs = false
9c95e1b
9c95e1b
# Control users use of ping and traceroute
9c95e1b
# 
9c95e1b
user_ping = true
9c95e1b
9c95e1b
# allow host key based authentication
9c95e1b
# 
9c95e1b
allow_ssh_keysign = false
9c95e1b
9c95e1b
# Allow pppd to be run for a regular user
9c95e1b
# 
9c95e1b
pppd_for_user = false
9c95e1b
9c95e1b
# Allow applications to read untrusted contentIf this is disallowed, Internet content hasto be manually relabeled for read access to be granted
9c95e1b
# 
9c95e1b
read_untrusted_content = false
9c95e1b
9c95e1b
# Allow spamd to write to users homedirs
9c95e1b
# 
9c95e1b
spamd_enable_home_dirs = true
9c95e1b
9c95e1b
# Allow regular users direct mouse access
9c95e1b
# 
9c95e1b
user_direct_mouse = false
9c95e1b
9c95e1b
# Allow users to read system messages.
9c95e1b
# 
9c95e1b
user_dmesg = false
9c95e1b
9c95e1b
# Allow user to r/w files on filesystemsthat do not have extended attributes (FAT, CDROM, FLOPPY)
9c95e1b
# 
9c95e1b
user_rw_noexattrfile = false
9c95e1b
9c95e1b
# Allow users to run TCP servers (bind to ports and accept connection fromthe same domain and outside users)  disabling this forces FTP passive modeand may change other protocols.
9c95e1b
# 
9c95e1b
user_tcp_server = false
9c95e1b
9c95e1b
# Allow w to display everyone
9c95e1b
# 
9c95e1b
user_ttyfile_stat = false
9c95e1b
9c95e1b
# Allow applications to write untrusted contentIf this is disallowed, no Internet contentwill be stored.
9c95e1b
# 
9c95e1b
write_untrusted_content = false
9c95e1b
9c95e1b
# Allow all domains to talk to ttys
9c95e1b
# 
9c95e1b
allow_daemons_use_tty = true
9c95e1b
9c95e1b
# Allow login domains to polyinstatiate directories
9c95e1b
# 
9c95e1b
allow_polyinstantiation = false
9c95e1b
9c95e1b
# Allow all domains to dump core
9c95e1b
# 
9c95e1b
allow_daemons_dump_core = true
9c95e1b
9c95e1b
# Allow samba to act as the domain controller
9c95e1b
# 
9c95e1b
samba_domain_controller = false
9c95e1b
9c95e1b
# Allow samba to export user home directories.
9c95e1b
# 
9c95e1b
samba_run_unconfined = true
9c95e1b
9c95e1b
# Allows XServer to execute writable memory
9c95e1b
# 
9c95e1b
allow_xserver_execmem = true
9c95e1b
9c95e1b
# disallow guest accounts to execute files that they can create 
9c95e1b
# 
9c95e1b
allow_guest_exec_content = false
9c95e1b
allow_xguest_exec_content = false
9c95e1b
9c95e1b
# Only allow browser to use the web
9c95e1b
# 
9c95e1b
browser_confine_xguest=false
9c95e1b
9c95e1b
# Allow postfix locat to write to mail spool
9c95e1b
# 
9c95e1b
allow_postfix_local_write_mail_spool=true
9c95e1b
9c95e1b
# Allow common users to read/write noexattrfile systems
9c95e1b
# 
9c95e1b
user_rw_noexattrfile=true
9c95e1b
9c95e1b
# Allow qemu to connect fully to the network
9c95e1b
# 
9c95e1b
qemu_full_network=true
9c95e1b
9c95e1b
# Allow nsplugin execmem/execstack for bad plugins
9c95e1b
# 
9c95e1b
allow_nsplugin_execmem=true
9c95e1b
9c95e1b
# Allow unconfined domain to transition to confined domain
9c95e1b
# 
9c95e1b
allow_unconfined_nsplugin_transition=true
9c95e1b
9c95e1b
# Allow unconfined domains mmap low kernel memory
9c95e1b
# 
9c95e1b
allow_unconfined_mmap_low = false
9c95e1b
9c95e1b
# System uses init upstart program
9c95e1b
# 
9c95e1b
init_upstart = true
9c95e1b
9c95e1b
# Allow mount to mount any file/dir
9c95e1b
# 
9c95e1b
allow_mount_anyfile = true