19 lines
390 B
Text
19 lines
390 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2025 valoq <valoq@mailbox.org>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{bin}/chafa
|
|
profile chafa /{,usr/}bin/chafa {
|
|
include <abstractions/base>
|
|
include <abstractions/user-read-strict>
|
|
|
|
@{exec_path} mr,
|
|
|
|
include if exists <local/chafa>
|
|
}
|
|
|
|
# vim:syntax=apparmor
|