sepolicy: twrp: Mark ueventd as permissive

* required to load fw from non-hlos

Change-Id: I4ee82c7cd405d91d3a4e70c75591631c236bd94d
This commit is contained in:
Adithya R
2021-12-18 23:55:04 +05:30
committed by bigbiff
parent b20dfaa26d
commit a42c10d156
+1
View File
@@ -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 };