Merge "Allow wificond to find permission" into oc-dev
am: 705a3d0b11
Change-Id: I3b934fc0fb674051c8227b2a6f405e454ff9fa42
This commit is contained in:
commit
84674b7eee
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ r_dir_file(wificond, proc_net)
|
|||
allow wificond wifi_data_file:dir rw_dir_perms;
|
||||
allow wificond wifi_data_file:file create_file_perms;
|
||||
|
||||
# allow wificond to check permission for dumping logs
|
||||
allow wificond permission_service:service_manager find;
|
||||
|
||||
# dumpstate support
|
||||
allow wificond dumpstate:fd use;
|
||||
allow wificond dumpstate:fifo_file write;
|
||||
|
|
Loading…
Reference in a new issue