diff --git a/common/private/platform_app.te b/common/private/platform_app.te index 9c14c8fdafc7edb3ff89bcf59b2640457bff8153..acbc62323978fb4330ba665e480d84ece5055165 100644 --- a/common/private/platform_app.te +++ b/common/private/platform_app.te @@ -18,3 +18,5 @@ 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; + +allow platform_app app_data_file:{ lnk_file sock_file fifo_file } create_file_perms;