commit | 15538c9845b1bc7b629693b55195f579025cdd82 | [log] [tgz] |
---|---|---|
author | Midas Chien <midaschieh@google.com> | Mon May 06 13:00:53 2024 +0000 |
committer | Midas Chien <midaschieh@google.com> | Tue May 14 07:40:58 2024 +0000 |
tree | 4b4823769aa2675804a56b7e77f236c146c044bb | |
parent | 2522590c406011cb8436d70b1da215458c6fa28f [diff] [blame] |
Dump bts information Get BTS information when capturing bugreport. Bug: 335422086 Test: capture bugreport Change-Id: I5ae9be35a3fc3c975ccc843e9daee6d4e0ac130a
diff --git a/performance/sepolicy/file.te b/performance/sepolicy/file.te index 0357d51..8e16bbf 100644 --- a/performance/sepolicy/file.te +++ b/performance/sepolicy/file.te
@@ -1 +1,2 @@ type sysfs_pakills, fs_type, sysfs_type; +type vendor_bts_debugfs, fs_type, debugfs_type;