wmname
This commit is contained in:
parent
be0b63724c
commit
c972607ca4
1 changed files with 20 additions and 0 deletions
20
apparmor.d/groups/freedesktop/wmname
Normal file
20
apparmor.d/groups/freedesktop/wmname
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2024 Roman Beslik <me@beroal.in.ua>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/4.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = @{bin}/wmname
|
||||||
|
profile wmname @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/consoles>
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
owner @{HOME}/.Xauthority r,
|
||||||
|
|
||||||
|
include if exists <local/wmname>
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:syntax=apparmor
|
||||||
Loading…
Add table
Add a link
Reference in a new issue