Fedora Account System
Red Hat Associate
Red Hat Customer
When running a sandbox command, it creates runtime directories into /tmp. Some of them are not removed when the sandbox is closed (/tmp/.sandbox_runtime_XXXX, /tmp/.sandbox-$USER-XXXX) I am attaching a patch to handle them. Reproducible: Always Steps to Reproduce: 1.run a sandbox 2.look at the output of: ls -l /tmp/.sandbox* 3.some runtime directories are still there
Created attachment 2143010 [details] Handle the forgotten runtime directories