2024-10-16 17:36:24 +02:00
|
|
|
# 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 bfdd /usr/lib/frr/bfdd flags=(attach_disconnected) {
|
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/frr>
|
|
|
|
|
|
|
|
capability net_raw,
|
|
|
|
capability sys_admin,
|
|
|
|
|
|
|
|
@{run}/netns/* r,
|
|
|
|
|
|
|
|
@{run}/frr/bfdd.sock w,
|
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
2024-11-07 11:47:42 +01:00
|
|
|
include if exists <local/bfdd>
|
2024-10-16 17:36:24 +02:00
|
|
|
}
|