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