mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00

The Samba package used by the INVIS server (based on openSUSE) needs some additional Samba permissions for the added ActiveDirectory / Kerberos support. As discussed with Seth, add /var/lib/sss/mc/initgroups read permissions to abstractions/nameservice instead of only to the smbd profile because it's probably needed by more than just Samba if someone uses sss. Acked-by: Seth Arnold <seth.arnold@canonical.com> for 2.9, 2.10, 2.11 and trunk.
27 lines
834 B
Text
27 lines
834 B
Text
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2009-2010 Canonical Ltd.
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
# License published by the Free Software Foundation.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
/etc/samba/* r,
|
|
/usr/lib*/ldb/*.so mr,
|
|
/usr/lib*/samba/ldb/*.so mr,
|
|
/usr/share/samba/*.dat r,
|
|
/usr/share/samba/codepages/{lowcase,upcase,valid}.dat r,
|
|
/var/cache/samba/ w,
|
|
/var/cache/samba/lck/* rwk,
|
|
/var/lib/samba/** rwk,
|
|
/var/log/samba/cores/ rw,
|
|
/var/log/samba/cores/** rw,
|
|
/var/log/samba/log.* w,
|
|
/{,var/}run/samba/ w,
|
|
/{,var/}run/samba/*.tdb rw,
|
|
|
|
# required for clustering
|
|
/var/lib/ctdb/** rwk,
|