summaryrefslogtreecommitdiffstats
path: root/sepolicy/trusty_test.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/trusty_test.te')
-rw-r--r--sepolicy/trusty_test.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/trusty_test.te b/sepolicy/trusty_test.te
new file mode 100644
index 0000000..08d347a
--- /dev/null
+++ b/sepolicy/trusty_test.te
@@ -0,0 +1,3 @@
+type trusty_ipc_device, dev_type;
+
+allow shell trusty_ipc_device:chr_file { open read write ioctl };