2019-10-04 04:15:03 +02:00
# Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
allow_execmem = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow making a modified private filemapping executable (text relocation).
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
selinuxuser_execmod = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow making the stack executable via mprotect.Also requires allow_execmem.
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
selinuxuser_execstack = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow ftpd to read cifs directories.
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
ftpd_use_cifs = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow ftpd to read nfs directories.
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
ftpd_use_nfs = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow ftp servers to modify public filesused for public file transfer services.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
allow_ftpd_anon_write = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow gssd to read temp directory.
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
gssd_read_tmp = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow Apache to modify public filesused for public file transfer services.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
allow_httpd_anon_write = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow Apache to use mod_auth_pam module
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
httpd_mod_auth_pam = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow system to run with kerberos
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
allow_kerberos = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow rsync to modify public filesused for public file transfer services.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
allow_rsync_anon_write = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow sasl to read shadow
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
saslauthd_read_shadow = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow samba to modify public filesused for public file transfer services.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
allow_smbd_anon_write = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow system to run with NIS
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
allow_ypbind = false
2018-11-28 09:55:02 +01:00
2019-10-04 04:15:03 +02:00
# Allow zebra to write it own configuration files
2018-11-28 09:55:02 +01:00
#
2020-09-10 17:07:50 +02:00
zebra_write_config = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Enable extra rules in the cron domainto support fcron.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
fcron_crond = false
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
# allow httpd to connect to mysql/posgresql
httpd_can_network_connect_db = false
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
# allow httpd to send dbus messages to avahi
httpd_dbus_avahi = true
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
# allow httpd to network relay
httpd_can_network_relay = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow httpd to use built in scripting (usually php)
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
httpd_builtin_scripting = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow http daemon to tcp connect
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
httpd_can_network_connect = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow httpd cgi support
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
httpd_enable_cgi = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow httpd to act as a FTP server bylistening on the ftp port.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
httpd_enable_ftp_server = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow httpd to read home directories
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
httpd_enable_homedirs = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Run SSI execs in system CGI script domain.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
httpd_ssi_exec = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow http daemon to communicate with the TTY
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
httpd_tty_comm = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Run CGI in the main httpd domain
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
httpd_unified = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow BIND to write the master zone files.Generally this is used for dynamic DNS.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
named_write_master_zones = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow nfs to be exported read/write.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
nfs_export_all_rw = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow nfs to be exported read only
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
nfs_export_all_ro = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow pppd to load kernel modules for certain modems
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
pppd_can_insmod = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow reading of default_t files.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
read_default_t = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow samba to export user home directories.
2018-11-27 10:16:35 +01:00
#
samba_enable_home_dirs = false
2019-10-04 04:15:03 +02:00
# Allow squid to connect to all ports, not justHTTP, FTP, and Gopher ports.
2018-11-27 10:16:35 +01:00
#
squid_connect_any = false
2019-10-04 04:15:03 +02:00
# Support NFS home directories
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
use_nfs_home_dirs = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Support SAMBA home directories
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
use_samba_home_dirs = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Control users use of ping and traceroute
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
user_ping = false
2018-11-27 10:16:35 +01:00
# allow host key based authentication
#
2020-09-10 17:07:50 +02:00
ssh_keysign = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow pppd to be run for a regular user
2018-11-28 09:55:02 +01:00
#
2019-10-04 04:15:03 +02:00
pppd_for_user = false
2018-11-28 09:55:02 +01:00
2019-10-04 04:15:03 +02:00
# Allow spamd to write to users homedirs
2018-11-28 09:55:02 +01:00
#
2019-10-04 04:15:03 +02:00
spamd_enable_home_dirs = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow user to r/w files on filesystemsthat do not have extended attributes (FAT, CDROM, FLOPPY)
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
user_rw_noexattrfile = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# 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.
2018-11-28 09:55:02 +01:00
#
2019-10-04 04:15:03 +02:00
user_tcp_server = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow all domains to talk to ttys
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
daemons_use_tty = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow login domains to polyinstatiate directories
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
polyinstantiation_enabled = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow all domains to dump core
2018-11-28 09:55:02 +01:00
#
2020-09-10 17:07:50 +02:00
daemons_dump_core = true
2018-11-28 09:55:02 +01:00
2019-10-04 04:15:03 +02:00
# Allow samba to act as the domain controller
2018-11-28 09:55:02 +01:00
#
2019-10-04 04:15:03 +02:00
samba_domain_controller = false
2018-11-28 09:55:02 +01:00
2019-10-04 04:15:03 +02:00
# Allow samba to export user home directories.
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
samba_run_unconfined = false
2018-11-28 09:55:02 +01:00
2019-10-04 04:15:03 +02:00
# Allows XServer to execute writable memory
2018-11-28 09:55:02 +01:00
#
2020-09-10 17:07:50 +02:00
xserver_execmem = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# disallow guest accounts to execute files that they can create
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
guest_exec_content = false
xguest_exec_content = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow postfix locat to write to mail spool
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
postfix_local_write_mail_spool = false
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow common users to read/write noexattrfile systems
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
user_rw_noexattrfile = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow qemu to connect fully to the network
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
qemu_full_network = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# System uses init upstart program
2018-11-27 10:16:35 +01:00
#
2019-10-04 04:15:03 +02:00
init_upstart = true
2018-11-27 10:16:35 +01:00
2019-10-04 04:15:03 +02:00
# Allow mount to mount any file/dir
2018-11-27 10:16:35 +01:00
#
2020-09-10 17:07:50 +02:00
mount_anyfile = true
2020-03-05 11:13:59 +01:00
# Allow all domains to mmap files
#
domain_can_mmap_files = true
2020-09-10 17:07:50 +02:00
# Allow confined applications to use nscd shared memory
#
nscd_use_shm = true
# allow unconfined users to transition to the chrome sandbox domains when running chrome-sandbox
#
unconfined_chrome_sandbox_transition = true
# Allow unconfined users to transition to the Mozilla plugin domain when running xulrunner plugin-container.
#
unconfined_mozilla_plugin_transition = true