13 lines
330 B
Text
13 lines
330 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
# LOGPROF-SUGGEST: no
|
|
|
|
abi <abi/4.0>,
|
|
|
|
@{att}/dev/tty@{int} rw,
|
|
owner @{att}/dev/pts/@{int} rw,
|
|
|
|
include if exists <abstractions/attached/consoles.d>
|
|
|
|
# vim:syntax=apparmor
|