Skip to content

Commit f01453a

Browse files
committed
Remove core_property_type from ctl_* properties
Per https://android-review.googlesource.com/185392 , ctl.* properties are not represented as files in the filesystem. So there's no need to grant read access to them, since it's pointless. Remove core_property_type from these properties, which has the net effect of removing read access to these non-existent files. Change-Id: Ic1ca574668a3511c335a7036a2bb7993ff02c1e3
1 parent 5a570a4 commit f01453a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

property.te

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ type net_radio_prop, property_type, core_property_type;
1212
type system_radio_prop, property_type, core_property_type;
1313
type system_prop, property_type, core_property_type;
1414
type vold_prop, property_type, core_property_type;
15-
type ctl_bootanim_prop, property_type, core_property_type;
16-
type ctl_default_prop, property_type, core_property_type;
17-
type ctl_dhcp_pan_prop, property_type, core_property_type;
18-
type ctl_dumpstate_prop, property_type, core_property_type;
19-
type ctl_fuse_prop, property_type, core_property_type;
20-
type ctl_mdnsd_prop, property_type, core_property_type;
21-
type ctl_rildaemon_prop, property_type, core_property_type;
22-
type ctl_bugreport_prop, property_type, core_property_type;
23-
type ctl_console_prop, property_type, core_property_type;
15+
type ctl_bootanim_prop, property_type;
16+
type ctl_default_prop, property_type;
17+
type ctl_dhcp_pan_prop, property_type;
18+
type ctl_dumpstate_prop, property_type;
19+
type ctl_fuse_prop, property_type;
20+
type ctl_mdnsd_prop, property_type;
21+
type ctl_rildaemon_prop, property_type;
22+
type ctl_bugreport_prop, property_type;
23+
type ctl_console_prop, property_type;
2424
type audio_prop, property_type, core_property_type;
2525
type logd_prop, property_type, core_property_type;
2626
type restorecon_prop, property_type, core_property_type;

0 commit comments

Comments
 (0)