# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022-2024 Roman Beslik <me@beroal.in.ua>
# SPDX-License-Identifier: GPL-2.0-only

abi <abi/4.0>,

include <tunables/global>

@{exec_path} = @{bin}/xeyes
@{att} = ""
profile xeyes /{,usr/}bin/xeyes flags=(complain) {
  include <abstractions/base-strict>
  include <abstractions/X-strict>

  @{exec_path} mr,

  include if exists <local/xeyes>
}

# vim:syntax=apparmor
