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
b4355846
Commit
b4355846
authored
8 years ago
by
Amit Mahajan
Browse files
Options
Downloads
Patches
Plain Diff
SEPolicy changes for radio hal.
Test: none Bug: 32020264 Change-Id: If5f22dad672895b3684b8e44209c5a1eae16ba47
parent
17c675b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/radio.te
+4
-0
4 additions, 0 deletions
public/radio.te
public/rild.te
+4
-0
4 additions, 0 deletions
public/rild.te
with
8 additions
and
0 deletions
public/radio.te
+
4
−
0
View file @
b4355846
...
@@ -36,3 +36,7 @@ allow radio radio_service:service_manager { add find };
...
@@ -36,3 +36,7 @@ allow radio radio_service:service_manager { add find };
allow radio surfaceflinger_service:service_manager find;
allow radio surfaceflinger_service:service_manager find;
allow radio app_api_service:service_manager find;
allow radio app_api_service:service_manager find;
allow radio system_api_service:service_manager find;
allow radio system_api_service:service_manager find;
# Allow access to hwservicemanager for binderized hal
binder_call(radio, hwservicemanager)
binder_call(radio, rild)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/rild.te
+
4
−
0
View file @
b4355846
...
@@ -50,3 +50,7 @@ r_dir_file(rild, system_file)
...
@@ -50,3 +50,7 @@ r_dir_file(rild, system_file)
# granting the ioctl permission for rild should be device specific
# granting the ioctl permission for rild should be device specific
allow rild self:socket create_socket_perms_no_ioctl;
allow rild self:socket create_socket_perms_no_ioctl;
# Allow access to hwservicemanager for binderized hal
binder_call(rild, hwservicemanager)
binder_call(rild, radio)
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