summaryrefslogtreecommitdiffstats
path: root/tags/k/killall-is-dangerous.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/k/killall-is-dangerous.tag')
-rw-r--r--tags/k/killall-is-dangerous.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/k/killall-is-dangerous.tag b/tags/k/killall-is-dangerous.tag
new file mode 100644
index 0000000..05b8a1d
--- /dev/null
+++ b/tags/k/killall-is-dangerous.tag
@@ -0,0 +1,9 @@
+Tag: killall-is-dangerous
+Severity: warning
+Check: maintainer-scripts/killall
+Explanation: The maintainer script seems to call <code>killall</code>. Since the
+ program terminates processes by name, it may accidentally affect unrelated
+ processes.
+ .
+ Most uses of <code>killall</code> should use <code>invoke-rc.d</code>
+ instead.