Fix denial preventing Moto One Macro to boot, because init cant mount /mnt/product/persist

This commit is contained in:
Pierre-Hugues Husson 2020-06-17 13:36:15 +02:00
parent 33afc851c4
commit 282728cf70
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
type hal_graphics_allocator_default, domain;
type proc_ged, file_type;
allowxperm domain proc_ged:file ioctl { 0x6700-0x67ff };
allow init mnt_product_file:dir mounton;