Merge "Remove references to deleted dhcpcd" into nyc-dev
This commit is contained in:
commit
0b8a181ecd
4 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -322,7 +322,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.
|
||||
|
|
Loading…
Reference in a new issue