]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r340314:
authorAlan Somers <asomers@FreeBSD.org>
Thu, 15 Nov 2018 19:06:07 +0000 (19:06 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Thu, 15 Nov 2018 19:06:07 +0000 (19:06 +0000)
commit5c1fe7584062c4d9fba6f4ef9236b73a0e99287b
tree7097c62ecc25d520963d342b5de6fa85dbda2885
parent03bc8eede4fd826c1df4210dc5f4ee8c51eb5e41
MFC r340314:

libjail: fix handling of allow.mount.fusefs in jailparam_init

fusefs is inconsistently named. The kernel module is named "fuse", but the
mount helper is named "mount_fusefs" and the jail(8) parameter is named
"allow.mount.fusefs". Special case it in libjail.

Reviewed by: jamie
Approved by: re (gjb)
Differential Revision: https://reviews.freebsd.org/D17929
lib/libjail/jail.c