summaryrefslogtreecommitdiffstats
path: root/selinux/rild.te
blob: bec55dc613d79568f670e742326cd2537bad8180 (plain)
1
2
3
4
5
6
7
allow rild radio_data:dir { search write remove_name getattr add_name setattr };
allow rild radio_data:file { write getattr setattr read create unlink open };
allow rild system_file:file execmod;
allow rild efs_block_device:blk_file rw_file_perms;
allow rild efs_device_file:dir create_dir_perms;
allow rild efs_device_file:file { setattr create create_file_perms };
allow rild sysfs_radio:file { read write open };