diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-16 15:15:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-16 16:38:33 +0100 |
commit | 32414491834c80ab39519467deb3f8d1e4f5bade (patch) | |
tree | 5b4ee1ee87cc3a67746b874b943fedbb3e07eedf /tools | |
parent | e4f2aee6612e56c2a9a5da6131ccd80e57d5075b (diff) | |
download | linux-stable-32414491834c80ab39519467deb3f8d1e4f5bade.tar.gz linux-stable-32414491834c80ab39519467deb3f8d1e4f5bade.tar.bz2 linux-stable-32414491834c80ab39519467deb3f8d1e4f5bade.zip |
netfilter: selftest: conntrack_vrf.sh: fix file permission
When backporting 33b8aad21ac1 ("selftests: netfilter: add a
vrf+conntrack testcase") to this stable branch, the executable bits were
not properly set on the
tools/testing/selftests/netfilter/conntrack_vrf.sh file due to quilt not
honoring them.
Fix this up manually by setting the correct mode.
Reported-by: "Rantala, Tommi T. (Nokia - FI/Espoo)" <tommi.t.rantala@nokia.com>
Link: https://lore.kernel.org/r/234d7a6a81664610fdf21ac72730f8bd10d3f46f.camel@nokia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--] | tools/testing/selftests/netfilter/conntrack_vrf.sh | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/testing/selftests/netfilter/conntrack_vrf.sh b/tools/testing/selftests/netfilter/conntrack_vrf.sh index 8b5ea9234588..8b5ea9234588 100644..100755 --- a/tools/testing/selftests/netfilter/conntrack_vrf.sh +++ b/tools/testing/selftests/netfilter/conntrack_vrf.sh |