diff options
author | PavanKumar S.R <quic_pavasr@quicinc.com> | 2023-04-13 12:52:23 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2023-04-27 22:49:58 -0700 |
commit | a5681aa637beefc38f7a2958bba9b98688a762c2 (patch) | |
tree | 3b07cd6e3999610cc30d80a38a4bad5fd0050633 | |
parent | 5df70e4339a9fa2132b7eabea9c6e250e0e645fc (diff) |
sepolicy: Fix avc denials for wakeup nodes
Label wakeup sysfs nodes listed by SuspendSepolicyTests.sh
Change-Id: I52f344cb8d3c1dad4b83a33cd18091ae53fb4c32
-rw-r--r-- | generic/vendor/kalama/genfs_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/vendor/kalama/genfs_contexts b/generic/vendor/kalama/genfs_contexts index c429d84b..a23a68bb 100644 --- a/generic/vendor/kalama/genfs_contexts +++ b/generic/vendor/kalama/genfs_contexts @@ -295,3 +295,4 @@ genfscon sysfs /devices/platform/soc/3000000.remoteproc-adsp/remoteproc/remotepr genfscon sysfs /devices/platform/soc/b0000000.qcom,cnss-qca-converged/wakeup u:object_r:sysfs_wakeup:s0 genfscon sysfs /devices/platform/soc/3000000.remoteproc-adsp/remoteproc/remoteproc0/3000000.remoteproc-adsp:glink-edge/3000000.remoteproc-adsp:glink-edge.adsp_apps.-1.-1/wakeup u:object_r:sysfs_wakeup:s0 genfscon sysfs /devices/platform/soc/soc:gpio_key/wakeup u:object_r:sysfs_wakeup:s0 +genfscon sysfs /devices/platform/soc/1c00000.qcom,pcie/pci0000:00/0000:00:00.0/0000:01:00.0/mhi_1107_00.01.00/wakeup u:object_r:sysfs_wakeup:s0 |