aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-profiles.sh
blob: d9142885be4fa802fc992f552411e71a2c8576cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

echo "TESTING: default profiles installed in /etc"
PROFILES=`ls /etc/firejail/*.profile`
for PROFILE in $PROFILES
do
	echo "TESTING: $PROFILE"
	./test-profile.exp $PROFILE
done