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
479da922
Commit
479da922
authored
10 years ago
by
dcashman
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
am
3de31764
: am
66d02db0
: am
19eecd2d
: Merge "Allow platform_app access to keystore."
* commit '
3de31764
': Allow platform_app access to keystore.
parents
d93a8e35
3de31764
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bluetooth.te
+0
-1
0 additions, 1 deletion
bluetooth.te
system_app.te
+0
-1
0 additions, 1 deletion
system_app.te
te_macros
+1
-0
1 addition, 0 deletions
te_macros
untrusted_app.te
+0
-1
0 additions, 1 deletion
untrusted_app.te
with
1 addition
and
3 deletions
bluetooth.te
+
0
−
1
View file @
479da922
...
...
@@ -50,7 +50,6 @@ allow bluetooth pan_result_prop:property_service set;
allow bluetooth ctl_dhcp_pan_prop:property_service set;
allow bluetooth bluetooth_service:service_manager find;
allow bluetooth keystore_service:service_manager find;
allow bluetooth mediaserver_service:service_manager find;
allow bluetooth radio_service:service_manager find;
allow bluetooth surfaceflinger_service:service_manager find;
...
...
This diff is collapsed.
Click to expand it.
system_app.te
+
0
−
1
View file @
479da922
...
...
@@ -48,7 +48,6 @@ allow system_app anr_data_file:file create_file_perms;
# Settings need to access app name and icon from asec
allow system_app asec_apk_file:file r_file_perms;
allow system_app keystore_service:service_manager find;
allow system_app mediaserver_service:service_manager find;
allow system_app nfc_service:service_manager find;
allow system_app radio_service:service_manager find;
...
...
This diff is collapsed.
Click to expand it.
te_macros
+
1
−
0
View file @
479da922
...
...
@@ -336,6 +336,7 @@ define(`use_keystore', `
allow keystore $1:dir search;
allow keystore $1:file { read open };
allow keystore $1:process getattr;
allow $1 keystore_service:service_manager find;
binder_call($1, keystore)
')
...
...
This diff is collapsed.
Click to expand it.
untrusted_app.te
+
0
−
1
View file @
479da922
...
...
@@ -72,7 +72,6 @@ allow untrusted_app cache_file:dir create_dir_perms;
allow untrusted_app cache_file:file create_file_perms;
allow untrusted_app drmserver_service:service_manager find;
allow untrusted_app keystore_service:service_manager find;
allow untrusted_app mediaserver_service:service_manager find;
allow untrusted_app nfc_service:service_manager find;
allow untrusted_app radio_service:service_manager find;
...
...
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