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
cf9fd376
Commit
cf9fd376
authored
7 years ago
by
Andreas Gampe
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Sepolicy: Silence /data/local/tmp access of perfprofd" am:
61f5f287
am:
95e3e7c5
am:
ae49e574
Change-Id: Ibca867da2a61e2fb03c8b5b5915a587ba7b732ab
parents
824201ae
ae49e574
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/perfprofd.te
+6
-0
6 additions, 0 deletions
public/perfprofd.te
with
6 additions
and
0 deletions
public/perfprofd.te
+
6
−
0
View file @
cf9fd376
...
@@ -56,4 +56,10 @@ userdebug_or_eng(`
...
@@ -56,4 +56,10 @@ userdebug_or_eng(`
# needed for simpleperf on some kernels
# needed for simpleperf on some kernels
allow perfprofd self:global_capability_class_set ipc_lock;
allow perfprofd self:global_capability_class_set ipc_lock;
# simpleperf attempts to put a temp file into /data/local/tmp. Do not allow,
# use the fallback cwd code, do not spam the log. But ensure this is correctly
# removed at some point. b/70232908.
dontaudit perfprofd shell_data_file:dir *;
dontaudit perfprofd shell_data_file:file *;
')
')
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