mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-26 15:06:45 +01:00
xeyes
(#544)
* xeyes * Changed the profile attachment to the variable * ABI 4
This commit is contained in:
parent
6b0b498244
commit
3324c0dc3b
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/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
|
Loading…
Reference in a new issue