aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--etc/profile-m-z/open-invaders.profile1
-rw-r--r--etc/profile-m-z/simutrans.profile1
-rwxr-xr-xtest/environment/rlimit-join.exp4
4 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 697f398fe..36e5bc94a 100644
--- a/README
+++ b/README
@@ -329,6 +329,8 @@ Dara Adib (https://github.com/daradib)
329 - linphone profile fix 329 - linphone profile fix
330Dario Pellegrini (https://github.com/dpellegr) 330Dario Pellegrini (https://github.com/dpellegr)
331 - allowing links in netns 331 - allowing links in netns
332David Fetter (https://github.com/davidfetter)
333 - bump up copyright years
332David Thole (https://github.com/TheDarkTrumpet) 334David Thole (https://github.com/TheDarkTrumpet)
333 - added profile for teams-for-linux 335 - added profile for teams-for-linux
334Davide Beatrici (https://github.com/davidebeatrici) 336Davide Beatrici (https://github.com/davidebeatrici)
diff --git a/etc/profile-m-z/open-invaders.profile b/etc/profile-m-z/open-invaders.profile
index f6b070ab3..498a4f6c8 100644
--- a/etc/profile-m-z/open-invaders.profile
+++ b/etc/profile-m-z/open-invaders.profile
@@ -35,6 +35,7 @@ seccomp
35 35
36private-bin open-invaders 36private-bin open-invaders
37private-dev 37private-dev
38private-etc @x11
38private-tmp 39private-tmp
39 40
40dbus-user none 41dbus-user none
diff --git a/etc/profile-m-z/simutrans.profile b/etc/profile-m-z/simutrans.profile
index 6ba735556..f88ae65c8 100644
--- a/etc/profile-m-z/simutrans.profile
+++ b/etc/profile-m-z/simutrans.profile
@@ -35,6 +35,7 @@ seccomp
35 35
36# private-bin simutrans 36# private-bin simutrans
37private-dev 37private-dev
38private-etc @games,@x11
38private-tmp 39private-tmp
39 40
40dbus-user none 41dbus-user none
diff --git a/test/environment/rlimit-join.exp b/test/environment/rlimit-join.exp
index 903377e11..c71dad27e 100755
--- a/test/environment/rlimit-join.exp
+++ b/test/environment/rlimit-join.exp
@@ -8,7 +8,7 @@ cd /home
8spawn $env(SHELL) 8spawn $env(SHELL)
9match_max 100000 9match_max 100000
10 10
11send -- "firejail --noprofile --name=\"rlimit testing\"\r" 11send -- "firejail --noprofile --name=\"rlimittesting\"\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 0\n";exit} 13 timeout {puts "TESTING ERROR 0\n";exit}
14 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 14 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
@@ -16,7 +16,7 @@ expect {
16sleep 1 16sleep 1
17 17
18spawn $env(SHELL) 18spawn $env(SHELL)
19send -- "firejail --rlimit-nofile=1234 --join=\"rlimit testing\"\r" 19send -- "firejail --rlimit-nofile=1234 --join=\"rlimittesting\"\r"
20expect { 20expect {
21 timeout {puts "TESTING ERROR 1\n";exit} 21 timeout {puts "TESTING ERROR 1\n";exit}
22 "Switching to pid" 22 "Switching to pid"