Daniel J Walsh 1580c8
%define distro redhat
Daniel J Walsh 771686
%define polyinstatiate n
Daniel J Walsh 1580c8
%define monolithic n
Daniel J Walsh bd3f0e
%if %{?BUILD_STRICT:0}%{!?BUILD_STRICT:1}
Daniel J Walsh bd3f0e
%define BUILD_STRICT 1
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh bd3f0e
%if %{?BUILD_TARGETED:0}%{!?BUILD_TARGETED:1}
Daniel J Walsh bd3f0e
%define BUILD_TARGETED 1
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh bd3f0e
%if %{?BUILD_MLS:0}%{!?BUILD_MLS:1}
Daniel J Walsh 3debd0
%define BUILD_MLS 1
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh 7c94e8
%define POLICYVER 20
Daniel J Walsh b4815d
%define libsepolver 1.12.26-1
Daniel J Walsh 3f1bb6
%define POLICYCOREUTILSVER 1.30.29-1
Daniel J Walsh 3f1bb6
%define CHECKPOLICYVER 1.30.11-1
Daniel J Walsh 1580c8
Summary: SELinux policy configuration
Daniel J Walsh 1580c8
Name: selinux-policy
Daniel J Walsh a76cf8
Version: 2.3.16
Daniel J Walsh a76cf8
Release: 1
Daniel J Walsh 1580c8
License: GPL
Daniel J Walsh 1580c8
Group: System Environment/Base
Daniel J Walsh 1580c8
Source: serefpolicy-%{version}.tgz
Daniel J Walsh f511de
patch: policy-20060915.patch
Daniel J Walsh 504da9
Source1: modules-targeted.conf
Daniel J Walsh 504da9
Source2: booleans-targeted.conf
Daniel J Walsh 585f82
Source3: Makefile.devel
Daniel J Walsh 504da9
Source4: setrans-targeted.conf
Daniel J Walsh 504da9
Source5: modules-mls.conf
Daniel J Walsh 6e9bcb
Source6: booleans-mls.conf	
Daniel J Walsh 504da9
Source8: setrans-mls.conf
Daniel J Walsh 129ba1
Source9: modules-strict.conf
Daniel J Walsh 129ba1
Source10: booleans-strict.conf
Daniel J Walsh 129ba1
Source12: setrans-strict.conf
Daniel J Walsh de82d8
Source13: policygentool
Daniel J Walsh 3e930b
Daniel J Walsh 1580c8
Url: http://serefpolicy.sourceforge.net
Daniel J Walsh ca8bc2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Daniel J Walsh 1580c8
BuildArch: noarch
Daniel J Walsh 1580c8
BuildRequires: checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER}
Daniel J Walsh b4815d
PreReq: policycoreutils >= %{POLICYCOREUTILSVER} libsemanage >= 1.6.16-2
Daniel J Walsh 1580c8
Obsoletes: policy 
Daniel J Walsh 1580c8
Daniel J Walsh 1335ee
%description 
Daniel J Walsh 1335ee
SELinux Base package
Daniel J Walsh 1335ee
Daniel J Walsh 1335ee
%files 
Daniel J Walsh 1335ee
%{_mandir}/man8/*
Daniel J Walsh 585f82
%doc %{_usr}/share/doc/%{name}-%{version}
Daniel J Walsh 585f82
%dir %{_usr}/share/selinux
Daniel J Walsh 585f82
%dir %{_sysconfdir}/selinux
Daniel J Walsh 585f82
%ghost %config(noreplace) %{_sysconfdir}/selinux/config
Daniel J Walsh 585f82
%ghost %{_sysconfdir}/sysconfig/selinux
Daniel J Walsh 77dc77
Daniel J Walsh 77dc77
%package devel
Daniel J Walsh 77dc77
Summary: SELinux policy development
Daniel J Walsh 77dc77
Group: System Environment/Base
Daniel J Walsh 446e9b
Prereq: checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER}
Daniel J Walsh 446e9b
Prereq: selinux-policy = %{version}-%{release}
Daniel J Walsh 77dc77
Daniel J Walsh 77dc77
%description devel
Daniel J Walsh 77dc77
SELinux Policy development package
Daniel J Walsh 77dc77
Daniel J Walsh 77dc77
%files devel
Daniel J Walsh c54f60
%dir %{_usr}/share/selinux/devel
Daniel J Walsh c54f60
%dir %{_usr}/share/selinux/devel/include
Daniel J Walsh d19b68
%{_usr}/share/selinux/devel/include/*
Daniel J Walsh d19b68
%{_usr}/share/selinux/devel/Makefile
Daniel J Walsh d19b68
%{_usr}/share/selinux/devel/policygentool
Daniel J Walsh d19b68
%{_usr}/share/selinux/devel/example.*
Daniel J Walsh d2c260
%attr(755,root,root) %{_usr}/share/selinux/devel/policyhelp
Daniel J Walsh 9554c9
%dir %{_usr}/share/selinux/targeted
Daniel J Walsh 9554c9
%dir %{_usr}/share/selinux/strict
Daniel J Walsh 9554c9
%dir %{_usr}/share/selinux/mls
Daniel J Walsh 1335ee
Daniel J Walsh de82d8
%define setupCmds() \
Daniel J Walsh 5f2a4e
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 bare \
Daniel J Walsh 5f2a4e
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4  conf \
Daniel J Walsh 3e930b
cp -f ${RPM_SOURCE_DIR}/modules-%1.conf  ./policy/modules.conf \
Daniel J Walsh 3e930b
cp -f ${RPM_SOURCE_DIR}/booleans-%1.conf ./policy/booleans.conf \
Daniel J Walsh de82d8
Daniel J Walsh 9554c9
%define moduleList() %([ -f %{_sourcedir}/modules-%{1}.conf ] && \
Daniel J Walsh 9554c9
awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "-i %%s.pp ", $1 }' %{_sourcedir}/modules-%{1}.conf )
Daniel J Walsh 9554c9
Daniel J Walsh de82d8
%define installCmds() \
Daniel J Walsh 5f2a4e
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 base.pp \
Daniel J Walsh 5f2a4e
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 modules \
Daniel J Walsh 5f2a4e
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%4 install \
Daniel J Walsh 5f2a4e
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%4 install-appconfig \
Daniel J Walsh ca8bc2
#%{__cp} *.pp %{buildroot}/%{_usr}/share/selinux/%1/ \
Daniel J Walsh ca8bc2
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/policy \
Daniel J Walsh ca8bc2
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/modules/active \
Daniel J Walsh ca8bc2
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/contexts/files \
Daniel J Walsh ca8bc2
touch %{buildroot}/%{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
Daniel J Walsh ca8bc2
touch %{buildroot}/%{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
Daniel J Walsh 5f2a4e
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4  enableaudit \
Daniel J Walsh 5f2a4e
make -W base.conf NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 base.pp \
Daniel J Walsh ca8bc2
install -m0644 base.pp %{buildroot}%{_usr}/share/selinux/%1/enableaudit.pp \
Daniel J Walsh ca8bc2
rm -rf %{buildroot}%{_sysconfdir}/selinux/%1/booleans \
Daniel J Walsh ca8bc2
touch %{buildroot}%{_sysconfdir}/selinux/%1/seusers \
Daniel J Walsh ca8bc2
touch %{buildroot}%{_sysconfdir}/selinux/%1/policy/policy.%{POLICYVER} \
Daniel J Walsh ca8bc2
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
Daniel J Walsh ca8bc2
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
Daniel J Walsh ca8bc2
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
Daniel J Walsh ca8bc2
install -m0644 ${RPM_SOURCE_DIR}/setrans-%1.conf %{buildroot}%{_sysconfdir}/selinux/%1/setrans.conf \
Daniel J Walsh cc073e
ln -sf ../devel/include %{buildroot}%{_usr}/share/selinux/%1 \
Daniel J Walsh 3e930b
%nil
Daniel J Walsh 1580c8
Daniel J Walsh 1580c8
%define fileList() \
Daniel J Walsh 1580c8
%defattr(-,root,root) \
Daniel J Walsh 129ba1
%{_usr}/share/selinux/%1/*.pp \
Daniel J Walsh 1580c8
%dir %{_sysconfdir}/selinux/%1 \
Daniel J Walsh 1580c8
%config(noreplace) %{_sysconfdir}/selinux/%1/setrans.conf \
Daniel J Walsh 1580c8
%ghost %{_sysconfdir}/selinux/%1/seusers \
Daniel J Walsh 1580c8
%dir %{_sysconfdir}/selinux/%1/modules \
Daniel J Walsh 8bee3a
%verify(not mtime) %{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
Daniel J Walsh 8bee3a
%verify(not mtime) %{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
Daniel J Walsh 21dea1
%attr(700,root,root) %dir %{_sysconfdir}/selinux/%1/modules/active \
Daniel J Walsh 6e9bcb
#%verify(not md5 size mtime) %attr(600,root,root) %config(noreplace) %{_sysconfdir}/selinux/%1/modules/active/seusers \
Daniel J Walsh 1580c8
%dir %{_sysconfdir}/selinux/%1/policy/ \
Daniel J Walsh 7c94e8
%ghost %{_sysconfdir}/selinux/%1/policy/policy.* \
Daniel J Walsh 1580c8
%dir %{_sysconfdir}/selinux/%1/contexts \
Daniel J Walsh d2c260
%config %{_sysconfdir}/selinux/%1/contexts/customizable_types \
Daniel J Walsh 1580c8
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/dbus_contexts \
Daniel J Walsh 7c94e8
%config %{_sysconfdir}/selinux/%1/contexts/default_contexts \
Daniel J Walsh 1580c8
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/default_type \
Daniel J Walsh 1580c8
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/failsafe_context \
Daniel J Walsh 1580c8
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/initrc_context \
Daniel J Walsh 1580c8
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/removable_context \
Daniel J Walsh 1580c8
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/userhelper_context \
Daniel J Walsh 1580c8
%dir %{_sysconfdir}/selinux/%1/contexts/files \
Daniel J Walsh a08ba8
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
Daniel J Walsh a08ba8
%ghost %{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
Daniel J Walsh a08ba8
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
Daniel J Walsh d19b68
%config %{_sysconfdir}/selinux/%1/contexts/files/media \
Daniel J Walsh d19b68
%{_usr}/share/selinux/%1/include
Daniel J Walsh 1580c8
Daniel J Walsh 1580c8
%define saveFileContext() \
Daniel J Walsh bd7e86
if [ -s /etc/selinux/config ]; then \
Daniel J Walsh bd7e86
	. %{_sysconfdir}/selinux/config; \
Daniel J Walsh bd7e86
	FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
Daniel J Walsh bd7e86
	if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
Daniel J Walsh bd7e86
		cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
Daniel J Walsh bd7e86
	fi \
Daniel J Walsh bd7e86
fi
Daniel J Walsh 1580c8
Daniel J Walsh 1580c8
%define rebuildpolicy() \
Daniel J Walsh de82d8
( cd /usr/share/selinux/%1; \
Daniel J Walsh 9554c9
semodule -b base.pp %{expand:%%moduleList %1} -s %1; \
Daniel J Walsh de82d8
);\
Daniel J Walsh 598be1
rm -f %{_sysconfdir}/selinux/%1/policy/policy.*.rpmnew
Daniel J Walsh 1580c8
Daniel J Walsh 1580c8
%define relabel() \
Daniel J Walsh 1580c8
. %{_sysconfdir}/selinux/config; \
Daniel J Walsh 1580c8
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
Daniel J Walsh 1580c8
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT}.pre ]; then \
Daniel J Walsh ad73e8
	fixfiles -C ${FILE_CONTEXT}.pre restore; \
Daniel J Walsh 1580c8
	rm -f ${FILE_CONTEXT}.pre; \
Daniel J Walsh 1580c8
fi; 
Daniel J Walsh 1580c8
Daniel J Walsh 1580c8
%description
Daniel J Walsh 1580c8
SELinux Reference Policy - modular.
Daniel J Walsh 1580c8
Daniel J Walsh 3e930b
%prep 
Daniel J Walsh 1580c8
%setup -q -n serefpolicy-%{version}
Daniel J Walsh 3c584c
%patch -p1
Daniel J Walsh bd3f0e
Daniel J Walsh 1580c8
%install
Daniel J Walsh e56873
# Build targeted policy
Daniel J Walsh ca8bc2
%{__rm} -fR %{buildroot}
Daniel J Walsh ca8bc2
mkdir -p %{buildroot}%{_mandir}/man8/
Daniel J Walsh ca8bc2
install -m 644 man/man8/*.8 %{buildroot}%{_mandir}/man8/
Daniel J Walsh ca8bc2
mkdir -p %{buildroot}%{_sysconfdir}/selinux
Daniel J Walsh ca8bc2
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
Daniel J Walsh ca8bc2
touch %{buildroot}%{_sysconfdir}/selinux/config
Daniel J Walsh ca8bc2
touch %{buildroot}%{_sysconfdir}/sysconfig/selinux
Daniel J Walsh 1335ee
Daniel J Walsh 9554c9
# Always create policy module package directories
Daniel J Walsh 9554c9
mkdir -p %{buildroot}%{_usr}/share/selinux/{targeted,strict,mls}/
Daniel J Walsh 9554c9
Daniel J Walsh d19b68
# Install devel
Daniel J Walsh d19b68
make clean
Daniel J Walsh 5f2a4e
make NAME=targeted TYPE=targeted-mcs DISTRO=%{distro} DIRECT_INITRC=y MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} PKGNAME=%{name}-%{version} POLY=%4 install-headers install-docs
Daniel J Walsh ca8bc2
mkdir %{buildroot}%{_usr}/share/selinux/devel/
Daniel J Walsh ca8bc2
mv %{buildroot}%{_usr}/share/selinux/targeted/include %{buildroot}%{_usr}/share/selinux/devel/include
Daniel J Walsh ca8bc2
install -m 755 ${RPM_SOURCE_DIR}/policygentool %{buildroot}%{_usr}/share/selinux/devel/
Daniel J Walsh ca8bc2
install -m 644 ${RPM_SOURCE_DIR}/Makefile.devel %{buildroot}%{_usr}/share/selinux/devel/Makefile
Daniel J Walsh ca8bc2
install -m 644 doc/example.* %{buildroot}%{_usr}/share/selinux/devel/
Daniel J Walsh ca8bc2
echo  "htmlview file:///usr/share/doc/selinux-policy-%{version}/html/index.html"> %{buildroot}%{_usr}/share/selinux/devel/policyhelp
Daniel J Walsh ca8bc2
chmod +x %{buildroot}%{_usr}/share/selinux/devel/policyhelp
Daniel J Walsh d19b68
Daniel J Walsh bd3f0e
%if %{BUILD_TARGETED}
Daniel J Walsh 129ba1
# Build targeted policy
Daniel J Walsh 129ba1
# Commented out because only targeted ref policy currently builds
Daniel J Walsh 5f2a4e
%setupCmds targeted targeted-mcs y y
Daniel J Walsh 5f2a4e
%installCmds targeted targeted-mcs y y
Daniel J Walsh f511de
make NAME=targeted TYPE=targeted-mcs DISTRO=%{distro} DIRECT_INITRC=y MONOLITHIC=%{monolithic} POLY=y validatefc 
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh 3e930b
Daniel J Walsh bd3f0e
%if %{BUILD_STRICT}
Daniel J Walsh d77f56
# Build strict policy
Daniel J Walsh d77f56
# Commented out because only targeted ref policy currently builds
Daniel J Walsh d2c260
make NAME=strict TYPE=strict-mcs DISTRO=%{distro} DIRECT_INITRC=y MONOLITHIC=%{monolithic} POLY=n bare 
Daniel J Walsh d2c260
make NAME=strict TYPE=strict-mcs DISTRO=%{distro} DIRECT_INITRC=y MONOLITHIC=%{monolithic} POLY=n conf
Daniel J Walsh 5c1cd7
cp -f ${RPM_SOURCE_DIR}/modules-strict.conf  ./policy/modules.conf 
Daniel J Walsh d2c260
%installCmds strict strict-mcs y n
Daniel J Walsh cc073e
ln -sf ../devel/include %{buildroot}%{_usr}/share/selinux/strict 
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh 129ba1
Daniel J Walsh bd3f0e
%if %{BUILD_MLS}
Daniel J Walsh 129ba1
# Build mls policy
Daniel J Walsh d2c260
%setupCmds mls strict-mls n y
Daniel J Walsh d2c260
%installCmds mls strict-mls n y 
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh 129ba1
Daniel J Walsh 1580c8
%clean
Daniel J Walsh ca8bc2
%{__rm} -fR %{buildroot}
Daniel J Walsh 1580c8
Daniel J Walsh 9c64bb
%post
Nalin Dahyabhai af6090
if [ ! -s /etc/selinux/config ]; then
Nalin Dahyabhai af6090
	#
Nalin Dahyabhai af6090
	#	New install so we will default to targeted policy
Nalin Dahyabhai af6090
	#
Nalin Dahyabhai af6090
	echo "
Nalin Dahyabhai af6090
# This file controls the state of SELinux on the system.
Nalin Dahyabhai af6090
# SELINUX= can take one of these three values:
Nalin Dahyabhai af6090
#	enforcing - SELinux security policy is enforced.
Nalin Dahyabhai af6090
#	permissive - SELinux prints warnings instead of enforcing.
Nalin Dahyabhai af6090
#	disabled - No SELinux policy is loaded.
Nalin Dahyabhai af6090
SELINUX=enforcing
Nalin Dahyabhai af6090
# SELINUXTYPE= can take one of these two values:
Nalin Dahyabhai af6090
#	targeted - Only targeted network daemons are protected.
Nalin Dahyabhai af6090
#	strict - Full SELinux protection.
Nalin Dahyabhai af6090
#	mls - Multi Level Security protection.
Nalin Dahyabhai af6090
SELINUXTYPE=targeted 
Nalin Dahyabhai af6090
# SETLOCALDEFS= Check local definition changes
Nalin Dahyabhai af6090
SETLOCALDEFS=0 
Nalin Dahyabhai af6090
Nalin Dahyabhai af6090
" > /etc/selinux/config
Nalin Dahyabhai af6090
Daniel J Walsh 6e9bcb
	ln -sf ../selinux/config /etc/sysconfig/selinux 
Nalin Dahyabhai af6090
	restorecon /etc/selinux/config 2> /dev/null
Nalin Dahyabhai af6090
else
Daniel J Walsh 9c64bb
	. /etc/selinux/config
Nalin Dahyabhai af6090
	# if first time update booleans.local needs to be copied to sandbox
Daniel J Walsh 9c64bb
	[ -f /etc/selinux/${SELINUXTYPE}/booleans.local ] && mv /etc/selinux/${SELINUXTYPE}/booleans.local /etc/selinux/targeted/modules/active/
Daniel J Walsh 9c64bb
	[ -f /etc/selinux/${SELINUXTYPE}/seusers ] && cp -f /etc/selinux/${SELINUXTYPE}/seusers /etc/selinux/${SELINUXTYPE}/modules/active/seusers
Nalin Dahyabhai af6090
	grep -q "^SETLOCALDEFS" /etc/selinux/config || echo -n "
Nalin Dahyabhai af6090
# SETLOCALDEFS= Check local definition changes
Nalin Dahyabhai af6090
SETLOCALDEFS=0 
Nalin Dahyabhai af6090
">> /etc/selinux/config
Nalin Dahyabhai af6090
fi
Daniel J Walsh 9c64bb
Daniel J Walsh 5ff36d
%postun
Daniel J Walsh bbaa1f
if [ $1 = 0 ]; then
Daniel J Walsh bbaa1f
	setenforce 0 2> /dev/null
Daniel J Walsh bbaa1f
	if [ ! -s /etc/selinux/config ]; then
Daniel J Walsh bbaa1f
		echo "SELINUX=disabled" > /etc/selinux/config
Daniel J Walsh bbaa1f
	else
Daniel J Walsh bbaa1f
		sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
Daniel J Walsh bbaa1f
	fi
Daniel J Walsh 5ff36d
fi
Daniel J Walsh 5ff36d
Daniel J Walsh bd3f0e
%if %{BUILD_TARGETED}
Daniel J Walsh bd3f0e
%package targeted
Daniel J Walsh bd3f0e
Summary: SELinux targeted base policy
Daniel J Walsh bd3f0e
Group: System Environment/Base
Daniel J Walsh bd3f0e
Provides: selinux-policy-base
Daniel J Walsh bd3f0e
Obsoletes: selinux-policy-targeted-sources
Daniel J Walsh bd3f0e
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
Daniel J Walsh bd3f0e
Prereq: coreutils
Daniel J Walsh bd3f0e
Prereq: selinux-policy = %{version}-%{release}
Daniel J Walsh bd3f0e
Daniel J Walsh bd3f0e
%description targeted
Daniel J Walsh bd3f0e
SELinux Reference policy targeted base module.
Daniel J Walsh bd3f0e
Daniel J Walsh bd3f0e
%pre targeted
Daniel J Walsh bd3f0e
%saveFileContext targeted
Daniel J Walsh bd3f0e
Daniel J Walsh 9c64bb
%post targeted
Daniel J Walsh 504da9
%rebuildpolicy targeted
Daniel J Walsh 504da9
%relabel targeted
Nalin Dahyabhai af6090
Daniel J Walsh 504da9
%triggerpostun targeted -- selinux-policy-targeted <= 2.0.7
Daniel J Walsh 504da9
%rebuildpolicy targeted
Nalin Dahyabhai af6090
Daniel J Walsh bd3f0e
%files targeted
Daniel J Walsh bd3f0e
%fileList targeted
Daniel J Walsh bd3f0e
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh bd3f0e
Daniel J Walsh bd3f0e
%if %{BUILD_MLS}
Daniel J Walsh 504da9
%package mls 
Daniel J Walsh 504da9
Summary: SELinux mls base policy
Daniel J Walsh 1580c8
Group: System Environment/Base
Daniel J Walsh 1580c8
Provides: selinux-policy-base
Daniel J Walsh 504da9
Obsoletes: selinux-policy-mls-sources
Jeremy Katz eb190f
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
Jeremy Katz eb190f
Prereq: coreutils
Daniel J Walsh a736f9
Prereq: selinux-policy = %{version}-%{release}
Daniel J Walsh 1580c8
Daniel J Walsh 504da9
%description mls 
Daniel J Walsh 504da9
SELinux Reference policy mls base module.
Daniel J Walsh 1580c8
Daniel J Walsh 504da9
%pre mls 
Daniel J Walsh 504da9
%saveFileContext mls
Daniel J Walsh 1580c8
Daniel J Walsh 504da9
%post mls 
Daniel J Walsh d19b68
%rebuildpolicy mls
Daniel J Walsh 504da9
%relabel mls
Daniel J Walsh 1580c8
Daniel J Walsh 504da9
%files mls
Daniel J Walsh 504da9
%fileList mls
Daniel J Walsh 3e930b
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh bd3f0e
Daniel J Walsh bd3f0e
%if %{BUILD_STRICT}
Daniel J Walsh bd3f0e
Daniel J Walsh 504da9
%package strict 
Daniel J Walsh 504da9
Summary: SELinux strict base policy
Daniel J Walsh 3e930b
Group: System Environment/Base
Daniel J Walsh 3e930b
Provides: selinux-policy-base
Daniel J Walsh 504da9
Obsoletes: selinux-policy-strict-sources
Jeremy Katz eb190f
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
Jeremy Katz eb190f
Prereq: coreutils
Daniel J Walsh a736f9
Prereq: selinux-policy = %{version}-%{release}
Daniel J Walsh 3e930b
Daniel J Walsh 504da9
%description strict 
Daniel J Walsh 504da9
SELinux Reference policy strict base module.
Daniel J Walsh 3e930b
Daniel J Walsh 504da9
%pre strict 
Daniel J Walsh 504da9
%saveFileContext strict
Daniel J Walsh 3e930b
Daniel J Walsh 504da9
%post strict 
Daniel J Walsh d19b68
%rebuildpolicy strict
Daniel J Walsh 504da9
%relabel strict
Daniel J Walsh 3e930b
Daniel J Walsh ea725c
%triggerpostun strict -- selinux-policy-strict <= 2.2.35-2
Daniel J Walsh ea725c
cd /usr/share/selinux/strict
Daniel J Walsh ea725c
x=`ls *.pp | grep -v -e base.pp -e enableaudit.pp | awk '{ print "-i " $1 }'`
Daniel J Walsh ea725c
semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init -r libraries -r locallogin -r logging -r lvm -r miscfiles -r modutils -r mount -r mta -r netutils -r selinuxutil -r storage -r sysnetwork -r udev -r userdomain -r vpnc -r xend $x -s strict
Daniel J Walsh ea725c
Daniel J Walsh 504da9
%triggerpostun strict -- strict <= 2.0.7
Daniel J Walsh 9554c9
%rebuildpolicy strict 
Daniel J Walsh 3e930b
Daniel J Walsh 504da9
%files strict
Daniel J Walsh 504da9
%fileList strict
Daniel J Walsh d4da53
Daniel J Walsh bd3f0e
%endif
Daniel J Walsh bd3f0e
Daniel J Walsh 1580c8
%changelog
Daniel J Walsh a76cf8
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-1
Daniel J Walsh a76cf8
- Update with upstream
Daniel J Walsh a76cf8
Daniel J Walsh 857ce1
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.15-2
Daniel J Walsh 857ce1
- mls fixes 
Daniel J Walsh 857ce1
Daniel J Walsh 85bd85
* Fri Sep 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.15-1
Daniel J Walsh 85bd85
- Update from upstream 
Daniel J Walsh 85bd85
Daniel J Walsh 8d52bd
* Fri Sep 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-8
Daniel J Walsh 8d52bd
- More fixes for mls
Daniel J Walsh 8d52bd
- Revert change on automount transition to mount
Daniel J Walsh 8d52bd
Daniel J Walsh 5ec822
* Wed Sep 20 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-7
Daniel J Walsh 5ec822
- Fix cron jobs to run under the correct context
Daniel J Walsh 5ec822
Daniel J Walsh 5ec822
* Tue Sep 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-6
Daniel J Walsh b4815d
- Fixes to make pppd work
Daniel J Walsh b4815d
Daniel J Walsh 5ec822
* Mon Sep 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-4
Daniel J Walsh c56aa1
- Multiple policy fixes
Daniel J Walsh c56aa1
- Change max categories to 1023
Daniel J Walsh c56aa1
Daniel J Walsh b8c785
* Sat Sep 16 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-3
Daniel J Walsh b8c785
- Fix transition on mcstransd
Daniel J Walsh b8c785
Daniel J Walsh 38b22c
* Fri Sep 15 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-2
Daniel J Walsh 38b22c
- Add /dev/em8300 defs
Daniel J Walsh 38b22c
Daniel J Walsh f511de
* Fri Sep 15 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-1
Daniel J Walsh f511de
- Upgrade to upstream
Daniel J Walsh f511de
Daniel J Walsh 5f2a4e
* Thu Sep 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-6
Daniel J Walsh 5f2a4e
- Fix ppp connections from network manager
Daniel J Walsh 5f2a4e
Daniel J Walsh 861af1
* Wed Sep 13 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-5
Daniel J Walsh 861af1
- Add tty access to all domains boolean
Daniel J Walsh 861af1
- Fix gnome-pty-helper context for ia64
Daniel J Walsh 861af1
Daniel J Walsh 9fbb71
* Mon Sep 11 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-4
Daniel J Walsh 9fbb71
- Fixed typealias of firstboot_rw_t
Daniel J Walsh 9fbb71
Daniel J Walsh 8b6c37
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-3
Daniel J Walsh 8b6c37
- Fix location of xel log files
Daniel J Walsh 8b6c37
- Fix handling of sysadm_r -> rpm_exec_t 
Daniel J Walsh 8b6c37
Daniel J Walsh 1ef9d4
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-2
Daniel J Walsh 1ef9d4
- Fixes for autofs, lp
Daniel J Walsh 1ef9d4
Daniel J Walsh 937c1c
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-1
Daniel J Walsh 937c1c
- Update from upstream
Daniel J Walsh 937c1c
Daniel J Walsh 4bf7cf
* Tue Sep 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.12-2
Daniel J Walsh 4bf7cf
- Fixup for test6
Daniel J Walsh 4bf7cf
Daniel J Walsh efb089
* Tue Sep 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.12-1
Daniel J Walsh efb089
- Update to upstream
Daniel J Walsh efb089
Daniel J Walsh 928af4
* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.11-1
Daniel J Walsh 928af4
- Update to upstream
Daniel J Walsh 928af4
Daniel J Walsh 04dd12
* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-7
Daniel J Walsh 04dd12
- Fix suspend to disk problems
Daniel J Walsh 04dd12
Daniel J Walsh a1c3b4
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-6
Daniel J Walsh 3723ca
- Lots of fixes for restarting daemons at the console.
Daniel J Walsh 3723ca
Daniel J Walsh 7f5a12
* Wed Aug 30 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-3
Daniel J Walsh 7f5a12
- Fix audit line
Daniel J Walsh 358add
- Fix requires line
Daniel J Walsh 358add
Daniel J Walsh 06027c
* Tue Aug 29 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-1
Daniel J Walsh 06027c
- Upgrade to upstream
Daniel J Walsh 06027c
Daniel J Walsh 161655
* Mon Aug 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-6
Daniel J Walsh 161655
- Fix install problems
Daniel J Walsh 161655
Daniel J Walsh 9e8814
* Fri Aug 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-5
Daniel J Walsh 9e8814
- Allow setroubleshoot to getattr on all dirs to gather RPM data
Daniel J Walsh 9e8814
Daniel J Walsh 4c3485
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-4
Daniel J Walsh 4c3485
- Set /usr/lib/ia32el/ia32x_loader to unconfined_execmem_exec_t for ia32 platform
Daniel J Walsh 4c3485
- Fix spec for /dev/adsp
Daniel J Walsh 4c3485
Daniel J Walsh b2d3eb
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-3
Daniel J Walsh b2d3eb
- Fix xen tty devices
Daniel J Walsh b2d3eb
Daniel J Walsh 8cd82c
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-2
Daniel J Walsh 8cd82c
- Fixes for setroubleshoot
Daniel J Walsh 8cd82c
Daniel J Walsh 8cd82c
* Wed Aug 23 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-1
Daniel J Walsh a5dcfa
- Update to upstream
Daniel J Walsh a5dcfa
Daniel J Walsh 6f77ee
* Sun Aug 20 2006 Dan Walsh <dwalsh@redhat.com> 2.3.8-2
Daniel J Walsh 6f77ee
- Fixes for stunnel and postgresql
Daniel J Walsh 79b5c4
- Update from upstream
Daniel J Walsh 79b5c4
Daniel J Walsh 256cfc
* Sat Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.7-1
Daniel J Walsh 256cfc
- Update from upstream
Daniel J Walsh 256cfc
- More java fixes
Daniel J Walsh 256cfc
Daniel J Walsh 543bc3
* Fri Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-4
Daniel J Walsh 543bc3
- Change allow_execstack to default to on, for RHEL5 Beta.  
Daniel J Walsh 543bc3
  This is required because of a Java compiler problem.
Daniel J Walsh 543bc3
  Hope to turn off for next beta
Daniel J Walsh 543bc3
Daniel J Walsh 5974f4
* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-3
Daniel J Walsh c22aca
- Misc fixes
Daniel J Walsh c22aca
Daniel J Walsh d0ed11
* Wed Aug 9 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-2
Daniel J Walsh d0ed11
- More fixes for strict policy
Daniel J Walsh d0ed11
Daniel J Walsh 8da541
* Tue Aug 8 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-1
Daniel J Walsh 8da541
- Quiet down anaconda audit messages
Daniel J Walsh 8da541
Daniel J Walsh 932c79
* Mon Aug 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.5-1
Daniel J Walsh 932c79
- Fix setroubleshootd
Daniel J Walsh 932c79
Daniel J Walsh 262020
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.4-1
Daniel J Walsh 262020
- Update to the latest from upstream
Daniel J Walsh 262020
Daniel J Walsh 750558
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-20
Daniel J Walsh 750558
- More fixes for xen
Daniel J Walsh 750558
Daniel J Walsh 1c92c7
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-19
Daniel J Walsh 1c92c7
- Fix anaconda transitions
Daniel J Walsh 1c92c7
Daniel J Walsh 5dc8b1
* Wed Aug 2 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-18
Daniel J Walsh 5dc8b1
- yet more xen rules
Daniel J Walsh 5dc8b1
 
Daniel J Walsh 031e1a
* Tue Aug 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-17
Daniel J Walsh 031e1a
- more xen rules
Daniel J Walsh 031e1a
Daniel J Walsh 1b1dad
* Mon Jul 31 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-16
Daniel J Walsh 1b1dad
- Fixes for Samba
Daniel J Walsh 1b1dad
Daniel J Walsh be45a2
* Sat Jul 29 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-15
Daniel J Walsh be45a2
- Fixes for xen
Daniel J Walsh be45a2
Daniel J Walsh 9782db
* Fri Jul 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-14
Daniel J Walsh 9782db
- Allow setroubleshootd to send mail
Daniel J Walsh 9782db
Daniel J Walsh 1f2093
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-13
Daniel J Walsh 1f2093
- Add nagios policy
Daniel J Walsh 1f2093
Daniel J Walsh 90c408
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-12
Daniel J Walsh 90c408
-  fixes for setroubleshoot
Daniel J Walsh 90c408
Daniel J Walsh 9554c9
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-11
Daniel J Walsh 1f2093
- Added Paul Howarth patch to only load policy packages shipped 
Daniel J Walsh 9554c9
  with this package
Daniel J Walsh 9d77b6
- Allow pidof from initrc to ptrace higher level domains
Daniel J Walsh 9554c9
- Allow firstboot to communicate with hal via dbus
Daniel J Walsh 9d77b6
Daniel J Walsh 8555e0
* Mon Jul 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-10
Daniel J Walsh 8555e0
- Add policy for /var/run/ldapi
Daniel J Walsh 8555e0
Daniel J Walsh b14e13
* Sat Jul 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-9
Daniel J Walsh b14e13
- Fix setroubleshoot policy
Daniel J Walsh b14e13
Daniel J Walsh 7b4c78
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-8
Daniel J Walsh 7b4c78
- Fixes for mls use of ssh
Daniel J Walsh 7b4c78
- named  has a new conf file
Daniel J Walsh 7b4c78
Daniel J Walsh efa5f5
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-7
Daniel J Walsh efa5f5
- Fixes to make setroubleshoot work
Daniel J Walsh efa5f5
Daniel J Walsh 1c15e3
* Wed Jul 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-6
Daniel J Walsh 1c15e3
- Cups needs to be able to read domain state off of printer client
Daniel J Walsh 1c15e3
Daniel J Walsh c7b739
* Wed Jul 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-5
Daniel J Walsh c7b739
- add boolean to allow zebra to write config files
Daniel J Walsh c7b739
Daniel J Walsh 31c47b
* Tue Jul 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-4
Daniel J Walsh 31c47b
- setroubleshootd fixes
Daniel J Walsh 31c47b
Daniel J Walsh 2bf148
* Mon Jul 17 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-3
Daniel J Walsh 2bf148
- Allow prelink to read bin_t symlink
Daniel J Walsh 2bf148
- allow xfs to read random devices
Daniel J Walsh 2bf148
- Change gfs to support xattr
Daniel J Walsh 2bf148
Daniel J Walsh 2bf148
Daniel J Walsh c62a78
* Mon Jul 17 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-2
Daniel J Walsh c62a78
- Remove spamassassin_can_network boolean
Daniel J Walsh c62a78
Daniel J Walsh 210755
* Fri Jul 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-1
Daniel J Walsh 210755
- Update to upstream
Daniel J Walsh 210755
- Fix lpr domain for mls
Daniel J Walsh 210755
Daniel J Walsh 8a7ef5
* Fri Jul 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-4
Daniel J Walsh 8a7ef5
- Add setroubleshoot policy
Daniel J Walsh 8a7ef5
Daniel J Walsh 317bd2
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-3
Daniel J Walsh 317bd2
- Turn off auditallow on setting booleans
Daniel J Walsh 317bd2
Daniel J Walsh d81909
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-2
Daniel J Walsh d81909
- Multiple fixes
Daniel J Walsh d81909
Daniel J Walsh 8bee3a
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-1
Daniel J Walsh 8bee3a
- Update to upstream
Daniel J Walsh 8bee3a
Daniel J Walsh 4a291a
* Thu Jun 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.1-1
Daniel J Walsh 4a291a
- Update to upstream
Daniel J Walsh 4a291a
- Add new class for kernel key ring
Daniel J Walsh 4a291a
Daniel J Walsh 9e7fd1
* Wed Jun 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.49-1
Daniel J Walsh 9e7fd1
- Update to upstream
Daniel J Walsh 9e7fd1
Daniel J Walsh 2b87b0
* Tue Jun 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.48-1
Daniel J Walsh 2b87b0
- Update to upstream
Daniel J Walsh 2b87b0
Daniel J Walsh 77dc77
* Tue Jun 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-5
Daniel J Walsh 77dc77
- Break out selinux-devel package
Daniel J Walsh 77dc77
Daniel J Walsh af203b
* Fri Jun 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-4
Daniel J Walsh af203b
- Add ibmasmfs
Daniel J Walsh af203b
Daniel J Walsh cc073e
* Thu Jun 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-3
Daniel J Walsh 4ef386
- Fix policygentool gen_requires
Daniel J Walsh 4ef386
Daniel J Walsh 358335
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-1
Daniel J Walsh 358335
- Update from Upstream
Daniel J Walsh 358335
Daniel J Walsh 0fe5c7
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.46-2
Daniel J Walsh 0fe5c7
- Fix spec of realplay
Daniel J Walsh 0fe5c7
Daniel J Walsh 2616c6
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.46-1
Daniel J Walsh 2616c6
- Update to upstream
Daniel J Walsh 2616c6
Daniel J Walsh 2616c6
* Mon Jun 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-3
Daniel J Walsh 2616c6
- Fix semanage
Daniel J Walsh 2616c6
Daniel J Walsh b637d9
* Mon Jun 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-2
Daniel J Walsh b637d9
- Allow useradd to create_home_dir in MLS environment
Daniel J Walsh b637d9
Daniel J Walsh 3004d5
* Thu Jun 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-1
Daniel J Walsh 3004d5
- Update from upstream
Daniel J Walsh 3004d5
Daniel J Walsh cfc04d
* Tue Jun 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.44-1
Daniel J Walsh cfc04d
- Update from upstream
Daniel J Walsh cfc04d
Daniel J Walsh a4c709
* Tue Jun 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-4
Daniel J Walsh a4c709
- Add oprofilefs
Daniel J Walsh a4c709
Daniel J Walsh a55870
* Sun May 28 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-3
Daniel J Walsh a4c709
- Fix for hplip and Picasus
Daniel J Walsh a55870
Daniel J Walsh 43fe71
* Sat May 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-2
Daniel J Walsh 43fe71
- Update to upstream
Daniel J Walsh 43fe71
Daniel J Walsh 43fe71
* Fri May 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-1
Daniel J Walsh 43fe71
- Update to upstream
Daniel J Walsh 43fe71
Daniel J Walsh 43fe71
* Fri May 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-4
Daniel J Walsh 43fe71
- fixes for spamd
Daniel J Walsh 43fe71
Daniel J Walsh 7580a1
* Wed May 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-3
Daniel J Walsh 7580a1
- fixes for java, openldap and webalizer
Daniel J Walsh 7580a1
Daniel J Walsh e30da9
* Mon May 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-2
Daniel J Walsh e30da9
- Xen fixes
Daniel J Walsh e30da9
Daniel J Walsh e5e509
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-1
Daniel J Walsh e5e509
- Upgrade to upstream
Daniel J Walsh e5e509
Daniel J Walsh 75d0fe
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.41-1
Daniel J Walsh 4aae36
- allow hal to read boot_t files
Daniel J Walsh 75d0fe
- Upgrade to upstream
Daniel J Walsh 4aae36
Daniel J Walsh 4aae36
* Wed May 17 2006 Dan Walsh <dwalsh@redhat.com> 2.2.40-2
Daniel J Walsh 4aae36
- allow hal to read boot_t files
Daniel J Walsh 4aae36
Daniel J Walsh f4d170
* Tue May 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.40-1
Daniel J Walsh f4d170
- Update from upstream
Daniel J Walsh f4d170
Daniel J Walsh 82d40f
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.39-2
Daniel J Walsh 82d40f
- Fixes for amavis
Daniel J Walsh 82d40f
Daniel J Walsh 52288b
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.39-1
Daniel J Walsh 52288b
- Update from upstream
Daniel J Walsh 52288b
Daniel J Walsh a97d1f
* Fri May 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-6
Daniel J Walsh a97d1f
- Allow auditctl to search all directories
Daniel J Walsh a97d1f
Daniel J Walsh f08aca
* Thu May 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-5
Daniel J Walsh f08aca
- Add acquire service for mono.
Daniel J Walsh f08aca
Daniel J Walsh 89e397
* Thu May 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-4
Daniel J Walsh 89e397
- Turn off allow_execmem boolean
Daniel J Walsh 89e397
- Allow ftp dac_override when allowed to access users homedirs
Daniel J Walsh 89e397
Daniel J Walsh ca8bc2
* Wed May 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-3
Daniel J Walsh ca8bc2
- Clean up spec file
Daniel J Walsh ca8bc2
- Transition from unconfined_t to prelink_t
Daniel J Walsh ca8bc2
Daniel J Walsh 539ba8
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-2
Daniel J Walsh 539ba8
- Allow execution of cvs command
Daniel J Walsh 539ba8
Daniel J Walsh a52275
* Fri May 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-1
Daniel J Walsh a52275
- Update to upstream
Daniel J Walsh a52275
Daniel J Walsh 529f12
* Wed May 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.37-1
Daniel J Walsh 529f12
- Update to upstream
Daniel J Walsh 529f12
Daniel J Walsh 49dfee
* Mon May 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.36-2
Daniel J Walsh 49dfee
- Fix libjvm spec
Daniel J Walsh 49dfee
Daniel J Walsh ea725c
* Tue Apr 25 2006 Dan Walsh <dwalsh@redhat.com> 2.2.36-1
Daniel J Walsh ea725c
- Update to upstream
Daniel J Walsh ea725c
jantill 684125
* Tue Apr 25 2006 James Antill <jantill@redhat.com> 2.2.35-2
jantill 684125
- Add xm policy
jantill 684125
- Fix policygentool
jantill 684125
Daniel J Walsh bbaa1f
* Mon Apr 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.35-1
Daniel J Walsh bbaa1f
- Update to upstream
Daniel J Walsh bbaa1f
- Fix postun to only disable selinux on full removal of the packages
Daniel J Walsh bbaa1f
Daniel J Walsh e847c8
* Fri Apr 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-3
Daniel J Walsh e847c8
- Allow mono to chat with unconfined
Daniel J Walsh e847c8
Daniel J Walsh d2fe1b
* Thu Apr 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-2
Daniel J Walsh d2fe1b
- Allow procmail to sendmail
Daniel J Walsh d2fe1b
- Allow nfs to share dosfs
Daniel J Walsh d2fe1b
Daniel J Walsh d2fe1b
* Thu Apr 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-1
Daniel J Walsh 5ff36d
- Update to latest from upstream
Daniel J Walsh 5ff36d
- Allow selinux-policy to be removed and kernel not to crash
Daniel J Walsh 5ff36d
Daniel J Walsh c74f14
* Tue Apr 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.33-1
Daniel J Walsh c74f14
- Update to latest from upstream
Daniel J Walsh c74f14
- Add James Antill patch for xen
Daniel J Walsh c74f14
- Many fixes for pegasus
Daniel J Walsh c74f14
Daniel J Walsh 529f12
* Sat Apr 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-2
Daniel J Walsh 3c584c
- Add unconfined_mount_t
Daniel J Walsh 3c584c
- Allow privoxy to connect to httpd_cache
Daniel J Walsh 3c584c
- fix cups labeleing on /var/cache/cups
Daniel J Walsh 3c584c
Daniel J Walsh ca0597
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-1
Daniel J Walsh ca0597
- Update to latest from upstream
Daniel J Walsh ca0597
Daniel J Walsh 529f12
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.31-1
Daniel J Walsh c4826d
- Update to latest from upstream
Daniel J Walsh c4826d
- Allow mono and unconfined to talk to initrc_t dbus objects
Daniel J Walsh c4826d
Daniel J Walsh c7b01a
* Tue Apr 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.30-2
Daniel J Walsh c7b01a
- Change libraries.fc to stop shlib_t form overriding texrel_shlib_t
Daniel J Walsh c7b01a
Daniel J Walsh c7b01a
* Tue Apr 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.30-1
Daniel J Walsh c7b01a
- Fix samba creating dirs in homedir
Daniel J Walsh c7b01a
- Fix NFS so its booleans would work
Daniel J Walsh c7b01a
Daniel J Walsh c53f3b
* Mon Apr 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-6
Daniel J Walsh c53f3b
- Allow secadm_t ability to relabel all files
Daniel J Walsh c53f3b
- Allow ftp to search xferlog_t directories
Daniel J Walsh c53f3b
- Allow mysql to communicate with ldap
Daniel J Walsh c53f3b
- Allow rsync to bind to rsync_port_t
Daniel J Walsh c53f3b
rcoker a442ed
* Mon Apr 10 2006 Russell Coker <rcoker@redhat.com> 2.2.29-5
rcoker a442ed
- Fixed mailman with Postfix #183928
rcoker a442ed
- Allowed semanage to create file_context files.
rcoker a442ed
- Allowed amanda_t to access inetd_t TCP sockets and allowed amanda_recover_t
rcoker a442ed
  to bind to reserved ports.  #149030
rcoker a442ed
- Don't allow devpts_t to be associated with tmp_t.
rcoker a442ed
- Allow hald_t to stat all mountpoints.
rcoker a442ed
- Added boolean samba_share_nfs to allow smbd_t full access to NFS mounts.
rcoker a442ed
  #169947
rcoker a442ed
- Make mount run in mount_t domain from unconfined_t to prevent mislabeling of
rcoker a442ed
  /etc/mtab.
rcoker a442ed
- Changed the file_contexts to not have a regex before the first ^/[a-z]/
rcoker a442ed
  whenever possible, makes restorecon slightly faster.
rcoker a442ed
- Correct the label of /etc/named.caching-nameserver.conf
rcoker a442ed
- Now label /usr/src/kernels/.+/lib(/.*)? as usr_t instead of
rcoker a442ed
  /usr/src(/.*)?/lib(/.*)? - I don't think we need anything else under /usr/src
rcoker a442ed
  hit by this.
rcoker a442ed
- Granted xen access to /boot, allowed mounting on xend_var_lib_t, and allowed
rcoker a442ed
  xenstored_t rw access to the xen device node.
rcoker a442ed
Daniel J Walsh 529f12
* Tue Apr 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-4
Daniel J Walsh 67bc5e
- More textrel_shlib_t file path fixes
Daniel J Walsh 67bc5e
- Add ada support
Daniel J Walsh 67bc5e
Daniel J Walsh 529f12
* Mon Apr 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-3
Daniel J Walsh 4fd214
- Get auditctl working in MLS policy
Daniel J Walsh 4fd214
Daniel J Walsh 529f12
* Mon Apr 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-2
Daniel J Walsh 2ad4f1
- Add mono dbus support
Daniel J Walsh 2ad4f1
- Lots of file_context fixes for textrel_shlib_t in FC5
Daniel J Walsh 2ad4f1
- Turn off execmem auditallow since they are filling log files
Daniel J Walsh 2ad4f1
Daniel J Walsh da5d60
* Fri Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-1
Daniel J Walsh da5d60
- Update to upstream
Daniel J Walsh da5d60
Daniel J Walsh da5d60
* Thu Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-3
Daniel J Walsh d2bd4f
- Allow automount and dbus to read cert files
Daniel J Walsh d2bd4f
Daniel J Walsh da5d60
* Thu Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-2
Daniel J Walsh 58ec7a
- Fix ftp policy
Daniel J Walsh 58ec7a
- Fix secadm running of auditctl
Daniel J Walsh 58ec7a
Daniel J Walsh 5a0143
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-1
Daniel J Walsh 5a0143
- Update to upstream
Daniel J Walsh 5a0143
Daniel J Walsh 5a0143
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.27-1
Daniel J Walsh 5a0143
- Update to upstream
Daniel J Walsh 5a0143
Daniel J Walsh bd3f0e
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.25-3
Daniel J Walsh bd3f0e
- Fix policyhelp
Daniel J Walsh bd3f0e
Daniel J Walsh faffd3
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.25-2
Daniel J Walsh faffd3
- Fix pam_console handling of usb_device
Daniel J Walsh faffd3
- dontaudit logwatch reading /mnt dir
Daniel J Walsh faffd3
Daniel J Walsh faffd3
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> 2.2.24-1
Daniel J Walsh 727bb2
- Update to upstream
Daniel J Walsh 727bb2
Daniel J Walsh 9f8b05
* Wed Mar 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-19
Daniel J Walsh 9f8b05
- Get transition rules to create policy.20 at SystemHigh
Daniel J Walsh 9f8b05
Daniel J Walsh 5b4676
* Tue Mar 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-18
Daniel J Walsh 5b4676
- Allow secadmin to shutdown system
Daniel J Walsh 5b4676
- Allow sendmail to exec newalias
Daniel J Walsh 5b4676
Daniel J Walsh 6d4275
* Tue Mar 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-17
Daniel J Walsh 0a74a2
- MLS Fixes
Daniel J Walsh 0a74a2
	dmidecode needs mls_file_read_up
Daniel J Walsh 0a74a2
- add ypxfr_t
Daniel J Walsh 0a74a2
- run init needs access to nscd
Daniel J Walsh 0a74a2
- udev needs setuid
Daniel J Walsh 0a74a2
- another xen log file
Daniel J Walsh 0a74a2
- Dontaudit mount getattr proc_kcore_t
Daniel J Walsh 0a74a2
Karsten Hopp 4e431c
* Tue Mar 14 2006 Karsten Hopp <karsten@redhat.de> 2.2.23-16
Karsten Hopp 4e431c
- fix buildroot usage (#185391)
Karsten Hopp 4e431c
Daniel J Walsh 4c9f08
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-15
Daniel J Walsh 4c9f08
- Get rid of mount/fsdisk scan of /dev messages
Daniel J Walsh 4c9f08
- Additional fixes for suspend/resume
Daniel J Walsh 4c9f08
Daniel J Walsh 54b0b5
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-14
Daniel J Walsh 54b0b5
- Fake make to rebuild enableaudit.pp
Daniel J Walsh 54b0b5
Daniel J Walsh 6d2388
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-13
Daniel J Walsh 6d2388
- Get xen networking running.
Daniel J Walsh 6d2388
Daniel J Walsh 23a177
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-12
Daniel J Walsh 23a177
- Fixes for Xen
Daniel J Walsh 23a177
- enableaudit should not be the same as base.pp
Daniel J Walsh 23a177
- Allow ps to work for all process
Daniel J Walsh 23a177
Jeremy Katz b33ec3
* Thu Mar  9 2006 Jeremy Katz <katzj@redhat.com> - 2.2.23-11
Jeremy Katz b33ec3
- more xen policy fixups
Jeremy Katz b33ec3
Jeremy Katz 1b0755
* Wed Mar  8 2006 Jeremy Katz <katzj@redhat.com> - 2.2.23-10
Jeremy Katz 1b0755
- more xen fixage (#184393)
Jeremy Katz 1b0755
Daniel J Walsh 060041
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-9
Daniel J Walsh 060041
- Fix blkid specification
Daniel J Walsh 060041
- Allow postfix to execute mailman_que
Daniel J Walsh 060041
Daniel J Walsh 9c64bb
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-8
Daniel J Walsh 9c64bb
- Blkid changes
Daniel J Walsh 9c64bb
- Allow udev access to usb_device_t
Daniel J Walsh 9c64bb
- Fix post script to create targeted policy config file
Daniel J Walsh 9c64bb
Daniel J Walsh 4c9f65
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-7
Daniel J Walsh 4c9f65
- Allow lvm tools to create drevice dir
Daniel J Walsh 4c9f65
Daniel J Walsh 020477
* Tue Mar 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-5
Daniel J Walsh 020477
- Add Xen support
Daniel J Walsh 020477
Daniel J Walsh 0296af
* Mon Mar 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-4
Daniel J Walsh 0296af
- Fixes for cups
Daniel J Walsh 0296af
- Make cryptosetup work with hal
Daniel J Walsh 0296af
Daniel J Walsh 76d7c5
* Sun Mar 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-3
Daniel J Walsh 76d7c5
- Load Policy needs translock
Daniel J Walsh 76d7c5
Daniel J Walsh ef0cb1
* Sat Mar 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-2
Daniel J Walsh ef0cb1
- Fix cups html interface
Daniel J Walsh ef0cb1
Daniel J Walsh 21277d
* Sat Mar 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-1
Daniel J Walsh 21277d
- Add hal changes suggested by Jeremy
Daniel J Walsh d2c260
- add policyhelp to point at policy html pages
Daniel J Walsh d2c260
Daniel J Walsh 8254bb
* Mon Feb 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.22-2
Daniel J Walsh 8254bb
- Additional fixes for nvidia and cups
Daniel J Walsh 8254bb
Daniel J Walsh 575aa9
* Mon Feb 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.22-1
Daniel J Walsh 575aa9
- Update to upstream
Daniel J Walsh 575aa9
- Merged my latest fixes
Daniel J Walsh 575aa9
- Fix cups policy to handle unix domain sockets
Daniel J Walsh 38c806
Daniel J Walsh 575aa9
* Sat Feb 25 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-9
Daniel J Walsh fbec4b
- NSCD socket is in nscd_var_run_t needs to be able to search dir
Daniel J Walsh fbec4b
Daniel J Walsh 575aa9
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-8
Daniel J Walsh 290aa6
- Fixes Apache interface file
Daniel J Walsh 290aa6
Daniel J Walsh 575aa9
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-7
Daniel J Walsh dd2612
- Fixes for new version of cups
Daniel J Walsh dd2612
Daniel J Walsh 575aa9
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-6
Daniel J Walsh 771686
- Turn off polyinstatiate util after FC5
Daniel J Walsh 771686
Daniel J Walsh 575aa9
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-5
Daniel J Walsh c12699
- Fix problem with privoxy talking to Tor
Daniel J Walsh c12699
Daniel J Walsh 7dca0e
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-4
Daniel J Walsh 7dca0e
- Turn on polyinstatiation
Daniel J Walsh 7dca0e
Daniel J Walsh 5d5343
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-3
Daniel J Walsh 7dca0e
- Don't transition from unconfined_t to fsadm_t
Daniel J Walsh 5d5343
Daniel J Walsh d19b68
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-2
Daniel J Walsh d19b68
- Fix policy update model.
Daniel J Walsh d19b68
Daniel J Walsh 701455
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-1
Daniel J Walsh 701455
- Update to upstream
Daniel J Walsh 701455
Daniel J Walsh 585f82
* Wed Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.20-1
Daniel J Walsh d4d1f2
- Fix load_policy to work on MLS
Daniel J Walsh d4d1f2
- Fix cron_rw_system_pipes for postfix_postdrop_t
Daniel J Walsh d4d1f2
- Allow audotmount to run showmount
Daniel J Walsh d4d1f2
Daniel J Walsh a57054
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.19-2
Daniel J Walsh a57054
- Fix swapon
Daniel J Walsh a57054
- allow httpd_sys_script_t to be entered via a shell
Daniel J Walsh a57054
- Allow httpd_sys_script_t to read eventpolfs
Daniel J Walsh a57054
Daniel J Walsh d5ae27
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.19-1
Daniel J Walsh d5ae27
- Update from upstream
Daniel J Walsh d5ae27
Daniel J Walsh 46bd65
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.18-2
Daniel J Walsh 46bd65
- allow cron to read apache files
Daniel J Walsh 46bd65
Daniel J Walsh 31d4d2
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.18-1
Daniel J Walsh 31d4d2
- Fix vpnc policy to work from NetworkManager
Daniel J Walsh 31d4d2
Daniel J Walsh f0e87b
* Mon Feb 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.17-2
Daniel J Walsh f0e87b
- Update to upstream
Daniel J Walsh f0e87b
- Fix semoudle polcy
Daniel J Walsh f0e87b
Daniel J Walsh 6e9bcb
* Thu Feb 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.16-1
Daniel J Walsh 6e9bcb
- Update to upstream 
Daniel J Walsh 6e9bcb
- fix sysconfig/selinux link
Daniel J Walsh 6e9bcb
Daniel J Walsh f3a390
* Wed Feb 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-4
Daniel J Walsh f3a390
- Add router port for zebra
Daniel J Walsh f3a390
- Add imaze port for spamd
Daniel J Walsh f3a390
- Fixes for amanda and java
Daniel J Walsh f3a390
Daniel J Walsh 025d1e
* Tue Feb 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-3
Daniel J Walsh 025d1e
- Fix bluetooth handling of usb devices
Daniel J Walsh 2f15a2
- Fix spamd reading of ~/
Daniel J Walsh 2f15a2
- fix nvidia spec
Daniel J Walsh 2f15a2
Daniel J Walsh c417f6
* Tue Feb 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-1
Daniel J Walsh c417f6
- Update to upsteam
Daniel J Walsh c417f6
Daniel J Walsh 847884
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.14-2
Daniel J Walsh 847884
- Add users_extra files
Daniel J Walsh 847884
Daniel J Walsh 32b871
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.14-1
Daniel J Walsh 32b871
- Update to upstream
Daniel J Walsh 32b871
Daniel J Walsh faa80b
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.13-1
Daniel J Walsh faa80b
- Add semodule policy
Daniel J Walsh faa80b
Daniel J Walsh 5a8299
* Tue Feb 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.12-1
Daniel J Walsh 5a8299
- Update from upstream
Daniel J Walsh 5a8299
Daniel J Walsh 5a8299
Daniel J Walsh b28beb
* Mon Feb 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-2
Daniel J Walsh b28beb
- Fix for spamd to use razor port
Daniel J Walsh b28beb
Daniel J Walsh a3a62a
* Fri Feb 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-1
Daniel J Walsh a3a62a
- Fixes for mcs
Daniel J Walsh a3a62a
- Turn on mount and fsadm for unconfined_t
Daniel J Walsh a3a62a
Daniel J Walsh de82d8
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.10-1
Daniel J Walsh de82d8
- Fixes for the -devel package
Daniel J Walsh de82d8
Daniel J Walsh 38c806
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.9-2
Daniel J Walsh 38c806
- Fix for spamd to use ldap
Daniel J Walsh 38c806
Daniel J Walsh 38c806
* Fri Jan 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.9-1
Daniel J Walsh 38c806
- Update to upstream
Daniel J Walsh 38c806
Daniel J Walsh 737432
* Fri Jan 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.8-2
Daniel J Walsh 332537
- Update to upstream
Daniel J Walsh 737432
- Fix rhgb, and other Xorg startups
Daniel J Walsh 332537
Daniel J Walsh 78265f
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.7-1
Daniel J Walsh 78265f
- Update to upstream
Daniel J Walsh 78265f
Daniel J Walsh 78265f
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-3
Daniel J Walsh 78265f
- Separate out role of secadm for mls
Daniel J Walsh 78265f
Daniel J Walsh b6e6b5
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-2
Daniel J Walsh b6e6b5
- Add inotifyfs handling
Daniel J Walsh b6e6b5
Daniel J Walsh e76bab
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-1
Daniel J Walsh e76bab
- Update to upstream
Daniel J Walsh e76bab
- Put back in changes for pup/zen
Daniel J Walsh e76bab
Daniel J Walsh e76bab
* Tue Jan 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.5-1
Daniel J Walsh a3b5c3
- Many changes for MLS 
Daniel J Walsh a3b5c3
- Turn on strict policy
Daniel J Walsh a3b5c3
Daniel J Walsh 129ba1
* Mon Jan 23 2006 Dan Walsh <dwalsh@redhat.com> 2.2.4-1
Daniel J Walsh 129ba1
- Update to upstream
Daniel J Walsh 129ba1
Daniel J Walsh 129ba1
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.3-1
Daniel J Walsh 129ba1
- Update to upstream
Daniel J Walsh 129ba1
- Fixes for booting and logging in on MLS machine
Daniel J Walsh 129ba1
Daniel J Walsh 30a020
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.2-1
Daniel J Walsh 30a020
- Update to upstream
Daniel J Walsh 30a020
- Turn off execheap execstack for unconfined users
Daniel J Walsh 30a020
- Add mono/wine policy to allow execheap and execstack for them
Daniel J Walsh 30a020
- Add execheap for Xdm policy
Daniel J Walsh 30a020
Daniel J Walsh 30a020
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.1-1
Daniel J Walsh 30a020
- Update to upstream
Daniel J Walsh 30a020
- Fixes to fetchmail,
Daniel J Walsh 30a020
Daniel J Walsh 05207b
* Tue Jan 17 2006 Dan Walsh <dwalsh@redhat.com> 2.1.13-1
Daniel J Walsh 05207b
- Update to upstream
Daniel J Walsh 05207b
Daniel J Walsh 05207b
* Tue Jan 17 2006 Dan Walsh <dwalsh@redhat.com> 2.1.12-3
Daniel J Walsh 05207b
- Fix for procmail/spamassasin
Daniel J Walsh 2e7147
- Update to upstream
Daniel J Walsh a1c584
- Add rules to allow rpcd to work with unlabeled_networks.
Daniel J Walsh 2e7147
Daniel J Walsh cdab5c
* Sat Jan 14 2006 Dan Walsh <dwalsh@redhat.com> 2.1.11-1
Daniel J Walsh cdab5c
- Update to upstream
Daniel J Walsh cdab5c
- Fix ftp Man page
Daniel J Walsh cdab5c
Daniel J Walsh 7ba8b0
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 2.1.10-1
Daniel J Walsh 7ba8b0
- Update to upstream
Daniel J Walsh 7ba8b0
Jeremy Katz b9b2d8
* Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 2.1.9-2
Jeremy Katz b9b2d8
- fix pup transitions (#177262)
Jeremy Katz b9b2d8
- fix xen disks (#177599)
Jeremy Katz b9b2d8
Daniel J Walsh 640128
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 2.1.9-1
Daniel J Walsh 640128
- Update to upstream
Daniel J Walsh 640128
Daniel J Walsh ef1477
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-3
Daniel J Walsh ef1477
- More Fixes for hal and readahead
Daniel J Walsh ef1477
Daniel J Walsh e485f5
* Mon Jan 9 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-2
Daniel J Walsh e485f5
- Fixes for hal and readahead
Daniel J Walsh e485f5
Daniel J Walsh 26e33d
* Mon Jan 9 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-1
Daniel J Walsh 26e33d
- Update to upstream
Daniel J Walsh e485f5
- Apply 
Daniel J Walsh 26e33d
* Fri Jan 7 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-4
Daniel J Walsh 26e33d
- Add wine and fix hal problems
Daniel J Walsh 26e33d
Daniel J Walsh 26e33d
* Thu Jan 6 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-3
Daniel J Walsh 451d9b
- Handle new location of hal scripts
Daniel J Walsh 451d9b
Daniel J Walsh 008885
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-2
Daniel J Walsh 008885
- Allow su to read /etc/mtab
Daniel J Walsh 008885
Daniel J Walsh a736f9
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-1
Daniel J Walsh a736f9
- Update to upstream
Daniel J Walsh a736f9
Daniel J Walsh 120d3b
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-24
Daniel J Walsh 120d3b
- Fix  "libsemanage.parse_module_headers: Data did not represent a module." problem
Daniel J Walsh 120d3b
Daniel J Walsh ce66f5
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-23
Daniel J Walsh ce66f5
- Allow load_policy to read /etc/mtab
Daniel J Walsh ce66f5
Daniel J Walsh 1f3122
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-22
Daniel J Walsh 1f3122
- Fix dovecot to allow dovecot_auth to look at /tmp
Daniel J Walsh 1f3122
Daniel J Walsh d7b05b
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-21
Daniel J Walsh d7b05b
- Allow restorecon to read unlabeled_t directories in order to fix labeling.
Daniel J Walsh d7b05b
Daniel J Walsh 3607aa
* Fri Dec 30 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-20
Daniel J Walsh a08ba8
- Add Logwatch policy
Daniel J Walsh a08ba8
Daniel J Walsh 798572
* Wed Dec 28 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-18
Daniel J Walsh 798572
- Fix /dev/ub[a-z] file context
Daniel J Walsh 798572
Daniel J Walsh 9f7b03
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-17
Daniel J Walsh 9f7b03
- Fix library specification
Daniel J Walsh 9f7b03
- Give kudzu execmem privs
Daniel J Walsh 9f7b03
Daniel J Walsh 596229
* Thu Dec 22 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-16
Daniel J Walsh 596229
- Fix hostname in targeted policy
Daniel J Walsh 596229
Daniel J Walsh 5a47e6
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-15
Daniel J Walsh 5a47e6
- Fix passwd command on mls
Daniel J Walsh 5a47e6
Daniel J Walsh 71ee99
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-14
Daniel J Walsh 71ee99
- Lots of fixes to make mls policy work
Daniel J Walsh 71ee99
Daniel J Walsh 6e9ee7
* Tue Dec 20 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-13
Daniel J Walsh 9d20b2
- Add dri libs to textrel_shlib_t
Daniel J Walsh 6e9ee7
- Add system_r role for java
Daniel J Walsh 6e9ee7
- Add unconfined_exec_t for vncserver
Daniel J Walsh 6e9ee7
- Allow slapd to use kerberos
Daniel J Walsh 9d20b2
Daniel J Walsh 1335ee
* Mon Dec 19 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-11
Daniel J Walsh 1335ee
- Add man pages
Daniel J Walsh 1335ee
Daniel J Walsh 1335ee
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-10
Daniel J Walsh 315b4a
- Add enableaudit.pp
Daniel J Walsh 315b4a
Daniel J Walsh 1335ee
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-9
Daniel J Walsh 105bbf
- Fix mls policy
Daniel J Walsh 105bbf
Daniel J Walsh 1335ee
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-8
Daniel J Walsh 0c9f87
- Update mls file from old version
Daniel J Walsh 0c9f87
Daniel J Walsh 1335ee
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-5
Daniel J Walsh dce316
- Add sids back in
Daniel J Walsh dce316
- Rebuild with update checkpolicy
Daniel J Walsh dce316
Daniel J Walsh 1335ee
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-4
Daniel J Walsh 9ce97a
- Fixes to allow automount to use portmap
Daniel J Walsh 9ce97a
- Fixes to start kernel in s0-s15:c0.c255
Daniel J Walsh 9ce97a
Daniel J Walsh 1335ee
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-3
Daniel J Walsh 1c8602
- Add java unconfined/execmem policy 
Daniel J Walsh 1c8602
Daniel J Walsh 1335ee
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-2
Daniel J Walsh 1f0075
- Add file context for /var/cvs
Daniel J Walsh 1f0075
- Dontaudit webalizer search of homedir
Daniel J Walsh 1f0075
Daniel J Walsh 1335ee
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-1
Daniel J Walsh 504da9
- Update from upstream
Daniel J Walsh 504da9
Daniel J Walsh 504da9
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-2
Daniel J Walsh 504da9
- Clean up spec
Daniel J Walsh 504da9
- range_transition crond to SystemHigh
Daniel J Walsh 504da9
Daniel J Walsh e24a8b
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-1
Daniel J Walsh 1ff14a
- Fixes for hal
Daniel J Walsh e24a8b
- Update to upstream
Daniel J Walsh 1ff14a
Daniel J Walsh afa8a2
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.3-1
Daniel J Walsh d8566e
- Turn back on execmem since we need it for java, firefox, ooffice
Daniel J Walsh 57c18f
- Allow gpm to stream socket to itself
Daniel J Walsh 57c18f
Jeremy Katz eb190f
* Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 2.1.2-3
Jeremy Katz eb190f
- fix requirements to be on the actual packages so that policy can get
Jeremy Katz eb190f
  created properly at install time
Jeremy Katz eb190f
Daniel J Walsh 9e85a8
* Sun Dec  10 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-2
Daniel J Walsh 9e85a8
- Allow unconfined_t to execmod texrel_shlib_t
Daniel J Walsh 9e85a8
Daniel J Walsh d4da53
* Sat Dec  9 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-1
Daniel J Walsh d4da53
- Update to upstream 
Daniel J Walsh d4da53
- Turn off allow_execmem and allow_execmod booleans
Daniel J Walsh d4da53
- Add tcpd and automount policies
Daniel J Walsh d4da53
Daniel J Walsh e1ccb6
* Fri Dec  8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-3
Daniel J Walsh e1ccb6
- Add two new httpd booleans, turned off by default
Daniel J Walsh e1ccb6
	* httpd_can_network_relay
Daniel J Walsh e1ccb6
	* httpd_can_network_connect_db
Daniel J Walsh e1ccb6
Daniel J Walsh 7c94e8
* Fri Dec  8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-2
Daniel J Walsh 7c94e8
- Add ghost for policy.20
Daniel J Walsh 7c94e8
Daniel J Walsh 6f5a3b
* Thu Dec  8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-1
Daniel J Walsh 6f5a3b
- Update to upstream
Daniel J Walsh 6f5a3b
- Turn off boolean allow_execstack
Daniel J Walsh 6f5a3b
Daniel J Walsh c6c498
* Thu Dec  8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-3
Daniel J Walsh c6c498
- Change setrans-mls to use new libsetrans
Daniel J Walsh c6c498
- Add default_context rule for xdm
Daniel J Walsh c6c498
Daniel J Walsh 12e089
* Thu Dec  8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-2.
Daniel J Walsh 12e089
- Change Requires to PreReg for requiring of policycoreutils on install
Daniel J Walsh 12e089
Daniel J Walsh 12e089
* Wed Dec  7 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-1.
Daniel J Walsh 12e089
- New upstream release
Daniel J Walsh 12e089
Daniel J Walsh 97bd2a
* Wed Dec  7 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-2.
Daniel J Walsh 97bd2a
Add xdm policy
Daniel J Walsh 97bd2a
Daniel J Walsh 46a906
* Tue Dec  6 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-1.
Daniel J Walsh 46a906
Update from upstream
Daniel J Walsh 46a906
Daniel J Walsh 475186
* Fri Dec  2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.9-1.
Daniel J Walsh 475186
Update from upstream
Daniel J Walsh 475186
Daniel J Walsh caeef1
* Fri Dec  2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.8-1.
Daniel J Walsh caeef1
Update from upstream
Daniel J Walsh caeef1
Nalin Dahyabhai 2b2203
* Fri Dec  2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-3
Nalin Dahyabhai 2b2203
- Also trigger to rebuild policy for versions up to 2.0.7.
Nalin Dahyabhai 2b2203
Nalin Dahyabhai 2b2203
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-2
Daniel J Walsh 28930b
- No longer installing policy.20 file, anaconda handles the building of the app.
Daniel J Walsh 28930b
Nalin Dahyabhai 2b2203
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.6-2
Daniel J Walsh 4199dc
- Fixes for dovecot and saslauthd
Daniel J Walsh 4199dc
Nalin Dahyabhai 2b2203
* Wed Nov 23 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-4
Daniel J Walsh 21dea1
- Cleanup pegasus and named 
Daniel J Walsh 21dea1
- Fix spec file
Daniel J Walsh c1b022
- Fix up passwd changing applications
Daniel J Walsh 21dea1
Nalin Dahyabhai 2b2203
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-1
Daniel J Walsh e38dc4
-Update to latest from upstream
Daniel J Walsh e38dc4
Nalin Dahyabhai 2b2203
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.4-1
Daniel J Walsh 765f81
- Add rules for pegasus and avahi
Daniel J Walsh 765f81
Nalin Dahyabhai 2b2203
* Mon Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-2
Daniel J Walsh a32f66
- Start building MLS Policy
Daniel J Walsh a32f66
Nalin Dahyabhai 2b2203
* Fri Nov 18 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-1
Daniel J Walsh 1a0a25
- Update to upstream
Daniel J Walsh 1a0a25
Nalin Dahyabhai 2b2203
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-2
Daniel J Walsh 205d3f
- Turn on bash
Daniel J Walsh 205d3f
Nalin Dahyabhai 2b2203
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-1
Daniel J Walsh 1580c8
- Initial version