From e8c54e0ff69cf7d27f02f12d30442db077cf68f8 Mon Sep 17 00:00:00 2001 From: Simon Shields Date: Tue, 9 Feb 2016 12:22:50 +1100 Subject: smdk4412-common: add macloader and tinyplay sepolicy [1/2] Change-Id: I1dcc6f97ba7f6d95ed92770d5f38d03b4e3b3d57 --- selinux/tinyplay.te | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 selinux/tinyplay.te (limited to 'selinux/tinyplay.te') diff --git a/selinux/tinyplay.te b/selinux/tinyplay.te new file mode 100644 index 0000000..49a5f37 --- /dev/null +++ b/selinux/tinyplay.te @@ -0,0 +1,8 @@ +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; + +domain_trans(init, rootfs, tinyplay) -- cgit v1.1