mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-07 02:35:06 +01:00
![REmerald](/assets/img/avatar_default.png)
Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
21 lines
519 B
Text
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/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>
|
|
}
|
|
|
|
# vim:syntax=apparmor
|