forked from pool/libsepol
This commit is contained in:
parent
15a8f4c734
commit
be6f41b43a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2bdeec56d0a08b082b93b40703b4b3329cc5562152f7254d8f6ef6b56afe850a
|
||||
size 438730
|
3
libsepol-2.6.tar.gz
Normal file
3
libsepol-2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d856d6506054f52abeaa3543ea2f2344595a3dc05d0d873ed7f724f7a16b1874
|
||||
size 442549
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user