aboutsummaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/file_contexts1
-rw-r--r--sepolicy/hal_neuralnetworks_hvx.te9
2 files changed, 0 insertions, 10 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index ce50b3f..e92b776 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -15,7 +15,6 @@
# HALs
/vendor/bin/hw/android\.hardware\.light@2\.0-service.zuk_8996 u:object_r:hal_light_default_exec:s0
-/vendor/bin/hw/android\.hardware\.neuralnetworks@1\.0-service-hvx u:object_r:hal_neuralnetworks_hvx_exec:s0
# Misc files on /vendor
/vendor/usr/idc(/.*)? u:object_r:idc_file:s0
diff --git a/sepolicy/hal_neuralnetworks_hvx.te b/sepolicy/hal_neuralnetworks_hvx.te
deleted file mode 100644
index d05693b..0000000
--- a/sepolicy/hal_neuralnetworks_hvx.te
+++ /dev/null
@@ -1,9 +0,0 @@
-type hal_neuralnetworks_hvx, domain;
-hal_server_domain(hal_neuralnetworks_hvx, hal_neuralnetworks)
-
-type hal_neuralnetworks_hvx_exec, exec_type, vendor_file_type, file_type;
-init_daemon_domain(hal_neuralnetworks_hvx)
-
-allow hal_neuralnetworks_hvx ion_device:chr_file r_file_perms;
-allow hal_neuralnetworks_hvx qdsp_device:chr_file r_file_perms;
-