30 Jun 2005

10:28 pm General

Fedora Core 4 and selinux

Frustrated. FC4 broke some hardware-related software because of the restrictive “targeted” policy. Had to add more rules, like:

allow hald_t usbfs_t:dir read;
allow hald_t usbfs_t:file { ioctl write };
allow bluetooth_t self:socket { read write };
allow bluetooth_t self:socket { accept getattr getopt };
allow bluetooth_t self:capability { dac_override dac_read_search };
allow bluetooth_t self:file read;

So, now hald addon can read wireless mouse battery status, now, bluetooth service can start properly. But noone guarantees that’s the end of the story:(

Leave a Comment

Your comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.