From d316136d6948e16fa75acceba87d348dcf4a69d2 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 9 Jan 2010 11:59:44 -0500 Subject: Define locations of important programs that we don't want tainted by userspace --- squashfu.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/squashfu.conf b/squashfu.conf index 58fc66f..1e15af5 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -1,5 +1,13 @@ # Config file for Super Deluxe SquashFu Backup Express +# Define important program locations to ensure userspace doesn't +# taint our invocation. +MOUNT=`which mount` +UMOUNT=`which umount` +MKSQUASHFS=`which mksquashfs` +RSYNC=`which rsync` + + # Show debugging information. This might be useful in the event # you need to troubleshoot. DEBUG=true -- cgit v1.2.3