From 35c1be8aabbc669a44bb84d78541ab4485ae385a Mon Sep 17 00:00:00 2001 From: zhuoliang zhang Date: Sat, 18 Jan 2020 10:19:23 +0800 Subject: [PATCH] [ALPS04760322] high risk sepolicies of dhcp delete the legacy selinux file :dhcp.te MTK-Commit-Id: b963a9f2c64ece1174cd78d6602cd7ddc768e347 Change-Id: I8a2a10f3c1f2626836abc3b514c97df43a1795de CR-Id: ALPS04760322 Feature: [Module]IP Networking --- plat_private/dhcp.te | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 plat_private/dhcp.te diff --git a/plat_private/dhcp.te b/plat_private/dhcp.te deleted file mode 100644 index 4d50933..0000000 --- a/plat_private/dhcp.te +++ /dev/null @@ -1,26 +0,0 @@ -# ============================================== -# MTK Policy Rule -# ============ - -# Date :WK14.34 -# Operation : Migration -# Purpose: for connecting Wifi -allow dhcp devpts:chr_file rw_file_perms; - - -# Date :WK14.41 -# Operation : ALPS01757300 -# Purpose: connect AP, using for wifi connect -allow dhcp kernel:system module_request; - - -# Date :WK14.44 -# Operation : ALPS01798575 -# Purpose: Search on Internet using browser, the 3th App use dhcp -#============= netd ============== -allow dhcp platform_app:fd use; - -allow dhcp init:fifo_file rw_file_perms; -allow dhcp init:unix_stream_socket { read write }; - -allow dhcp untrusted_app:fd use;