summaryrefslogtreecommitdiff
path: root/sepolicy/tinymix.te
blob: 6e7ef5434bd6d6e9d22ddcde4d6cc85fd9b7cefa (plain)
1
2
3
4
5
6
7
type tinymix, domain;
type tinymix_exec, exec_type, file_type;

init_daemon_domain(tinymix)

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