- Update to upstream

This commit is contained in:
Daniel J Walsh 2007-10-23 23:13:09 +00:00
parent d0649e9167
commit fa0d1c8884
6 changed files with 17084 additions and 5 deletions

View File

@ -126,3 +126,4 @@ serefpolicy-3.0.5.tgz
serefpolicy-3.0.6.tgz
serefpolicy-3.0.7.tgz
serefpolicy-3.0.8.tgz
serefpolicy-3.1.0.tgz

View File

@ -254,3 +254,7 @@ allow_xguest_exec_content = false
# Only allow browser to use the web
#
browser_confine_xguest=true
# Allow postfix locat to write to mail spool
#
allow_postfix_local_write_mail_spool=true

View File

@ -1522,3 +1522,17 @@ exim = module
#
kismet = module
# Layer: services
# Module: munin
#
# Munin
#
munin = module
# Layer: services
# Module: bitlbee
#
# An IRC to other chat networks gateway
#
bitlbee = module

17049
policy-20071023.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -16,12 +16,12 @@
%define CHECKPOLICYVER 2.0.3-1
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.0.8
Release: 29%{?dist}
Version: 3.1.0
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
patch: policy-20070703.patch
patch: policy-20071023.patch
Source1: modules-targeted.conf
Source2: booleans-targeted.conf
Source3: Makefile.devel
@ -373,8 +373,19 @@ exit 0
%endif
%changelog
* Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-29
* Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.1.0-1
- Update to upstream
* Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-30
- Allow XServer to read /proc/self/cmdline
- Fix unconfined cron jobs
- Allow fetchmail to transition to procmail
- Fixes for hald_mac
- Allow system_mail to transition to exim
- Allow tftpd to upload files
- Allow xdm to manage unconfined_tmp
- Allow udef to read alsa config
- Fix xguest to be able to connect to sound port
* Fri Oct 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-28
- Fixes for hald_mac

View File

@ -1 +1 @@
df2a00dede379f39b537889ace0b85cb serefpolicy-3.0.8.tgz
31bbdec681a061d2589003b5715f7755 serefpolicy-3.1.0.tgz