aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/vold.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/vold.te')
-rw-r--r--sepolicy/vold.te7
1 files changed, 7 insertions, 0 deletions
diff --git a/sepolicy/vold.te b/sepolicy/vold.te
new file mode 100644
index 0000000..e5b776e
--- /dev/null
+++ b/sepolicy/vold.te
@@ -0,0 +1,7 @@
+allow vold diag_data_file:dir { read open ioctl };
+allow vold tee_prop:file { getattr open read };
+allow vold firmware_file:file { getattr open read };
+allow vold iddd_file:dir read;
+allow vold tee_device:unix_stream_socket connectto;
+allow vold tee_device:sock_file write;
+