diff options
Diffstat (limited to 'selinux/tinyplay.te')
-rw-r--r-- | selinux/tinyplay.te | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/selinux/tinyplay.te b/selinux/tinyplay.te deleted file mode 100644 index ef7de81..0000000 --- a/selinux/tinyplay.te +++ /dev/null @@ -1,6 +0,0 @@ -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; |