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
f30f07e8
Commit
f30f07e8
authored
7 years ago
by
Andrew Scull
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "SELinux policies for the OEM lock HAL."
parents
c4e7a464
46ac9268
No related branches found
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_oemlock.te
+2
-0
2 additions, 0 deletions
public/hal_oemlock.te
with
6 additions
and
0 deletions
private/system_server.te
+
1
−
0
View file @
f30f07e8
...
...
@@ -178,6 +178,7 @@ binder_call(system_server, hal_light)
hal_client_domain(system_server, hal_light)
binder_call(system_server, hal_memtrack)
hal_client_domain(system_server, hal_memtrack)
hal_client_domain(system_server, hal_oemlock)
binder_call(system_server, hal_power)
hal_client_domain(system_server, hal_power)
hal_client_domain(system_server, hal_sensors)
...
...
This diff is collapsed.
Click to expand it.
public/attributes
+
3
−
0
View file @
f30f07e8
...
...
@@ -216,6 +216,9 @@ attribute hal_memtrack_server;
attribute hal_nfc;
attribute hal_nfc_client;
attribute hal_nfc_server;
attribute hal_oemlock;
attribute hal_oemlock_client;
attribute hal_oemlock_server;
attribute hal_power;
attribute hal_power_client;
attribute hal_power_server;
...
...
This diff is collapsed.
Click to expand it.
public/hal_oemlock.te
0 → 100644
+
2
−
0
View file @
f30f07e8
# HwBinder IPC from client to server
binder_call(hal_oemlock_client, hal_oemlock_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