Merge "app: allow PROT_EXEC on ashmem objects"
This commit is contained in:
commit
e2d909ae89
2 changed files with 2 additions and 2 deletions
|
@ -1058,7 +1058,7 @@ neverallow system_server { dev_type -frp_block_device }:blk_file no_rw_file_perm
|
|||
ifelse(target_requires_insecure_execmem_for_swiftshader, `true',
|
||||
`allow system_server self:process execmem;',
|
||||
`neverallow system_server self:process execmem;')
|
||||
neverallow system_server ashmem_device:chr_file execute;
|
||||
neverallow system_server { ashmem_device ashmem_libcutils_device }:chr_file execute;
|
||||
|
||||
# TODO: deal with tmpfs_domain pub/priv split properly
|
||||
neverallow system_server system_server_tmpfs:file execute;
|
||||
|
|
|
@ -11,7 +11,7 @@ type appdomain_tmpfs, file_type;
|
|||
# WebView and other application-specific JIT compilers
|
||||
allow appdomain self:process execmem;
|
||||
|
||||
allow appdomain ashmem_device:chr_file execute;
|
||||
allow appdomain { ashmem_device ashmem_libcutils_device }:chr_file execute;
|
||||
|
||||
# Receive and use open file descriptors inherited from zygote.
|
||||
allow appdomain zygote:fd use;
|
||||
|
|
Loading…
Reference in a new issue