SamarV-121 a58d7459e5 sepolicy: isolated_app -> isolated_app_all
* neverallow

Change-Id: If7dbddf30472de3b7c04c2e4f9a27e03e6ada619
2023-10-29 17:44:17 +00:00

43 lines
1.0 KiB
Plaintext

# ==============================================
# Common SEPolicy Rule
# ==============================================
# Date : WK14.34
# Operation : Migration
# Purpose : For WIFI SANITY test to set FW path(STA/P2P/AP)
# Owner: TingTing Lei
allow netd wmtWifi_device:chr_file w_file_perms;
# Date : WK14.34
# Operation : Migration
# Purpose : NA
# Owner: Changqing Sun
allow netd self:capability { fsetid setuid setgid };
# Date : WK14.34
# Operation : Migration
# Purpose: APP
allow netd platform_app:fd use;
# Date : WK14.37
# Operation : Migration
# Purpose : PPPOE Test
# Owner : lina wang
allow netd ppp:process sigkill;
allow netd untrusted_app:fd use;
# Date : W15.02
# Operation : SQC
# Purpose : CTS for wifi
allow netd untrusted_app:unix_stream_socket rw_socket_perms_no_ioctl;
allow netd isolated_app_all:fd use;
# MTK support app feature
get_prop(netd, vendor_mtk_app_prop)
allow netd bip_ap:fd use;
allow netd bip_ap:tcp_socket { read write setopt getopt };
allow netd bip_ap:udp_socket {read write setopt getopt};