From c585995185eaedf5bb7ae38bc1fd9a084de0e809 Mon Sep 17 00:00:00 2001 From: Pierre Imai <imaipi@google.com> Date: Wed, 23 Mar 2016 16:15:31 +0900 Subject: [PATCH] Remove references to deleted dhcpcd Change-Id: I0c0bce9cd50a25897f5c4521ee9b4fada6648a59 --- bluetooth.te | 1 - property.te | 1 - property_contexts | 1 - system_server.te | 1 - 4 files changed, 4 deletions(-) diff --git a/bluetooth.te b/bluetooth.te index e74d38d11..b143726b7 100644 --- a/bluetooth.te +++ b/bluetooth.te @@ -36,7 +36,6 @@ allow bluetooth proc_bluetooth_writable:file rw_file_perms; # Allow write access to bluetooth specific properties set_prop(bluetooth, bluetooth_prop) set_prop(bluetooth, pan_result_prop) -set_prop(bluetooth, ctl_dhcp_pan_prop) allow bluetooth audioserver_service:service_manager find; allow bluetooth bluetooth_service:service_manager find; diff --git a/property.te b/property.te index 26d15ff40..168024570 100644 --- a/property.te +++ b/property.te @@ -14,7 +14,6 @@ type system_prop, property_type, core_property_type; type vold_prop, property_type, core_property_type; type ctl_bootanim_prop, property_type; type ctl_default_prop, property_type; -type ctl_dhcp_pan_prop, property_type; type ctl_dumpstate_prop, property_type; type ctl_fuse_prop, property_type; type ctl_mdnsd_prop, property_type; diff --git a/property_contexts b/property_contexts index fed44dfaf..504e1a093 100644 --- a/property_contexts +++ b/property_contexts @@ -75,7 +75,6 @@ ctl.fuse_ u:object_r:ctl_fuse_prop:s0 ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0 ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0 ctl.bugreport u:object_r:ctl_bugreport_prop:s0 -ctl.dhcpcd_bt-pan u:object_r:ctl_dhcp_pan_prop:s0 ctl.console u:object_r:ctl_console_prop:s0 ctl. u:object_r:ctl_default_prop:s0 diff --git a/system_server.te b/system_server.te index 0e4ac3961..1954d1da9 100644 --- a/system_server.te +++ b/system_server.te @@ -320,7 +320,6 @@ set_prop(system_server, device_logging_prop) # ctl interface set_prop(system_server, ctl_default_prop) -set_prop(system_server, ctl_dhcp_pan_prop) set_prop(system_server, ctl_bugreport_prop) # Create a socket for receiving info from wpa. -- GitLab