[LA.UM.9.*] sepolicy: Update sdm845-sm8350 sepolicies
[1] - LA.UM.9.1.r1-15900-SMxxx0.QSSI13.0 Change-Id: I2a7c814b3da402a68327ba33e1d19bad3be51076 Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
e3de4de926
commit
de533d2529
|
@ -43,3 +43,4 @@ allow dumpstate debugfs_mmc:dir search;
|
|||
binder_call(dumpstate, hal_light_default)
|
||||
|
||||
binder_call(dumpstate, hal_power_default)
|
||||
binder_call(dumpstate, rild)
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
|
||||
allow init vendor_sysfs_graphics:lnk_file r_file_perms;
|
|
@ -1,2 +1,3 @@
|
|||
binder_call(dumpstate, vendor_sxrd_vndr)
|
||||
binder_call(dumpstate, vendor_qvrd_vndr)
|
||||
binder_call(dumpstate, rild)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
persist.vendor.bt.a2dp_offload_cap u:object_r:vendor_bluetooth_prop:s0
|
|
@ -4,3 +4,8 @@ genfscon sysfs /devices/platform/soc/c440000.qcom,spmi/spmi-0/spmi0-08/c440000.q
|
|||
#Modem & ADSP related wakeup nodes.
|
||||
genfscon sysfs /devices/platform/soc/4080000.qcom,mss/subsys3/wakeup u:object_r:sysfs_wakeup:s0
|
||||
genfscon sysfs /devices/platform/soc/3700000.qcom,lpass/subsys4/wakeup u:object_r:sysfs_wakeup:s0
|
||||
|
||||
#wakeup nodes listed from SuspendSepolicyTests.sh
|
||||
genfscon sysfs /devices/platform/soc/soc:qcom,wpss@8a00000/subsys3/wakeup u:object_r:sysfs_wakeup:s0
|
||||
genfscon sysfs /devices/platform/soc/3700000.qcom,lpass/subsys5/wakeup u:object_r:sysfs_wakeup:s0
|
||||
genfscon sysfs /devices/platform/soc/990000.qcom,qup_uart/wakeup u:object_r:sysfs_wakeup:s0
|
||||
|
|
Loading…
Reference in New Issue