We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58e833 commit 368f175Copy full SHA for 368f175
pkg/hostagent/requirements.go
@@ -108,7 +108,7 @@ A possible workaround is to run "apt-get install sshfs" in the guest.
108
`,
109
})
110
req = append(req, requirement{
111
- description: "/etc/fuse.conf (/etc/fuse3.conf) to contain \"user_allow_other\"",
+ description: "fuse to \"allow_other\" as user",
112
script: `#!/bin/bash
113
set -eux -o pipefail
114
if ! timeout 30s bash -c "until grep -q ^user_allow_other /etc/fuse*.conf; do sleep 3; done"; then
0 commit comments