diff options
author | Dhananjay Kumar <dhakumar@codeaurora.org> | 2015-08-30 16:53:43 +0530 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2015-10-06 03:22:40 -0600 |
commit | 4e22ea7d9755528bdb192c680542a6b73f81c696 (patch) | |
tree | dd22ed4d38e8f161c352230959897a2b9cb5d0c0 /rootdir | |
parent | 4b01b9096df50ad53153059cde05245f4108afd0 (diff) | |
download | system_core-4e22ea7d9755528bdb192c680542a6b73f81c696.zip system_core-4e22ea7d9755528bdb192c680542a6b73f81c696.tar.gz system_core-4e22ea7d9755528bdb192c680542a6b73f81c696.tar.bz2 |
audio: update mediasever to have qcom_diag group permissions
- Update mediaserver to have qcom_diag group permissions
instead of diag group permissions, as /dev/diag node is
updated to qcom_diag group.
Change-Id: I33637ed68fc2f23999d07ee89682dbaa8c4383ce
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index c06a3be..d5d12a5 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -617,7 +617,7 @@ service drm /system/bin/drmserver service media /system/bin/mediaserver class main user media - group audio camera inet net_bt net_bt_admin net_bw_acct drmrpc mediadrm diag + group audio camera inet net_bt net_bt_admin net_bw_acct drmrpc mediadrm qcom_diag ioprio rt 4 # One shot invocation to deal with encrypted volume. |