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

Commit 4368f9be authored by Michael Bestas's avatar Michael Bestas Committed by Alessandro
Browse files

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

Change-Id: I7f9e4d07fc28f48817618a784317fe239a39a41a
parent 31b9bc5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,5 +7,6 @@ permissive recovery;
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;
')