* xeyes

* Changed the profile attachment to the variable

* ABI 4
This commit is contained in:
beroal 2024-10-06 22:44:31 +03:00 committed by GitHub
parent 6b0b498244
commit 3324c0dc3b
Failed to generate hash of commit

View file

@ -0,0 +1,19 @@
# 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