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
5d9913c6
Commit
5d9913c6
authored
11 years ago
by
Stephen Smalley
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
ad7df7bb
: Remove execmem permission from domain, add to appdomain.
* commit '
ad7df7bb
': Remove execmem permission from domain, add to appdomain.
parents
411d940e
ad7df7bb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app.te
+3
-0
3 additions, 0 deletions
app.te
domain.te
+1
-1
1 addition, 1 deletion
domain.te
with
4 additions
and
1 deletion
app.te
+
3
−
0
View file @
5d9913c6
...
@@ -7,6 +7,9 @@
...
@@ -7,6 +7,9 @@
### zygote spawned apps should be added here.
### zygote spawned apps should be added here.
###
###
# Dalvik Compiler JIT Mapping.
allow appdomain self:process execmem;
# Allow apps to connect to the keystore
# Allow apps to connect to the keystore
unix_socket_connect(appdomain, keystore, keystore)
unix_socket_connect(appdomain, keystore, keystore)
...
...
This diff is collapsed.
Click to expand it.
domain.te
+
1
−
1
View file @
5d9913c6
...
@@ -11,7 +11,7 @@ allow domain tmpfs:file { read getattr };
...
@@ -11,7 +11,7 @@ allow domain tmpfs:file { read getattr };
allow domain tmpfs:dir r_dir_perms;
allow domain tmpfs:dir r_dir_perms;
# Intra-domain accesses.
# Intra-domain accesses.
allow domain self:process ~{ execstack execheap ptrace };
allow domain self:process ~{
execmem
execstack execheap ptrace };
allow domain self:fd use;
allow domain self:fd use;
allow domain self:dir r_dir_perms;
allow domain self:dir r_dir_perms;
allow domain self:lnk_file r_file_perms;
allow domain self:lnk_file r_file_perms;
...
...
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