Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
c4ec97ab
Commit
c4ec97ab
authored
6 years ago
by
android-build-prod (mdb)
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "tombstoned: allow linking tombstones."
parents
4bb33bc3
a7bf5810
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/tombstoned.te
+2
-2
2 additions, 2 deletions
public/tombstoned.te
with
2 additions
and
2 deletions
public/tombstoned.te
+
2
−
2
View file @
c4ec97ab
...
@@ -9,7 +9,7 @@ allow tombstoned domain:fifo_file write;
...
@@ -9,7 +9,7 @@ allow tombstoned domain:fifo_file write;
allow tombstoned domain:dir r_dir_perms;
allow tombstoned domain:dir r_dir_perms;
allow tombstoned domain:file r_file_perms;
allow tombstoned domain:file r_file_perms;
allow tombstoned tombstone_data_file:dir rw_dir_perms;
allow tombstoned tombstone_data_file:dir rw_dir_perms;
allow tombstoned tombstone_data_file:file create_file_perms;
allow tombstoned tombstone_data_file:file
{
create_file_perms
link }
;
# TODO: Remove append / write permissions. They were temporarily
# TODO: Remove append / write permissions. They were temporarily
# granted due to a bug which appears to have been fixed.
# granted due to a bug which appears to have been fixed.
...
@@ -19,4 +19,4 @@ auditallow tombstoned anr_data_file:file { append write };
...
@@ -19,4 +19,4 @@ auditallow tombstoned anr_data_file:file { append write };
# Changes for the new stack dumping mechanism. Each trace goes into a
# Changes for the new stack dumping mechanism. Each trace goes into a
# separate file, and these files are managed by tombstoned.
# separate file, and these files are managed by tombstoned.
allow tombstoned anr_data_file:dir rw_dir_perms;
allow tombstoned anr_data_file:dir rw_dir_perms;
allow tombstoned anr_data_file:file { create getattr open unlink };
allow tombstoned anr_data_file:file { create getattr open
link
unlink };
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