aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
blob: 341126a098b509c27aa2044a16073153eb8479a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash

#
# Feature testing
#

echo "TESTING: 1.1 disable /boot"
./1.1.exp

echo "TESTING: 1.2 new /proc"
./1.2.exp

echo "TESTING: 1.4 mask other users"
./1.4.exp

echo "TESTING: 1.5 PID namespace"
./1.5.exp

echo "TESTING: 1.6 new /var/log"
./1.6.exp

echo "TESTING: 1.7 new /var/tmp"
./1.7.exp

echo "TESTING: 1.8 disable /etc/firejail and ~/.config/firejail"
./1.8.exp

echo "TESTING: 1.10 disable /selinux"
./1.10.exp