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 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito dd9e1de
## Allow unconfined executables to make their heap memory executable.  Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito a225f98
gen_tunable(allow_execheap,false)
Chris PeBenito a225f98
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito dd9e1de
## Allow unconfined executables to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla")
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 34c8fab
gen_tunable(allow_execmem,false)
Chris PeBenito 34c8fab
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito dd9e1de
## Allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t")
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 34c8fab
gen_tunable(allow_execmod,false)
Chris PeBenito 34c8fab
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito dd9e1de
## Allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla")
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 98a8ead
gen_tunable(allow_execstack,false)
Chris PeBenito 98a8ead
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito d9845ae
## Enable polyinstantiated directory support.
Chris PeBenito d9845ae
## 

Chris PeBenito d9845ae
## </desc>
Chris PeBenito d9845ae
gen_tunable(allow_polyinstantiation,false)
Chris PeBenito d9845ae
Chris PeBenito d9845ae
## <desc>
Chris PeBenito d9845ae
## 

Chris PeBenito 9916c69
## Allow system to run with NIS
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 34c8fab
gen_tunable(allow_ypbind,false)
Chris PeBenito 34c8fab
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito 3cfd487
## Enable reading of urandom for all domains.
Chris PeBenito 3cfd487
## 

Chris PeBenito 3cfd487
## 

Chris PeBenito 3cfd487
## This should be enabled when all programs
Chris PeBenito 3cfd487
## are compiled with ProPolice/SSP
Chris PeBenito 3cfd487
## stack smashing protection.  All domains will
Chris PeBenito 3cfd487
## be allowed to read from /dev/urandom.
Chris PeBenito 3cfd487
## 

Chris PeBenito 3cfd487
## </desc>
Chris PeBenito 3cfd487
gen_tunable(global_ssp,false)
Chris PeBenito 3cfd487
Chris PeBenito 3cfd487
## <desc>
Chris PeBenito 3cfd487
## 

Chris PeBenito 350b6ab
## Allow email client to various content.
Chris PeBenito 296273a
## nfs, samba, removable devices, and user temp
Chris PeBenito 296273a
## files
Chris PeBenito 350b6ab
## 

Chris PeBenito 350b6ab
## </desc>
Chris PeBenito 350b6ab
gen_tunable(mail_read_content,false)
Chris PeBenito 350b6ab
Chris PeBenito 350b6ab
## <desc>
Chris PeBenito 350b6ab
## 

Chris PeBenito dd9e1de
## Allow any files/directories to be exported read/write via NFS.
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 43989f8
gen_tunable(nfs_export_all_rw,false)
Chris PeBenito 43989f8
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito dd9e1de
## Allow any files/directories to be exported read/only via NFS.
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 43989f8
gen_tunable(nfs_export_all_ro,false)
Chris PeBenito 43989f8
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito 9916c69
## Allow reading of default_t files.
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 34c8fab
gen_tunable(read_default_t,false)
Chris PeBenito 34c8fab
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

Chris PeBenito 350b6ab
## Support NFS home directories
Chris PeBenito 1852726
## 

Chris PeBenito 1852726
## </desc>
Chris PeBenito 350b6ab
gen_tunable(use_nfs_home_dirs,false)
Chris PeBenito 1852726
Chris PeBenito 1852726
## <desc>
Chris PeBenito 1852726
## 

Chris PeBenito 350b6ab
## Support SAMBA home directories
Chris PeBenito 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 350b6ab
gen_tunable(use_samba_home_dirs,false)
Chris PeBenito cbdb4ae
Chris PeBenito 885b83e
## <desc>
Chris PeBenito 885b83e
## 

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 885b83e
## 

Chris PeBenito 885b83e
## </desc>
Chris PeBenito 34c8fab
gen_tunable(user_tcp_server,false)