Don't audit shell_test_data_file for runas_app

Test: NA
Bug: 291838956
Change-Id: Iab61ade7fc105004c59da7b827f0aa5151b5f3ab
This commit is contained in:
Fabien Sanglard 2023-07-31 20:45:33 +00:00
parent 8b295ddaf2
commit 0876d7a978

View file

@ -30,3 +30,6 @@ dontaudit runas_app domain:dir search;
# processes, but not the whole system.
allow runas_app self:perf_event { open read write kernel };
neverallow runas_app self:perf_event ~{ open read write kernel };
# Suppress bionic loader denial /data/local/tests directories.
dontaudit runas_app shell_test_data_file:dir search;