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

Commit fb92a029 authored by Alessandro Astone's avatar Alessandro Astone Committed by Alessandro
Browse files

sepolicy: recovery: allow mounting of usb storage

Change-Id: Ide51c085b1e697044e1fbb00eab6fa7d78cb9ff0
parent 4368f9be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ permissive recovery;

# Volume manager
allow recovery block_device:dir create_dir_perms;
allow recovery block_device:blk_file create_file_perms;
allow recovery self:capability mknod;
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.