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

Commit 4cd1a2f9 authored by Alessandro Astone's avatar Alessandro Astone Committed by Michael Bestas
Browse files

sepolicy: recovery: allow reading fbe key version

 * We use this to detect fbe encryption

Change-Id: I29355790068b78437aba11390bdf3efd22e229bc
parent b0b47279
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -44,4 +44,7 @@ allow recovery tmpfs:file link;

# Read battery percentage
allow recovery sysfs_batteryinfo:dir search;

# Read fbe encryption info
r_dir_file(recovery, unencrypted_data_file)
')