apparmor.d/apparmor.d/groups/virt/cockpit-desktop
2025-07-06 22:14:25 +02:00

20 lines
408 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{lib}/cockpit/cockpit-desktop
profile cockpit-desktop @{exec_path} {
include <abstractions/base>
userns,
@{exec_path} mr,
include if exists <local/cockpit-desktop>
}
# vim:syntax=apparmor