Skip to content
Snippets Groups Projects
Commit 6357101a authored by Pavel Grafov's avatar Pavel Grafov Committed by android-build-merger
Browse files

Merge "Let shell and bugreport read logging related properties." into oc-dev

am: 97903c05

Change-Id: Ida88d74292875a7f218e84d623d17b6e1286278d
parents d3311c00 97903c05
No related branches found
No related tags found
No related merge requests found
......@@ -186,6 +186,9 @@ set_prop(dumpstate, dumpstate_options_prop)
# Read device's serial number from system properties
get_prop(dumpstate, serialno_prop)
# Read state of logging-related properties
get_prop(dumpstate, device_logging_prop)
# Access to /data/media.
# This should be removed if sdcardfs is modified to alter the secontext for its
# accesses to the underlying FS.
......
......@@ -76,6 +76,9 @@ userdebug_or_eng(`
# Read device's serial number from system properties
get_prop(shell, serialno_prop)
# Read state of logging-related properties
get_prop(shell, device_logging_prop)
# allow shell access to services
allow shell servicemanager:service_manager list;
# don't allow shell to access GateKeeper service
......
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