Chris PeBenito 9916c69
#
Chris PeBenito 4f9f30c
# This file is for the declaration of global tunables.
Chris PeBenito 4f9f30c
# To change the default value at build time, the booleans.conf
Chris PeBenito 9916c69
# file should be used.
Chris PeBenito 9916c69
#
Chris PeBenito 9916c69
Chris PeBenito 98a8ead
## Allow making anonymous memory executable, e.g. 
Chris PeBenito 98a8ead
## for runtime-code generation or executable stack.
Chris PeBenito 34c8fab
gen_tunable(allow_execmem,false)
Chris PeBenito 34c8fab
Chris PeBenito 98a8ead
## Allow making a modified private file
Chris PeBenito 98a8ead
## mapping executable (text relocation).
Chris PeBenito 34c8fab
gen_tunable(allow_execmod,false)
Chris PeBenito 34c8fab
Chris PeBenito 98a8ead
## Allow making the stack executable via mprotect.
Chris PeBenito 98a8ead
## Also requires allow_execmem.
Chris PeBenito 98a8ead
gen_tunable(allow_execstack,false)
Chris PeBenito 98a8ead
Chris PeBenito fc6524d
## Allow ftp servers to modify public files
Chris PeBenito fc6524d
## used for public file transfer services.
Chris PeBenito fc6524d
gen_tunable(allow_ftpd_anon_write,false)
Chris PeBenito fc6524d
Chris PeBenito 9916c69
## Allow gpg executable stack
Chris PeBenito 562cc2b
gen_tunable(allow_gpg_execstack,false)
Chris PeBenito 562cc2b
Chris PeBenito 6e99a6c
## Allow Apache to modify public files
Chris PeBenito 6e99a6c
## used for public file transfer services.
Chris PeBenito 6e99a6c
gen_tunable(allow_httpd_anon_write,false)
Chris PeBenito 6e99a6c
Chris PeBenito 9916c69
## Allow system to run with kerberos
Chris PeBenito 34c8fab
gen_tunable(allow_kerberos,false)
Chris PeBenito 34c8fab
Chris PeBenito f33561f
## Allow sasl to read shadow
Chris PeBenito f33561f
gen_tunable(allow_saslauthd_read_shadow,false)
Chris PeBenito f33561f
Chris PeBenito a082484
## allow host key based authentication
Chris PeBenito a082484
gen_tunable(allow_ssh_keysign,false)
Chris PeBenito a082484
Chris PeBenito 1f91e1b
## Allow sysadm to ptrace all processes
Chris PeBenito 1f91e1b
gen_tunable(allow_ptrace,false)
Chris PeBenito 1f91e1b
Chris PeBenito 42be7c2
## Allow users to connect to mysql
Chris PeBenito 42be7c2
gen_tunable(allow_user_mysql_connect,false)
Chris PeBenito 42be7c2
Chris PeBenito 9916c69
## Allow system to run with NIS
Chris PeBenito 34c8fab
gen_tunable(allow_ypbind,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Allow system cron jobs to relabel filesystem
Chris PeBenito 9916c69
## for restoring file contexts.
Chris PeBenito 34c8fab
gen_tunable(cron_can_relabel,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Enable extra rules in the cron domain
Chris PeBenito 9916c69
## to support fcron.
Chris PeBenito 31908be
gen_tunable(fcron_crond,false)
Chris PeBenito 763c441
Chris PeBenito a5ec7cb
## Allow ftp to read and write files in the user home directories
Chris PeBenito a5ec7cb
gen_tunable(ftp_home_dir,false)
Chris PeBenito a5ec7cb
Chris PeBenito a5ec7cb
## Allow ftpd to run directly without inetd
Chris PeBenito a5ec7cb
gen_tunable(ftpd_is_daemon,false)
Chris PeBenito a5ec7cb
Chris PeBenito a996bdf
## Allow httpd to use built in scripting (usually php)
Chris PeBenito a996bdf
gen_tunable(httpd_builtin_scripting,false)
Chris PeBenito a996bdf
Chris PeBenito a996bdf
## Allow http daemon to tcp connect 
Chris PeBenito a996bdf
gen_tunable(httpd_can_network_connect,false)
Chris PeBenito a996bdf
Chris PeBenito a996bdf
## Allow httpd cgi support
Chris PeBenito a996bdf
gen_tunable(httpd_enable_cgi,false)
Chris PeBenito a996bdf
Chris PeBenito a996bdf
## Allow httpd to read home directories
Chris PeBenito a996bdf
gen_tunable(httpd_enable_homedirs,false)
Chris PeBenito a996bdf
Chris PeBenito a996bdf
## Run SSI execs in system CGI script domain.
Chris PeBenito a996bdf
gen_tunable(httpd_ssi_exec,false)
Chris PeBenito a996bdf
Chris PeBenito a996bdf
## Allow http daemon to communicate with the TTY
Chris PeBenito a996bdf
gen_tunable(httpd_tty_comm,false)
Chris PeBenito a996bdf
Chris PeBenito a996bdf
## Run CGI in the main httpd domain
Chris PeBenito a996bdf
gen_tunable(httpd_unified,false)
Chris PeBenito a996bdf
Chris PeBenito d83fdad
## Allow BIND to write the master zone files.
Chris PeBenito d83fdad
## Generally this is used for dynamic DNS.
Chris PeBenito d83fdad
gen_tunable(named_write_master_zones,false)
Chris PeBenito d83fdad
Chris PeBenito 9916c69
## Allow reading of default_t files.
Chris PeBenito 34c8fab
gen_tunable(read_default_t,false)
Chris PeBenito 34c8fab
Chris PeBenito a1fcff3
## Allow applications to read untrusted content
Chris PeBenito a1fcff3
## If this is disallowed, Internet content has
Chris PeBenito a1fcff3
## to be manually relabeled for read access to be granted
Chris PeBenito a1fcff3
gen_tunable(read_untrusted_content,false)
Chris PeBenito a1fcff3
Chris PeBenito 4523996
## Allow ssh to run from inetd instead of as a daemon.
Chris PeBenito 4523996
gen_tunable(run_ssh_inetd,false)
Chris PeBenito 4523996
Chris PeBenito 0907bda
## Allow squid to connect to all ports, not just
Chris PeBenito 0907bda
## HTTP, FTP, and Gopher ports.
Chris PeBenito 0907bda
gen_tunable(squid_connect_any,false)
Chris PeBenito 0907bda
Chris PeBenito 4523996
## Allow ssh logins as sysadm_r:sysadm_t
Chris PeBenito 4523996
gen_tunable(ssh_sysadm_login,false)
Chris PeBenito 4523996
Chris PeBenito 9916c69
## Allow staff_r users to search the sysadm home 
Chris PeBenito 9916c69
## dir and read files (such as ~/.bashrc)
Chris PeBenito 34c8fab
gen_tunable(staff_read_sysadm_file,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Support NFS home directories
Chris PeBenito 34c8fab
gen_tunable(use_nfs_home_dirs,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Support SAMBA home directories
Chris PeBenito 34c8fab
gen_tunable(use_samba_home_dirs,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Allow regular users direct mouse access 
Chris PeBenito 34c8fab
gen_tunable(user_direct_mouse,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Allow users to read system messages.
Chris PeBenito 34c8fab
gen_tunable(user_dmesg,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Allow users to control network interfaces
Chris PeBenito 9916c69
## (also needs USERCTL=true)
Chris PeBenito 34c8fab
gen_tunable(user_net_control,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Control users use of ping and traceroute
Chris PeBenito 3eed109
gen_tunable(user_ping,false)
Chris PeBenito 3eed109
Chris PeBenito 9916c69
## Allow user to r/w noextattrfile (FAT, CDROM, FLOPPY)
Chris PeBenito 34c8fab
gen_tunable(user_rw_noexattrfile,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Allow users to rw usb devices
Chris PeBenito 34c8fab
gen_tunable(user_rw_usb,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Allow users to run TCP servers (bind to ports and accept connection from
Chris PeBenito 9916c69
## the same domain and outside users)  disabling this forces FTP passive mode
Chris PeBenito 9916c69
## and may change other protocols.
Chris PeBenito 34c8fab
gen_tunable(user_tcp_server,false)
Chris PeBenito 34c8fab
Chris PeBenito 9916c69
## Allow w to display everyone
Chris PeBenito 34c8fab
gen_tunable(user_ttyfile_stat,false)
Chris PeBenito a1fcff3
Chris PeBenito a1fcff3
## Allow applications to write untrusted content
Chris PeBenito a1fcff3
## If this is disallowed, no Internet content
Chris PeBenito a1fcff3
## will be stored.
Chris PeBenito a1fcff3
gen_tunable(write_untrusted_content,false)