apparmor.d/apparmor.d/profiles-s-z/xeyes
beroal 3324c0dc3b
xeyes (#544)
* xeyes

* Changed the profile attachment to the variable

* ABI 4
2024-10-06 19:44:31 +00:00

19 lines
387 B
Text

# 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
profile xeyes @{exec_path} {
include <abstractions/base>
include <abstractions/X-strict>
@{exec_path} mr,
include if exists <local/xeyes>
}
# vim:syntax=apparmor