2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 05:47:59 +00:00

profiles/*frr*: add owner to @{PROC}/@{pid}/task/@{tid}/comm rw,

This commit is contained in:
Jorge Sancho Larraz 2024-11-07 11:41:10 +01:00
parent 77b20c9ba1
commit c63d37f193
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ profile bgpd /usr/lib/frr/bgpd flags=(attach_disconnected) {
/etc/services r,
@{run}/netns/* r,
@{PROC}/@{pid}/task/@{tid}/comm rw,
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/usr.lib.frr.bgpd>

View File

@ -19,7 +19,7 @@ profile staticd /usr/lib/frr/staticd flags=(attach_disconnected) {
/etc/frr/zebra.conf r,
@{PROC}/@{pid}/task/@{tid}/comm rw,
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
@{PROC}/sys/net/core/somaxconn r,
# Site-specific additions and overrides. See local/README for details.