diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2018-07-20 21:35:31 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2018-07-20 21:35:31 +0000 |
| commit | 5717aa2d2a0d88977b04509e4885e4748cf66569 (patch) | |
| tree | e86610ac72b2b45c7b4652f3dc70ed70c61abbc5 /sys/fs | |
| parent | 19fa6fe642b02f2cf3fc1fea8566f79c98156da6 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/fuse/fuse_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/fuse/fuse_main.c b/sys/fs/fuse/fuse_main.c index fe38085d5606..ca712709a720 100644 --- a/sys/fs/fuse/fuse_main.c +++ b/sys/fs/fuse/fuse_main.c @@ -91,7 +91,7 @@ static struct vfsconf fuse_vfsconf = { .vfc_name = "fusefs", .vfc_vfsops = &fuse_vfsops, .vfc_typenum = -1, - .vfc_flags = VFCF_SYNTHETIC + .vfc_flags = VFCF_JAIL | VFCF_SYNTHETIC }; SYSCTL_INT(_vfs_fuse, OID_AUTO, kernelabi_major, CTLFLAG_RD, |
