Skip to content
Snippets Groups Projects
Commit 717548e5 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by android-build-merger
Browse files

Merge "dumpstate: Fix wificond access" am: b0711616 am: 4df9f676

am: 591867db

Change-Id: I312fc0f93e22e41de21a98947110a99e8a766704
parents 22b7b22b 591867db
No related branches found
No related tags found
No related merge requests found
......@@ -101,8 +101,7 @@ allow dumpstate { dm_device cache_block_device }:blk_file getattr;
# Allow dumpstate to make binder calls to any binder service
binder_call(dumpstate, binderservicedomain)
binder_call(dumpstate, { appdomain autoplay_app netd })
binder_call(dumpstate, { appdomain autoplay_app netd wificond })
# Reading /proc/PID/maps of other processes
allow dumpstate self:capability sys_ptrace;
......
......@@ -44,3 +44,7 @@ allow wificond self:capability { setuid setgid setpcap chown };
allow wificond wpa_socket:dir rw_dir_perms;
allow wificond system_wpa_socket:sock_file unlink;
allow wificond wpa_socket:sock_file unlink;
# dumpstate support
allow wificond dumpstate:fd use;
allow wificond dumpstate:fifo_file write;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment