Remove vendor.ser.cf-logcat policy
Remove some recently introduced policy that was duplicating other policy
in a conflicting way.
Bug: 129163131
Change-Id: Icd21729690065e33b8245bd0dad8db320f25598e
diff --git a/shared/sepolicy/property_contexts b/shared/sepolicy/property_contexts
index a05cb2d..2ea4f86 100644
--- a/shared/sepolicy/property_contexts
+++ b/shared/sepolicy/property_contexts
@@ -5,4 +5,3 @@
ro.cdma.home.operator.alpha u:object_r:vendor_init_radio_prop:s0
ro.cdma.home.operator.numeric u:object_r:vendor_init_radio_prop:s0
vendor.vsock_logcat_status u:object_r:vsock_logcat_status_prop:s0
-vendor.ser.cf-logcat u:object_r:cf_logcat_path_prop:s0
diff --git a/shared/sepolicy/vsock_logcat.te b/shared/sepolicy/vsock_logcat.te
index f59f401..3a6e358 100644
--- a/shared/sepolicy/vsock_logcat.te
+++ b/shared/sepolicy/vsock_logcat.te
@@ -2,13 +2,13 @@
type vsock_logcat_exec, exec_type, vendor_file_type, file_type;
type vsock_logcat_port_prop, property_type;
type vsock_logcat_status_prop, property_type;
-type cf_logcat_path_prop, property_type;
init_daemon_domain(vsock_logcat)
get_prop(vsock_logcat, vsock_logcat_port_prop)
+
+set_prop(vsock_logcat, vendor_ser_prop)
set_prop(vsock_logcat, vsock_logcat_status_prop)
-set_prop(vsock_logcat, cf_logcat_path_prop)
allow vsock_logcat self:capability net_admin;