diff --git a/common/private/platform_app.te b/common/private/platform_app.te index 1d860b3816e215f17bc2f53a54dd5a19cd456b31..f297e801b503876f6671bbadb2ec6d7eb9b83316 100644 --- a/common/private/platform_app.te +++ b/common/private/platform_app.te @@ -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;