Skip to content
Snippets Groups Projects
Commit c4a73287 authored by William Roberts's avatar William Roberts Committed by android-build-merger
Browse files

Merge "storaged: add permissions for dumpstate" am: 611202ef am: 702605c6

am: fbb96d8a

Change-Id: I258cec0012787532b7bdcdbac6fecacd5a2cd33b
parents d868e839 fbb96d8a
Branches
Tags
No related merge requests found
......@@ -40,6 +40,9 @@ binder_call(storaged, system_server)
allow storaged batteryproperties_service:service_manager find;
binder_call(storaged, healthd)
# Implements a dumpsys interface.
allow storaged dumpstate:fd use;
# Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
# running as root. See b/35323867 #3.
dontaudit storaged self:capability dac_override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment