Open rkoster opened 9 years ago
While trying to use a fuse based filesystem I found a difference between the permissions inside the docker container spawned by cloudrocker vs the permissions in the warden based container.
# cloudrocker > ls -la /dev/fuse c--------- 1 root root 10, 229 Aug 6 21:57 /dev/fuse # cloudfoundry > ls -la /dev/fuse crw-rw-rw- 1 root fuse 10, 229 2015-07-05 15:22 /dev/fuse
Which results in fuse: failed to open /dev/fuse: Permission denied in the cloudrocker environment.
fuse: failed to open /dev/fuse: Permission denied
While trying to use a fuse based filesystem I found a difference between the permissions inside the docker container spawned by cloudrocker vs the permissions in the warden based container.
Which results in
fuse: failed to open /dev/fuse: Permission denied
in the cloudrocker environment.