mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-29 21:38:15 +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 39ef7c508fa9dabb9c70997a1cf43260b2e8d451) Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
7e9194277b
commit
adc8d6f304
@ -1,7 +1,8 @@
|
||||
# ------------------------------------------------------------------
|
||||
#
|
||||
# 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
|
||||
# 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/@{multiarch}/sasl2/* mr,
|
||||
/usr/lib/@{multiarch}/sasl2/ r,
|
||||
/usr/share/icu/[0-9]*.[0-9]*/*.dat r,
|
||||
|
||||
/var/spool/postfix/etc/* r,
|
||||
/var/spool/postfix/lib/lib*.so* mr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user