Skip to content
Snippets Groups Projects
Commit da26d7dd authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am 5d9913c6: am ad7df7bb: Remove execmem permission from domain, add to appdomain.

* commit '5d9913c6':
  Remove execmem permission from domain, add to appdomain.
parents db9dd501 5d9913c6
Branches
Tags
No related merge requests found
......@@ -7,6 +7,9 @@
### zygote spawned apps should be added here.
###
# Dalvik Compiler JIT Mapping.
allow appdomain self:process execmem;
# Allow apps to connect to the keystore
unix_socket_connect(appdomain, keystore, keystore)
......
......@@ -11,7 +11,7 @@ allow domain tmpfs:file { read getattr };
allow domain tmpfs:dir r_dir_perms;
# 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:dir r_dir_perms;
allow domain self:lnk_file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment