lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <b0615ab1-f6be-08cb-5736-52625dd11b23@gmail.com>
Date:   Tue, 7 Feb 2023 04:01:44 +0100 (CET)
From:   Jesper Juhl <jesperjuhl76@...il.com>
To:     linux-kernel@...r.kernel.org
cc:     trivial@...nel.org, Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] Mark a few scripts as executable

>From d161e017b98de5abf7765aa0dab907f22f25c90f Mon Sep 17 00:00:00 2001
From: Jesper Juhl <jesperjuhl76@...il.com>
Date: Tue, 7 Feb 2023 03:55:53 +0100
Subject: [PATCH] Mark a few scripts as executable

The scripts in scripts/ should be marked executable by default, but a
few were not.

Signed-Off-by: Jesper Juhl <jesperjuhl76@...il.com>

---
  scripts/spdxcheck-test.sh | 0
  scripts/test_fortify.sh   | 0
  2 files changed, 0 insertions(+), 0 deletions(-)
  mode change 100644 => 100755 scripts/spdxcheck-test.sh
  mode change 100644 => 100755 scripts/test_fortify.sh

diff --git a/scripts/spdxcheck-test.sh b/scripts/spdxcheck-test.sh
old mode 100644
new mode 100755
diff --git a/scripts/test_fortify.sh b/scripts/test_fortify.sh
old mode 100644
new mode 100755
-- 
2.39.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ