mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
profiles/*frr*: fix includes
This commit is contained in:
parent
e20400f10f
commit
045bb7d77e
3 changed files with 5 additions and 1 deletions
|
@ -59,3 +59,5 @@
|
||||||
|
|
||||||
# Tests for staticd, bgpd, ospfd
|
# Tests for staticd, bgpd, ospfd
|
||||||
owner /tmp/*.log w,
|
owner /tmp/*.log w,
|
||||||
|
|
||||||
|
include if exists <abstractions/frr.d>
|
|
@ -21,3 +21,5 @@
|
||||||
/etc/host.conf r,
|
/etc/host.conf r,
|
||||||
/etc/hosts r,
|
/etc/hosts r,
|
||||||
/etc/frr/agentx rw,
|
/etc/frr/agentx rw,
|
||||||
|
|
||||||
|
include if exists <abstractions/frr-snmp.d>
|
|
@ -24,6 +24,6 @@ profile nhrpd /usr/lib/frr/nhrpd flags=(attach_disconnected) {
|
||||||
@{PROC}/sys/net/ipv4/conf/*/send_redirects w,
|
@{PROC}/sys/net/ipv4/conf/*/send_redirects w,
|
||||||
|
|
||||||
# Site-specific additions and overrides. See local/README for details.
|
# Site-specific additions and overrides. See local/README for details.
|
||||||
include if exists <local/ngrpd>
|
include if exists <local/nhrpd>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue