30 lines
879 B
Diff
30 lines
879 B
Diff
|
------------------------------------------------------------
|
||
|
revno: 3213
|
||
|
committer: Christian Boltz <apparmor@cboltz.de>
|
||
|
branch nick: apparmor
|
||
|
timestamp: Thu 2015-07-30 22:03:02 +0200
|
||
|
message:
|
||
|
winbindd profile: allow k for /etc/samba/smbd.tmp/msg/*
|
||
|
|
||
|
References: https://bugzilla.opensuse.org/show_bug.cgi?id=921098 starting at comment 15
|
||
|
|
||
|
|
||
|
Acked-by: Steve Beattie <steve@nxnw.org> for trunk and 2.9
|
||
|
|
||
|
|
||
|
=== modified file 'profiles/apparmor.d/usr.sbin.winbindd'
|
||
|
--- profiles/apparmor.d/usr.sbin.winbindd 2015-05-18 23:25:26 +0000
|
||
|
+++ profiles/apparmor.d/usr.sbin.winbindd 2015-07-30 20:03:02 +0000
|
||
|
@@ -15,7 +15,7 @@
|
||
|
/etc/samba/secrets.tdb rwk,
|
||
|
/etc/samba/smbd.tmp/ rw,
|
||
|
/etc/samba/smbd.tmp/msg/ rw,
|
||
|
- /etc/samba/smbd.tmp/msg/* rw,
|
||
|
+ /etc/samba/smbd.tmp/msg/* rwk,
|
||
|
@{PROC}/sys/kernel/core_pattern r,
|
||
|
/tmp/.winbindd/ w,
|
||
|
/tmp/krb5cc_* rwk,
|
||
|
|
||
|
|
||
|
vim:ft=diff
|