summaryrefslogtreecommitdiffstats
path: root/selinux/tinyplay.te
blob: ef7de812a1c331a9019d18eae7665df9e763de41 (plain)
1
2
3
4
5
6
type tinyplay, domain;
type tinyplay_exec, exec_type, file_type;
init_daemon_domain(tinyplay)

allow tinyplay audio_device:chr_file { open read write ioctl };
allow tinyplay audio_device:dir search;