From 47be57441f2f49baddebaca884fc65199b234714 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 22 Apr 2016 09:46:07 -0400 Subject: make test-apps --- test/profiles/profiles.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/profiles/profiles.sh') diff --git a/test/profiles/profiles.sh b/test/profiles/profiles.sh index ea1f51c1a..a20ed5432 100755 --- a/test/profiles/profiles.sh +++ b/test/profiles/profiles.sh @@ -3,6 +3,9 @@ # Copyright (C) 2014-2016 Firejail Authors # License GPL v2 +export MALLOC_CHECK_=3 +export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) + echo "TESTING: default profiles installed in /etc" PROFILES=`ls /etc/firejail/*.profile` for PROFILE in $PROFILES -- cgit v1.2.3-54-g00ecf