Skip to content
Snippets Groups Projects
Commit 848109c0 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

Merge "selinux: logd Development settings"

parents fc10f2a7 9e7bbf61
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ type ctl_mdnsd_prop, property_type; ...@@ -14,6 +14,7 @@ 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 ctl_bugreport_prop, property_type;
type audio_prop, property_type; type audio_prop, property_type;
type logd_prop, property_type;
type security_prop, property_type; type security_prop, property_type;
type bluetooth_prop, property_type; type bluetooth_prop, property_type;
type powerctl_prop, property_type; type powerctl_prop, property_type;
...@@ -34,6 +34,7 @@ service.adb.root u:object_r:shell_prop:s0 ...@@ -34,6 +34,7 @@ service.adb.root u:object_r:shell_prop:s0
service.adb.tcp.port u:object_r:shell_prop:s0 service.adb.tcp.port u:object_r:shell_prop:s0
persist.audio. u:object_r:audio_prop:s0 persist.audio. u:object_r:audio_prop:s0
persist.logd. u:object_r:logd_prop:s0
persist.sys. u:object_r:system_prop:s0 persist.sys. u:object_r:system_prop:s0
persist.service. u:object_r:system_prop:s0 persist.service. u:object_r:system_prop:s0
persist.service.bdroid. u:object_r:bluetooth_prop:s0 persist.service.bdroid. u:object_r:bluetooth_prop:s0
......
...@@ -33,6 +33,7 @@ allow system_app debug_prop:property_service set; ...@@ -33,6 +33,7 @@ allow system_app debug_prop:property_service set;
allow system_app radio_prop:property_service set; allow system_app radio_prop:property_service set;
allow system_app system_prop:property_service set; allow system_app system_prop:property_service set;
allow system_app ctl_bugreport_prop:property_service set; allow system_app ctl_bugreport_prop:property_service set;
allow system_app logd_prop:property_service set;
# Create /data/anr/traces.txt. # Create /data/anr/traces.txt.
allow system_app anr_data_file:dir ra_dir_perms; allow system_app anr_data_file:dir ra_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment