# Policy file to allow bluez-pin to function correcly. # Addition to fedora selinux-policy-targeted-2.2.29-3.fc5 # Author Charles-Edouard Ruault 04-26-2006 # module bluezpin 1.1; require { class capability { dac_override dac_read_search }; class dir { read search }; type bluetooth_helper_t; type bluetooth_t; type home_root_t; type httpd_sys_content_t; type named_zone_t; type public_content_t; type sbin_t; type var_lib_t; type var_spool_t; type var_t; type xserver_log_t; }; allow bluetooth_helper_t self:capability { dac_override dac_read_search }; allow bluetooth_helper_t public_content_t:dir read; allow bluetooth_helper_t sbin_t:dir read; allow bluetooth_helper_t var_lib_t:dir search; allow bluetooth_helper_t var_t:dir read; allow bluetooth_helper_t xserver_log_t:dir read;