--- /usr/src/se/policy/domains/program/unused/kudzu.te 2004-10-02 03:36:11.000000000 +1000 +++ domains/program/unused/kudzu.te 2004-10-02 03:40:37.000000000 +1000 @@ -15,7 +15,7 @@ allow kudzu_t etc_t:file { getattr read }; allow kudzu_t self:capability { dac_override sys_admin sys_rawio net_admin sys_tty_config }; allow kudzu_t modules_conf_t:file { getattr read }; -allow kudzu_t modules_object_t:dir { search }; +allow kudzu_t modules_object_t:dir { getattr search }; allow kudzu_t modules_dep_t:file { getattr read }; allow kudzu_t mouse_device_t:chr_file { read write }; allow kudzu_t proc_t:file { getattr read }; @@ -81,3 +81,6 @@ file_type_auto_trans(kudzu_t, etc_t, etc_runtime_t, file) allow kudzu_t tape_device_t:chr_file r_file_perms; allow kudzu_t tmp_t:dir { search }; + +# for file systems that are not yet mounted +dontaudit kudzu_t file_t:dir search;