HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //var/lib/snapd/apparmor/profiles/snap.amazon-ssm-agent.ssm-cli
#include <tunables/global>

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

# This is a snap name without the instance key
@{SNAP_NAME}="amazon-ssm-agent"
# This is a snap name with instance key
@{SNAP_INSTANCE_NAME}="amazon-ssm-agent"
@{SNAP_INSTANCE_DESKTOP}="amazon-ssm-agent"
@{SNAP_COMMAND_NAME}="ssm-cli"
@{SNAP_REVISION}="13009"
@{PROFILE_DBUS}="snap_2eamazon_2dssm_2dagent_2essm_2dcli"
@{INSTALL_DIR}="/{,var/lib/snapd/}snap"

profile "snap.amazon-ssm-agent.ssm-cli" 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,


}