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

Commit 7c07f0e3 authored by Michael Bestas's avatar Michael Bestas Committed by Alessandro Astone
Browse files

sepolicy: recovery: Allow volume manager write to /sys/*/uevent

Change-Id: I7f9e4d07fc28f48817618a784317fe239a39a41a
parent 340f8b90
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,5 +36,6 @@ allow recovery system_file:dir mounton;
allow recovery block_device:dir create_dir_perms;
allow recovery proc_filesystems:file r_file_perms;
allow recovery self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
allow recovery sysfs:file w_file_perms; # writing to /sys/*/uevent during coldboot.
allow recovery tmpfs:file link;
')