diff options
author | Himanshu Agrawal <hagraw@codeaurora.org> | 2021-08-16 14:52:18 +0530 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-12 20:26:53 +0800 |
commit | 7ceb88cdffc9ce44fd73aa8a745afc0717b89d85 (patch) | |
tree | a3442e10d58cf2f450d7b9e814275cb6574f5023 | |
parent | 749369ed5b562f7faaa04932c3a9e10681100c89 (diff) |
sepolicy_vndr: generic: Fix compilation issues for newer upgrade
Applied the changes from legacy to generic targets.
Original Change-Id: I60686d0066a1aa099a7dffbca091c9a7e2bac7f8
Change-Id: I8285fdc49bde169f9718cd0b153088b8b0cd052b
-rw-r--r-- | generic/vendor/common/seapp_contexts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/vendor/common/seapp_contexts b/generic/vendor/common/seapp_contexts index f843911f..1a1d7cef 100644 --- a/generic/vendor/common/seapp_contexts +++ b/generic/vendor/common/seapp_contexts @@ -40,7 +40,7 @@ user=_app seinfo=platform name=com.qualcomm.timeservice domain=vendor_timeservic user=_app seinfo=platform name=.qtidataservices domain=vendor_qtidataservices_app type=app_data_file levelFrom=all #Add new domain for imshelper service -user=radio seinfo=platform name=.imshelperservice domain=vendor_imshelper_app type=radio_data_file +user=radio seinfo=platform name=.imshelperservice domain=vendor_imshelper_app type=vendor_radio_data_file #Add new domain for power off alarm app user=_app seinfo=platform name=com.qualcomm.qti.poweroffalarm domain=vendor_poweroffalarm_app type=app_data_file levelFrom=all |