| Server IP : 104.21.84.107 / Your IP : 104.23.197.209 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/apparmor.d/abstractions/ |
Upload File : |
# vim:syntax=apparmor
# LOGPROF-SUGGEST: no
# ------------------------------------------------------------------
#
# 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 <abstractions/nameservice-strict>
# Common capabilities
network,
capability net_bind_service,
capability chown,
capability setgid,
capability setuid,
capability dac_override,
capability dac_read_search,
/ r,
@{run}/frr/ r,
@{run}/frr/zserv.api rw,
@{run}/frr/@{profile_name}.pid rwk,
@{run}/frr/@{profile_name}.vty rw,
# YANG modules
/usr/share/yang/ r,
/usr/share/yang/modules/ r,
/usr/share/yang/modules/libyang/ r,
/usr/share/yang/modules/libyang/** r,
# MGMT Backend Server https://docs.frrouting.org/en/latest/mgmtd.html#mgmtd-backend-interface
@{run}/frr/mgmtd_be.sock rw,
# Daemon config https://docs.frrouting.org/en/latest/basic.html
/etc/frr/ r,
/etc/frr/@{profile_name}.conf rw,
/etc/frr/frr.conf rw,
# Log file https://docs.frrouting.org/en/latest/basic.html
/var/log/frr/ w,
/var/log/frr/* w,
# Crash logs https://docs.frrouting.org/en/latest/setup.html#crash-logs
/var/tmp/frr/ w,
owner /var/tmp/frr/@{profile_name}.@{pid}/ w,
owner /var/tmp/frr/@{profile_name}.@{pid}/crashlog w,
owner /var/tmp/frr/@{profile_name}.@{pid}/logbuf.@{tid} rw,
include if exists <abstractions/frr.d>