Skip to content

Instantly share code, notes, and snippets.

@minzak
Created May 12, 2019 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minzak/c58faafbce2493d8c6a15700cb582044 to your computer and use it in GitHub Desktop.
Save minzak/c58faafbce2493d8c6a15700cb582044 to your computer and use it in GitHub Desktop.
1) Добавить ебя в группу tty.
2) etc/udev/rules.d/tty.rules:
KERNEL=="vcs", GROUP="tty"
KERNEL=="vcs[0-9]*", GROUP="tty"
KERNEL=="vcsa", GROUP="tty"
KERNEL=="vcsa[0-9]*", GROUP="tty"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment