feat(abs): add debconf common abs.

This commit is contained in:
Alexandre Pujol 2025-05-18 23:24:01 +02:00
parent f033e69811
commit 390cc27ab8
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -0,0 +1,21 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# LOGPROF-SUGGEST: no
abi <abi/4.0>,
include <abstractions/consoles>
include <abstractions/nameservice-strict>
include <abstractions/perl>
/usr/share/debconf/frontend rix,
/usr/share/debconf/confmodule r,
/etc/debconf.conf r,
owner /var/cache/debconf/{config,passwords,templates}.dat{,-new,-old} rwk,
include if exists <abstractions/common/debconf.d>
# vim:syntax=apparmor