- Allow initrc to create files in /var directories Resolves: #219227
This commit is contained in:
parent
6157a7e6e4
commit
e3b143b243
@ -1022,3 +1022,10 @@ aide = base
|
||||
# PC/SC Smart Card Daemon
|
||||
#
|
||||
pcscd = module
|
||||
|
||||
# Layer: system
|
||||
# Module: tzdata
|
||||
#
|
||||
# Policy for tzdata-update
|
||||
#
|
||||
tzdata = base
|
||||
|
@ -1297,3 +1297,10 @@ nagios = module
|
||||
# PC/SC Smart Card Daemon
|
||||
#
|
||||
pcscd = module
|
||||
|
||||
# Layer: system
|
||||
# Module: tzdata
|
||||
#
|
||||
# Policy for tzdata-update
|
||||
#
|
||||
tzdata = base
|
||||
|
@ -1172,3 +1172,12 @@ iscsi = module
|
||||
#
|
||||
pcscd = module
|
||||
|
||||
# Layer: system
|
||||
# Module: tzdata
|
||||
#
|
||||
# Policy for tzdata-update
|
||||
#
|
||||
tzdata = base
|
||||
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 2.4.6
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -351,8 +351,13 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Dec 12 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-10
|
||||
- Allow initrc to create files in /var directories
|
||||
Resolves: #219227
|
||||
|
||||
* Fri Dec 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-9
|
||||
- More fixes for MLS
|
||||
Resolves: #181566
|
||||
|
||||
* Wed Dec 6 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-8
|
||||
- More Fixes polyinstatiation
|
||||
|
Loading…
Reference in New Issue
Block a user