HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux srvntsweb01 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: admntserv (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/lib/snapd/apparmor/profiles/snap.certbot.hook.prepare-plug-plugin
#include <tunables/global>

#include if exists "/etc/apparmor.d/tunables/home.d"

# This is a snap name without the instance key
@{SNAP_NAME}="certbot"
# This is a snap name with instance key
@{SNAP_INSTANCE_NAME}="certbot"
@{SNAP_INSTANCE_DESKTOP}="certbot"
@{SNAP_COMMAND_NAME}="hook.prepare-plug-plugin"
@{SNAP_REVISION}="5370"
@{PROFILE_DBUS}="snap_2ecertbot_2ehook_2eprepare_2dplug_2dplugin"
@{INSTALL_DIR}="/{,var/lib/snapd/}snap"

profile "snap.certbot.hook.prepare-plug-plugin" flags=(attach_disconnected,mediate_deleted,complain) {
  # set file rules so that exec() inherits our profile unless there is
  # already a profile for it (eg, snap-confine)
  / rwkl,
  /** rwlkm,
  /** pix,

  capability,
  change_profile unsafe /**,
  dbus,
  network,
  mount,
  remount,
  umount,
  pivot_root,
  ptrace,
  signal,
  unix,


}