| 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/ |
Upload File : |
abi <abi/4.0>,
include <tunables/global>
profile znc /usr/bin/znc {
include <abstractions/base>
include <abstractions/nameservice>
include <abstractions/ssl_certs>
include <abstractions/perl>
include <abstractions/python>
# It seems that znc embeds a tcl interpreter and that there are no tcl-related abstractions
network tcp,
@{system_share_dirs}/znc/** r,
owner @{HOME}/.znc/ rw,
owner @{HOME}/.znc/** r,
owner @{HOME}/.znc/znc.pid rw,
owner @{HOME}/.znc/configs/ rw,
owner @{HOME}/.znc/configs/znc.conf rwk,
# Tilde version is used when the config is updated by ZNC
owner @{HOME}/.znc/configs/znc.conf~ rw,
owner @{HOME}/.znc/modules/ rw,
owner @{HOME}/.znc/modules/* mrw,
owner @{HOME}/.znc/moddata/ rw,
owner @{HOME}/.znc/moddata/** rw,
owner @{HOME}/.znc/users/ rw,
owner @{HOME}/.znc/users/** rw,
# Write perms on znc.pem only needed with --makeconf
owner @{HOME}/.znc/znc.pem rw,
# Python extensions will need to be run through a Python interpreter
# The Perl interpreter is already included in the abstractions file
/{usr/,}bin/python{3,3.[0-9],3.[1-9][0-9]} rix,
include if exists <local/znc>
}