- Update to upstream
This commit is contained in:
parent
49dfee4ffa
commit
529f12c952
@ -62,3 +62,4 @@ serefpolicy-2.2.34.tgz
|
|||||||
selinux-policy-2.2.35-1.src.rpm
|
selinux-policy-2.2.35-1.src.rpm
|
||||||
serefpolicy-2.2.35.tgz
|
serefpolicy-2.2.35.tgz
|
||||||
serefpolicy-2.2.36.tgz
|
serefpolicy-2.2.36.tgz
|
||||||
|
serefpolicy-2.2.37.tgz
|
||||||
|
@ -5,6 +5,10 @@ AWK ?= gawk
|
|||||||
NAME ?= $(shell $(AWK) -F= '/^SELINUXTYPE/{ print $$2 }' /etc/selinux/config)
|
NAME ?= $(shell $(AWK) -F= '/^SELINUXTYPE/{ print $$2 }' /etc/selinux/config)
|
||||||
|
|
||||||
MLSENABLED := $(shell cat /selinux/mls)
|
MLSENABLED := $(shell cat /selinux/mls)
|
||||||
|
ifeq ($(MLSENABLED),)
|
||||||
|
MLSENABLED := 1
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(MLSENABLED),1)
|
ifeq ($(MLSENABLED),1)
|
||||||
MCSFLAG=-mcs
|
MCSFLAG=-mcs
|
||||||
endif
|
endif
|
||||||
@ -13,4 +17,3 @@ TYPE ?= $(NAME)${MCSFLAG}
|
|||||||
HEADERDIR := $(SHAREDIR)/targeted/include
|
HEADERDIR := $(SHAREDIR)/targeted/include
|
||||||
include $(HEADERDIR)/Makefile
|
include $(HEADERDIR)/Makefile
|
||||||
|
|
||||||
|
|
||||||
|
@ -1057,3 +1057,10 @@ pyzor = base
|
|||||||
#
|
#
|
||||||
amavis = base
|
amavis = base
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: clamav
|
||||||
|
#
|
||||||
|
# ClamAV Virus Scanner
|
||||||
|
#
|
||||||
|
clamav = module
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
%define CHECKPOLICYVER 1.30.1-2
|
%define CHECKPOLICYVER 1.30.1-2
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.2.36
|
Version: 2.2.37
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -267,8 +267,6 @@ SELinux Reference policy targeted base module.
|
|||||||
%triggerpostun targeted -- selinux-policy-targeted <= 2.0.7
|
%triggerpostun targeted -- selinux-policy-targeted <= 2.0.7
|
||||||
%rebuildpolicy targeted
|
%rebuildpolicy targeted
|
||||||
|
|
||||||
%rebuildpolicy targeted
|
|
||||||
|
|
||||||
%files targeted
|
%files targeted
|
||||||
%fileList targeted
|
%fileList targeted
|
||||||
|
|
||||||
@ -337,6 +335,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.37-1
|
||||||
|
- Update to upstream
|
||||||
|
|
||||||
* Mon May 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.36-2
|
* Mon May 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.36-2
|
||||||
- Fix libjvm spec
|
- Fix libjvm spec
|
||||||
|
|
||||||
@ -367,7 +368,7 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
|||||||
- Add James Antill patch for xen
|
- Add James Antill patch for xen
|
||||||
- Many fixes for pegasus
|
- Many fixes for pegasus
|
||||||
|
|
||||||
* Sat Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-2
|
* Sat Apr 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-2
|
||||||
- Add unconfined_mount_t
|
- Add unconfined_mount_t
|
||||||
- Allow privoxy to connect to httpd_cache
|
- Allow privoxy to connect to httpd_cache
|
||||||
- fix cups labeleing on /var/cache/cups
|
- fix cups labeleing on /var/cache/cups
|
||||||
@ -375,7 +376,7 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
|||||||
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-1
|
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-1
|
||||||
- Update to latest from upstream
|
- Update to latest from upstream
|
||||||
|
|
||||||
* Thu Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.31-1
|
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.31-1
|
||||||
- Update to latest from upstream
|
- Update to latest from upstream
|
||||||
- Allow mono and unconfined to talk to initrc_t dbus objects
|
- Allow mono and unconfined to talk to initrc_t dbus objects
|
||||||
|
|
||||||
@ -412,14 +413,14 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
|||||||
- Granted xen access to /boot, allowed mounting on xend_var_lib_t, and allowed
|
- Granted xen access to /boot, allowed mounting on xend_var_lib_t, and allowed
|
||||||
xenstored_t rw access to the xen device node.
|
xenstored_t rw access to the xen device node.
|
||||||
|
|
||||||
* Mon Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-4
|
* Tue Apr 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-4
|
||||||
- More textrel_shlib_t file path fixes
|
- More textrel_shlib_t file path fixes
|
||||||
- Add ada support
|
- Add ada support
|
||||||
|
|
||||||
* Mon Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-3
|
* Mon Apr 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-3
|
||||||
- Get auditctl working in MLS policy
|
- Get auditctl working in MLS policy
|
||||||
|
|
||||||
* Mon Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-2
|
* Mon Apr 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-2
|
||||||
- Add mono dbus support
|
- Add mono dbus support
|
||||||
- Lots of file_context fixes for textrel_shlib_t in FC5
|
- Lots of file_context fixes for textrel_shlib_t in FC5
|
||||||
- Turn off execmem auditallow since they are filling log files
|
- Turn off execmem auditallow since they are filling log files
|
||||||
|
Loading…
Reference in New Issue
Block a user