# apparmor.d - Full set of apparmor profiles # Copyright (C) 2020-2021 Mikhail Morfikov # Copyright (C) 2021-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = @{bin}/system-config-printer-applet /usr/share/system-config-printer/applet.py profile system-config-printer-applet @{exec_path} { include include include network inet stream, network inet6 stream, @{exec_path} mrix, @{sh_path} rix, @{python_path} r, /usr/share/system-config-printer/{,**} r, owner @{HOME}/.xsession-errors w, owner @{PROC}/@{pid}/mounts r, /dev/tty rw, include if exists } # vim:syntax=apparmor