aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-10-05 17:54:03 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-10-06 15:19:52 -0300
commita7e4b9b9b20bc62985e03435e2eee41dd62e0318 (patch)
tree94653e21cfae01b7d1f607d46be46ff088e02f0c /test
parentbuild_profile.c: fix typo of "begins" (diff)
downloadfirejail-a7e4b9b9b20bc62985e03435e2eee41dd62e0318.tar.gz
firejail-a7e4b9b9b20bc62985e03435e2eee41dd62e0318.tar.zst
firejail-a7e4b9b9b20bc62985e03435e2eee41dd62e0318.zip
Revert "allow/deny fbuilder"
This reverts commit 4438f14f2892b5c88d158ae8fad0a80a2eebfd44. Also, partially revert related commit e4307b409 ("fix whitelist/allow in make test-utils") to keep the tests working. The profiles are being generated using aliases, which are not used on the profiles in the repository. So generate them using the normal commands for consistency. See also commit dd13595b8 ("Revert "allow/deny help and man pages"") / PR #4502. Relates to #4410. Misc: I noticed this on issue #4592.
Diffstat (limited to 'test')
-rwxr-xr-xtest/utils/build.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/build.exp b/test/utils/build.exp
index 104ac037c..b9733c137 100755
--- a/test/utils/build.exp
+++ b/test/utils/build.exp
@@ -13,7 +13,7 @@ after 100
13send -- "firejail --build cat ~/_firejail-test-file\r" 13send -- "firejail --build cat ~/_firejail-test-file\r"
14expect { 14expect {
15 timeout {puts "TESTING ERROR 0\n";exit} 15 timeout {puts "TESTING ERROR 0\n";exit}
16 "allow $\{HOME\}/_firejail-test-file" 16 "whitelist $\{HOME\}/_firejail-test-file"
17} 17}
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}