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 @@ - blacklist /sbin/iptables -blacklist /etc/shadow - blacklist /bin/rmdir +blacklist /sbin/iptables +blacklist /etc/shadow +blacklist /bin/rmdir blacklist ${PATH}/umount blacklist ${PATH}/mount diff --git a/test/root/apache2.exp b/test/root/apache2.exp index 88678d666..4d2379325 100755 --- a/test/root/apache2.exp +++ b/test/root/apache2.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 5 spawn $env(SHELL) diff --git a/test/root/cgroup.exp b/test/root/cgroup.exp index 06e2448e4..3b7db5139 100755 --- a/test/root/cgroup.exp +++ b/test/root/cgroup.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/checkcfg.exp b/test/root/checkcfg.exp index 5c5dcc055..ff40035e3 100755 --- a/test/root/checkcfg.exp +++ b/test/root/checkcfg.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/firecfg.exp b/test/root/firecfg.exp index 872365570..b182eee13 100755 --- a/test/root/firecfg.exp +++ b/test/root/firecfg.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/firemon-events.exp b/test/root/firemon-events.exp index 8f6dd583b..398342566 100755 --- a/test/root/firemon-events.exp +++ b/test/root/firemon-events.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/root/isc-dhcp.exp b/test/root/isc-dhcp.exp index 24243d6bb..13177d383 100755 --- a/test/root/isc-dhcp.exp +++ b/test/root/isc-dhcp.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 5 spawn $env(SHELL) diff --git a/test/root/join.exp b/test/root/join.exp index 54a86a8f0..c9b9de110 100755 --- a/test/root/join.exp +++ b/test/root/join.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/login_nobody.exp b/test/root/login_nobody.exp index 7f5294af8..448b0957a 100755 --- a/test/root/login_nobody.exp +++ b/test/root/login_nobody.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/nginx.exp b/test/root/nginx.exp index b98b50af6..5db6a4573 100755 --- a/test/root/nginx.exp +++ b/test/root/nginx.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 5 spawn $env(SHELL) diff --git a/test/root/option_bind_directory.exp b/test/root/option_bind_directory.exp index 2156c7dfa..1df318be1 100755 --- a/test/root/option_bind_directory.exp +++ b/test/root/option_bind_directory.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/root/option_bind_file.exp b/test/root/option_bind_file.exp index 107d8bccb..9631ae39d 100755 --- a/test/root/option_bind_file.exp +++ b/test/root/option_bind_file.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/root/option_tmpfs.exp b/test/root/option_tmpfs.exp index cac692cb2..ab0a9f0f1 100755 --- a/test/root/option_tmpfs.exp +++ b/test/root/option_tmpfs.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/root/private.exp b/test/root/private.exp index 3e93683ba..ef4cf2ee2 100755 --- a/test/root/private.exp +++ b/test/root/private.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/profile_tmpfs.exp b/test/root/profile_tmpfs.exp index bcb632c20..c56b827e4 100755 --- a/test/root/profile_tmpfs.exp +++ b/test/root/profile_tmpfs.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/root/root.sh b/test/root/root.sh index 363865fad..0c88e67d1 100755 --- a/test/root/root.sh +++ b/test/root/root.sh @@ -1,4 +1,7 @@ #!/bin/bash +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 # set a new firejail config file #cp firejail.config /etc/firejail/firejail.config diff --git a/test/root/seccomp-chmod.exp b/test/root/seccomp-chmod.exp index ac8f9121b..219c8cf60 100755 --- a/test/root/seccomp-chmod.exp +++ b/test/root/seccomp-chmod.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/seccomp-chown.exp b/test/root/seccomp-chown.exp index 9b8fe05ef..80d3eb92e 100755 --- a/test/root/seccomp-chown.exp +++ b/test/root/seccomp-chown.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/seccomp-umount.exp b/test/root/seccomp-umount.exp index 706fa6d00..37ae71736 100755 --- a/test/root/seccomp-umount.exp +++ b/test/root/seccomp-umount.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/root/snmpd.exp b/test/root/snmpd.exp index 610fdb13a..7e6deca04 100755 --- a/test/root/snmpd.exp +++ b/test/root/snmpd.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 5 spawn $env(SHELL) diff --git a/test/root/unbound.exp b/test/root/unbound.exp index 9c496306a..87d840323 100755 --- a/test/root/unbound.exp +++ b/test/root/unbound.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 5 spawn $env(SHELL) diff --git a/test/root/whitelist.exp b/test/root/whitelist.exp index 51611bda2..e5bcaac24 100755 --- a/test/root/whitelist.exp +++ b/test/root/whitelist.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/ssh/login.exp b/test/ssh/login.exp index 479292c91..67667576e 100755 --- a/test/ssh/login.exp +++ b/test/ssh/login.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/ssh/scp.exp b/test/ssh/scp.exp index 355125751..a6583545c 100755 --- a/test/ssh/scp.exp +++ b/test/ssh/scp.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/ssh/sftp.exp b/test/ssh/sftp.exp index 3b0124ec7..0d9792de8 100755 --- a/test/ssh/sftp.exp +++ b/test/ssh/sftp.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/ssh/ssh.sh b/test/ssh/ssh.sh index e7de1babd..77dc89f2f 100755 --- a/test/ssh/ssh.sh +++ b/test/ssh/ssh.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/stress/blacklist.exp b/test/stress/blacklist.exp index 5ea39779d..149f8f3df 100755 --- a/test/stress/blacklist.exp +++ b/test/stress/blacklist.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/stress/env.exp b/test/stress/env.exp index 85c9e4bf6..2ac0c6226 100755 --- a/test/stress/env.exp +++ b/test/stress/env.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/stress/net_macvlan.exp b/test/stress/net_macvlan.exp index 7a732bf48..b8d192d2c 100755 --- a/test/stress/net_macvlan.exp +++ b/test/stress/net_macvlan.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/stress/stress.sh b/test/stress/stress.sh index 6853c5a13..f3488a0cf 100755 --- a/test/stress/stress.sh +++ b/test/stress/stress.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/sysutils/cpio.exp b/test/sysutils/cpio.exp index 9d13b4e44..1d0d43543 100755 --- a/test/sysutils/cpio.exp +++ b/test/sysutils/cpio.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/file.exp b/test/sysutils/file.exp index f530dc152..74d5c3064 100755 --- a/test/sysutils/file.exp +++ b/test/sysutils/file.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/gzip.exp b/test/sysutils/gzip.exp index 38313fd11..d81b78aba 100755 --- a/test/sysutils/gzip.exp +++ b/test/sysutils/gzip.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/less.exp b/test/sysutils/less.exp index 436abfc2b..2bfb60302 100755 --- a/test/sysutils/less.exp +++ b/test/sysutils/less.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/ping.exp b/test/sysutils/ping.exp index d92aaa44f..58bcb6111 100755 --- a/test/sysutils/ping.exp +++ b/test/sysutils/ping.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/strings.exp b/test/sysutils/strings.exp index 0be00fc7c..2b6c3848a 100755 --- a/test/sysutils/strings.exp +++ b/test/sysutils/strings.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh index 3f5ed33cb..fe931b045 100755 --- a/test/sysutils/sysutils.sh +++ b/test/sysutils/sysutils.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/sysutils/tar.exp b/test/sysutils/tar.exp index 29e156acd..4ed7bace4 100755 --- a/test/sysutils/tar.exp +++ b/test/sysutils/tar.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/xz.exp b/test/sysutils/xz.exp index 93c83e814..63b1ad3c7 100755 --- a/test/sysutils/xz.exp +++ b/test/sysutils/xz.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/sysutils/xzdec.exp b/test/sysutils/xzdec.exp index 6fec59d58..02621bbf0 100755 --- a/test/sysutils/xzdec.exp +++ b/test/sysutils/xzdec.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/audit.exp b/test/utils/audit.exp index 15400da31..6ce763e3f 100755 --- a/test/utils/audit.exp +++ b/test/utils/audit.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/build.exp b/test/utils/build.exp index 44b73179c..ae46ffa6e 100755 --- a/test/utils/build.exp +++ b/test/utils/build.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/caps-print.exp b/test/utils/caps-print.exp index bfa88f3de..753511536 100755 --- a/test/utils/caps-print.exp +++ b/test/utils/caps-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/catchsignal-master.sh b/test/utils/catchsignal-master.sh index 62a1801cc..e8a5205bb 100755 --- a/test/utils/catchsignal-master.sh +++ b/test/utils/catchsignal-master.sh @@ -1,4 +1,7 @@ #!/bin/bash +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 ./catchsignal.sh & ./catchsignal.sh & diff --git a/test/utils/catchsignal.sh b/test/utils/catchsignal.sh index 87a1d0adf..de2c068b3 100755 --- a/test/utils/catchsignal.sh +++ b/test/utils/catchsignal.sh @@ -1,4 +1,7 @@ #!/bin/bash +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 _term() { echo "Caught Signal" diff --git a/test/utils/catchsignal2.sh b/test/utils/catchsignal2.sh index 424350397..6499972d8 100755 --- a/test/utils/catchsignal2.sh +++ b/test/utils/catchsignal2.sh @@ -1,4 +1,7 @@ #!/bin/bash +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 _term() { echo "Caught Signal" diff --git a/test/utils/command.exp b/test/utils/command.exp index a55d5436c..a2f7e4204 100755 --- a/test/utils/command.exp +++ b/test/utils/command.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/cpu-print.exp b/test/utils/cpu-print.exp index 311a031f8..8b3b51dba 100755 --- a/test/utils/cpu-print.exp +++ b/test/utils/cpu-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/dns-print.exp b/test/utils/dns-print.exp index be55d3db2..edbe66a51 100755 --- a/test/utils/dns-print.exp +++ b/test/utils/dns-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-caps.exp b/test/utils/firemon-caps.exp index ec92a0383..a51e5a765 100755 --- a/test/utils/firemon-caps.exp +++ b/test/utils/firemon-caps.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-cgroup.exp b/test/utils/firemon-cgroup.exp index 91a1eb891..f7c6e0adb 100755 --- a/test/utils/firemon-cgroup.exp +++ b/test/utils/firemon-cgroup.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-cpu.exp b/test/utils/firemon-cpu.exp index eb98993f9..90bb702a3 100755 --- a/test/utils/firemon-cpu.exp +++ b/test/utils/firemon-cpu.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-interface.exp b/test/utils/firemon-interface.exp index ba3ecf9ac..ff3cea8bb 100755 --- a/test/utils/firemon-interface.exp +++ b/test/utils/firemon-interface.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-name.exp b/test/utils/firemon-name.exp index 883c516fc..88e41d96d 100755 --- a/test/utils/firemon-name.exp +++ b/test/utils/firemon-name.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-seccomp.exp b/test/utils/firemon-seccomp.exp index db5ea7d8a..a8c7fc24d 100755 --- a/test/utils/firemon-seccomp.exp +++ b/test/utils/firemon-seccomp.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/firemon-version.exp b/test/utils/firemon-version.exp index e1bb3e931..837bf0f92 100755 --- a/test/utils/firemon-version.exp +++ b/test/utils/firemon-version.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/fs-print.exp b/test/utils/fs-print.exp index 20153829d..736c309ec 100755 --- a/test/utils/fs-print.exp +++ b/test/utils/fs-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/help.exp b/test/utils/help.exp index 0105c74f4..77c2e6ec3 100755 --- a/test/utils/help.exp +++ b/test/utils/help.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/join-profile.exp b/test/utils/join-profile.exp index 716bd2947..b44f44cfe 100755 --- a/test/utils/join-profile.exp +++ b/test/utils/join-profile.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/utils/join.exp b/test/utils/join.exp index 1d2ad2a26..1f1a905b2 100755 --- a/test/utils/join.exp +++ b/test/utils/join.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/join2.exp b/test/utils/join2.exp index ea40a80b3..6c26db4e9 100755 --- a/test/utils/join2.exp +++ b/test/utils/join2.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/join3.exp b/test/utils/join3.exp index eeb5ccc30..74dad7070 100755 --- a/test/utils/join3.exp +++ b/test/utils/join3.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/join4.exp b/test/utils/join4.exp index 80dcae93a..d04cbee46 100755 --- a/test/utils/join4.exp +++ b/test/utils/join4.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/list.exp b/test/utils/list.exp index 82f6324e5..fefdd4787 100755 --- a/test/utils/list.exp +++ b/test/utils/list.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/ls.exp b/test/utils/ls.exp index ff6867c51..b70f53a74 100755 --- a/test/utils/ls.exp +++ b/test/utils/ls.exp @@ -1,4 +1,7 @@ #!/usr/bin/expect -f +# This file is part of Firejail project +# Copyright (C) 2014-2020 Firejail Authors +# License GPL v2 set timeout 10 spawn $env(SHELL) diff --git a/test/utils/man.exp b/test/utils/man.exp index da2a8a565..3cde9f2c8 100755 --- a/test/utils/man.exp +++ b/test/utils/man.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/name.exp b/test/utils/name.exp index 456f55252..3a1dfb640 100755 --- a/test/utils/name.exp +++ b/test/utils/name.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/profile_print.exp b/test/utils/profile_print.exp index 83faaf74d..ddeeb8af6 100755 --- a/test/utils/profile_print.exp +++ b/test/utils/profile_print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/protocol-print.exp b/test/utils/protocol-print.exp index fb181f564..c44a659e1 100755 --- a/test/utils/protocol-print.exp +++ b/test/utils/protocol-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/seccomp-print.exp b/test/utils/seccomp-print.exp index 2dc4a8287..41a6ce778 100755 --- a/test/utils/seccomp-print.exp +++ b/test/utils/seccomp-print.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/shutdown.exp b/test/utils/shutdown.exp index 0d5ec5d63..0f6cab8bb 100755 --- a/test/utils/shutdown.exp +++ b/test/utils/shutdown.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/shutdown2.exp b/test/utils/shutdown2.exp index a07241340..463c2fb78 100755 --- a/test/utils/shutdown2.exp +++ b/test/utils/shutdown2.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/shutdown3.exp b/test/utils/shutdown3.exp index 847e63706..9e92889dc 100755 --- a/test/utils/shutdown3.exp +++ b/test/utils/shutdown3.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/shutdown4.exp b/test/utils/shutdown4.exp index 3d4f718cb..e7733ca41 100755 --- a/test/utils/shutdown4.exp +++ b/test/utils/shutdown4.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/top.exp b/test/utils/top.exp index 3faf69080..2ef6f0375 100755 --- a/test/utils/top.exp +++ b/test/utils/top.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/trace.exp b/test/utils/trace.exp index 1b6db17be..5df44c1ca 100755 --- a/test/utils/trace.exp +++ b/test/utils/trace.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 30 diff --git a/test/utils/tree.exp b/test/utils/tree.exp index 09eb29029..82045e8c9 100755 --- a/test/utils/tree.exp +++ b/test/utils/tree.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10 diff --git a/test/utils/utils.sh b/test/utils/utils.sh index b5b90a22d..82ccc82bb 100755 --- a/test/utils/utils.sh +++ b/test/utils/utils.sh @@ -1,6 +1,6 @@ #!/bin/bash # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 export MALLOC_CHECK_=3 diff --git a/test/utils/version.exp b/test/utils/version.exp index aad3b72e0..c78a087bb 100755 --- a/test/utils/version.exp +++ b/test/utils/version.exp @@ -1,6 +1,6 @@ #!/usr/bin/expect -f # This file is part of Firejail project -# Copyright (C) 2014-2019 Firejail Authors +# Copyright (C) 2014-2020 Firejail Authors # License GPL v2 set timeout 10