Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
f83c9c51
Commit
f83c9c51
authored
7 years ago
by
Jeff Vander Stoep
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "crashdump: cleanup logs"
am:
391462d1
Change-Id: I29178d894928fa4f6be0c7b76b678c7507562671
parents
5e796989
391462d1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/bug_map
+0
-5
0 additions, 5 deletions
private/bug_map
public/crash_dump.te
+10
-0
10 additions, 0 deletions
public/crash_dump.te
with
10 additions
and
5 deletions
private/bug_map
+
0
−
5
View file @
f83c9c51
crash_dump app_data_file dir 68319037
crash_dump bluetooth_data_file dir 68319037
crash_dump resourcecache_data_file dir 68319037
crash_dump system_data_file file 68319037
crash_dump vendor_overlay_file dir 68319037
platform_app nfc_data_file dir 74331887
priv_app sysfs dir 72749888
priv_app sysfs_android_usb file 72749888
...
...
This diff is collapsed.
Click to expand it.
public/crash_dump.te
+
10
−
0
View file @
f83c9c51
...
...
@@ -56,6 +56,16 @@ allow crash_dump tombstone_data_file:file { append getattr };
read_logd(crash_dump)
# Crash dump is not intended to access the following data types. Since these
# are WAI, suppress the denials to clean up the logs.
dontaudit crash_dump {
app_data_file
bluetooth_data_file
resourcecache_data_file
vendor_overlay_file
}:dir search;
dontaudit crash_dump system_data_file:file read;
###
### neverallow assertions
###
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment