diff --git a/src/PVE/Storage/ESXiPlugin.pm b/src/PVE/Storage/ESXiPlugin.pm index 94576a7..77fb6c0 100644 --- a/src/PVE/Storage/ESXiPlugin.pm +++ b/src/PVE/Storage/ESXiPlugin.pm @@ -215,6 +215,8 @@ sub esxi_mount : prototype($$$;$) { exec {$ESXI_FUSE_TOOL} $ESXI_FUSE_TOOL, @extra_params, + '--change-user', 'nobody', + '--change-group', 'nogroup', '-o', 'allow_other', '--ready-fd', fileno($wr), '--user', $user,