Update to upstream
* Fix avc_has_perm() returns -1 even when SELinux is in permissive mode. * Support overriding Makefile RANLIB from Sven Vermeulen. * Update pkgconfig definition from Sven Vermeulen. * Mount sysfs before trying to mount selinuxfs from Sven Vermeulen. * Fix man pages from Laurent Bigonville. * Support overriding PATH and LIBBASE in Makefiles from Laurent Bigonville. * Fix LDFLAGS usage from Laurent Bigonville * Avoid shadowing stat in load_mmap from Joe MacDonald. * Support building on older PCRE libraries from Joe MacDonald. * Fix handling of temporary file in sefcontext_compile from Dan Walsh. * Fix procattr cache from Dan Walsh. * Define python constants for getenforce result from Dan Walsh. * Fix label substitution handling of / from Dan Walsh. * Add selinux_current_policy_path from Dan Walsh. * Change get_context_list to only return good matches from Dan Walsh. * Support udev-197 and higher from Sven Vermeulen and Dan Walsh. * Add support for local substitutions from Dan Walsh. * Change setfilecon to not return ENOSUP if context is already correct from Dan Walsh. * Python wrapper leak fixes from Dan Walsh. * Export SELINUX_TRANS_DIR definition in selinux.h from Dan Walsh. * Add selinux_systemd_contexts_path from Dan Walsh. * Add selinux_set_policy_root from Dan Walsh. * Add man page for sefcontext_compile from Dan Walsh.
This commit is contained in:
parent
82deec5e5b
commit
bb6f29def0
1
.gitignore
vendored
1
.gitignore
vendored
@ -195,3 +195,4 @@ libselinux-2.0.96.tgz
|
||||
/libselinux-2.1.11.tgz
|
||||
/libselinux-2.1.12.tgz
|
||||
/libselinux-2.1.13.tgz
|
||||
/libselinux-2.2.tgz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -9,8 +9,8 @@
|
||||
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.1.13
|
||||
Release: 21%{?dist}
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Libraries
|
||||
Source: %{name}-%{version}.tgz
|
||||
@ -240,6 +240,32 @@ rm -rf %{buildroot}
|
||||
%{ruby_sitearch}/selinux.so
|
||||
|
||||
%changelog
|
||||
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
|
||||
- Update to upstream
|
||||
* Fix avc_has_perm() returns -1 even when SELinux is in permissive mode.
|
||||
* Support overriding Makefile RANLIB from Sven Vermeulen.
|
||||
* Update pkgconfig definition from Sven Vermeulen.
|
||||
* Mount sysfs before trying to mount selinuxfs from Sven Vermeulen.
|
||||
* Fix man pages from Laurent Bigonville.
|
||||
* Support overriding PATH and LIBBASE in Makefiles from Laurent Bigonville.
|
||||
* Fix LDFLAGS usage from Laurent Bigonville
|
||||
* Avoid shadowing stat in load_mmap from Joe MacDonald.
|
||||
* Support building on older PCRE libraries from Joe MacDonald.
|
||||
* Fix handling of temporary file in sefcontext_compile from Dan Walsh.
|
||||
* Fix procattr cache from Dan Walsh.
|
||||
* Define python constants for getenforce result from Dan Walsh.
|
||||
* Fix label substitution handling of / from Dan Walsh.
|
||||
* Add selinux_current_policy_path from Dan Walsh.
|
||||
* Change get_context_list to only return good matches from Dan Walsh.
|
||||
* Support udev-197 and higher from Sven Vermeulen and Dan Walsh.
|
||||
* Add support for local substitutions from Dan Walsh.
|
||||
* Change setfilecon to not return ENOSUP if context is already correct from Dan Walsh.
|
||||
* Python wrapper leak fixes from Dan Walsh.
|
||||
* Export SELINUX_TRANS_DIR definition in selinux.h from Dan Walsh.
|
||||
* Add selinux_systemd_contexts_path from Dan Walsh.
|
||||
* Add selinux_set_policy_root from Dan Walsh.
|
||||
* Add man page for sefcontext_compile from Dan Walsh.
|
||||
|
||||
* Fri Oct 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-21
|
||||
- Add systemd_contexts support
|
||||
- Do substitutions on a local sub followed by a dist sub
|
||||
|
Loading…
Reference in New Issue
Block a user