From 034f9b1f2f34e3677ba35d96bee92a80582c8e24 Mon Sep 17 00:00:00 2001 From: mtk81216 Date: Sat, 18 Jan 2020 09:59:55 +0800 Subject: [PATCH] [ALPS03881723] remove unused sepolicy rules [Detail] remove pppoe related sepolicy rules [Solution] remove pppoe related sepolicy rules MTK-Commit-Id: 8ff59c04a6130f8e31bbb7e9feff7826be5ebd81 Change-Id: I8f14dae292c98ace27b78b577032285fc6076a02 CR-Id: ALPS03881723 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK --- non_plat/ppp.te | 10 ---------- non_plat/property.te | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 non_plat/ppp.te diff --git a/non_plat/ppp.te b/non_plat/ppp.te deleted file mode 100644 index 67c36b8..0000000 --- a/non_plat/ppp.te +++ /dev/null @@ -1,10 +0,0 @@ -# ============================================== -# MTK Policy Rule -# ============================================== - -# Date : WK14.37 -# Operation : Migration -# Purpose: for PPPOE Test: Property permission -typeattribute ppp system_writes_vendor_properties_violators; -allow ppp pppoe_ppp0_prop:property_service set; - diff --git a/non_plat/property.te b/non_plat/property.te index 5c728e7..7c41d97 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -85,9 +85,6 @@ type ctl_muxreport-daemon_prop, property_type; #=============allow telephony modules to set tel_switch_prop============== type tel_switch_prop, property_type, mtk_core_property_type; -#=============allow ppp to set pppoe.ppp0============== -type pppoe_ppp0_prop, property_type, mtk_core_property_type; - #=============allow bootanim============== type bootani_prop, property_type, mtk_core_property_type;