summaryrefslogtreecommitdiffstats
path: root/test/profiles/profiles.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-22 09:46:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-22 09:46:07 -0400
commit47be57441f2f49baddebaca884fc65199b234714 (patch)
tree67d975d9a2a58b1c9790caeafde9924dd20fb0e5 /test/profiles/profiles.sh
parentcherrytree profile fixes (diff)
downloadfirejail-47be57441f2f49baddebaca884fc65199b234714.tar.gz
firejail-47be57441f2f49baddebaca884fc65199b234714.tar.zst
firejail-47be57441f2f49baddebaca884fc65199b234714.zip
make test-apps
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