28 lines
No EOL
679 B
Text
28 lines
No EOL
679 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{etc_ro}/sddm/wayland-session
|
|
profile wayland-session @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/bash-strict>
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{sh_path} rix,
|
|
@{bin}/id rix,
|
|
|
|
@{lib}/plasma-dbus-run-session-if-needed rix,
|
|
@{lib}/@{multiarch}/libexec/plasma-dbus-run-session-if-needed rix,
|
|
@{bin}/startplasma-wayland rPx,
|
|
|
|
/etc/machine-id r,
|
|
|
|
owner @{user_share_dirs}/sddm/wayland-session.log rw,
|
|
|
|
include if exists <local/wayland-session>
|
|
} |