From 262e9999eee43583f1fddc4a44e8233888dd3e04 Mon Sep 17 00:00:00 2001 From: "j-h.choi" Date: Thu, 19 Jan 2023 10:23:55 +0900 Subject: [PATCH] Create the /tmp/.dotnet/mcj dir to reduce the number of I/O of profile data Change-Id: I19ecbbdb2d6603d6cdea1d3214ae79c638bc06e6 --- packaging/dotnet-launcher.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/dotnet-launcher.conf b/packaging/dotnet-launcher.conf index 4dc3414..e5895ea 100755 --- a/packaging/dotnet-launcher.conf +++ b/packaging/dotnet-launcher.conf @@ -13,3 +13,5 @@ t /tmp/.dotnet/shm - - - - security.SMACK64TRANSMUTE="TRUE" d /tmp/.dotnet/shm/global 1777 root users t /tmp/.dotnet/shm/global - - - - security.SMACK64="User::App::Shared" t /tmp/.dotnet/shm/global - - - - security.SMACK64TRANSMUTE="TRUE" +d /tmp/.dotnet/mcj 1777 root users +t /tmp/.dotnet/mcj - - - - security.SMACK64="User::App::Shared" -- 2.7.4