fixes from dan

This commit is contained in:
Chris PeBenito 2005-11-21 22:15:11 +00:00
parent c5c3066aa1
commit 95f82b0de8
3 changed files with 4 additions and 4 deletions

View File

@ -926,6 +926,7 @@ interface(`auth_use_nsswitch',`
allow $1 var_auth_t:dir r_dir_perms;
allow $1 var_auth_t:file create_file_perms;
files_list_var_lib($1)
sysnet_dns_name_resolve($1)
sysnet_use_ldap($1)

View File

@ -98,8 +98,8 @@ ifdef(`distro_gentoo',`
/usr/lib/qt.*/bin(/.*)? gen_context(system_u:object_r:bin_t,s0)
# these two lines are separate because of a
# sorting issue with the java module
/usr/lib/jvm/java.*/jre/bin -d gen_context(system_u:object_r:bin_t,s0)
/usr/lib/jvm/java.*/jre/bin/.* gen_context(system_u:object_r:bin_t,s0)
/usr/lib/jvm/java.*/bin -d gen_context(system_u:object_r:bin_t,s0)
/usr/lib/jvm/java.*/bin/.* gen_context(system_u:object_r:bin_t,s0)
/usr/lib(64)?/cups/cgi-bin/.* -- gen_context(system_u:object_r:bin_t,s0)
/usr/lib(64)?/cups/filter/.* -- gen_context(system_u:object_r:bin_t,s0)

View File

@ -238,10 +238,9 @@ interface(`corecmd_bin_domtrans',`
interface(`corecmd_search_sbin',`
gen_require(`
type sbin_t;
class dir search;
')
allow $1 sbin_t:dir search;
allow $1 sbin_t:dir search_dir_perms;
')
########################################