mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
console lockdown: allow members of group sudo
to use console
https://forums.whonix.org/t/etc-security-hardening/8592 https://github.com/Whonix/security-misc/pull/74#issuecomment-607748407 https://www.whonix.org/wiki/Dev/Strong_Linux_User_Account_Isolation#Console_Lockdown
This commit is contained in:
parent
7764ee0d20
commit
a7f2a2a3b6
@ -26,6 +26,10 @@
|
||||
## - '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
|
||||
|
||||
## Same as above also for members of group `sudo`.
|
||||
## https://github.com/Whonix/security-misc/pull/74#issuecomment-607748407
|
||||
+:sudo: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'
|
||||
## are restricted from everything else.
|
||||
-:ALL EXCEPT console-unrestricted :ALL
|
||||
|
Loading…
Reference in New Issue
Block a user