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 committed by tboy1991
parent e1b7744aa7
commit 9da0eff7be

View File

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