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

Merge "Allow system server to access bpf fs"

parents 72365536 f83bbd17
No related branches found
No related tags found
No related merge requests found
...@@ -754,6 +754,7 @@ with_asan(` ...@@ -754,6 +754,7 @@ with_asan(`
# allow system_server to read the eBPF maps that stores the traffic stats information amd clean up # allow system_server to read the eBPF maps that stores the traffic stats information amd clean up
# the map after snapshot is recorded # the map after snapshot is recorded
allow system_server fs_bpf:dir search;
allow system_server fs_bpf:file read; allow system_server fs_bpf:file read;
allow system_server netd:bpf map_read; allow system_server netd:bpf map_read;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment