Skip to content

Commit 7a73e2c

Browse files
thestingerrandomhydrosol
authored andcommitted
auditallow app ashmem execute
Moving back towards an exception system. Signed-off-by: anupritaisno1 <[email protected]>
1 parent 668b83d commit 7a73e2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

prebuilts/api/30.0/public/app.te

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ allow appdomain self:process execmem;
1313
auditallow appdomain self:process execmem;
1414

1515
allow appdomain { ashmem_device ashmem_libcutils_device }:chr_file execute;
16+
auditallow appdomain { ashmem_device ashmem_libcutils_device }:chr_file execute;
1617

1718
# Receive and use open file descriptors inherited from zygote.
1819
allow appdomain zygote:fd use;

public/app.te

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ allow appdomain self:process execmem;
1313
auditallow appdomain self:process execmem;
1414

1515
allow appdomain { ashmem_device ashmem_libcutils_device }:chr_file execute;
16+
auditallow appdomain { ashmem_device ashmem_libcutils_device }:chr_file execute;
1617

1718
# Receive and use open file descriptors inherited from zygote.
1819
allow appdomain zygote:fd use;

0 commit comments

Comments
 (0)