aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/test2.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-25 14:26:51 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-25 14:42:38 -0300
commitbdb4f03ed9aa1ab47da54369df348db7968c72c1 (patch)
tree46e4bbc63dc60d59d6122be3684d80e3e10cf794 /test/profiles/test2.profile
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-bdb4f03ed9aa1ab47da54369df348db7968c72c1.tar.gz
firejail-bdb4f03ed9aa1ab47da54369df348db7968c72c1.tar.zst
firejail-bdb4f03ed9aa1ab47da54369df348db7968c72c1.zip
test2.profile: restore leading spaces
As pointed out by @rusty-snake[1]: > I think this is intentional to test if firejail can parse commands > with leading spaces. This amends commit b406b2420 ("tests: Fix mixed space/tabs indentation", 2023-02-19) / PR #5674. Note: This is the only profile in test/ that the commit changed: $ git show --pretty= --name-only b406b2420 -- test/ test/fs/private-whitelist.exp test/network/firemon-route.exp test/profiles/test2.profile [1] https://github.com/netblue30/firejail/pull/5674#discussion_r1117891957
Diffstat (limited to 'test/profiles/test2.profile')
-rw-r--r--test/profiles/test2.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/profiles/test2.profile b/test/profiles/test2.profile
index 9504f5085..9fbd5219a 100644
--- a/test/profiles/test2.profile
+++ b/test/profiles/test2.profile
@@ -1,6 +1,6 @@
1caps 1caps
2seccomp 2seccomp
3private 3 private
4include test.profile 4 include test.profile
5include test.local 5 include test.local
6include test25.profile 6 include test25.profile