diff options
author | Dan Cashman <dcashman@google.com> | 2017-06-01 15:25:22 -0700 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-09-01 16:44:11 +0200 |
commit | 9b828d96673248befa83f35e393c6819a3c232d3 (patch) | |
tree | 265c4dfcd9caed93c57f847005bba3872f4ebbd3 /sepolicy/init.te | |
parent | 915e5bfa31e8f1f725e9e3461370c8535017d2e8 (diff) |
wayne-common: Add BOARD_PLAT_[PUBLIC|PRIVATE]_SEPOLICY_DIR
Move vendor policy to vendor and add a place for system extensions.
Also add such an extension: a labeling of the qti.ims.ext service.
Bug: 38151691
Bug: 62041272
Test: Policy binary identical before and after, except plat_service_contexts
has new service added.
Change-Id: I1493c4c8876c4446a1de46b39942098bf49c79f8
Diffstat (limited to 'sepolicy/init.te')
-rw-r--r-- | sepolicy/init.te | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sepolicy/init.te b/sepolicy/init.te deleted file mode 100644 index 734baea..0000000 --- a/sepolicy/init.te +++ /dev/null @@ -1,6 +0,0 @@ -allow init hwservicemanager:binder { call transfer }; -allow init ipa_dev:chr_file open; -allow init ion_device:chr_file ioctl; -allow init property_socket:sock_file write; -allow init sysfs_dm:file { open write }; -allow init tee_device:chr_file { write ioctl }; |