[apparmor] [patch] update abstractions/winbind
Christian Boltz
apparmor at cboltz.de
Fri Feb 14 18:40:40 UTC 2014
Hello,
abstractions/winbind needs an update:
- 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
I also propose this patch for 2.8
=== modified file 'profiles/apparmor.d/abstractions/winbind'
--- profiles/apparmor.d/abstractions/winbind 2011-11-01 17:35:29
+++ profiles/apparmor.d/abstractions/winbind 2014-02-14 18:34:15
@@ -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,
Regards,
Christian Boltz
--
Planung ist der Ersatz des Zufalls durch den Irrtum.
More information about the AppArmor
mailing list