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
94cb11fb
Commit
94cb11fb
authored
9 years ago
by
Jeff Vander Stoep
Browse files
Options
Downloads
Patches
Plain Diff
priv_app: allow safetynet to read exec_type on /system
Bug: 27545805 Change-Id: I6281dd64c51f74b467deb7acd5cd4403696dcff2
parent
f19fb0c9
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
priv_app.te
+2
-3
2 additions, 3 deletions
priv_app.te
with
2 additions
and
3 deletions
priv_app.te
+
2
−
3
View file @
94cb11fb
...
@@ -70,9 +70,8 @@ userdebug_or_eng(`
...
@@ -70,9 +70,8 @@ userdebug_or_eng(`
allow priv_app perfprofd_data_file:dir r_dir_perms;
allow priv_app perfprofd_data_file:dir r_dir_perms;
')
')
# Allow GMS core to stat files and executables on
# Allow GMS core to scan executables on the system partition
# the system partition
allow priv_app exec_type:file { getattr read open };
allow priv_app exec_type:file getattr;
# For AppFuse.
# For AppFuse.
allow priv_app vold:fd use;
allow priv_app vold: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