Skip to content

Commit

Permalink
sepolicy: twrp: Mark ueventd as permissive
Browse files Browse the repository at this point in the history
 * required to load fw from non-hlos

Change-Id: I4ee82c7cd405d91d3a4e70c75591631c236bd94d
  • Loading branch information
adithya2306 authored and uixdess committed Dec 27, 2021
1 parent d22aecb commit b030b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sepolicy/twrp.te
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ recovery_only(`
permissive adbd;
permissive fastbootd;
permissive postinstall;
permissive ueventd;
allow kernel unlabeled:file rw_file_perms;
allow kernel tmpfs:file { read };
allow kernel recovery:fd { use };
Expand Down

0 comments on commit b030b2c

Please sign in to comment.