Remove MCJ file for dotnet apps 10/303910/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 8 Jan 2024 04:21:11 +0000 (13:21 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 8 Jan 2024 04:21:11 +0000 (13:21 +0900)
commit29086ece9e18efc76b9d729bf53b9295a045f4c3
treecc03eb72c3937d8acb61b7a40a607d86af1013fb
parent478fb2dadec7fa08b778f07bcc1d0fffa8fd1343
Remove MCJ file for dotnet apps

The pal layer of coreclr creates the temporary file. If the process is
terminated by SIGKILL, the file is not deleted normally.
To prevent SMACK issue, the launchpad-process-pool removes the MCJ file.

Change-Id: I63eac7ee30008195ff9dcd5572b7c3222d83501b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/signal_manager.cc
src/launchpad-process-pool/signal_manager.hh