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
fba9e4f0
Commit
fba9e4f0
authored
12 years ago
by
Geremy Condra
Committed by
Android Git Automerger
12 years ago
Browse files
Options
Downloads
Plain Diff
am
23bc75af
: Merge commit \'
b5f6977a
\' into manualmerge
* commit '
23bc75af
': Coalesce rules for allowing execution of shared objects by app domains.
parents
597b7da3
23bc75af
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.te
+0
-5
0 additions, 5 deletions
app.te
with
0 additions
and
5 deletions
app.te
+
0
−
5
View file @
fba9e4f0
...
...
@@ -98,7 +98,6 @@ app_domain(untrusted_app)
net_domain(untrusted_app)
bluetooth_domain(untrusted_app)
allow untrusted_app tun_device:chr_file rw_file_perms;
allow untrusted_app system_data_file:file { execute open };
# Internal SDCard rw access.
bool app_internal_sdcard_rw true;
...
...
@@ -148,10 +147,6 @@ allow appdomain platform_app_data_file:file { getattr read write };
allow appdomain system_data_file:dir r_dir_perms;
allow appdomain system_data_file:file { execute open };
# Execute the shell or other system executables.
allow appdomain shell_exec:file rx_file_perms;
allow appdomain system_file:file rx_file_perms;
# Read/write wallpaper file (opened by system).
allow appdomain wallpaper_file:file { read write };
...
...
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