2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Add ".dpkg-remove" to apparmor parser ignored list

References: https://bugs.debian.org/893974
This commit is contained in:
Emerson Bernier
2018-03-30 18:05:06 +02:00
committed by Tyler Hicks
parent f0876ea92a
commit b4fa0cf9f6
5 changed files with 19 additions and 14 deletions

View File

@@ -122,6 +122,7 @@ skip_profile() {
"${profile%.dpkg-old}" != "${profile}" -o \
"${profile%.dpkg-dist}" != "${profile}" -o \
"${profile%.dpkg-bak}" != "${profile}" -o \
"${profile%.dpkg-remove}" != "${profile}" -o \
"${profile%.pacsave}" != "${profile}" -o \
"${profile%.pacnew}" != "${profile}" ] ; then
return 2