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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
0b1073b8
Commit
0b1073b8
authored
9 years ago
by
Jeff Vander Stoep
Browse files
Options
Downloads
Plain Diff
resolved conflicts for
5d7bd584
to master
Change-Id: I55430375d1ef58422153fd00d688060e48acc117
parents
c6ce4bd9
5d7bd584
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app.te
+4
-0
4 additions, 0 deletions
app.te
untrusted_app.te
+0
-4
0 additions, 4 deletions
untrusted_app.te
with
4 additions
and
4 deletions
app.te
+
4
−
0
View file @
0b1073b8
...
@@ -344,6 +344,10 @@ neverallow appdomain
...
@@ -344,6 +344,10 @@ neverallow appdomain
dhcp_data_file:dir_file_class_set
dhcp_data_file:dir_file_class_set
{ create write setattr relabelfrom relabelto append unlink link rename };
{ create write setattr relabelfrom relabelto append unlink link rename };
# access tmp apk files
neverallow { appdomain -platform_app -priv_app }
{ apk_tmp_file apk_private_tmp_file }:dir_file_class_set *;
# Access to factory files.
# Access to factory files.
neverallow appdomain efs_file:dir_file_class_set write;
neverallow appdomain efs_file:dir_file_class_set write;
neverallow { appdomain -shell } efs_file:dir_file_class_set read;
neverallow { appdomain -shell } efs_file:dir_file_class_set read;
...
...
This diff is collapsed.
Click to expand it.
untrusted_app.te
+
0
−
4
View file @
0b1073b8
...
@@ -80,10 +80,6 @@ allow untrusted_app radio_service:service_manager find;
...
@@ -80,10 +80,6 @@ allow untrusted_app radio_service:service_manager find;
allow untrusted_app surfaceflinger_service:service_manager find;
allow untrusted_app surfaceflinger_service:service_manager find;
allow untrusted_app app_api_service:service_manager find;
allow untrusted_app app_api_service:service_manager find;
# Allow verifier to access staged apks.
allow untrusted_app { apk_tmp_file apk_private_tmp_file }:dir r_dir_perms;
allow untrusted_app { apk_tmp_file apk_private_tmp_file }:file r_file_perms;
# Allow GMS core to access perfprofd output, which is stored
# Allow GMS core to access perfprofd output, which is stored
# in /data/misc/perfprofd/. GMS core will need to list all
# in /data/misc/perfprofd/. GMS core will need to list all
# data stored in that directory to process them one by one.
# data stored in that directory to process them one by one.
...
...
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