Merge "Wifi: Add sepolicy files for wifi_sniffer service"

This commit is contained in:
TreeHugger Robot 2023-01-12 05:55:41 +00:00 committed by Android (Google) Code Review
commit 7544c3c104

4
vendor/wifi_sniffer.te vendored Normal file
View file

@ -0,0 +1,4 @@
userdebug_or_eng(`
allow wifi_sniffer sysfs_wifi:dir search;
allow wifi_sniffer sysfs_wifi:file rw_file_perms;
')