Wifi: Add sepolicy files for wifi_sniffer service

Bug: 237465412
Test: Manual Test
Change-Id: I558b7f401c8d0da0f7f5b376165b42e1073a7900
This commit is contained in:
kensun 2023-01-12 03:50:10 +00:00 committed by Ken Sun
parent c13eb657f9
commit fb69c41387

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;
')