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
0aca0241
Commit
0aca0241
authored
8 years ago
by
Alex Klyubin
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Switch Wi-Fi HAL policy to _client/_server"
parents
5a2de627
1d2a1476
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
private/system_server.te
+1
-1
1 addition, 1 deletion
private/system_server.te
public/attributes
+2
-0
2 additions, 0 deletions
public/attributes
public/hal_wifi.te
+3
-2
3 additions, 2 deletions
public/hal_wifi.te
vendor/hal_wifi_default.te
+1
-1
1 addition, 1 deletion
vendor/hal_wifi_default.te
with
7 additions
and
4 deletions
private/system_server.te
+
1
−
1
View file @
0aca0241
...
...
@@ -193,7 +193,7 @@ binder_call(system_server, hal_thermal)
binder_call(system_server, hal_usb)
binder_call(system_server, hal_vibrator)
binder_call(system_server, hal_vr)
binder_call
(system_server, hal_wifi)
hal_client_domain
(system_server, hal_wifi)
binder_call(system_server, wpa)
# Talk to tombstoned to get ANR traces.
...
...
This diff is collapsed.
Click to expand it.
public/attributes
+
2
−
0
View file @
0aca0241
...
...
@@ -161,3 +161,5 @@ attribute hal_usb;
attribute hal_vibrator;
attribute hal_vr;
attribute hal_wifi;
attribute hal_wifi_client;
attribute hal_wifi_server;
This diff is collapsed.
Click to expand it.
public/hal_wifi.te
+
3
−
2
View file @
0aca0241
## call into system_server process (for invoking callbacks)
binder_call(hal_wifi, system_server)
# HwBinder IPC from client to server, and callbacks
binder_call(hal_wifi_client, hal_wifi_server)
binder_call(hal_wifi_server, hal_wifi_client)
r_dir_file(hal_wifi, proc_net)
r_dir_file(hal_wifi, sysfs_type)
...
...
This diff is collapsed.
Click to expand it.
vendor/hal_wifi_default.te
+
1
−
1
View file @
0aca0241
type hal_wifi_default, domain;
hal_
impl
_domain(hal_wifi_default, hal_wifi)
hal_
server
_domain(hal_wifi_default, hal_wifi)
type hal_wifi_default_exec, exec_type, file_type;
init_daemon_domain(hal_wifi_default)
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