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
21e6ab12
Commit
21e6ab12
authored
7 years ago
by
TreeHugger Robot
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "SELinux policies for Weaver HAL." into oc-dev
parents
f2760f79
3c90eaf2
No related branches found
Branches containing commit
No related tags found
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_weaver.te
+2
-0
2 additions, 0 deletions
public/hal_weaver.te
with
6 additions
and
0 deletions
private/system_server.te
+
1
−
0
View file @
21e6ab12
...
@@ -192,6 +192,7 @@ hal_client_domain(system_server, hal_tv_input)
...
@@ -192,6 +192,7 @@ hal_client_domain(system_server, hal_tv_input)
hal_client_domain(system_server, hal_usb)
hal_client_domain(system_server, hal_usb)
hal_client_domain(system_server, hal_vibrator)
hal_client_domain(system_server, hal_vibrator)
hal_client_domain(system_server, hal_vr)
hal_client_domain(system_server, hal_vr)
hal_client_domain(system_server, hal_weaver)
hal_client_domain(system_server, hal_wifi)
hal_client_domain(system_server, hal_wifi)
hal_client_domain(system_server, hal_wifi_supplicant)
hal_client_domain(system_server, hal_wifi_supplicant)
...
...
This diff is collapsed.
Click to expand it.
public/attributes
+
3
−
0
View file @
21e6ab12
...
@@ -262,6 +262,9 @@ attribute hal_vibrator_server;
...
@@ -262,6 +262,9 @@ attribute hal_vibrator_server;
attribute hal_vr;
attribute hal_vr;
attribute hal_vr_client;
attribute hal_vr_client;
attribute hal_vr_server;
attribute hal_vr_server;
attribute hal_weaver;
attribute hal_weaver_client;
attribute hal_weaver_server;
attribute hal_wifi;
attribute hal_wifi;
attribute hal_wifi_client;
attribute hal_wifi_client;
attribute hal_wifi_server;
attribute hal_wifi_server;
...
...
This diff is collapsed.
Click to expand it.
public/hal_weaver.te
0 → 100644
+
2
−
0
View file @
21e6ab12
# HwBinder IPC from client to server
# binder_call(hal_weaver_client, hal_weaver_server)
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