aboutsummaryrefslogtreecommitdiffstats
path: root/selinux/init.te
blob: 1545be3c9f98c27aa30ba2e06ae7905945dea46f (plain)
1
2
3
4
5
6
7
8
9
10
allow init debugfs:dir mounton;
allow init radio_device:dir relabelto;
allow init radio_device:file { relabelto setattr };
allow init radio_device:lnk_file relabelto;
allow init sysfs:lnk_file setattr;
allow init radio_device:lnk_file setattr;
allow init tmpfs:lnk_file create;
allow init sysfs_bluetooth_writable:lnk_file { read getattr };
allow init sysfs_bluetooth_writable:file getattr;
allow init socket_device:sock_file setattr;