diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-03-10 04:24:54 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-03-10 04:24:54 +0100 |
commit | 7bd247f4b1b0ccd498f8f136d04e8ed19ade7d30 (patch) | |
tree | 6b8a4b14aaf8b6402079573227366339a9432276 /etc | |
parent | ae71fef89e76a67e05d1639e7f74a62d9975be81 (diff) | |
download | vyatta-cfg-7bd247f4b1b0ccd498f8f136d04e8ed19ade7d30.tar.gz vyatta-cfg-7bd247f4b1b0ccd498f8f136d04e8ed19ade7d30.zip |
fusermount in squeeze is not executable for non-members of fuse, fix it at boot.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-router | 1 |
1 files changed, 1 insertions, 0 deletions
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=( |