CloudCredo / cloudrocker

Apache License 2.0
34 stars 6 forks source link

Unable to use fuse bases filesystems inside container #13

Open rkoster opened 9 years ago

rkoster commented 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.