- Remove gamin policy
This commit is contained in:
parent
d0d3073e2f
commit
aca77a6f2d
@ -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
|
||||||
|
@ -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
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user