aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorJeff Vander Stoep2017-05-15 15:19:03 -0500
committerJeff Vander Stoep2017-05-15 15:37:59 -0500
commit76aab82cb3a7560d3d78f93c7f2d00ed381192c4 (patch)
tree8290dfd0265c15e3962b1c6d3826223bce7085d5 /vendor
parent2dd9ae33f7827dd372c2c698f1aec457e5be8a9e (diff)
downloadsystem-sepolicy-76aab82cb3a7560d3d78f93c7f2d00ed381192c4.tar.gz
system-sepolicy-76aab82cb3a7560d3d78f93c7f2d00ed381192c4.tar.xz
system-sepolicy-76aab82cb3a7560d3d78f93c7f2d00ed381192c4.zip
Move domain_deprecated into private policy
This attribute is being actively removed from policy. Since attributes are not being versioned, partners must not be able to access and use this attribute. Move it from private and verify in the logs that rild and tee are not using these permissions. Bug: 38316109 Test: build and boot Marlin Test: Verify that rild and tee are not being granted any of these permissions. Change-Id: I31beeb5bdf3885195310b086c1af3432dc6a349b
Diffstat (limited to 'vendor')
-rw-r--r--vendor/tee.te2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/tee.te b/vendor/tee.te
index f7c2cb59..348d7158 100644
--- a/vendor/tee.te
+++ b/vendor/tee.te
@@ -1,8 +1,6 @@
1## 1##
2# trusted execution environment (tee) daemon 2# trusted execution environment (tee) daemon
3# 3#
4typeattribute tee domain_deprecated;
5
6type tee_exec, exec_type, vendor_file_type, file_type; 4type tee_exec, exec_type, vendor_file_type, file_type;
7init_daemon_domain(tee) 5init_daemon_domain(tee)
8 6