From a04ff31e40993564ff0a4d3df254a8eab740905b Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 28 Feb 2018 09:47:34 -0600 Subject: Set security harness hook to executable after creation --- scripts/security-harness | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/security-harness b/scripts/security-harness index d454f44dff7..c60b3410095 100755 --- a/scripts/security-harness +++ b/scripts/security-harness @@ -21,6 +21,8 @@ else File.open(hook_path, 'w') do |file| IO.copy_stream(DATA, file) end + + File.chmod(0755, hook_path) end # Toggle the harness on or off -- cgit v1.2.3