mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 14:58:16 +00:00
Merge pull request #2771 from fengwang666/debug-pid
runtime: update sandbox root dir cleanup behavior in rootless hypervisor
This commit is contained in:
@@ -1016,12 +1016,6 @@ func (q *qemu) cleanupVM() error {
|
||||
}
|
||||
|
||||
if rootless.IsRootless() {
|
||||
rootlessDir := os.Getenv("XDG_RUNTIME_DIR")
|
||||
if err := os.RemoveAll(rootlessDir); err != nil {
|
||||
q.Logger().WithError(err).WithField("root-path", rootlessDir).
|
||||
Warnf("failed to remove vm run-as-user root path")
|
||||
}
|
||||
|
||||
u, err := user.LookupId(strconv.Itoa(int(q.config.Uid)))
|
||||
if err != nil {
|
||||
q.Logger().WithError(err).WithField("uid", q.config.Uid).Warn("failed to find the user")
|
||||
|
Reference in New Issue
Block a user