diff options
author | Alexander Diewald <Diewi@diewald-net.com> | 2017-11-08 22:59:23 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | e17643d703870a2450b1c6deb264292eb0192402 (patch) | |
tree | 5090504221bc738ea09ab9458b20768943b33805 /rootdir | |
parent | 4f44e51d579532a8fc9d2270f20b8b015d95e02b (diff) |
shinano: Define SEpolicy for adsprpcd.
* Define the ioctls and grant access to the socket.
* Allow access to qseecom socket.
* Label adsprpcd service appropriately.
Change-Id: I4a0ccd322b16c30e7f10dccc1278ed17507d56e2
Signed-off-by: Alexander Diewald <Diewi@diewald-net.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index ff86fcc..61c46a4 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -501,6 +501,7 @@ service adsprpcd /system/bin/adsprpcd class main user media group media + seclabel u:r:adsprpcd:s0 service charger /charger class charger |