Accepting request 266969 from home:cboltz
- update to AppArmor 2.9.1 (2.9 branch r2831) - fix log parsing for 3.16 kernels and syslog-style logs (boo#905368) - several fixes and performance improvements in the aa-* utils - profile updates for dnsmasq (boo#907870), nscd (boo#904620#c14), useradd, sendmail, man and passwd - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_9_1 for full release notes - refresh dnsmasq-profile-fixes.patch OBS-URL: https://build.opensuse.org/request/show/266969 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=116
This commit is contained in:
parent
7a29d85d80
commit
29b885b462
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:782df74c8a7a8a5302b4ad0d00184a7e623ef0631c1b8a16a1d92a968e4b4b6b
|
||||
size 2354837
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlRBdzoACgkQgTeYuayTEnESHwCfbHmZyLtb6Qn/Pj6479thHvkA
|
||||
R4AAoLWmkDZtpTJKSH5eUntBEuUtLrs9
|
||||
=wdnW
|
||||
-----END PGP SIGNATURE-----
|
3
apparmor-2.9.1.tar.gz
Normal file
3
apparmor-2.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a63b8724c36c29ed438c9e3ca403bfeeb6c998a45990e300aa1b10faa23a0a22
|
||||
size 2326385
|
7
apparmor-2.9.1.tar.gz.asc
Normal file
7
apparmor-2.9.1.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlSQnFwACgkQgTeYuayTEnFcvwCeI9W6R1FcXVc1idSM49d4NbJq
|
||||
em8AoLL3ZThgKwyHdo1W17iuJuWNmYDs
|
||||
=N8ne
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 1 16:07:25 UTC 2015 - opensuse@cboltz.de
|
||||
|
||||
- update to AppArmor 2.9.1 (2.9 branch r2831)
|
||||
- fix log parsing for 3.16 kernels and syslog-style logs (boo#905368)
|
||||
- several fixes and performance improvements in the aa-* utils
|
||||
- profile updates for dnsmasq (boo#907870), nscd (boo#904620#c14),
|
||||
useradd, sendmail, man and passwd
|
||||
- see http://wiki.apparmor.net/index.php/ReleaseNotes_2_9_1
|
||||
for full release notes
|
||||
- refresh dnsmasq-profile-fixes.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 22 10:26:15 UTC 2014 - cbosdonnat@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package apparmor
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011-2014 Christian Boltz
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -60,7 +60,7 @@ Name: apparmor
|
||||
%if ! %{?distro:1}0
|
||||
%define distro suse
|
||||
%endif
|
||||
Version: 2.9.0
|
||||
Version: 2.9.1
|
||||
Release: 0
|
||||
Summary: AppArmor userlevel parser utility
|
||||
License: GPL-2.0+
|
||||
@ -95,7 +95,7 @@ Patch6: apparmor-abstractions-no-multiline.diff
|
||||
# bug 906858 - confine lessopen.sh (submitted upstream 2014-12-21)
|
||||
Patch7: apparmor-lessopen-profile.patch
|
||||
|
||||
# boo#911001 - Allow executing --dhcp-client script
|
||||
# boo#911001 - Allow executing --dhcp-client script (commited upstream trunk r2841, 2.9 r2837, {lib,lib64} changed to lib{,64})
|
||||
Patch8: dnsmasq-profile-fixes.patch
|
||||
|
||||
Url: https://launchpad.net/apparmor
|
||||
|
@ -2,7 +2,7 @@ Index: apparmor-2.9.0/profiles/apparmor.d/usr.sbin.dnsmasq
|
||||
===================================================================
|
||||
--- apparmor-2.9.0.orig/profiles/apparmor.d/usr.sbin.dnsmasq
|
||||
+++ apparmor-2.9.0/profiles/apparmor.d/usr.sbin.dnsmasq
|
||||
@@ -44,6 +44,8 @@
|
||||
@@ -45,6 +44,8 @@
|
||||
|
||||
/var/lib/misc/dnsmasq.leases rw, # Required only for DHCP server usage
|
||||
|
||||
@ -11,7 +11,7 @@ Index: apparmor-2.9.0/profiles/apparmor.d/usr.sbin.dnsmasq
|
||||
# access to iface mtu needed for Router Advertisement messages in IPv6
|
||||
# Neighbor Discovery protocol (RFC 2461)
|
||||
@{PROC}/sys/net/ipv6/conf/*/mtu r,
|
||||
@@ -63,7 +65,7 @@
|
||||
@@ -64,7 +66,7 @@
|
||||
/{,var/}run/libvirt/network/*.pid rw,
|
||||
|
||||
# libvirt lease helper
|
||||
|
Loading…
Reference in New Issue
Block a user