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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
d04a2dd0
Commit
d04a2dd0
authored
8 years ago
by
Josh Gao
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
crash_dump: dontaudit CAP_SYS_PTRACE denial.
am:
943d7ed5
Change-Id: I4b3e10c0001e61c9ca93f3834342131b1a834a2a
parents
d583a833
943d7ed5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/crash_dump.te
+5
-0
5 additions, 0 deletions
public/crash_dump.te
with
5 additions
and
0 deletions
public/crash_dump.te
+
5
−
0
View file @
d04a2dd0
...
@@ -8,6 +8,11 @@ allow crash_dump {
...
@@ -8,6 +8,11 @@ allow crash_dump {
-keystore
-keystore
-logd
-logd
}:process { ptrace signal sigchld sigstop sigkill };
}:process { ptrace signal sigchld sigstop sigkill };
# crash_dump might inherit CAP_SYS_PTRACE from a privileged process,
# which will result in an audit log even when it's allowed to trace.
dontaudit crash_dump self:capability { sys_ptrace };
userdebug_or_eng(`
userdebug_or_eng(`
allow crash_dump logd:process { ptrace signal sigchld sigstop sigkill };
allow crash_dump logd:process { ptrace signal sigchld sigstop sigkill };
')
')
...
...
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