mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
27 lines
788 B
Text
27 lines
788 B
Text
# 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 staticd /usr/lib/frr/staticd flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/frr>
|
|
|
|
/etc/frr/zebra.conf r,
|
|
|
|
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
|
@{PROC}/sys/net/core/somaxconn r,
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
|
include if exists <local/staticd>
|
|
}
|