aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar dandelionred <dandelionred@users.noreply.github.com>2019-05-08 17:59:15 +0300
committerLibravatar dandelionred <dandelionred@users.noreply.github.com>2019-05-08 17:59:15 +0300
commitc1469748c1a27c3266f0282434737b81a544652e (patch)
treeb8eaab126bfd1611edce6e0b583b7a1c63e0b197 /test
parentWhitespace fix (diff)
downloadfirejail-c1469748c1a27c3266f0282434737b81a544652e.tar.gz
firejail-c1469748c1a27c3266f0282434737b81a544652e.tar.zst
firejail-c1469748c1a27c3266f0282434737b81a544652e.zip
Revert changes to test/profiles/test*.profile: extra whitespace are there to test the parser
Diffstat (limited to 'test')
-rw-r--r--test/profiles/test.profile6
-rw-r--r--test/profiles/test2.profile8
2 files changed, 7 insertions, 7 deletions
diff --git a/test/profiles/test.profile b/test/profiles/test.profile
index 26d6de849..1d69cc960 100644
--- a/test/profiles/test.profile
+++ b/test/profiles/test.profile
@@ -1,5 +1,5 @@
1blacklist /sbin/iptables 1 blacklist /sbin/iptables
2blacklist /etc/shadow 2blacklist /etc/shadow
3blacklist /bin/rmdir 3 blacklist /bin/rmdir
4blacklist ${PATH}/umount 4blacklist ${PATH}/umount
5blacklist ${PATH}/mount 5blacklist ${PATH}/mount
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