aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar dandelionred <dandelionred@users.noreply.github.com>2019-05-08 16:45:50 +0300
committerLibravatar dandelionred <dandelionred@users.noreply.github.com>2019-05-08 16:45:50 +0300
commit17a89ca1769d6360fb696a956b1b7d8e9e57b2b6 (patch)
treec3d240c5ab8e5dc69ebb011a8104dbdc7d4575de /test
parentMerge pull request #2680 from Feandil/master (diff)
downloadfirejail-17a89ca1769d6360fb696a956b1b7d8e9e57b2b6.tar.gz
firejail-17a89ca1769d6360fb696a956b1b7d8e9e57b2b6.tar.zst
firejail-17a89ca1769d6360fb696a956b1b7d8e9e57b2b6.zip
Whitespace fix
Diffstat (limited to 'test')
-rw-r--r--test/environment/rlimit.profile6
-rw-r--r--test/profiles/test.profile6
-rw-r--r--test/profiles/test2.profile8
3 files changed, 10 insertions, 10 deletions
diff --git a/test/environment/rlimit.profile b/test/environment/rlimit.profile
index a57471604..a569edc6d 100644
--- a/test/environment/rlimit.profile
+++ b/test/environment/rlimit.profile
@@ -1,5 +1,5 @@
1 rlimit-fsize 1024 1rlimit-fsize 1024
2rlimit-nproc 1000 2rlimit-nproc 1000
3 rlimit-nofile 500 3rlimit-nofile 500
4rlimit-sigpending 200 4rlimit-sigpending 200
5rlimit-as 123456789012 5rlimit-as 123456789012
diff --git a/test/profiles/test.profile b/test/profiles/test.profile
index 1d69cc960..26d6de849 100644
--- a/test/profiles/test.profile
+++ b/test/profiles/test.profile
@@ -1,5 +1,5 @@
1 blacklist /sbin/iptables 1blacklist /sbin/iptables
2blacklist /etc/shadow 2blacklist /etc/shadow
3 blacklist /bin/rmdir 3blacklist /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 9fbd5219a..9504f5085 100644
--- a/test/profiles/test2.profile
+++ b/test/profiles/test2.profile
@@ -1,6 +1,6 @@
1caps 1caps
2seccomp 2seccomp
3 private 3private
4 include test.profile 4include test.profile
5 include test.local 5include test.local
6 include test25.profile 6include test25.profile