feat(abs): limit number of tty
Up to 64 tty and 2048 pts.
This commit is contained in:
parent
60a050ff17
commit
6b5e586d83
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
abi <abi/4.0>,
|
abi <abi/4.0>,
|
||||||
|
|
||||||
include if exists <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
||||||
@{att}/@{run}/systemd/journal/dev-log w,
|
@{att}/@{run}/systemd/journal/dev-log w,
|
||||||
@{att}/@{run}/systemd/journal/socket w,
|
@{att}/@{run}/systemd/journal/socket w,
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@
|
||||||
# There are the common ways to refer to consoles
|
# There are the common ways to refer to consoles
|
||||||
/dev/console rw,
|
/dev/console rw,
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
/dev/tty@{u16} rw,
|
/dev/tty@{u8} rw,
|
||||||
@{att}/dev/tty rw,
|
@{att}/dev/tty rw,
|
||||||
@{att}/dev/tty@{u16} rw,
|
@{att}/dev/tty@{u8} rw,
|
||||||
|
|
||||||
# These entries are a bit unfortunate; /dev/tty will always be
|
# These entries are a bit unfortunate; /dev/tty will always be
|
||||||
# associated with the controlling terminal by the kernel, but if a
|
# associated with the controlling terminal by the kernel, but if a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue