diff options
author | Subbaraman Narayanamurthy <subbaram@codeaurora.org> | 2019-09-23 16:01:32 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-01-25 15:07:22 +0100 |
commit | b9bc6ff92491b79f204123736d4e05319202e4ae (patch) | |
tree | 5c32aebcaa301c8312a2e30518bfca97b13a5932 /rootdir/etc/init.qcom.power.rc | |
parent | a72de23da14c3e2f8229c4f381f12efddedf77a9 (diff) |
msm8996-common: rootdir: add CAP_SYS_BOOT for charger
Add CAP_SYS_BOOT capability for charger service so that it can
shutdown/reboot the system.
Change-Id: I17ccba74d5a3c38bd751c55bcf42fb3689d730a7
Diffstat (limited to 'rootdir/etc/init.qcom.power.rc')
-rw-r--r-- | rootdir/etc/init.qcom.power.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index 6987c24..2ec08f1 100644 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -183,4 +183,5 @@ service charger /system/bin/charger class charger user system group system graphics input + capabilities SYS_BOOT seclabel u:r:charger:s0 |