mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
25 lines
721 B
Text
25 lines
721 B
Text
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2024 Canonical Ltd.
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
# License published by the Free Software Foundation.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
profile pim6d /usr/lib/frr/pim6d flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/frr>
|
|
|
|
capability net_raw,
|
|
capability net_admin,
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
include if exists <local/pim6d>
|
|
}
|