Reopening issue #87: Filemin should go to $HOME, not /home Seems to me it was not correctly patched. Just change if (scalar(@allowed_paths) == 1) { to if (&unique(@allowed_paths) == 1) { Best Regards