summaryrefslogtreecommitdiffstats
path: root/tags/s/script-not-executable.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/s/script-not-executable.tag')
-rw-r--r--tags/s/script-not-executable.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/s/script-not-executable.tag b/tags/s/script-not-executable.tag
new file mode 100644
index 0000000..2507a30
--- /dev/null
+++ b/tags/s/script-not-executable.tag
@@ -0,0 +1,9 @@
+Tag: script-not-executable
+Severity: warning
+Check: scripts
+Explanation: This file starts with the #! sequence that marks interpreted scripts,
+ but it is not executable.
+ .
+ There has been some discussion to allow such files in paths other than
+ <code>/usr/bin</code> but there was ultimately no broad support for it.
+See-Also: Bug#368792