summaryrefslogtreecommitdiffstats
path: root/test/profiles/profiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/profiles/profiles.sh')
-rwxr-xr-xtest/profiles/profiles.sh3
1 files changed, 3 insertions, 0 deletions
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 @@
3# Copyright (C) 2014-2016 Firejail Authors 3# Copyright (C) 2014-2016 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8
6echo "TESTING: default profiles installed in /etc" 9echo "TESTING: default profiles installed in /etc"
7PROFILES=`ls /etc/firejail/*.profile` 10PROFILES=`ls /etc/firejail/*.profile`
8for PROFILE in $PROFILES 11for PROFILE in $PROFILES