From a1aab562ca083f2531a551d1b228749d39f14368 Mon Sep 17 00:00:00 2001 From: Mark Chang Date: Thu, 29 Jul 2021 16:31:03 +0800 Subject: [PATCH] [DO NOT MERGE] sepolicy: Add "dontaudit" for twoshay dac_override. Bug: 193224954 Test: build pass and boot to home Signed-off-by: Mark Chang Change-Id: I5c330564cc026e113c5d33d5d093dbcdb3ede5e4 --- whitechapel/vendor/google/twoshay.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whitechapel/vendor/google/twoshay.te b/whitechapel/vendor/google/twoshay.te index ad239702..92b517a1 100644 --- a/whitechapel/vendor/google/twoshay.te +++ b/whitechapel/vendor/google/twoshay.te @@ -8,3 +8,6 @@ allow twoshay twoshay:capability sys_nice; binder_use(twoshay) add_service(twoshay, touch_context_service) + +# b/193224954 +dontaudit twoshay twoshay:capability dac_override;