From 9701d11117f532bd960672b52bc5e96dcc3e33cf Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Fri, 25 Apr 2014 21:40:20 +0200 Subject: Removed part of dirty workaround, chmod of of /dev/fuse and /usr/bin/fusermount can be avoided by adding admin users to the fuse group. That part is done in the vyatta-cfg-system package. --- etc/init.d/vyatta-router | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index b95a7ed..116b2fd 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -58,10 +58,6 @@ fi echo "user_allow_other" > /etc/fuse.conf 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=( rl-system -- cgit v1.2.3