Skip to content
Snippets Groups Projects
Commit 2c625992 authored by QCTECMDR Service's avatar QCTECMDR Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "meta-qti-auto-sepolicy: provide permission to IPACM to read the...

Merge "meta-qti-auto-sepolicy: provide permission to IPACM to read the /var/run/data/ipa partition size."
parents 91997a88 60ac84f1
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