Allow dex2oat to use userfaultfd in microdroid
Bug: 209488862 Test: Follow instructions in b/209488862#comment12, compilation can only succeed with this patch Change-Id: I6475a1be0db635de96b9f8fdbf9dd3a76c3a759b
This commit is contained in:
parent
631f68045e
commit
2a017b61a6
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
type dex2oat, domain, coredomain;
|
||||
type dex2oat_exec, system_file_type, exec_type, file_type;
|
||||
|
||||
userfaultfd_use(dex2oat)
|
||||
|
||||
allow dex2oat tmpfs:file { read getattr map };
|
||||
|
||||
# Allow dex2oat to use FDs from authfs_service via compos.
|
||||
|
|
Loading…
Reference in a new issue