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

Commit afe20e68 authored by Sooraj S's avatar Sooraj S 👽
Browse files

allow platform_app to create named pipes

parent 27e54f21
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -9,3 +9,9 @@ hal_client_domain(platform_app, hal_lineage_livedisplay)


# Allow PowerShare HAL service to be found
# Allow PowerShare HAL service to be found
hal_client_domain(platform_app, hal_lineage_powershare)
hal_client_domain(platform_app, hal_lineage_powershare)

# allow platform_app to create named pipes (used for realm support)
allow platform_app fuse:fifo_file create;
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;