24 lines
No EOL
565 B
Text
24 lines
No EOL
565 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{bin}/xembedsniproxy
|
|
profile xembedsniproxy @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/fonts>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/qt5>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/usr/share/hwdata/*.ids r,
|
|
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
|
|
|
|
@{run}/user/@{uid}/xauth_* rl,
|
|
|
|
include if exists <local/xembedsniproxy>
|
|
} |