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
d77deee4
Commit
d77deee4
authored
9 years ago
by
Jeff Vander Stoep
Committed by
Android Git Automerger
9 years ago
Browse files
Options
Downloads
Plain Diff
am
7f09a945
: Policy for priv_app domain
* commit '
7f09a945
': Policy for priv_app domain
parents
59bb0d4b
7f09a945
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
priv_app.te
+4
-0
4 additions, 0 deletions
priv_app.te
service.te
+2
-2
2 additions, 2 deletions
service.te
with
6 additions
and
2 deletions
priv_app.te
+
4
−
0
View file @
d77deee4
...
...
@@ -42,6 +42,10 @@ allow priv_app media_rw_data_file:file create_file_perms;
allow priv_app shell_data_file:file r_file_perms;
allow priv_app shell_data_file:dir r_dir_perms;
# Allow verifier to access staged apks.
allow priv_app { apk_tmp_file apk_private_tmp_file }:dir r_dir_perms;
allow priv_app { apk_tmp_file apk_private_tmp_file }:file r_file_perms;
# b/18504118: Allow reads from /data/anr/traces.txt
allow priv_app anr_data_file:file r_file_perms;
...
...
This diff is collapsed.
Click to expand it.
service.te
+
2
−
2
View file @
d77deee4
...
...
@@ -24,7 +24,7 @@ type audio_service, app_api_service, system_server_service, service_manager_type
type backup_service, app_api_service, system_server_service, service_manager_type;
type batterystats_service, app_api_service, system_server_service, service_manager_type;
type battery_service, system_server_service, service_manager_type;
type bluetooth_manager_service,
system
_api_service, system_server_service, service_manager_type;
type bluetooth_manager_service,
app
_api_service, system_server_service, service_manager_type;
type cameraproxy_service, system_server_service, service_manager_type;
type clipboard_service, app_api_service, system_server_service, service_manager_type;
type IProxyService_service, system_api_service, system_server_service, service_manager_type;
...
...
@@ -88,7 +88,7 @@ type statusbar_service, app_api_service, system_server_service, service_manager_
type task_service, system_server_service, service_manager_type;
type textservices_service, app_api_service, system_server_service, service_manager_type;
type telecom_service, app_api_service, system_server_service, service_manager_type;
type trust_service,
system
_api_service, system_server_service, service_manager_type;
type trust_service,
app
_api_service, system_server_service, service_manager_type;
type tv_input_service, app_api_service, system_server_service, service_manager_type;
type uimode_service, app_api_service, system_server_service, service_manager_type;
type updatelock_service, system_api_service, system_server_service, service_manager_type;
...
...
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