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
8bd4ff98
Commit
8bd4ff98
authored
Feb 24, 2018
by
Florian Mayer
Committed by
android-build-merger
Feb 24, 2018
Browse files
Options
Downloads
Plain Diff
Merge "Allow traced_probes to list the system partition" am:
518648e5
am:
525ff5c9
am:
2193d506
Change-Id: I720c01d560ac7dbd0d0fd12d2fa67199467cbb76
parents
7d7675fa
2193d506
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/traced_probes.te
+3
-0
3 additions, 0 deletions
private/traced_probes.te
with
3 additions
and
0 deletions
private/traced_probes.te
+
3
−
0
View file @
8bd4ff98
...
...
@@ -32,6 +32,9 @@ r_dir_file(traced_probes, domain)
# Allow to log to kernel dmesg when starting / stopping ftrace.
allow traced_probes kmsg_device:chr_file write;
# Allow traced_probes to list the system partition.
allow traced_probes system_file:dir { open read };
###
### Neverallow rules
###
...
...
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