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

Commit 6b145456 authored by Michael Bestas's avatar Michael Bestas Committed by Alessandro Astone
Browse files

sepolicy: recovery: Allow reading proc_filesystems

* For volume manager

Change-Id: I7bab9804c8e05f9ec14cc3179cb72afb4ecf514b
parent a816a390
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,5 +33,6 @@ domain_trans(recovery, otapreopt_chroot_exec, backuptool)
allow recovery system_file:dir mounton;

# Volume manager
allow recovery proc_filesystems:file r_file_perms;
allow recovery self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
')