From f2c63662c0c9cf03cbb82d48b1f993cd7b94a2ba Mon Sep 17 00:00:00 2001 From: mtk81216 Date: Sat, 18 Jan 2020 10:20:29 +0800 Subject: [PATCH] [ALPS04763235] remove pppoe related in ppp.te, some property is set for pppoe, since pppoe feature is phased out, just remove related sepolicy rules MTK-Commit-Id: 0c0b761b1dc65ddf5375d62ff5ed13d9df6a0e4c Change-Id: I063224db045b9e57e2b2ad8e8f36ff1ff2b46f18 CR-Id: ALPS04763235 Feature: [Module]IP Networking --- plat_private/ppp.te | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/plat_private/ppp.te b/plat_private/ppp.te index 1e7a34b..b91cd4a 100644 --- a/plat_private/ppp.te +++ b/plat_private/ppp.te @@ -2,38 +2,6 @@ # MTK Policy Rule # ============================================== - - -# Date : WK14.34 -# Operation : Migration -# Purpose: for VPN - -allow ppp init:unix_stream_socket connectto; -allow ppp property_socket:sock_file write; - -# Date : WK14.37 -# Operation : Migration -# Purpose: for PPPOE Test - -allow ppp devpts:chr_file { read write ioctl open setattr }; -allow ppp self:capability { setuid net_raw setgid }; -allow ppp shell_exec:file { read execute open execute_no_trans }; - - -# Date : WK14.37 -# Operation : Migration -# Purpose: for PPPOE Test: Property permission - -allow ppp net_radio_prop:property_service set; -allow ppp system_prop:property_service set; - - -# Date : WK14.38 -# Operation : Migration -# Purpose: for PPPOE Test - -allow ppp ppp_exec:file execute_no_trans; - # Date : WK14.53 # Operation : check in # Purpose: for warning kernel API