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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matombo
AndroidSystemSEPolicy
Commits
1f743854
Commit
1f743854
authored
Aug 16, 2017
by
Martijn Coenen
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in servicemanager policy.
Bug: Bug: 36866029 Test: builds Change-Id: I520bd6f4af9278f7991950ccc4827928679c5927
parent
1d5131e9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/servicemanager.te
+1
-1
1 addition, 1 deletion
public/servicemanager.te
with
1 addition
and
1 deletion
public/servicemanager.te
+
1
−
1
View file @
1f743854
...
...
@@ -18,7 +18,7 @@ allow servicemanager {
allow servicemanager service_contexts_file:file r_file_perms;
# nonplat_service_contexts only accessible on non full-treble devices
not_full_treble(
'
allow servicemanager nonplat_service_contexts_file:file r_file_perms;')
not_full_treble(
`
allow servicemanager nonplat_service_contexts_file:file r_file_perms;')
# Check SELinux permissions.
selinux_check_access(servicemanager)
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
sign in
to comment