blob: 16f323407e66cf406ed5ba33656621ba9c9be00c (
plain)
1
2
3
4
5
6
|
--- tty0tty-org/module/50-tty0tty.rules 2022-06-14 11:52:36.899659514 +0100
+++ tty0tty-master/module/50-tty0tty.rules 2022-06-14 11:52:28.399659780 +0100
@@ -3 +3,2 @@
-KERNEL=="tnt[0-9]", GROUP="dialout"
+# Setting access rights for tty0tty devices to the same as other serial devices:
+KERNEL=="tnt[0-7]", SUBSYSTEM=="tty", GROUP="uucp", MODE="0660"
|