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
83011a26
Commit
83011a26
authored
8 years ago
by
Calin Juravle
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow profman to analyze profiles for the secondary dex files"
parents
312e7eaa
ebcec9b8
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
public/dex2oat.te
+1
-1
1 addition, 1 deletion
public/dex2oat.te
public/profman.te
+5
-0
5 additions, 0 deletions
public/profman.te
with
6 additions
and
1 deletion
public/dex2oat.te
+
1
−
1
View file @
83011a26
...
@@ -24,7 +24,7 @@ allow dex2oat user_profile_data_file:file { getattr read lock };
...
@@ -24,7 +24,7 @@ allow dex2oat user_profile_data_file:file { getattr read lock };
# Allow dex2oat to compile app's secondary dex files which were reported back to
# Allow dex2oat to compile app's secondary dex files which were reported back to
# the framework.
# the framework.
allow dex2oat app_data_file:file { getattr read write };
allow dex2oat app_data_file:file { getattr read write
lock
};
##################
##################
# A/B OTA Dexopt #
# A/B OTA Dexopt #
...
...
This diff is collapsed.
Click to expand it.
public/profman.te
+
5
−
0
View file @
83011a26
...
@@ -14,6 +14,11 @@ allow profman profman_dump_data_file:file { write };
...
@@ -14,6 +14,11 @@ allow profman profman_dump_data_file:file { write };
allow profman installd:fd use;
allow profman installd:fd use;
# Allow profman to analyze profiles for the secondary dex files. These
# are application dex files reported back to the framework when using
# BaseDexClassLoader.
allow profman app_data_file:file { getattr read write lock };
###
###
### neverallow rules
### 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