]> granicus.if.org Git - zfs/commit
The mount helper mount.zfs MUST be in /sbin (not '$sbindir').
authorTurbo Fredriksson <turbo@bayour.com>
Mon, 18 May 2015 14:30:32 +0000 (14:30 +0000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 18 May 2015 23:54:36 +0000 (16:54 -0700)
commit01fcbec52d2e808e7122d70218ecf1fbc94ed9b3
tree747db2081d319a3454992d36c9e1808b4c751591
parentf467b05a265abcfb8e5a3269f79d08f36a58646a
The mount helper mount.zfs MUST be in /sbin (not '$sbindir').

Commit 60e9f69 added the --with-mounthelperdir option for Gentoo
and in the process accidentally modified the default installation
location.  For security reasons mount(8) expects it to only be
installed under /sbin.

Signed-off-by: Turbo Fredriksson <turbo@bayour.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3426
config/mount-helper.m4