Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_sepolicy
/
a70e6052c2a29df51b4d732eb181f2187c3fafd2
/
.
/
microdroid
/
system
/
private
/
dex2oat.te
blob: 6bfd05e65edd6b26f51a5b193bd4b25cba02b861 [
file
] [
log
] [
blame
]
Alan Stokes
72cac09
2021-07-21 12:13:19 +0100
[
diff
] [
blame
]
1
# dex2oat
2
type dex2oat
,
domain
,
coredomain
;
3
type dex2oat_exec
,
system_file_type
,
exec_type
,
file_type
;
4
5
allow dex2oat tmpfs
:
file
{
read getattr map
};