From be6f41b43ab721b2d65cb5680ee1c8a57b35943431d8e8414e421cc867b4d30f Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Mon, 27 Nov 2017 09:18:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=60 --- libsepol-2.5.tar.gz | 3 --- libsepol-2.6.tar.gz | 3 +++ libsepol.changes | 20 ++++++++++++++++++++ libsepol.spec | 6 +++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 libsepol-2.5.tar.gz create mode 100644 libsepol-2.6.tar.gz diff --git a/libsepol-2.5.tar.gz b/libsepol-2.5.tar.gz deleted file mode 100644 index 3f29ebc..0000000 --- a/libsepol-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bdeec56d0a08b082b93b40703b4b3329cc5562152f7254d8f6ef6b56afe850a -size 438730 diff --git a/libsepol-2.6.tar.gz b/libsepol-2.6.tar.gz new file mode 100644 index 0000000..e88aad8 --- /dev/null +++ b/libsepol-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d856d6506054f52abeaa3543ea2f2344595a3dc05d0d873ed7f724f7a16b1874 +size 442549 diff --git a/libsepol.changes b/libsepol.changes index 71cb136..cef86c5 100644 --- a/libsepol.changes +++ b/libsepol.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Nov 24 09:16:47 UTC 2017 - jsegitz@suse.com + +- Update to version 2.6. Notable changes: + * Add support for converting extended permissions to CIL + * Create user and role caches when building binary policy + * Check for too many permissions in classes and commons in CIL + * Fix xperm mapping between avrule and avtab + * Produce more meaningful error messages for conflicting type rules in CIL + * Change which attributes CIL keeps in the binary policy + * Warn instead of fail if permission is not resolved + * Ignore object_r when adding userrole mappings to policydb + * Correctly detect unknown classes in sepol_string_to_security_class + * Fix neverallowxperm checking on attributes + * Only apply bounds checking to source types in rules + * Fix CIL and not add an attribute as a type in the attr_type_map + * Fix extended permissions neverallow checking + * Fix CIL neverallow and bounds checking + * Add support for portcon dccp protocol + ------------------------------------------------------------------- Fri Jul 15 14:29:28 UTC 2016 - jengelh@inai.de diff --git a/libsepol.spec b/libsepol.spec index a9cd7d2..90085ed 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ # # spec file for package libsepol # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: libsepol -Version: 2.5 +Version: 2.6 Release: 0 Summary: SELinux binary policy manipulation library License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: https://github.com/SELinuxProject/selinux/wiki/Releases -Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/%{name}-%{version}.tar.gz +Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20161014/%{name}-%{version}.tar.gz Source2: baselibs.conf BuildRequires: flex BuildRequires: pkgconfig