summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2015-12-29 17:54:28 -0800
committerTodd Poynor <toddpoynor@google.com>2015-12-29 17:54:28 -0800
commit4d7f785c4e52a8dc92a6cc650d58c2484249cc55 (patch)
treebd88bc317a60a79b786c1b3b0284d6e014984131
parent9d61d1b1474a1fdbf6668e9bd28c3015b60680bc (diff)
downloadqcom-4d7f785c4e52a8dc92a6cc650d58c2484249cc55.tar.gz
msm8916: update GIDs for qmuxd and rmt_storage
Add GID "wakelock" for the Qualcomm daemons qmuxd and rmt_storage, to allow sysfs wakelock interface access per recent Android changes, as was done for Nexus and Android One devices in bug 25864142. Bug: 26348967 Bug: 25864142 Change-Id: I7456a6e24bd014ce66577d320217f12622f7fc9a
-rw-r--r--soc/msm8916/prebuilts/audio.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/soc/msm8916/prebuilts/audio.rc b/soc/msm8916/prebuilts/audio.rc
index e24d2b6..baa2c80 100644
--- a/soc/msm8916/prebuilts/audio.rc
+++ b/soc/msm8916/prebuilts/audio.rc
@@ -31,9 +31,11 @@ on post-fs
service rmt_storage /system/bin/rmt_storage
class core
user root
+ group system wakelock
disabled
service qmuxd /system/bin/qmuxd
class main
user root
+ group radio audio bluetooth wakelock gps
disabled