Accepting request 582183 from security:apparmor
boo#1082956 (forwarded request 581986 from goldwynr) OBS-URL: https://build.opensuse.org/request/show/582183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=112
This commit is contained in:
commit
bd040c33d1
@ -17,7 +17,7 @@ Index: profiles/apparmor.d/usr.bin.lessopen.sh
|
|||||||
+
|
+
|
||||||
+ /** rk,
|
+ /** rk,
|
||||||
+ /bin/bash mrix,
|
+ /bin/bash mrix,
|
||||||
+ /bin/rpm mrix,
|
+ /{usr/,}bin/rpm mrix,
|
||||||
+ /bin/tar mrix,
|
+ /bin/tar mrix,
|
||||||
+ /tmp/less.* rw,
|
+ /tmp/less.* rw,
|
||||||
+ /usr/bin/bzip2 mrix,
|
+ /usr/bin/bzip2 mrix,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 2 12:29:06 UTC 2018 - rgoldwyn@suse.com
|
||||||
|
|
||||||
|
- Change of path of rpm in lessopen.sh (boo#1082956)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 11 18:14:47 CET 2018 - kukuk@suse.de
|
Thu Jan 11 18:14:47 CET 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ Name: apparmor
|
|||||||
Version: 2.12
|
Version: 2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AppArmor userlevel parser utility
|
Summary: AppArmor userlevel parser utility
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Url: https://launchpad.net/apparmor
|
Url: https://launchpad.net/apparmor
|
||||||
Source0: apparmor-%{version}.tar.gz
|
Source0: apparmor-%{version}.tar.gz
|
||||||
@ -115,7 +115,7 @@ BuildRequires: tomcat6
|
|||||||
|
|
||||||
%package parser
|
%package parser
|
||||||
Summary: AppArmor userlevel parser utility
|
Summary: AppArmor userlevel parser utility
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Obsoletes: libimnxcert < 2.9
|
Obsoletes: libimnxcert < 2.9
|
||||||
Obsoletes: subdomain-leaf-cert < 2.9
|
Obsoletes: subdomain-leaf-cert < 2.9
|
||||||
@ -142,7 +142,7 @@ SubDomain.
|
|||||||
|
|
||||||
%package docs
|
%package docs
|
||||||
Summary: AppArmor Documentation package
|
Summary: AppArmor Documentation package
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -156,7 +156,7 @@ SubDomain.
|
|||||||
|
|
||||||
%package -n apache2-mod_apparmor
|
%package -n apache2-mod_apparmor
|
||||||
Summary: AppArmor module for apache2
|
Summary: AppArmor module for apache2
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
|
|
||||||
%description -n apache2-mod_apparmor
|
%description -n apache2-mod_apparmor
|
||||||
@ -175,7 +175,7 @@ The documentation is in the apparmor-admin_en package.
|
|||||||
|
|
||||||
%package -n perl-apparmor
|
%package -n perl-apparmor
|
||||||
Summary: Perl interface for libapparmor functions
|
Summary: Perl interface for libapparmor functions
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: libapparmor1 = %{version}
|
Requires: libapparmor1 = %{version}
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
@ -192,7 +192,7 @@ applications interfacing with AppArmor.
|
|||||||
|
|
||||||
%package -n python-apparmor
|
%package -n python-apparmor
|
||||||
Summary: Python 2 interface for libapparmor functions
|
Summary: Python 2 interface for libapparmor functions
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
Requires: libapparmor1 = %{version}
|
Requires: libapparmor1 = %{version}
|
||||||
@ -211,7 +211,7 @@ applications interfacing with AppArmor.
|
|||||||
|
|
||||||
%package -n python3-apparmor
|
%package -n python3-apparmor
|
||||||
Summary: Python 3 interface for libapparmor functions
|
Summary: Python 3 interface for libapparmor functions
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: libapparmor1 = %{version}
|
Requires: libapparmor1 = %{version}
|
||||||
Requires: python = %{py3_ver}
|
Requires: python = %{py3_ver}
|
||||||
@ -228,7 +228,7 @@ applications interfacing with AppArmor.
|
|||||||
|
|
||||||
%package -n ruby-apparmor
|
%package -n ruby-apparmor
|
||||||
Summary: Ruby interface for libapparmor functions
|
Summary: Ruby interface for libapparmor functions
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Requires: libapparmor1 = %{version}
|
Requires: libapparmor1 = %{version}
|
||||||
Requires: ruby = %(rpm -q --qf '%%{version}' ruby)
|
Requires: ruby = %(rpm -q --qf '%%{version}' ruby)
|
||||||
@ -243,7 +243,7 @@ applications interfacing with AppArmor.
|
|||||||
|
|
||||||
%package abstractions
|
%package abstractions
|
||||||
Summary: AppArmor abstractions and directory structure
|
Summary: AppArmor abstractions and directory structure
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Requires: apparmor-parser(CAP_SYSLOG)
|
Requires: apparmor-parser(CAP_SYSLOG)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -262,7 +262,7 @@ SubDomain.
|
|||||||
|
|
||||||
%package profiles
|
%package profiles
|
||||||
Summary: AppArmor profiles that are loaded into the apparmor kernel module
|
Summary: AppArmor profiles that are loaded into the apparmor kernel module
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Requires: apparmor-abstractions >= %{version}
|
Requires: apparmor-abstractions >= %{version}
|
||||||
Requires: apparmor-parser(CAP_SYSLOG)
|
Requires: apparmor-parser(CAP_SYSLOG)
|
||||||
@ -281,7 +281,7 @@ SubDomain.
|
|||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
Summary: AppArmor User-Level Utilities Useful for Creating AppArmor Profiles
|
Summary: AppArmor User-Level Utilities Useful for Creating AppArmor Profiles
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Requires: libapparmor1 = %{version}
|
Requires: libapparmor1 = %{version}
|
||||||
# some of the tools are still perl-based (aa-decode and aa-notify)
|
# some of the tools are still perl-based (aa-decode and aa-notify)
|
||||||
@ -310,7 +310,7 @@ It is part of a suite of tools that used to be named SubDomain.
|
|||||||
|
|
||||||
%package -n tomcat_apparmor
|
%package -n tomcat_apparmor
|
||||||
Summary: Tomcat 6 plugin for AppArmor change_hat
|
Summary: Tomcat 6 plugin for AppArmor change_hat
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libapparmor1 = %{version}
|
Requires: libapparmor1 = %{version}
|
||||||
Requires: tomcat6
|
Requires: tomcat6
|
||||||
@ -328,7 +328,7 @@ created for individual URL processing or per servlet.
|
|||||||
|
|
||||||
%package -n pam_apparmor
|
%package -n pam_apparmor
|
||||||
Summary: PAM module for AppArmor change_hat
|
Summary: PAM module for AppArmor change_hat
|
||||||
License: GPL-2.0 AND LGPL-2.1+
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
PreReq: pam
|
PreReq: pam
|
||||||
|
@ -21,7 +21,7 @@ Name: libapparmor
|
|||||||
Version: 2.12
|
Version: 2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility library for AppArmor
|
Summary: Utility library for AppArmor
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://launchpad.net/apparmor
|
Url: https://launchpad.net/apparmor
|
||||||
Source0: apparmor-%{version}.tar.gz
|
Source0: apparmor-%{version}.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user