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