From 2bb71dfc8faeafdd271373503cb74f9532fe6653 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Thu, 13 Mar 2025 19:15:51 +0100 Subject: [PATCH] feat(tunable): add dpkg maintainer's scripts extension names. --- apparmor.d/tunables/multiarch.d/extensions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apparmor.d/tunables/multiarch.d/extensions b/apparmor.d/tunables/multiarch.d/extensions index d3d56934e..d7f7450aa 100644 --- a/apparmor.d/tunables/multiarch.d/extensions +++ b/apparmor.d/tunables/multiarch.d/extensions @@ -645,4 +645,7 @@ @{text_ext} += 3[dD][mM] # 3dm @{text_ext} += 3[dD][mM][lL] # 3dml +# Dpkg maintainer's scripts +@{dpkg_script_ext} = config templates preinst postinst prerm postrm + # vim:syntax=apparmor