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

Commit e6869784 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'issues-2075' into 'v1-q'

Fix camera crash in HDR, DRO, NR and PANO (Issues 2075)

Closes e/backlog#2075

See merge request !3
parents 756a1779 4fa05d73
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,3 +15,7 @@ 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;
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;