Remove exported3_default_prop
Bug: 155844385
Test: m selinux_policy
Change-Id: Ib0dc95ca2a90545286583c157d3570225ae35602
diff --git a/private/compat/26.0/26.0.ignore.cil b/private/compat/26.0/26.0.ignore.cil
index 0138743..1599a3e 100644
--- a/private/compat/26.0/26.0.ignore.cil
+++ b/private/compat/26.0/26.0.ignore.cil
@@ -70,7 +70,6 @@
exported2_radio_prop
exported2_system_prop
exported2_vold_prop
- exported3_default_prop
exported3_radio_prop
exported3_system_prop
fastbootd
diff --git a/private/compat/30.0/30.0.cil b/private/compat/30.0/30.0.cil
index b7c080a..6a6348a 100644
--- a/private/compat/30.0/30.0.cil
+++ b/private/compat/30.0/30.0.cil
@@ -10,6 +10,7 @@
(type exported2_config_prop)
(type exported2_radio_prop)
(type exported2_vold_prop)
+(type exported3_default_prop)
(type ffs_prop)
(type system_radio_prop)
diff --git a/private/domain.te b/private/domain.te
index 9cd064a..8ba992b 100644
--- a/private/domain.te
+++ b/private/domain.te
@@ -75,7 +75,6 @@
# DO NOT ADD ANY PROPERTIES HERE
get_prop(domain, core_property_type)
get_prop(domain, exported2_system_prop)
- get_prop(domain, exported3_default_prop)
get_prop(domain, exported3_radio_prop)
get_prop(domain, exported3_system_prop)
get_prop(domain, vendor_default_prop)
@@ -84,7 +83,6 @@
# DO NOT ADD ANY PROPERTIES HERE
get_prop({coredomain appdomain shell}, core_property_type)
get_prop({coredomain appdomain shell}, exported2_system_prop)
- get_prop({coredomain appdomain shell}, exported3_default_prop)
get_prop({coredomain appdomain shell}, exported3_radio_prop)
get_prop({coredomain appdomain shell}, exported3_system_prop)
get_prop({coredomain appdomain shell}, exported_camera_prop)
diff --git a/private/property.te b/private/property.te
index 8812173..566c7f1 100644
--- a/private/property.te
+++ b/private/property.te
@@ -142,7 +142,6 @@
exported_system_prop
exported2_default_prop
exported2_system_prop
- exported3_default_prop
exported3_system_prop
usb_control_prop
-nfc_prop
@@ -238,7 +237,6 @@
dalvik_config_prop
extended_core_property_type
exported2_system_prop
- exported3_default_prop
exported3_system_prop
systemsound_config_prop
-debug_prop
diff --git a/public/domain.te b/public/domain.te
index 984a882..a390cb3 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -540,7 +540,6 @@
neverallow { domain -init -vendor_init } exported_default_prop:property_service set;
neverallow { domain -init } exported_secure_prop:property_service set;
neverallow { domain -init } exported2_default_prop:property_service set;
- neverallow { domain -init -vendor_init } exported3_default_prop:property_service set;
neverallow { domain -init -vendor_init } vendor_default_prop:property_service set;
neverallow { domain -init -vendor_init } storage_config_prop:property_service set;
')
diff --git a/public/property.te b/public/property.te
index 1881257..0dfbefe 100644
--- a/public/property.te
+++ b/public/property.te
@@ -118,7 +118,6 @@
system_vendor_config_prop(exported_camera_prop)
system_vendor_config_prop(exported_config_prop)
system_vendor_config_prop(exported_default_prop)
-system_vendor_config_prop(exported3_default_prop)
system_vendor_config_prop(ffs_config_prop)
system_vendor_config_prop(graphics_config_prop)
system_vendor_config_prop(hdmi_config_prop)
diff --git a/public/vendor_init.te b/public/vendor_init.te
index 24edde3..df50b17 100644
--- a/public/vendor_init.te
+++ b/public/vendor_init.te
@@ -220,7 +220,6 @@
set_prop(vendor_init, exported_overlay_prop)
set_prop(vendor_init, exported_pm_prop)
set_prop(vendor_init, exported2_system_prop)
-set_prop(vendor_init, exported3_default_prop)
set_prop(vendor_init, exported3_radio_prop)
set_prop(vendor_init, ffs_control_prop)
set_prop(vendor_init, incremental_prop)