From 3d2e200b6936239e4ce14fffaaf8dc2824c1d2ae Mon Sep 17 00:00:00 2001 From: Tri Vo <trong@google.com> Date: Mon, 22 Oct 2018 13:05:03 -0700 Subject: [PATCH] asan: restore global access to system_asan_options_file. Bug: 118161817 Test: SANITIZE_TARGET=address m selinux_policy Change-Id: I4dabcb3692c59b810a06567e272bca9f0e9c3ecd --- public/domain.te | 1 + 1 file changed, 1 insertion(+) diff --git a/public/domain.te b/public/domain.te index fefca843b..3e7a0dcd6 100644 --- a/public/domain.te +++ b/public/domain.te @@ -1176,6 +1176,7 @@ full_treble_only(` -netutils_wrapper_exec -property_contexts_file -system_lib_file + with_asan(`-system_asan_options_file') -system_linker_exec -system_linker_config_file -system_seccomp_policy_file -- GitLab