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