# # This file is for the declaration of global tunables. # To change the default value at build time, the booleans.conf # file should be used. # ## ##

## Deny any process from ptracing or debugging any other processes. ##

##
gen_tunable(deny_ptrace, false) ## ##

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

##
gen_tunable(selinuxuser_execheap,false) ## ##

## Deny user domains applications to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla ##

##
gen_tunable(deny_execmem,false) ## ##

## Allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t ##

##
gen_tunable(selinuxuser_execmod,false) ## ##

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

##
gen_tunable(selinuxuser_execstack,false) ## ##

## Enable polyinstantiated directory support. ##

##
gen_tunable(polyinstantiation_enabled,false) ## ##

## Allow system to run with NIS ##

##
gen_tunable(nis_enabled,false) ## ##

## Allow logging in and using the system from /dev/console. ##

##
gen_tunable(login_console_enabled,true) ## ##

## Enable reading of urandom for all domains. ##

##

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

##
gen_tunable(global_ssp,false) ## ##

## Allow any files/directories to be exported read/write via NFS. ##

##
gen_tunable(nfs_export_all_rw,false) ## ##

## Allow any files/directories to be exported read/only via NFS. ##

##
gen_tunable(nfs_export_all_ro,false) ## ##

## Support NFS home directories ##

##
gen_tunable(use_nfs_home_dirs,false) ## ##

## Support SAMBA home directories ##

##
gen_tunable(use_samba_home_dirs,false) ## ##

## Support ecryptfs home directories ##

##
gen_tunable(use_ecryptfs_home_dirs,false) ## ##

## Support fusefs home directories ##

##
gen_tunable(use_fusefs_home_dirs,false) ## ##

## Allow users to run TCP servers (bind to ports and accept connection from ## the same domain and outside users) disabling this forces FTP passive mode ## and may change other protocols. ##

##
gen_tunable(selinuxuser_tcp_server,false) ## ##

## Allow users to run UDP servers (bind to ports and accept connection from ## the same domain and outside users) disabling this may break avahi ## discovering services on the network and other udp related services. ##

##
gen_tunable(selinuxuser_udp_server,false) ## ##

## Allow the mount commands to mount any directory or file. ##

##
gen_tunable(mount_anyfile, false) ## ##

## Allow create vbox modules during startup new kernel. ##

##
gen_tunable(use_virtualbox, false) ## ##

## Deny all system processes and Linux users to use bluetooth wireless technology. ##

##
gen_tunable(deny_bluetooth,false)