summaryrefslogtreecommitdiffstats
path: root/tags/c/chown-with-dot.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/c/chown-with-dot.tag')
-rw-r--r--tags/c/chown-with-dot.tag11
1 files changed, 11 insertions, 0 deletions
diff --git a/tags/c/chown-with-dot.tag b/tags/c/chown-with-dot.tag
new file mode 100644
index 0000000..1bc7bd0
--- /dev/null
+++ b/tags/c/chown-with-dot.tag
@@ -0,0 +1,11 @@
+Tag: chown-with-dot
+Severity: pedantic
+Check: script/deprecated/chown
+Explanation: The named script uses a dot to separate owner and group in
+ a call like <code>chown user.group</code> but that usage is deprecated.
+ .
+ Please use a colon instead, as in:
+ .
+ <code>chown user:group</code>.
+See-Also:
+ https://lists.debian.org/debian-devel/2022/03/msg00138.html