apparmor.d/apparmor.d/groups/freedesktop/fc-list
2023-08-17 18:43:56 +01:00

21 lines
489 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2019-2021 Mikhail Morfikov
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/fc-list
profile fc-list @{exec_path} {
include <abstractions/base>
include <abstractions/fonts>
include <abstractions/fontconfig-cache-read>
capability dac_read_search,
@{exec_path} mr,
include if exists <local/fc-list>
}