Changeset 207

Show
Ignore:
Timestamp:
07/08/08 11:31:21 (2 months ago)
Author:
jmowery
Message:

updated to include new booleans and updated descriptions from new release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branch/RHEL-5.2-20080702merge/src/selinux-policy-clip/policy/booleans.conf

    r176 r207  
    3636 
    3737# 
     38# Allow usage of the gpg-agent --write-env-file option. 
     39# This also allows gpg-agent to manage user files. 
     40#  
     41gpg_agent_env_file = false 
     42 
     43# 
    3844# Allow java executable stack 
    3945#  
     
    4955#  
    5056allow_mplayer_execstack = false 
     57 
     58# 
     59# Allow qemu to connect fully to the network 
     60#  
     61qemu_full_network = false 
     62 
     63# 
     64# Allow sysadm to debug or ptrace all processes. 
     65#  
     66allow_ptrace = false 
    5167 
    5268# 
     
    195211 
    196212# 
     213# Allow unprived users to execute DDL statement 
     214#  
     215sepgsql_enable_users_ddl = true 
     216 
     217# 
    197218# Allow pppd to load kernel modules for certain modems 
    198219#  
     
    304325 
    305326# 
     327# Allow virt to manage nfs files 
     328#  
     329virt_use_nfs = false 
     330 
     331# 
     332# Allow virt to manage cifs files 
     333#  
     334virt_use_samba = false 
     335 
     336# 
    306337# Allows clients to write to the X server shared 
    307338# memory segments. 
     
    315346 
    316347# 
     348# Support X userspace object manager 
     349#  
     350xserver_object_manager = false 
     351 
     352# 
    317353# Allow zebra daemon to write it configuration files 
    318354#  
    319355allow_zebra_write_config = false 
     356 
     357# 
     358# Enable support for upstart as the init program. 
     359#  
     360init_upstart = false 
    320361 
    321362# 
     
    361402 
    362403# 
    363 # Allow making the heap executable. 
     404# 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 
    364405#  
    365406allow_execheap = false 
    366407 
    367408# 
    368 # Allow making anonymous memory executable, e.g. 
    369 # for runtime-code generation or executable stack. 
     409# Allow unconfined executables to map a memory region as both executable and writable, this is dangerous and the executable should be reported in bugzilla") 
    370410#  
    371411allow_execmem = false 
    372412 
    373413# 
    374 # Allow making a modified private file 
    375 # mapping executable (text relocation). 
     414# Allow all unconfined executables to use libraries requiring text relocation that are not labeled textrel_shlib_t") 
    376415#  
    377416allow_execmod = false 
    378417 
    379418# 
    380 # Allow making the stack executable via mprotect. 
    381 # Also requires allow_execmem. 
     419# 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") 
    382420#  
    383421allow_execstack = false 
     
    414452 
    415453# 
    416 # Allow nfs to be exported read/write
     454# Allow any files/directories to be exported read/write via NFS
    417455#  
    418456nfs_export_all_rw = false 
    419457 
    420458# 
    421 # Allow nfs to be exported read only 
     459# Allow any files/directories to be exported read/only via NFS. 
    422460#  
    423461nfs_export_all_ro = false 
     
    460498 
    461499# 
    462 # Allow applications to write untrusted content 
     500# Allow spamd to read/write user home directories. 
    463501#  
    464502spamd_enable_home_dirs = true 
    465503 
    466504# 
    467 # Allow applications to write untrusted content 
     505# Allow user spamassassin clients to use the network. 
    468506#  
    469507spamassassin_can_network = false 
    470508 
    471509# 
    472 # Allow applications to write untrusted content 
     510# Allow samba to share users home directories. 
    473511#  
    474512samba_enable_home_dirs = false 
    475513 
    476514# 
    477 # Allow applications to write untrusted content 
     515# Allow pppd to be run for a regular user 
    478516#  
    479517pppd_for_user = false 
    480518 
    481519# 
    482 # Allow applications to write untrusted content 
     520# Allow confined applications to run with kerberos 
    483521#  
    484522allow_kerberos = false