Allow mounting nullfs(5) inside jails.
This is now possible thanks to r230129. MFC after: 1 month
This commit is contained in:
parent
1626913ed1
commit
76b54f7cc2
@ -357,4 +357,4 @@ static struct vfsops null_vfsops = {
|
||||
.vfs_vget = nullfs_vget,
|
||||
};
|
||||
|
||||
VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK);
|
||||
VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK | VFCF_JAIL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user