|
Chris PeBenito |
9916c6 |
#
|
|
Chris PeBenito |
4f9f30 |
# This file is for the declaration of global tunables.
|
|
Chris PeBenito |
4f9f30 |
# To change the default value at build time, the booleans.conf
|
|
Chris PeBenito |
9916c6 |
# file should be used.
|
|
Chris PeBenito |
9916c6 |
#
|
|
Chris PeBenito |
9916c6 |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
dd9e1d |
## 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 |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
a225f9 |
gen_tunable(allow_execheap,false)
|
|
Chris PeBenito |
a225f9 |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
dd9e1d |
## 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 |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
34c8fa |
gen_tunable(allow_execmem,false)
|
|
Chris PeBenito |
34c8fa |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
dd9e1d |
## Allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t")
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
34c8fa |
gen_tunable(allow_execmod,false)
|
|
Chris PeBenito |
34c8fa |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
dd9e1d |
## 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 |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
98a8ea |
gen_tunable(allow_execstack,false)
|
|
Chris PeBenito |
98a8ea |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
d9845a |
## Enable polyinstantiated directory support.
|
|
Chris PeBenito |
d9845a |
##
|
|
Chris PeBenito |
d9845a |
## </desc>
|
|
Chris PeBenito |
d9845a |
gen_tunable(allow_polyinstantiation,false)
|
|
Chris PeBenito |
d9845a |
|
|
Chris PeBenito |
d9845a |
## <desc>
|
|
Chris PeBenito |
d9845a |
##
|
|
Chris PeBenito |
9916c6 |
## Allow system to run with NIS
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
34c8fa |
gen_tunable(allow_ypbind,false)
|
|
Chris PeBenito |
34c8fa |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
3cfd48 |
## Enable reading of urandom for all domains.
|
|
Chris PeBenito |
3cfd48 |
##
|
|
Chris PeBenito |
3cfd48 |
##
|
|
Chris PeBenito |
3cfd48 |
## This should be enabled when all programs
|
|
Chris PeBenito |
3cfd48 |
## are compiled with ProPolice/SSP
|
|
Chris PeBenito |
3cfd48 |
## stack smashing protection. All domains will
|
|
Chris PeBenito |
3cfd48 |
## be allowed to read from /dev/urandom.
|
|
Chris PeBenito |
3cfd48 |
##
|
|
Chris PeBenito |
3cfd48 |
## </desc>
|
|
Chris PeBenito |
3cfd48 |
gen_tunable(global_ssp,false)
|
|
Chris PeBenito |
3cfd48 |
|
|
Chris PeBenito |
3cfd48 |
## <desc>
|
|
Chris PeBenito |
3cfd48 |
##
|
|
Chris PeBenito |
350b6a |
## Allow email client to various content.
|
|
Chris PeBenito |
296273 |
## nfs, samba, removable devices, and user temp
|
|
Chris PeBenito |
296273 |
## files
|
|
Chris PeBenito |
350b6a |
##
|
|
Chris PeBenito |
350b6a |
## </desc>
|
|
Chris PeBenito |
350b6a |
gen_tunable(mail_read_content,false)
|
|
Chris PeBenito |
350b6a |
|
|
Chris PeBenito |
350b6a |
## <desc>
|
|
Chris PeBenito |
350b6a |
##
|
|
Chris PeBenito |
dd9e1d |
## Allow any files/directories to be exported read/write via NFS.
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
43989f |
gen_tunable(nfs_export_all_rw,false)
|
|
Chris PeBenito |
43989f |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
dd9e1d |
## Allow any files/directories to be exported read/only via NFS.
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
43989f |
gen_tunable(nfs_export_all_ro,false)
|
|
Chris PeBenito |
43989f |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
350b6a |
## Support NFS home directories
|
|
Chris PeBenito |
185272 |
##
|
|
Chris PeBenito |
185272 |
## </desc>
|
|
Chris PeBenito |
350b6a |
gen_tunable(use_nfs_home_dirs,false)
|
|
Chris PeBenito |
185272 |
|
|
Chris PeBenito |
185272 |
## <desc>
|
|
Chris PeBenito |
185272 |
##
|
|
Chris PeBenito |
350b6a |
## Support SAMBA home directories
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
350b6a |
gen_tunable(use_samba_home_dirs,false)
|
|
Chris PeBenito |
cbdb4a |
|
|
Chris PeBenito |
885b83 |
## <desc>
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
9916c6 |
## Allow users to run TCP servers (bind to ports and accept connection from
|
|
Chris PeBenito |
9916c6 |
## the same domain and outside users) disabling this forces FTP passive mode
|
|
Chris PeBenito |
9916c6 |
## and may change other protocols.
|
|
Chris PeBenito |
885b83 |
##
|
|
Chris PeBenito |
885b83 |
## </desc>
|
|
Chris PeBenito |
34c8fa |
gen_tunable(user_tcp_server,false)
|