commit | 5bbeaa39d8f5df4ce224216fee9ca6e31a3d2589 | [log] [tgz] |
---|---|---|
author | Alistair Delva <adelva@google.com> | Tue Apr 13 20:03:53 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 13 20:03:53 2021 +0000 |
tree | 36b3b413eb189f07770968d0de0447c83f8cdd92 | |
parent | 2bac3f308d06fee74a6a7f8f31f4855c85b14f34 [diff] | |
parent | 124c77140deb24d4ab770de28281067843712bf4 [diff] |
Merge "Suppress some su capability2 related denials"
diff --git a/public/su.te b/public/su.te index cefc44d..074ff2e 100644 --- a/public/su.te +++ b/public/su.te
@@ -18,6 +18,7 @@ vndbinder_use(su) dontaudit su self:capability_class_set *; + dontaudit su self:capability2 *; dontaudit su kernel:security *; dontaudit su { kernel file_type }:system *; dontaudit su self:memprotect *;