shidao1

Results 4 comments of shidao1

> > in some scenario > > What scenario? a scenario like the deivce path /dev/fuse will be used in container. normally the host path /dev/fuse will be mapped to...

> "enhanced driver" "enhanced driver" means like i want to add some addtional functionality patch to kernel fuse driver. so the modified kernel fuse driver is not compatible with original...

> yes i tested it and running well. I insmod a enhanced fuse driver in kernel. the major number of /dev/newfuse is different with /dev/fuse. the principle of mapping a...

> to write a small shim between `` yes. it also can accomplished in preparerootfs for container in runc. like ln -s /dev/newfuse /dev/fuse. i think that containerd is the...