Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2015-08-07 00:16:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2015-08-02 
22:44:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2015-08-07 
00:16:54.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 30 20:08:20 UTC 2015 - opens...@cboltz.de
+
+- add apparmor-winbindd-r3213.diff - add missing k permissions for
+  /etc/samba/smbd.tmp/msg/* in winbindd profile (boo#921098 #c15..19)
+
+-------------------------------------------------------------------

New:
----
  apparmor-winbindd-r3213.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.wYMptG/_old  2015-08-07 00:16:56.000000000 +0200
+++ /var/tmp/diff_new_pack.wYMptG/_new  2015-08-07 00:16:56.000000000 +0200
@@ -95,6 +95,9 @@
 # boo#862170 - fix ugly initscript output (commited upstream trunk r3208)
 Patch8:         fix-initscript-aa_log_end_msg.diff
 
+# additional winbindd permissions (commited upstream trunk r3213, 2.9 r2946) - 
(boo#921098 #c15..19)
+Patch9:         apparmor-winbindd-r3213.diff
+
 Url:            https://launchpad.net/apparmor
 PreReq:         sed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -440,6 +443,7 @@
 %patch6
 %patch7 -p1
 %patch8
+%patch9
 
 # search for left-over multiline rules
 test -z "$(grep -r '^\s*\(unix\|dbus\)[^,]\(([^)]*)\)*[^,]*$' 
profiles/apparmor.d/)"


++++++ apparmor-winbindd-r3213.diff ++++++
------------------------------------------------------------
revno: 3213
committer: Christian Boltz <appar...@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 <st...@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


Reply via email to