apparmor.d/apparmor.d/profiles-a-f/flatpak-oci-authenticator
2024-03-21 23:03:08 +00:00

19 lines
No EOL
495 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/3.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>
}