feat(abs): console: add non owner access to /dev/tty@{u8}.

Follow recent addition in attached/consoles

fix #751
This commit is contained in:
Alexandre Pujol 2025-05-26 23:47:49 +02:00
parent 77d2f923b0
commit a08c99dcb7
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -0,0 +1,8 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# There are the common ways to refer to consoles
/dev/tty@{u8} rw,
# vim:syntax=apparmor