aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
blob: 42b59f383d31beda23b9cf1460cc217cb071cb4e (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
31
32
33
34
35
36
37
38
39
40
41
42
#!/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


echo "TESTING: 2.1 hostname"
./2.1.exp

echo "TESTING: 2.2 DNS"
./2.2.exp

echo "TESTING: 2.3 mac-vlan"
./2.3.exp

echo "TESTING: 2.4 bridge"
./2.4.exp