Based on: https://review.lineageos.org/c/LineageOS/android_system_sepolicy/+/302134 Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com> Change-Id: Ibf9e78f53d79304d70eddd16063bfedae3d0c05f
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
allow netd mtkimsmddomain:fd use;
|
|
allow netd mtkimsmddomain:{ tcp_socket udp_socket} { read write getopt setopt };
|
|
|
|
# Acquire advisory lock on /system/etc/xtables.lock. If this file doesn't
|
|
# exist, suppress the denial.
|
|
dontaudit netd system_file:dir write;
|