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
a34786ab
Commit
a34786ab
authored
7 years ago
by
Pankaj Kanwar
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "SE Policy for Tether Offload HAL"
parents
49db913a
722249b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/system_server.te
+1
-0
1 addition, 0 deletions
private/system_server.te
public/attributes
+3
-0
3 additions, 0 deletions
public/attributes
public/hal_tetheroffload.te
+3
-0
3 additions, 0 deletions
public/hal_tetheroffload.te
with
7 additions
and
0 deletions
private/system_server.te
+
1
−
0
View file @
a34786ab
...
...
@@ -186,6 +186,7 @@ allow system_server hal_omx_hwservice:hwservice_manager find;
allow system_server hidl_token_hwservice:hwservice_manager find;
hal_client_domain(system_server, hal_power)
hal_client_domain(system_server, hal_sensors)
hal_client_domain(system_server, hal_tetheroffload)
hal_client_domain(system_server, hal_thermal)
hal_client_domain(system_server, hal_tv_cec)
hal_client_domain(system_server, hal_tv_input)
...
...
This diff is collapsed.
Click to expand it.
public/attributes
+
3
−
0
View file @
a34786ab
...
...
@@ -234,6 +234,9 @@ attribute hal_sensors_server;
attribute hal_telephony;
attribute hal_telephony_client;
attribute hal_telephony_server;
attribute hal_tetheroffload;
attribute hal_tetheroffload_client;
attribute hal_tetheroffload_server;
attribute hal_thermal;
attribute hal_thermal_client;
attribute hal_thermal_server;
...
...
This diff is collapsed.
Click to expand it.
public/hal_tetheroffload.te
0 → 100644
+
3
−
0
View file @
a34786ab
## HwBinder IPC from client to server, and callbacks
binder_call(hal_tetheroffload_client, hal_tetheroffload_server)
binder_call(hal_tetheroffload_server, hal_tetheroffload_client)
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