diff options
| author | Harvey Tsai <harveytsai@google.com> | 2020-06-16 18:34:01 +0800 |
|---|---|---|
| committer | joeshih <joeshih@google.com> | 2020-06-23 15:40:37 +0800 |
| commit | 5fc0a99eb59c0f44df49cb0bb39c9ece7bdf8675 (patch) | |
| tree | bf3812b02955f36ee82ed9b563ea373a95b71f05 | |
| parent | 4113e27085a80447d332415b0bd30a0f2ab68378 (diff) | |
| download | platform_hardware_google_pixel-sepolicy-5fc0a99eb59c0f44df49cb0bb39c9ece7bdf8675.tar.gz platform_hardware_google_pixel-sepolicy-5fc0a99eb59c0f44df49cb0bb39c9ece7bdf8675.tar.bz2 platform_hardware_google_pixel-sepolicy-5fc0a99eb59c0f44df49cb0bb39c9ece7bdf8675.zip | |
Fix vts_treble_sys_prop_test failure
- Since FactoryOta belongs to the system_ext partition, all sepolicy files are moved to the corresponding folders.
Bug: 158720266
Test: built pass and passed several runs of the factory ota e2e testing
Change-Id: I558b0a94102f1e6bd441df1ccd0360a1f4644dd6
| -rw-r--r-- | sota_app/system_ext/factory_ota_app.te (renamed from sota_app/factory_ota_app.te) | 1 | ||||
| -rw-r--r-- | sota_app/system_ext/property_contexts (renamed from sota_app/property_contexts) | 0 | ||||
| -rw-r--r-- | sota_app/system_ext/seapp_contexts (renamed from sota_app/seapp_contexts) | 0 | ||||
| -rw-r--r-- | sota_app/system_ext/vendor_init.te (renamed from sota_app/vendor_init.te) | 0 |
4 files changed, 0 insertions, 1 deletions
diff --git a/sota_app/factory_ota_app.te b/sota_app/system_ext/factory_ota_app.te index 5652ce9..f48adeb 100644 --- a/sota_app/factory_ota_app.te +++ b/sota_app/system_ext/factory_ota_app.te @@ -30,4 +30,3 @@ allow factory_ota_app radio_service:service_manager find; # For suppress more GPU service sepolicy error log. dontaudit factory_ota_app gpuservice:binder call; -dontaudit factory_ota_app sysfs_msm_subsys:dir search; diff --git a/sota_app/property_contexts b/sota_app/system_ext/property_contexts index 444fda2..444fda2 100644 --- a/sota_app/property_contexts +++ b/sota_app/system_ext/property_contexts diff --git a/sota_app/seapp_contexts b/sota_app/system_ext/seapp_contexts index 673f451..673f451 100644 --- a/sota_app/seapp_contexts +++ b/sota_app/system_ext/seapp_contexts diff --git a/sota_app/vendor_init.te b/sota_app/system_ext/vendor_init.te index 11191e3..11191e3 100644 --- a/sota_app/vendor_init.te +++ b/sota_app/system_ext/vendor_init.te |
