Tue, 21 May 2024 15:54:07 UTC | login

Information for build mod_selinux-2.4.4-10.fc29

ID28370
Package Namemod_selinux
Version2.4.4
Release10.fc29
Epoch
Sourcegit://pkgs.fedoraproject.org/rpms/mod_selinux#dc7bdd6bb348719aa6024e47186d704cb5dadcb0
SummaryApache/SELinux plus module
DescriptionThe Apache/SELinux plus is an extra module (mod_selinux.so) which enables to launch contents-handler (it means both of references to static contents and invocations of web applications) with individual and restrictive privileges set, based on http authentication. The mod_selinux.so generates a one-time worker thread for each request, and it assigns the worker restrictive domain based on the authentication prior to launching contents handlers. It means we can apply valid access controls on web-applications, and makes assurance operating system can prevent violated accesses, even if web application contains security bugs or vulnerabilities.
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 22 May 2018 20:11:13 UTC
CompletedTue, 22 May 2018 20:20:48 UTC
Taskbuild (f29-candidate, /rpms/mod_selinux:dc7bdd6bb348719aa6024e47186d704cb5dadcb0)
Extra{'source': {'original_url': 'git://pkgs.fedoraproject.org/rpms/mod_selinux?#dc7bdd6bb348719aa6024e47186d704cb5dadcb0'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Jan 23 2014 Joe Orton <jorton@redhat.com> - 2.4.4-3 - fix _httpd_mmn expansion in absence of httpd-devel * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jun 06 2013 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.4.4-1 - fix security policy module * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Jul 24 2012 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.4.3 - fix build towards httpd-2.4.x * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2454-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue May 01 2012 Joe Orton <jorton@redhat.com> - 2.2.2454-5 - packaging fixes (#803075) * Tue May 01 2012 Joe Orton <jorton@redhat.com> - 2.2.2454-5 - packaging fixes (#803075) * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2454-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2454-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Dec 04 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.2454-2 - rebuild for the base policy of F-13 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2015-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Jun 11 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.2015-1 - update: add support to use translated format in MLS-range * Wed May 27 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1938-1 - bugfix: it may returns OK, instead of HTTP_INTERNAL_SERVER_ERROR, when the contents handler crashed. * Fri May 22 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1930-1 - rework: libselinux was dropped from explicit dependencies due to http://fedoraproject.org/wiki/Packaging/Guidelines#Explicit_Requires * Tue May 19 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1904-1 - bugfix: update Makefile to allow to build for 64bit architecture * Mon May 18 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1903-1 - rework: add selinux_merge_conf() - rework: remove mod_authn_sepgsql, instead of documentation to use mod_authn_dbd with pgsql driver. * Fri May 15 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1898-1 - rework: mod_authn_sepgsql cleanups - update: README updates. * Wed May 13 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1884-1 - rework: add mod_authn_sepgsql module - rework: directives were reorganized - rework: simultaneous usage with keep-alive * Fri Apr 17 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1817-1 - bugfix: add kernel >= 2.6.28 because of typebounds feature * Thu Apr 16 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1803-1 - rework: reverted to multi-threading design - bugfix: security policy didn't allow prosess:{setcurrent} * Wed Apr 15 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1800-1 - rework: worker was redesigned to use a process, instead of thread, on process_connection hook. - rework: "selinuxAllowCaches" and "selinuxAllowKeepAlive" were added. - rework: README was revised * Tue Apr 14 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1795-1 - bugfix: install script didn't work correctly. - update: add some of inline source comments. - update: specfile improvement. * Sun Apr 12 2009 KaiGai Kohei <kaigai@ak.jp.nec.com> - 2.2.1792-1 - Initial build