diff --git a/common/private/platform_app.te b/common/private/platform_app.te index 15d1a446e2b6845cc05d023831a823eceff30e84..8259261b3809ea29d1c6f93d779d9add0ba61154 100644 --- a/common/private/platform_app.te +++ b/common/private/platform_app.te @@ -22,3 +22,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;