Skip to content
Snippets Groups Projects
Commit 60ac84f1 authored by Umed Singh Rana's avatar Umed Singh Rana
Browse files

meta-qti-auto-sepolicy: provide permission to IPACM to read the /var/run/data/ipa partition

size.

This change will provide access to IPACM to read the partition size
required by the changes to retain old IPACM logs in case of crash or restart.

Change-Id: Id3615c1bbdd72769d486cf713c37e11b8ea401c5
Signed-off-by: default avatarUmed Singh Rana <quic_urana@quicinc.com>
parent f5658302
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
# Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause-Clear
gen_require(`
......@@ -45,6 +45,7 @@ allow ipacm_t ipacm_var_run_t:file { open read write map };
allow ipacm_t sysfs_t: lnk_file { getattr };
allow ipacm_t proc_net_t: dir { getattr read open search };
allow ipacm_t proc_net_t: file { getattr };
allow ipacm_t tmpfs_t:filesystem { getattr };
## donotaudit any access to ipa dev nodes from lsmod
dontaudit kmod_t ipa_fw_device_t:chr_file { read write };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment