# AppArmor profile for wob (wayland overlay bar)
# Version of wob profiled: 0.15.1
# Homepage: https://github.com/krathalan/apparmor-profiles
# Copyright 2020-2024 (C) krathalan; Licensed under GPLv3

abi <abi/3.0>,
include <tunables/global>

profile wob /usr/bin/wob {
  include if exists <local/wob>
  include <abstractions/base>
  network unix stream,

  owner /dev/shm/wob-* rw,
}
