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