aboutsummaryrefslogtreecommitdiffstats
path: root/test/private-etc/private-etc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/private-etc/private-etc.sh')
-rwxr-xr-xtest/private-etc/private-etc.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/private-etc/private-etc.sh b/test/private-etc/private-etc.sh
new file mode 100755
index 000000000..67076af95
--- /dev/null
+++ b/test/private-etc/private-etc.sh
@@ -0,0 +1,21 @@
1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2022 Firejail Authors
4# License GPL v2
5
6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8export LC_ALL=C
9
10echo "TESTING: private-etc (test/private-etc/private-etc.exp)"
11./private-etc.exp
12
13echo "TESTING: profile (test/private-etc/profile.exp)"
14./private-etc.exp
15
16echo "TESTING: groups (test/private-etc/groups.exp)"
17./groups.exp
18
19echo "TESTING: etc-cleanup (test/private-etc/etc-cleanup.exp)"
20./etc-cleanup.exp
21