diff options
| author | Juan Rong <juan.rong@mediatek.com> | 2020-01-09 17:15:32 +0800 |
|---|---|---|
| committer | Juan Rong <juan.rong@mediatek.com> | 2020-01-10 14:15:16 +0800 |
| commit | 053b034ad55c86133fa7d13d4d65016e2e4bd480 (patch) | |
| tree | 29da2045b8665d435666a51144299e5cd92396e4 | |
| parent | edcfd78b06033dbb13016ebbb094cd2e02f8c04d (diff) | |
| download | device_mediatek_wembley-sepolicy-053b034ad55c86133fa7d13d4d65016e2e4bd480.tar.gz device_mediatek_wembley-sepolicy-053b034ad55c86133fa7d13d4d65016e2e4bd480.tar.bz2 device_mediatek_wembley-sepolicy-053b034ad55c86133fa7d13d4d65016e2e4bd480.zip | |
[ALPS04962211] [EM] remove unused selinux prop
Remove unused selinux prop
Change-Id: I62f548043156abc54c1e8f36aea94bd31aacbc42
CR-Id: ALPS04962211
Feature: Engineering Mode
| -rw-r--r-- | non_plat/property.te | 5 | ||||
| -rw-r--r-- | non_plat/property_contexts | 3 | ||||
| -rw-r--r-- | r_non_plat/property.te | 5 | ||||
| -rw-r--r-- | r_non_plat/property_contexts | 3 |
4 files changed, 0 insertions, 16 deletions
diff --git a/non_plat/property.te b/non_plat/property.te index 3e4388e..3abf8df 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -224,11 +224,6 @@ type vendor_radio_prop, property_type, mtk_core_property_type; #=============allow bluetooth============== type vendor_bluetooth_prop, property_type, extended_core_property_type; - - -#=============em camera property============== -type vendor_debug_prop, property_type, mtk_core_property_type; - #=============allow ct volte============== type mtk_ct_volte_prop, property_type, mtk_core_property_type; diff --git a/non_plat/property_contexts b/non_plat/property_contexts index 42c63f8..aec00cb 100644 --- a/non_plat/property_contexts +++ b/non_plat/property_contexts @@ -244,9 +244,6 @@ persist.vendor.radio. u:object_r:vendor_radio_prop:s0 #=============allow bluetooth============== vendor.bthcisnoop u:object_r:vendor_bluetooth_prop:s0 -#=============em camera property============== -vendor.debug. u:object_r:vendor_debug_prop:s0 - #=============allow ct volte============== persist.vendor.mtk_ct_volte_support u:object_r:mtk_ct_volte_prop:s0 diff --git a/r_non_plat/property.te b/r_non_plat/property.te index 3ac67c0..fe5f367 100644 --- a/r_non_plat/property.te +++ b/r_non_plat/property.te @@ -224,11 +224,6 @@ type vendor_radio_prop, property_type, mtk_core_property_type; #=============allow bluetooth============== type vendor_bluetooth_prop, property_type, extended_core_property_type; - - -#=============em camera property============== -type vendor_debug_prop, property_type, mtk_core_property_type; - #=============allow ct volte============== type mtk_ct_volte_prop, property_type, mtk_core_property_type; diff --git a/r_non_plat/property_contexts b/r_non_plat/property_contexts index 09883d5..a62a6f0 100644 --- a/r_non_plat/property_contexts +++ b/r_non_plat/property_contexts @@ -232,9 +232,6 @@ persist.vendor.radio. u:object_r:vendor_radio_prop:s0 #=============allow bluetooth============== vendor.bthcisnoop u:object_r:vendor_bluetooth_prop:s0 -#=============em camera property============== -vendor.debug. u:object_r:vendor_debug_prop:s0 - #=============allow ct volte============== persist.vendor.mtk_ct_volte_support u:object_r:mtk_ct_volte_prop:s0 |
