summaryrefslogtreecommitdiffstats
path: root/selinux/tinyplay.te
diff options
context:
space:
mode:
authorSimon Shields <keepcalm444@gmail.com>2016-02-09 12:23:15 +1100
committertilaksidduram <tilaksidduram@gmail.com>2016-02-15 11:18:09 +0530
commit7105cb10014b1e193a6894b3b131ffbf024086ba (patch)
tree24fe1272639f985dc3dbea3fbd87fd91965593fb /selinux/tinyplay.te
parent4931fb3baaabe2a3c57969555a11e98c99977254 (diff)
downloaddevice_samsung_n7100-7105cb10014b1e193a6894b3b131ffbf024086ba.zip
device_samsung_n7100-7105cb10014b1e193a6894b3b131ffbf024086ba.tar.gz
device_samsung_n7100-7105cb10014b1e193a6894b3b131ffbf024086ba.tar.bz2
n7100: move macloader and tinyplay sepolicy up to -common [2/2]
Change-Id: I874a9f2f6590755e5815e18bcdc5d1e0cdac4523
Diffstat (limited to 'selinux/tinyplay.te')
-rw-r--r--selinux/tinyplay.te6
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;