From 7bd247f4b1b0ccd498f8f136d04e8ed19ade7d30 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 10 Mar 2014 04:24:54 +0100 Subject: fusermount in squeeze is not executable for non-members of fuse, fix it at boot. --- etc/init.d/vyatta-router | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index 6b9edd3..b95a7ed 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -60,6 +60,7 @@ chmod 644 /etc/fuse.conf # XXX: And a better way to do this? There should be. chmod 777 /dev/fuse +chmod go+rx /usr/bin/fusermount declare -a subinit declare -a all_subinits=( -- cgit v1.2.3