Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2017-10-23 16:40:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Mon Oct 23 16:40:36 2017 rev:106 rq:534597 version:2.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2017-10-10 
11:34:00.859099447 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2017-10-23 
16:40:36.248311678 +0200
@@ -1,0 +2,5 @@
+Tue Oct 17 21:42:38 UTC 2017 - [email protected]
+
+- add nameservice-libtirpc.diff to fix NIS/YP logins
+
+-------------------------------------------------------------------

New:
----
  nameservice-libtirpc.diff

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.QtVUjX/_old  2017-10-23 16:40:37.292262822 +0200
+++ /var/tmp/diff_new_pack.QtVUjX/_new  2017-10-23 16:40:37.296262635 +0200
@@ -92,6 +92,9 @@
 # TODO: replace with proper unix rules when Kernel 4.15 arrives
 Patch15:        profiles-sockets-temporary-fix.patch
 
+# fix NIS/YP logins - libtirpc needs to read /etc/netconfig
+Patch16:        nameservice-libtirpc.diff
+
 PreReq:         sed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define apparmor_bin_prefix /lib/apparmor
@@ -400,6 +403,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16
 
 # search for left-over multiline rules
 test -z "$(grep -r '^\s*\(unix\|dbus\)[^,]\(([^)]*)\)*[^,]*$' 
profiles/apparmor.d/)"



++++++ nameservice-libtirpc.diff ++++++
=== modified file 'profiles/apparmor.d/abstractions/nameservice'
--- profiles/apparmor.d/abstractions/nameservice        2017-09-15 20:47:26 
+0000
+++ profiles/apparmor.d/abstractions/nameservice        2017-10-17 21:29:36 
+0000
@@ -21,6 +21,9 @@
   /etc/passwd             r,
   /etc/protocols          r,
 
+  # libtirpc (used for NIS/YP login) needs this
+  /etc/netconfig r,
+
   # When using libnss-extrausers, the passwd and group files are merged from
   # an alternate path
   /var/lib/extrausers/group  r,

Reply via email to