From eb9536488c9c5b246b1a7c830a36ad430002517e Mon Sep 17 00:00:00 2001 From: Jeffrey Vander Stoep <jeffv@google.com> Date: Fri, 24 Apr 2015 21:05:46 +0000 Subject: [PATCH] Revert "Create context for ctl.console" This reverts commit bbd56b71ce1b1c79cf2338e87460c35788c60adf. Change-Id: I3e295f785aa62de3a04b2f201be97dd7ef0c207f --- property.te | 1 - property_contexts | 1 - 2 files changed, 2 deletions(-) diff --git a/property.te b/property.te index a9552744e..95c988a72 100644 --- a/property.te +++ b/property.te @@ -18,7 +18,6 @@ type ctl_fuse_prop, property_type; type ctl_mdnsd_prop, property_type; type ctl_rildaemon_prop, property_type; type ctl_bugreport_prop, property_type; -type ctl_console_prop, property_type type audio_prop, property_type; type logd_prop, property_type; type security_prop, property_type; diff --git a/property_contexts b/property_contexts index 18449108b..b28419722 100644 --- a/property_contexts +++ b/property_contexts @@ -62,7 +62,6 @@ 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 # NFC properties -- GitLab