Skip to content

Commit 668b83d

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

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
@@ -10,6 +10,7 @@ type appdomain_tmpfs, file_type;
1010

1111
# WebView and other application-specific JIT compilers
1212
allow appdomain self:process execmem;
13+
auditallow appdomain self:process execmem;
1314

1415
allow appdomain { ashmem_device ashmem_libcutils_device }:chr_file execute;
1516

public/app.te

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ type appdomain_tmpfs, file_type;
1010

1111
# WebView and other application-specific JIT compilers
1212
allow appdomain self:process execmem;
13+
auditallow appdomain self:process execmem;
1314

1415
allow appdomain { ashmem_device ashmem_libcutils_device }:chr_file execute;
1516

0 commit comments

Comments
 (0)