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

Commit 5ed2d96e authored by Sooraj S's avatar Sooraj S 👽 Committed by Nishith Khanna
Browse files

sepolicy: allow platform_app rs_exec:file rx_file_perms

foundation.e.camera depend on being able to execute /system/bin/bcc. Allow
it.
parent 73b93218
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,3 +10,5 @@ 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;
allow platform_app app_data_file:fifo_file open;
allow platform_app rs_exec:file rx_file_perms;