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
b5269e8b
Commit
b5269e8b
authored
8 years ago
by
William Roberts
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "wificond_service: drop system_service typeattribute" am:
ccf9fd7e
am:
e9f62e21
Change-Id: Id5ce4d5f369f5303ea8e2e64d769a5223608eee4
parents
5bfa7b2a
e9f62e21
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/service.te
+1
-1
1 addition, 1 deletion
public/service.te
public/system_server.te
+1
-0
1 addition, 0 deletions
public/system_server.te
with
2 additions
and
1 deletion
public/service.te
+
1
−
1
View file @
b5269e8b
...
@@ -133,7 +133,7 @@ type webviewupdate_service, app_api_service, system_server_service, service_mana
...
@@ -133,7 +133,7 @@ type webviewupdate_service, app_api_service, system_server_service, service_mana
type wifip2p_service, app_api_service, system_server_service, service_manager_type;
type wifip2p_service, app_api_service, system_server_service, service_manager_type;
type wifiscanner_service, system_api_service, system_server_service, service_manager_type;
type wifiscanner_service, system_api_service, system_server_service, service_manager_type;
type wifi_service, app_api_service, system_server_service, service_manager_type;
type wifi_service, app_api_service, system_server_service, service_manager_type;
type wificond_service,
system_server_service,
service_manager_type;
type wificond_service, service_manager_type;
type wifiaware_service, app_api_service, system_server_service, service_manager_type;
type wifiaware_service, app_api_service, system_server_service, service_manager_type;
type window_service, system_api_service, system_server_service, service_manager_type;
type window_service, system_api_service, system_server_service, service_manager_type;
type wpa_supplicant_service, system_server_service, service_manager_type;
type wpa_supplicant_service, system_server_service, service_manager_type;
This diff is collapsed.
Click to expand it.
public/system_server.te
+
1
−
0
View file @
b5269e8b
...
@@ -498,6 +498,7 @@ allow system_server nfc_service:service_manager find;
...
@@ -498,6 +498,7 @@ allow system_server nfc_service:service_manager find;
allow system_server radio_service:service_manager find;
allow system_server radio_service:service_manager find;
allow system_server system_server_service:service_manager { add find };
allow system_server system_server_service:service_manager { add find };
allow system_server surfaceflinger_service:service_manager find;
allow system_server surfaceflinger_service:service_manager find;
allow system_server wificond_service:service_manager find;
allow system_server keystore:keystore_key {
allow system_server keystore:keystore_key {
get_state
get_state
...
...
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