- Remove gamin policy

This commit is contained in:
Daniel J Walsh 2008-09-08 21:01:42 +00:00
parent d0d3073e2f
commit aca77a6f2d
5 changed files with 1269 additions and 1071 deletions

View File

@ -148,3 +148,4 @@ serefpolicy-3.5.3.tgz
serefpolicy-3.5.4.tgz serefpolicy-3.5.4.tgz
serefpolicy-3.5.5.tgz serefpolicy-3.5.5.tgz
serefpolicy-3.5.6.tgz serefpolicy-3.5.6.tgz
serefpolicy-3.5.7.tgz

View File

@ -277,13 +277,6 @@ cvs = base
# #
cyphesis = module cyphesis = module
# Layer: services
# Module: gamin
#
# FAM File Alteration Monitor API
#
gamin = module
# Layer: services # Layer: services
# Module: cyrus # Module: cyrus
# #

File diff suppressed because it is too large Load Diff

View File

@ -16,8 +16,8 @@
%define CHECKPOLICYVER 2.0.16-1 %define CHECKPOLICYVER 2.0.16-1
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.5.6 Version: 3.5.7
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -290,6 +290,7 @@ __eof
restorecon -R /root /var/log /var/run 2> /dev/null restorecon -R /root /var/log /var/run 2> /dev/null
else else
semodule -s targeted -r moilscanner 2>/dev/null semodule -s targeted -r moilscanner 2>/dev/null
semodule -s targeted -r gamin 2>/dev/null
%loadpolicy targeted %loadpolicy targeted
%relabel targeted %relabel targeted
fi fi
@ -380,6 +381,9 @@ exit 0
%endif %endif
%changelog %changelog
* Fri Sep 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.7-1
- Remove gamin policy
* Thu Sep 4 2008 Dan Walsh <dwalsh@redhat.com> 3.5.6-2 * Thu Sep 4 2008 Dan Walsh <dwalsh@redhat.com> 3.5.6-2
- Add tinyxs-max file system support - Add tinyxs-max file system support

View File

@ -1 +1 @@
3df6acf59f55a2b00b7757111baf474d serefpolicy-3.5.6.tgz 08cbc69d40ae75771c6201f2812a2eba serefpolicy-3.5.7.tgz