| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/lib/snapd/apparmor/profiles/ |
Upload File : |
#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}="amazon-ssm-agent"
@{SNAP_REVISION}="13349"
@{PROFILE_DBUS}="snap_2eamazon_2dssm_2dagent_2eamazon_2dssm_2dagent"
@{INSTALL_DIR}="/{,var/lib/snapd/}snap"
profile "snap.amazon-ssm-agent.amazon-ssm-agent" 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,
}