Kernel/LibC/Userspace: Implement chown and set tty owner on login
This commit is contained in:
@@ -179,7 +179,7 @@ namespace Kernel
|
||||
}
|
||||
|
||||
SerialTTY::SerialTTY(Serial serial)
|
||||
: TTY(0660, 0, 0)
|
||||
: TTY(0600, 0, 0)
|
||||
, m_serial(serial)
|
||||
, m_rdev(next_rdev())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user