Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9904c89f authored by Michael Bestas's avatar Michael Bestas
Browse files

sepolicy: Allow init load modules in recovery

Change-Id: I028ac9ad44dcee237e2f37d9f84ec9df009f3339
parent 3a02308f
Loading
Loading
Loading
Loading

common/vendor/init.te

0 → 100644
+4 −0
Original line number Diff line number Diff line
recovery_only(`
  allow init self:capability sys_module;
  allow init rootfs:system module_load;
')