K 10 svn:author V 7 asomers K 8 svn:date V 27 2018-11-15T19:06:07.365266Z K 7 svn:log V 374 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 END