Skip to content
Snippets Groups Projects
Commit 611202ef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "storaged: add permissions for dumpstate"

parents ca0a352a fd8f305b
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,9 @@ binder_call(storaged, system_server) ...@@ -35,6 +35,9 @@ binder_call(storaged, system_server)
allow storaged batteryproperties_service:service_manager find; allow storaged batteryproperties_service:service_manager find;
binder_call(storaged, healthd) 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 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
# running as root. See b/35323867 #3. # running as root. See b/35323867 #3.
dontaudit storaged self:capability dac_override; dontaudit storaged self:capability dac_override;
......
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