From 7df865b91029628164fd6db239b527922a551edf Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Tue, 24 Mar 2020 10:51:30 +0900 Subject: [PATCH] Remove "User" execute label from dotnet-launcher When .NET application launched by standalone mode, launchpad fork & exec the executable. In that case, process smack label is set to execute label of executable. (Fail to change smack label to application) To avoid this issue, remove execute label --- dotnet-launcher.manifest | 1 - 1 file changed, 1 deletion(-) diff --git a/dotnet-launcher.manifest b/dotnet-launcher.manifest index f02c64c..0f2e9fc 100644 --- a/dotnet-launcher.manifest +++ b/dotnet-launcher.manifest @@ -4,6 +4,5 @@ - -- 2.7.4