update to new commenting style

This commit is contained in:
Chris PeBenito 2005-06-23 20:27:06 +00:00
parent 45239964e5
commit 9916c694b4

View File

@ -1,118 +1,82 @@
## <tunable name="allow_execmem" dftval="false"> #
## Allow execution of anonymous mappings, e.g. executable stack. # This file is for the declaration of global booleans and tunables.
## </tunable> # To change the default value at build time, the tunables.conf
# file should be used.
#
## Allow execution of anonymous mappings, e.g. executable stack.
gen_tunable(allow_execmem,false) gen_tunable(allow_execmem,false)
## <tunable name="allow_execmod" dftval="false"> ## Support Share libraries with text relocations
## Support Share libraries with text relocations
## </tunable>
gen_tunable(allow_execmod,false) gen_tunable(allow_execmod,false)
## <tunable name="allow_gpg_execstack" dftval="false"> ## Allow gpg executable stack
## Allow gpg executable stack
## </tunable>
gen_tunable(allow_gpg_execstack,false) gen_tunable(allow_gpg_execstack,false)
## <tunable name="allow_kerberos" dftval="false"> ## Allow system to run with kerberos
## Allow system to run with kerberos
## </tunable>
gen_tunable(allow_kerberos,false) gen_tunable(allow_kerberos,false)
## <tunable name="allow_ypbind" dftval="false"> ## Allow system to run with NIS
## Allow system to run with NIS
## </tunable>
gen_tunable(allow_ypbind,false) gen_tunable(allow_ypbind,false)
## <tunable name="cron_can_relabel" dftval="false"> ## Allow system cron jobs to relabel filesystem
## Allow system cron jobs to relabel filesystem ## for restoring file contexts.
## for restoring file contexts.
## </tunable>
gen_tunable(cron_can_relabel,false) gen_tunable(cron_can_relabel,false)
## <tunable name="fcron_crond" dftval="false"> ## Enable extra rules in the cron domain
## Enable extra rules in the cron domain ## to support fcron.
## to support fcron.
## </tunable>
gen_tunable(fcron_crond,false) gen_tunable(fcron_crond,false)
## <tunable name="read_default_t" dftval="false"> ## Allow reading of default_t files.
## Allow reading of default_t files.
## </tunable>
gen_tunable(read_default_t,false) gen_tunable(read_default_t,false)
## Allow ssh to run from inetd instead of as a daemon. ## Allow ssh to run from inetd instead of as a daemon.
gen_tunable(run_ssh_inetd,false) gen_tunable(run_ssh_inetd,false)
## <tunable name="secure_mode" dftval="false"> ## Enabling secure mode disallows programs, such as
## Enabling secure mode disallows programs, such as ## newrole, from transitioning to administrative
## newrole, from transitioning to administrative ## user domains.
## user domains.
## </tunable>
gen_bool(secure_mode,false) gen_bool(secure_mode,false)
## Allow ssh logins as sysadm_r:sysadm_t ## Allow ssh logins as sysadm_r:sysadm_t
gen_tunable(ssh_sysadm_login,false) gen_tunable(ssh_sysadm_login,false)
## <tunable name="staff_read_sysadm_file" dftval="false"> ## Allow staff_r users to search the sysadm home
## Allow staff_r users to search the sysadm home ## dir and read files (such as ~/.bashrc)
## dir and read files (such as ~/.bashrc)
## </tunable>
gen_tunable(staff_read_sysadm_file,false) gen_tunable(staff_read_sysadm_file,false)
## <tunable name="use_dns" dftval="false"> ## Allow the use of DNS for name resolution.
## Allow the use of DNS for name resolution.
## </tunable>
gen_tunable(use_dns,false) gen_tunable(use_dns,false)
## <tunable name="use_nfs_home_dirs" dftval="false"> ## Support NFS home directories
## Support NFS home directories
## </tunable>
gen_tunable(use_nfs_home_dirs,false) gen_tunable(use_nfs_home_dirs,false)
## <tunable name="use_samba_home_dirs" dftval="false"> ## Support SAMBA home directories
## Support SAMBA home directories
## </tunable>
gen_tunable(use_samba_home_dirs,false) gen_tunable(use_samba_home_dirs,false)
## <tunable name="user_direct_mouse" dftval="false"> ## Allow regular users direct mouse access
## Allow regular users direct mouse access
## </tunable>
gen_tunable(user_direct_mouse,false) gen_tunable(user_direct_mouse,false)
## <tunable name="user_dmesg" dftval="false"> ## Allow users to read system messages.
## Allow users to read system messages.
## </tunable>
gen_tunable(user_dmesg,false) gen_tunable(user_dmesg,false)
## <tunable name="user_net_control" dftval="false"> ## Allow users to control network interfaces
## Allow users to control network interfaces ## (also needs USERCTL=true)
## (also needs USERCTL=true)
## </tunable>
gen_tunable(user_net_control,false) gen_tunable(user_net_control,false)
## <tunable name="user_ping" dftval="false"> ## Control users use of ping and traceroute
## Control users use of ping and traceroute
## </tunable>
gen_tunable(user_ping,false) gen_tunable(user_ping,false)
## <tunable name="user_rw_noexattrfile" dftval="false"> ## Allow user to r/w noextattrfile (FAT, CDROM, FLOPPY)
## Allow user to r/w noextattrfile (FAT, CDROM, FLOPPY)
## </tunable>
gen_tunable(user_rw_noexattrfile,false) gen_tunable(user_rw_noexattrfile,false)
## <tunable name="user_rw_usb" dftval="false"> ## Allow users to rw usb devices
## Allow users to rw usb devices
## </tunable>
gen_tunable(user_rw_usb,false) gen_tunable(user_rw_usb,false)
## <tunable name="user_tcp_server" dftval="false"> ## Allow users to run TCP servers (bind to ports and accept connection from
## 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
## the same domain and outside users) disabling this forces FTP passive mode ## and may change other protocols.
## and may change other protocols.
## </tunable>
gen_tunable(user_tcp_server,false) gen_tunable(user_tcp_server,false)
## <tunable name="user_ttyfile_stat" dftval="false"> ## Allow w to display everyone
## Allow w to display everyone
## </tunable>
gen_tunable(user_ttyfile_stat,false) gen_tunable(user_ttyfile_stat,false)