From 3c7f5f5feb5f70295041f09665e4ea80f7b4e695 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 14 Feb 2014 23:38:10 +0100 Subject: [PATCH] update abstractions/winbind - some *.dat files live in a different directory nowadays (at least in openSUSE) - the openSUSE smb.conf includes the (autogenerated) dhcp.conf, so this file also needs to be readable. References: https://bugzilla.novell.com/show_bug.cgi?id=863226 Acked-by: Seth Arnold --- profiles/apparmor.d/abstractions/winbind | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/apparmor.d/abstractions/winbind b/profiles/apparmor.d/abstractions/winbind index bc06f2c60..e982889ea 100644 --- a/profiles/apparmor.d/abstractions/winbind +++ b/profiles/apparmor.d/abstractions/winbind @@ -13,7 +13,9 @@ /tmp/.winbindd/pipe rw, /var/{lib,run}/samba/winbindd_privileged/pipe rw, /etc/samba/smb.conf r, + /etc/samba/dhcp.conf r, /usr/lib*/samba/valid.dat r, /usr/lib*/samba/upcase.dat r, /usr/lib*/samba/lowcase.dat r, + /usr/share/samba/codepages/{lowcase,upcase,valid}.dat r,