Merge "property.te: sort entries" am: 7da34af860
am: 4778d65665
am: 527531883d
am: 5ed9cdeee7
Change-Id: Ie15f2f3871a9c77345e7089c3c8d2c43df65172c
This commit is contained in:
commit
9f89a1f4a1
1 changed files with 33 additions and 33 deletions
|
@ -1,46 +1,46 @@
|
||||||
type default_prop, property_type, core_property_type;
|
type audio_prop, property_type, core_property_type;
|
||||||
type shell_prop, property_type, core_property_type;
|
type bluetooth_prop, property_type, core_property_type;
|
||||||
type debug_prop, property_type, core_property_type;
|
type config_prop, property_type, core_property_type;
|
||||||
type dumpstate_prop, property_type, core_property_type;
|
type cppreopt_prop, property_type, core_property_type;
|
||||||
type dumpstate_options_prop, property_type;
|
|
||||||
type persist_debug_prop, property_type, core_property_type;
|
|
||||||
type debuggerd_prop, property_type, core_property_type;
|
|
||||||
type dhcp_prop, property_type, core_property_type;
|
|
||||||
type fingerprint_prop, property_type, core_property_type;
|
|
||||||
type ffs_prop, property_type, core_property_type;
|
|
||||||
type radio_prop, property_type, core_property_type;
|
|
||||||
type net_radio_prop, property_type, core_property_type;
|
|
||||||
type system_radio_prop, property_type, core_property_type;
|
|
||||||
type system_prop, property_type, core_property_type;
|
|
||||||
type vold_prop, property_type, core_property_type;
|
|
||||||
type wifi_log_prop, property_type, log_property_type;
|
|
||||||
type wifi_prop, property_type;
|
|
||||||
type ctl_bootanim_prop, property_type;
|
type ctl_bootanim_prop, property_type;
|
||||||
|
type ctl_bugreport_prop, property_type;
|
||||||
|
type ctl_console_prop, property_type;
|
||||||
type ctl_default_prop, property_type;
|
type ctl_default_prop, property_type;
|
||||||
type ctl_dumpstate_prop, property_type;
|
type ctl_dumpstate_prop, property_type;
|
||||||
type ctl_fuse_prop, property_type;
|
type ctl_fuse_prop, property_type;
|
||||||
type ctl_mdnsd_prop, property_type;
|
type ctl_mdnsd_prop, property_type;
|
||||||
type ctl_rildaemon_prop, property_type;
|
type ctl_rildaemon_prop, property_type;
|
||||||
type ctl_bugreport_prop, property_type;
|
type dalvik_prop, property_type, core_property_type;
|
||||||
type ctl_console_prop, property_type;
|
type debuggerd_prop, property_type, core_property_type;
|
||||||
type audio_prop, property_type, core_property_type;
|
type debug_prop, property_type, core_property_type;
|
||||||
type log_prop, property_type, log_property_type;
|
type default_prop, property_type, core_property_type;
|
||||||
type log_tag_prop, property_type, log_property_type;
|
type device_logging_prop, property_type;
|
||||||
|
type dhcp_prop, property_type, core_property_type;
|
||||||
|
type dumpstate_options_prop, property_type;
|
||||||
|
type dumpstate_prop, property_type, core_property_type;
|
||||||
|
type ffs_prop, property_type, core_property_type;
|
||||||
|
type fingerprint_prop, property_type, core_property_type;
|
||||||
|
type hwservicemanager_prop, property_type;
|
||||||
type logd_prop, property_type, core_property_type;
|
type logd_prop, property_type, core_property_type;
|
||||||
type logpersistd_logging_prop, property_type;
|
type logpersistd_logging_prop, property_type;
|
||||||
|
type log_prop, property_type, log_property_type;
|
||||||
|
type log_tag_prop, property_type, log_property_type;
|
||||||
type mmc_prop, property_type;
|
type mmc_prop, property_type;
|
||||||
type restorecon_prop, property_type, core_property_type;
|
type net_radio_prop, property_type, core_property_type;
|
||||||
type security_prop, property_type, core_property_type;
|
|
||||||
type bluetooth_prop, property_type, core_property_type;
|
|
||||||
type pan_result_prop, property_type, core_property_type;
|
|
||||||
type powerctl_prop, property_type, core_property_type;
|
|
||||||
type cppreopt_prop, property_type, core_property_type;
|
|
||||||
type nfc_prop, property_type, core_property_type;
|
type nfc_prop, property_type, core_property_type;
|
||||||
type dalvik_prop, property_type, core_property_type;
|
|
||||||
type config_prop, property_type, core_property_type;
|
|
||||||
type device_logging_prop, property_type;
|
|
||||||
type safemode_prop, property_type;
|
|
||||||
type hwservicemanager_prop, property_type;
|
|
||||||
type overlay_prop, property_type;
|
type overlay_prop, property_type;
|
||||||
|
type pan_result_prop, property_type, core_property_type;
|
||||||
|
type persist_debug_prop, property_type, core_property_type;
|
||||||
|
type powerctl_prop, property_type, core_property_type;
|
||||||
|
type radio_prop, property_type, core_property_type;
|
||||||
|
type restorecon_prop, property_type, core_property_type;
|
||||||
|
type safemode_prop, property_type;
|
||||||
|
type security_prop, property_type, core_property_type;
|
||||||
|
type shell_prop, property_type, core_property_type;
|
||||||
|
type system_prop, property_type, core_property_type;
|
||||||
|
type system_radio_prop, property_type, core_property_type;
|
||||||
|
type vold_prop, property_type, core_property_type;
|
||||||
|
type wifi_log_prop, property_type, log_property_type;
|
||||||
|
type wifi_prop, property_type;
|
||||||
|
|
||||||
allow property_type tmpfs:filesystem associate;
|
allow property_type tmpfs:filesystem associate;
|
||||||
|
|
Loading…
Reference in a new issue