mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +00:00
abstractions/samba: allow ldb2 paths
libldb packaging in openSUSE changes to use "ldb2" in the path, adjust the abstraction accordingly. Patch by Samuel Cabrero <scabrero@suse.de> via https://build.opensuse.org/request/show/947009 References: - https://bugzilla.opensuse.org/show_bug.cgi?id=1192684 (non-public) - https://build.opensuse.org/request/show/946250 (ldb packaging change) - https://build.opensuse.org/request/show/946251 (samba packaging change)
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
/etc/samba/* r,
|
||||
/usr/lib*/ldb/*.so mr,
|
||||
/usr/lib*/ldb2/*.so mr,
|
||||
/usr/lib*/ldb2/modules/ldb/*.so mr,
|
||||
/usr/lib*/samba/ldb/*.so mr,
|
||||
/usr/share/samba/*.dat r,
|
||||
/usr/share/samba/codepages/{lowcase,upcase,valid}.dat r,
|
||||
|
Reference in New Issue
Block a user