feat(abs): limit number of tty

Up to 64 tty and 2048 pts.
This commit is contained in:
Alexandre Pujol 2025-04-05 22:39:45 +02:00
parent 60a050ff17
commit 6b5e586d83
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
abi <abi/4.0>,
include if exists <abstractions/base>
include <abstractions/base>
@{att}/@{run}/systemd/journal/dev-log w,
@{att}/@{run}/systemd/journal/socket w,

View file

@ -10,9 +10,9 @@
# There are the common ways to refer to consoles
/dev/console rw,
/dev/tty rw,
/dev/tty@{u16} rw,
/dev/tty@{u8} 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
# associated with the controlling terminal by the kernel, but if a