HEX
Server: nginx/1.18.0
System: Linux oas2 6.8.0-1039-oracle #40~22.04.1-Ubuntu SMP Wed Oct 29 05:11:00 UTC 2025 aarch64
User: root (0)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: //var/lib/snapd/apparmor/profiles/snap.oracle-cloud-agent.oracle-cloud-agent-updater
#include <tunables/global>

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

# This is a snap name without the instance key
@{SNAP_NAME}="oracle-cloud-agent"
# This is a snap name with instance key
@{SNAP_INSTANCE_NAME}="oracle-cloud-agent"
@{SNAP_INSTANCE_DESKTOP}="oracle-cloud-agent"
@{SNAP_COMMAND_NAME}="oracle-cloud-agent-updater"
@{SNAP_REVISION}="95"
@{PROFILE_DBUS}="snap_2eoracle_2dcloud_2dagent_2eoracle_2dcloud_2dagent_2dupdater"
@{INSTALL_DIR}="/{,var/lib/snapd/}snap"

profile "snap.oracle-cloud-agent.oracle-cloud-agent-updater" 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,


}