apparmor/profiles/apparmor.d/bgpd
2025-02-05 17:00:22 +01:00

30 lines
818 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 bgpd /usr/lib/frr/bgpd flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/frr>
include <abstractions/frr-snmp>
capability net_raw,
capability sys_admin,
@{run}/netns/* r,
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/bgpd>
}