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
7d98edfb
Commit
7d98edfb
authored
8 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Grant rild and gatekeeperd access to hwservicemanager"
parents
952072b9
7f468994
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 @
7d98edfb
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 @
7d98edfb
# 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