apparmor.d/apparmor.d/profiles-s-z/ucfq
2025-05-26 00:47:47 +02:00

26 lines
456 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/ucfq
profile ucfq @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
@{bin}/md5sum rix,
/etc/ r,
/etc/default/ r,
/etc/default/grub r,
/var/lib/ucf/* r,
include if exists <local/ucfq>
}
# vim:syntax=apparmor