xeyes
This commit is contained in:
parent
91fc3adb63
commit
d12cb562f9
1 changed files with 19 additions and 0 deletions
19
apparmor.d/profiles-s-z/xeyes
Normal file
19
apparmor.d/profiles-s-z/xeyes
Normal 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/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/xeyes
|
||||||
|
profile xeyes /{,usr/}{,s}bin/xeyes {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/X-strict>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
include if exists <local/xeyes>
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:syntax=apparmor
|
||||||
Loading…
Add table
Add a link
Reference in a new issue