mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-06 09:09:29 +07:00
comments
This commit is contained in:
parent
d9f2a0e4a1
commit
7764ee0d20
@ -15,10 +15,15 @@
|
|||||||
## Usually tty7 is for X.
|
## Usually tty7 is for X.
|
||||||
## Qubes uses tty1 for X.
|
## Qubes uses tty1 for X.
|
||||||
|
|
||||||
## Allow members of group 'console' to use tty1 to tty7 and pts/0 to pts/9 and hvc0 to hvc9.
|
|
||||||
## Qubes has 'pts/0' when for example running "sudo" from a terminal emulator.
|
## Qubes has 'pts/0' when for example running "sudo" from a terminal emulator.
|
||||||
## Qubes uses 'hvc0' when using in dom0 "sudo xl console vm-name".
|
## Qubes uses 'hvc0' when using in dom0 "sudo xl console vm-name".
|
||||||
## When using systemd-nspawn (chroot) then `login` requires console 'console' to be permitted.
|
## When using systemd-nspawn (chroot) then `login` requires console 'console' to be permitted.
|
||||||
|
|
||||||
|
## Allow members of group `console` to use:
|
||||||
|
## - 'console'
|
||||||
|
## - 'tty1' to 'tty7'
|
||||||
|
## - 'pts/0' to 'pts/9'
|
||||||
|
## - 'hvc0' to 'hvc9'
|
||||||
+:console:console tty1 tty2 tty3 tty4 tty5 tty6 tty7 pts/0 pts/1 pts/2 pts/3 pts/4 pts/5 pts/6 pts/7 pts/8 pts/9 hvc0 hvc1 hvc2 hvc3 hvc4 hvc5 hvc6 hvc7 hvc8 hvc9
|
+:console:console tty1 tty2 tty3 tty4 tty5 tty6 tty7 pts/0 pts/1 pts/2 pts/3 pts/4 pts/5 pts/6 pts/7 pts/8 pts/9 hvc0 hvc1 hvc2 hvc3 hvc4 hvc5 hvc6 hvc7 hvc8 hvc9
|
||||||
|
|
||||||
## Everyone else except members of group 'console-unrestricted'
|
## Everyone else except members of group 'console-unrestricted'
|
||||||
|
Loading…
Reference in New Issue
Block a user