]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r340314:
authorasomers <asomers@FreeBSD.org>
Thu, 15 Nov 2018 19:06:07 +0000 (19:06 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 15 Nov 2018 19:06:07 +0000 (19:06 +0000)
commit09bd059107e7b03eb77b4aca6b2f945f70b11a25
tree7097c62ecc25d520963d342b5de6fa85dbda2885
parente54bfecc3e5e7c3e3b23d8e67b066a81464bec14
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