From 3a3a77d4e1a731d8416e845710cdfde0734f753f Mon Sep 17 00:00:00 2001 From: Tri Vo <trong@google.com> Date: Sun, 14 Oct 2018 14:38:20 -0700 Subject: [PATCH] tcpdump: allow vendor access on userdebug builds. Bug: 111243627 Test: m selinux_policy Change-Id: I0bab79d1a3b7a8b5bf5d12ba2dc5ce46abea5332 --- public/domain.te | 1 + 1 file changed, 1 insertion(+) diff --git a/public/domain.te b/public/domain.te index d64f2de01..fa476ddb4 100644 --- a/public/domain.te +++ b/public/domain.te @@ -1085,6 +1085,7 @@ full_treble_only(` -vendor_file_type -crash_dump_exec -netutils_wrapper_exec + userdebug_or_eng(`-tcpdump_exec') }:file { entrypoint execute execute_no_trans }; ') -- GitLab