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
89671020
Commit
89671020
authored
7 years ago
by
Nick Kralevich
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Correct documentation in untrusted_app_all" into oc-dev
parents
22ebf24e
eda4b88d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/untrusted_app_all.te
+4
-1
4 additions, 1 deletion
private/untrusted_app_all.te
with
4 additions
and
1 deletion
private/untrusted_app_all.te
+
4
−
1
View file @
89671020
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
### Untrusted_app_all.
### Untrusted_app_all.
###
###
### This file defines the rules shared by all untrusted app domains except
### This file defines the rules shared by all untrusted app domains except
### ephemeral apps.
### apps which target the v2 security sandbox (ephemeral_app for instant apps,
### untrusted_v2_app for fully installed v2 apps).
### Apps are labeled based on mac_permissions.xml (maps signer and
### Apps are labeled based on mac_permissions.xml (maps signer and
### optionally package name to seinfo value) and seapp_contexts (maps UID
### optionally package name to seinfo value) and seapp_contexts (maps UID
### and optionally seinfo value to domain for process and type for data
### and optionally seinfo value to domain for process and type for data
...
@@ -17,6 +18,8 @@
...
@@ -17,6 +18,8 @@
### or define and use a new seinfo value in both mac_permissions.xml and
### or define and use a new seinfo value in both mac_permissions.xml and
### seapp_contexts.
### seapp_contexts.
###
###
### Note that rules that should apply to all untrusted apps must be in app.te or also
### added to untrusted_v2_app.te and ephemeral_app.te.
# Legacy text relocations
# Legacy text relocations
allow untrusted_app_all apk_data_file:file execmod;
allow untrusted_app_all apk_data_file:file execmod;
...
...
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