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
bdac534c
Commit
bdac534c
authored
6 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Sepolicy: Fix perfprofd permissions"
parents
e4b3e0b6
835881aa
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/statsd.te
+3
-0
3 additions, 0 deletions
private/statsd.te
private/system_server.te
+1
-1
1 addition, 1 deletion
private/system_server.te
with
4 additions
and
1 deletion
private/statsd.te
+
3
−
0
View file @
bdac534c
...
@@ -50,6 +50,9 @@ domain_auto_trans(statsd, perfetto_exec, perfetto)
...
@@ -50,6 +50,9 @@ domain_auto_trans(statsd, perfetto_exec, perfetto)
allow statsd {
allow statsd {
app_api_service
app_api_service
incident_service
incident_service
userdebug_or_eng(`
perfprofd_service
')
statscompanion_service
statscompanion_service
system_api_service
system_api_service
}:service_manager find;
}:service_manager find;
...
...
This diff is collapsed.
Click to expand it.
private/system_server.te
+
1
−
1
View file @
bdac534c
...
@@ -389,7 +389,7 @@ allow system_server perfetto:fd use;
...
@@ -389,7 +389,7 @@ allow system_server perfetto:fd use;
# Allow dropbox to read /data/misc/perfprofd. Only the fd is sent over binder.
# Allow dropbox to read /data/misc/perfprofd. Only the fd is sent over binder.
userdebug_or_eng(`
userdebug_or_eng(`
allow system_server perfprofd_data_file:file read;
allow system_server perfprofd_data_file:file
{ getattr
read
}
;
allow system_server perfprofd:fd use;
allow system_server perfprofd:fd use;
')
')
...
...
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