| Server IP : 172.67.191.97 / Your IP : 104.23.197.208 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 : |
# Last Modified: Mon Jul 1 18:27:51 2024
abi <abi/3.0>,
include <tunables/global>
/usr/bin/wsdd {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/python>
include <abstractions/ssl_certs>
# wsdd can create its own chroot as a built-in security mechanism.
# This is used by default in the systemd wsdd-server service.
capability sys_chroot,
network inet dgram,
network inet stream,
network inet6 dgram,
network inet6 stream,
network netlink raw,
deny /etc/passwd r,
deny /run/systemd/userdb/ r,
# It's a python script
/usr/bin/env mrix,
/{,usr/}bin/python3.{1,}[0-9] mrix,
/usr/bin/wsdd r,
# Create a unix socket to comunicate with other processes.
# The location of the socket can be specified in the cmdline,
# but allowing that would mean granting R/W access to the whole
# filesystem. Let's limit ourselves to $XDG_RUNTIME_DIR, which
# is where GNOME's gvfsd instructs wsdd to create the socket.
owner /run/user/[0-9]*/** rw,
# Misc networking
/etc/iproute2/group r,
/etc/machine-id r,
/etc/nsswitch.conf r,
/run/netns/ r,
/usr/bin/ip mrix,
/usr/sbin/ifconfig mrix,
}