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

Commit 73b93218 authored by Sooraj S's avatar Sooraj S 👽 Committed by Nishith Khanna
Browse files

sepolicy: allow platform_app to create named pipes

parent 116eb4b6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,3 +6,7 @@ hal_client_domain(platform_app, hal_lineage_livedisplay)

# Allow PowerShare HAL service to be found
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_file_perms;