Create the /tmp/.dotnet/mcj dir to reduce the number of I/O of profile data 56/288156/1 accepted/tizen/unified/20230214.171548
authorj-h.choi <j-h.choi@samsung.com>
Thu, 19 Jan 2023 01:23:55 +0000 (10:23 +0900)
committerj-h.choi <j-h.choi@samsung.com>
Mon, 13 Feb 2023 00:59:49 +0000 (09:59 +0900)
Change-Id: I19ecbbdb2d6603d6cdea1d3214ae79c638bc06e6

packaging/dotnet-launcher.conf

index 4dc3414..e5895ea 100755 (executable)
@@ -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"