2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 13:58:22 +00:00

profiles/*frr*: fix includes

This commit is contained in:
Jorge Sancho Larraz
2025-01-07 11:39:10 +01:00
parent e20400f10f
commit 045bb7d77e
3 changed files with 5 additions and 1 deletions

View File

@@ -59,3 +59,5 @@
# Tests for staticd, bgpd, ospfd
owner /tmp/*.log w,
include if exists <abstractions/frr.d>

View File

@@ -21,3 +21,5 @@
/etc/host.conf r,
/etc/hosts r,
/etc/frr/agentx rw,
include if exists <abstractions/frr-snmp.d>

View File

@@ -24,6 +24,6 @@ profile nhrpd /usr/lib/frr/nhrpd flags=(attach_disconnected) {
@{PROC}/sys/net/ipv4/conf/*/send_redirects w,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/ngrpd>
include if exists <local/nhrpd>
}