selinux-policy/booleans-targeted.conf

269 lines
5.7 KiB
Plaintext
Raw Normal View History

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