apparmor.d/apparmor.d/groups/flatpak/flatpak-oci-authenticator

21 lines
519 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{lib}/flatpak-oci-authenticator
profile flatpak-oci-authenticator @{exec_path} {
include <abstractions/base>
include <abstractions/bus-session>
#aa:dbus own bus=session name=org.flatpak.Authenticator.Oci
@{exec_path} mr,
include if exists <local/flatpak-oci-authenticator>
}
# vim:syntax=apparmor