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

Commit 4fa05d73 authored by Alexandre Roux's avatar Alexandre Roux Committed by Sooraj S
Browse files

sepolicy: allow platform_app access app_data_file

parent 6e773cd5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,3 +16,6 @@ allow platform_app app_data_file:fifo_file create;
allow platform_app app_data_file:fifo_file { read write };
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;