2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

postfix-common: allow reading icu *.dat

several postfix-* binaries on openSUSE Tumbleweed need to read
/usr/share/icu/[0-9]*.[0-9]*/*.dat.

MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/615
(cherry picked from commit 39ef7c508f)
Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Christian Boltz
2020-09-04 23:04:10 +02:00
committed by John Johansen
parent 7e9194277b
commit adc8d6f304

View File

@@ -1,7 +1,8 @@
# ------------------------------------------------------------------ # ------------------------------------------------------------------
# #
# Copyright (C) 2002-2005 Novell/SUSE # Copyright (C) 2002-2005 Novell/SUSE
# Copyright (C) 2015 Canonical, Ltd. # Copyright (C) 2015-2018 Canonical, Ltd.
# Copyright (C) 2020 Christian Boltz
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public # modify it under the terms of version 2 of the GNU General Public
@@ -31,6 +32,7 @@
/usr/lib{,32,64}/sasl2/ r, /usr/lib{,32,64}/sasl2/ r,
/usr/lib/@{multiarch}/sasl2/* mr, /usr/lib/@{multiarch}/sasl2/* mr,
/usr/lib/@{multiarch}/sasl2/ r, /usr/lib/@{multiarch}/sasl2/ r,
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
/var/spool/postfix/etc/* r, /var/spool/postfix/etc/* r,
/var/spool/postfix/lib/lib*.so* mr, /var/spool/postfix/lib/lib*.so* mr,