commit | 92f87ac0b934ca9b23fa33d64e56effa87833feb | [log] [tgz] |
---|---|---|
author | Adam Shih <adamshih@google.com> | Wed Mar 23 05:03:02 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 23 05:03:02 2022 +0000 |
tree | 742eac3d7b6da09298c1673ef22bed8a202585f3 | |
parent | 3a8977155ce7855fb21d3771015722a3d9017f4c [diff] | |
parent | 643d2439c219a05f19d703e301d4c8ac88a87664 [diff] |
Merge "suppress su behavior when running lsof"
diff --git a/public/su.te b/public/su.te index be02672..8328140 100644 --- a/public/su.te +++ b/public/su.te
@@ -22,6 +22,7 @@ dontaudit su kernel:security *; dontaudit su { kernel file_type }:system *; dontaudit su self:memprotect *; + dontaudit su domain:anon_inode *; dontaudit su domain:{ process process2 } *; dontaudit su domain:fd *; dontaudit su domain:dir *;