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