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
9b2f10da
Commit
9b2f10da
authored
7 years ago
by
Andreas Gampe
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Sepolicy: Allow perfprofd to contact dropbox" am:
163fc775
am:
5c8c3cd9
Change-Id: Ia09042133ab1cb287fd55fa70d09233e5b76cc54
parents
1316d5a5
5c8c3cd9
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
public/perfprofd.te
+6
-2
6 additions, 2 deletions
public/perfprofd.te
with
6 additions
and
2 deletions
public/perfprofd.te
+
6
−
2
View file @
9b2f10da
...
@@ -111,7 +111,11 @@ userdebug_or_eng(`
...
@@ -111,7 +111,11 @@ userdebug_or_eng(`
allow perfprofd su:unix_stream_socket { read write getattr sendto };
allow perfprofd su:unix_stream_socket { read write getattr sendto };
allow perfprofd su:fifo_file r_file_perms;
allow perfprofd su:fifo_file r_file_perms;
# For now, only allow su to communicate with us.
# Allow perfprofd to submit to dropbox.
allow perfprofd dropbox_service:service_manager find;
allow perfprofd system_server:binder call;
# Only servicemanager, su and systemserver can communicate.
neverallow domain perfprofd:binder call;
neverallow domain perfprofd:binder call;
neverallow perfprofd { domain -servicemanager -su }:binder call;
neverallow perfprofd { domain -servicemanager -su
-system_server
}:binder call;
')
')
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