summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-h.choi <j-h.choi@samsung.com>2023-01-19 10:23:55 +0900
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>2023-02-09 18:09:00 +0900
commit262e9999eee43583f1fddc4a44e8233888dd3e04 (patch)
tree3308c409b0c81ba9ca281b2f08041084b4aec340
parentfe505d03b81ced34911fe54a65ac97f5417fe7c1 (diff)
downloadlauncher-262e9999eee43583f1fddc4a44e8233888dd3e04.tar.gz
launcher-262e9999eee43583f1fddc4a44e8233888dd3e04.tar.bz2
launcher-262e9999eee43583f1fddc4a44e8233888dd3e04.zip
Create the /tmp/.dotnet/mcj dir to reduce the number of I/O of profile dataaccepted/tizen/7.0/unified/20230213.171720
Change-Id: I19ecbbdb2d6603d6cdea1d3214ae79c638bc06e6
-rwxr-xr-xpackaging/dotnet-launcher.conf2
1 files changed, 2 insertions, 0 deletions
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"