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
c554b82a
Commit
c554b82a
authored
8 years ago
by
Alex Klyubin
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Grant rild and gatekeeperd access to hwservicemanager" am:
7d98edfb
am:
6ea577a5
am:
7e3e9ffb
Change-Id: I7657ef58ee953f1696327257564993653c98fc34
parents
fdb442bb
7e3e9ffb
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/gatekeeperd.te
+2
-1
2 additions, 1 deletion
public/gatekeeperd.te
public/rild.te
+2
-1
2 additions, 1 deletion
public/rild.te
with
4 additions
and
2 deletions
public/gatekeeperd.te
+
2
−
1
View file @
c554b82a
type gatekeeperd, domain;
# normally uses HAL; implements HAL in pass-through mode only
# normally uses HAL; implements HAL in pass-through mode only
type
gatekeeperd, hal_gatekeeper
, domain;
hal_impl_domain(
gatekeeperd, hal_gatekeeper
)
type gatekeeperd_exec, exec_type, file_type;
type gatekeeperd_exec, exec_type, file_type;
# gatekeeperd
# gatekeeperd
...
...
This diff is collapsed.
Click to expand it.
public/rild.te
+
2
−
1
View file @
c554b82a
# rild - radio interface layer daemon
# rild - radio interface layer daemon
type rild, domain, domain_deprecated, hal_telephony;
type rild, domain, domain_deprecated;
hal_impl_domain(rild, hal_telephony)
type rild_exec, exec_type, file_type;
type rild_exec, exec_type, file_type;
net_domain(rild)
net_domain(rild)
...
...
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