summaryrefslogtreecommitdiffstats
path: root/selinux/tinyplay.te
diff options
context:
space:
mode:
authorSimon Shields <keepcalm444@gmail.com>2016-02-09 12:23:15 +1100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-02-16 14:51:46 +0100
commit6a699f145820f784007ab212b8cece4911e42653 (patch)
treebf34dc34f37e9f550010cbefa00d49154e02a000 /selinux/tinyplay.te
parent2e8292ce08727bd86a9a12a537418df046d73bc2 (diff)
downloaddevice_samsung_i9300-6a699f145820f784007ab212b8cece4911e42653.zip
device_samsung_i9300-6a699f145820f784007ab212b8cece4911e42653.tar.gz
device_samsung_i9300-6a699f145820f784007ab212b8cece4911e42653.tar.bz2
i9300: 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;