xorquew...@googlemail.com writes: > Basically, I have a ton of jails and each jail mounts a shared 'tmp',
That's not a good idea, there are too many opportunities for conflicts (software that creates sockets and state directories with non-randomized names in /tmp) and might even allow a compromised jail to compromise the others. > and possibly unshared 'pkg' 'work' 'distfiles' and 'ports' > directories: > > /storage/jails/8.0/x86_64/mk4/pkg /jail/8.0-amd64-mk4/pkg nullfs rw > /storage/jails/8.0/x86_64/mk4/work /jail/8.0-amd64-mk4/work nullfs rw > /storage/distfiles /jail/8.0-amd64-mk4/distfiles nullfs rw > /storage/ports /jail/8.0-amd64-mk4/ports nullfs ro > /storage/shared_tmp /jail/8.0-amd64-mk4/shared_tmp nullfs rw zfs set mountpoint=/jail/8.0-amd64-mk4 storage/jails/8.0/x86_64/mk4 Children of storage/jails/8.0/x86_64/mk4 will inherit this property, so they will automatically appear where you expect; alternatively, you can set the mountpoint property for each individual fileset. DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"