diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-02-14 14:17:47 +0800 |
---|---|---|
committer | dianlujitao <dianlujitao@lineageos.org> | 2019-06-15 22:01:15 +0800 |
commit | 5fa3bba1f7949b91ad4af9d9abef1bbced80ce57 (patch) | |
tree | 2f816f3885330fe9f320b19501cbcb266f7d8a56 /common | |
parent | cd8e8d284b066792df3dec32775a7f45a5646667 (diff) | |
download | android_device_lineage_sepolicy-5fa3bba1f7949b91ad4af9d9abef1bbced80ce57.tar.gz android_device_lineage_sepolicy-5fa3bba1f7949b91ad4af9d9abef1bbced80ce57.tar.bz2 android_device_lineage_sepolicy-5fa3bba1f7949b91ad4af9d9abef1bbced80ce57.zip |
sepolicy: Move power hal service label to dynamic
Change-Id: Ibad7c3a88e876006ac88933b894050b045c847b0
Diffstat (limited to 'common')
-rw-r--r-- | common/dynamic/hwservice_contexts | 1 | ||||
-rw-r--r-- | common/private/hwservice_contexts | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common/dynamic/hwservice_contexts b/common/dynamic/hwservice_contexts index d5e1984..58ffb72 100644 --- a/common/dynamic/hwservice_contexts +++ b/common/dynamic/hwservice_contexts @@ -7,6 +7,7 @@ vendor.lineage.livedisplay::IDisplayModes u:object_r:hal_lineage_live vendor.lineage.livedisplay::IPictureAdjustment u:object_r:hal_lineage_livedisplay_hwservice:s0 vendor.lineage.livedisplay::IReadingEnhancement u:object_r:hal_lineage_livedisplay_hwservice:s0 vendor.lineage.livedisplay::ISunlightEnhancement u:object_r:hal_lineage_livedisplay_hwservice:s0 +vendor.lineage.power::ILineagePower u:object_r:hal_power_hwservice:s0 vendor.lineage.touch::IGloveMode u:object_r:hal_lineage_touch_hwservice:s0 vendor.lineage.touch::IKeyDisabler u:object_r:hal_lineage_touch_hwservice:s0 vendor.lineage.touch::IStylusMode u:object_r:hal_lineage_touch_hwservice:s0 diff --git a/common/private/hwservice_contexts b/common/private/hwservice_contexts deleted file mode 100644 index 82766ae..0000000 --- a/common/private/hwservice_contexts +++ /dev/null @@ -1 +0,0 @@ -vendor.lineage.power::ILineagePower u:object_r:hal_power_hwservice:s0 |