diff --git a/private/system_server.te b/private/system_server.te
index af58086ba920a93ae9621bd6b4b3bf003b7eb0f2..69ddb98b5551637140764148f6f7c79e83f5cd96 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -754,6 +754,7 @@ with_asan(`
 
 # allow system_server to read the eBPF maps that stores the traffic stats information amd clean up
 # the map after snapshot is recorded
+allow system_server fs_bpf:dir search;
 allow system_server fs_bpf:file read;
 allow system_server netd:bpf map_read;