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:
parent
77b20c9ba1
commit
c63d37f193
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user