Changeset 180

Show
Ignore:
Timestamp:
04/03/08 09:23:09 (8 months ago)
Author:
slawrence
Message:

Allow policy to build on RHEL5.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RHEL5.1/refpolicy/src/selinux-policy-clip/policy/global_tunables

    r176 r180  
    134134gen_tunable(write_untrusted_content,false) 
    135135 
     136## <desc> 
     137## <p> 
     138## Allow spamd to read/write user home directories. 
     139## </p> 
     140## </desc> 
     141gen_tunable(spamd_enable_home_dirs,false) 
    136142 
     143## <desc> 
     144## <p> 
     145## Allow user spamassassin clients to use the network. 
     146## </p> 
     147## </desc> 
     148gen_tunable(spamassassin_can_network,false) 
     149 
     150## <desc> 
     151## <p> 
     152## Allow samba to share users home directories. 
     153## </p> 
     154## </desc> 
     155gen_tunable(samba_enable_home_dirs,false) 
     156 
     157## <desc> 
     158## <p> 
     159## Allow pppd to be run for a regular user 
     160## </p> 
     161## </desc> 
     162gen_tunable(pppd_for_user,false) 
     163 
     164## <desc> 
     165## <p> 
     166## Allow confined applications to run with kerberos 
     167## </p> 
     168## </desc> 
     169gen_tunable(allow_kerberos,false)