msm8974-common: sepolicy: Allow system_app to access storaged via IPC
avc: denied { call } for comm=4173796E635461736B202333 scontext=u:r:system_app:s0 tcontext=u:r:storaged:s0 tclass=binder permissive=t0 Change-Id: I933dcebf2f5960d639ce47be379f62636e4ddd69
This commit is contained in:
parent
9f313b3cee
commit
16a190dd28
1
sepolicy/private/system_app.te
Normal file
1
sepolicy/private/system_app.te
Normal file
@ -0,0 +1 @@
|
||||
binder_call(system_app, storaged)
|
@ -19,3 +19,5 @@ include device/qcom/sepolicy-legacy/sepolicy.mk
|
||||
# Board specific SELinux policy variable definitions
|
||||
BOARD_SEPOLICY_DIRS += \
|
||||
device/samsung/msm8974-common/sepolicy/common
|
||||
BOARD_PLAT_PRIVATE_SEPOLICY_DIR += \
|
||||
device/samsung/msm8974-common/sepolicy/private
|
||||
|
Loading…
Reference in New Issue
Block a user