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

Commit 523c6c1c authored by Alexandre Roux's avatar Alexandre Roux Committed by Nishith Khanna
Browse files

sepolicy: allow platform_app access app_data_file

parent 5ed2d96e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,3 +12,6 @@ allow platform_app fuse:fifo_file create;
allow platform_app app_data_file:fifo_file create_file_perms;
allow platform_app app_data_file:fifo_file open;
allow platform_app rs_exec:file rx_file_perms;

# Allow platform apps to execute files in /data
allow platform_app app_data_file:file execute;