Changeset 2725

Show
Ignore:
Timestamp:
06/19/08 15:57:09 (4 months ago)
Author:
cpebenito
Message:

rbacsep: remove untrusted content booleans.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/rbacsep/policy/global_tunables

    r2545 r2725  
    6363## <p> 
    6464## Allow email client to various content. 
    65 ## nfs, samba, removable devices, user temp 
    66 ## and untrusted content files 
     65## nfs, samba, removable devices, and user temp 
     66## files 
    6767## </p> 
    6868## </desc> 
     
    9292## <desc> 
    9393## <p> 
    94 ## Allow applications to read untrusted content 
    95 ## If this is disallowed, Internet content has 
    96 ## to be manually relabeled for read access to be granted 
    97 ## </p> 
    98 ## </desc> 
    99 gen_tunable(read_untrusted_content,false) 
    100  
    101 ## <desc> 
    102 ## <p> 
    10394## Support NFS home directories 
    10495## </p> 
     
    121112## </desc> 
    122113gen_tunable(user_tcp_server,false) 
    123  
    124 ## <desc> 
    125 ## <p> 
    126 ## Allow applications to write untrusted content 
    127 ## If this is disallowed, no Internet content 
    128 ## will be stored. 
    129 ## </p> 
    130 ## </desc> 
    131 gen_tunable(write_untrusted_content,false)