From dbf2854bb2ab4006792d1dfefc6021657f99b034 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Wed, 3 Feb 2016 03:22:23 -0500 Subject: Add hooks or live-build. --- data/live-build-config/hooks/14-fuse.chroot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 data/live-build-config/hooks/14-fuse.chroot (limited to 'data/live-build-config/hooks/14-fuse.chroot') diff --git a/data/live-build-config/hooks/14-fuse.chroot b/data/live-build-config/hooks/14-fuse.chroot new file mode 100755 index 00000000..126dc626 --- /dev/null +++ b/data/live-build-config/hooks/14-fuse.chroot @@ -0,0 +1,4 @@ +#!/bin/sh + +sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf +chmod a+r /etc/fuse.conf -- cgit v1.2.3