2005-11-14 23:22:29 +00:00
|
|
|
%define distro redhat
|
2006-02-24 16:43:26 +00:00
|
|
|
%define polyinstatiate n
|
2005-11-14 23:22:29 +00:00
|
|
|
%define monolithic n
|
2006-03-24 16:44:06 +00:00
|
|
|
%if %{?BUILD_TARGETED:0}%{!?BUILD_TARGETED:1}
|
|
|
|
%define BUILD_TARGETED 1
|
|
|
|
%endif
|
2007-06-22 19:21:00 +00:00
|
|
|
%if %{?BUILD_OLPC:0}%{!?BUILD_OLPC:1}
|
|
|
|
%define BUILD_OLPC 0
|
|
|
|
%endif
|
2006-03-24 16:44:06 +00:00
|
|
|
%if %{?BUILD_MLS:0}%{!?BUILD_MLS:1}
|
2006-02-20 22:11:40 +00:00
|
|
|
%define BUILD_MLS 1
|
2006-03-24 16:44:06 +00:00
|
|
|
%endif
|
2006-10-30 16:45:09 +00:00
|
|
|
%define POLICYVER 21
|
2007-06-22 19:21:00 +00:00
|
|
|
%define libsepolver 2.0.3-2
|
|
|
|
%define POLICYCOREUTILSVER 2.0.21-1
|
|
|
|
%define CHECKPOLICYVER 2.0.3-1
|
2005-11-14 23:22:29 +00:00
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Name: selinux-policy
|
2007-05-31 18:40:35 +00:00
|
|
|
Version: 3.0.1
|
2007-06-27 19:48:33 +00:00
|
|
|
Release: 3%{?dist}
|
2005-11-14 23:22:29 +00:00
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source: serefpolicy-%{version}.tgz
|
2007-05-31 18:40:35 +00:00
|
|
|
patch: policy-20070525.patch
|
2005-12-13 22:13:21 +00:00
|
|
|
Source1: modules-targeted.conf
|
|
|
|
Source2: booleans-targeted.conf
|
2006-02-22 22:46:02 +00:00
|
|
|
Source3: Makefile.devel
|
2005-12-13 22:13:21 +00:00
|
|
|
Source4: setrans-targeted.conf
|
|
|
|
Source5: modules-mls.conf
|
2006-02-19 12:17:15 +00:00
|
|
|
Source6: booleans-mls.conf
|
2005-12-13 22:13:21 +00:00
|
|
|
Source8: setrans-mls.conf
|
2007-06-22 19:21:00 +00:00
|
|
|
Source9: modules-olpc.conf
|
|
|
|
Source10: booleans-olpc.conf
|
|
|
|
Source11: setrans-olpc.conf
|
|
|
|
Source12: securetty_types-olpc
|
2006-02-03 14:59:07 +00:00
|
|
|
Source13: policygentool
|
2007-01-11 22:43:22 +00:00
|
|
|
Source14: securetty_types-targeted
|
|
|
|
Source15: securetty_types-mls
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2005-11-14 23:22:29 +00:00
|
|
|
Url: http://serefpolicy.sourceforge.net
|
2006-05-10 20:00:43 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-11-14 23:22:29 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER}
|
2006-09-29 18:12:18 +00:00
|
|
|
PreReq: policycoreutils >= %{POLICYCOREUTILSVER} libsemanage >= 1.6.17-1
|
2005-11-14 23:22:29 +00:00
|
|
|
Obsoletes: policy
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
%description
|
|
|
|
SELinux Base package
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_mandir}/man8/*
|
2006-02-22 22:46:02 +00:00
|
|
|
%doc %{_usr}/share/doc/%{name}-%{version}
|
|
|
|
%dir %{_usr}/share/selinux
|
|
|
|
%dir %{_sysconfdir}/selinux
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/selinux/config
|
|
|
|
%ghost %{_sysconfdir}/sysconfig/selinux
|
2006-06-20 12:58:27 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: SELinux policy development
|
|
|
|
Group: System Environment/Base
|
2006-06-20 21:15:11 +00:00
|
|
|
Prereq: checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER}
|
|
|
|
Prereq: selinux-policy = %{version}-%{release}
|
2006-06-20 12:58:27 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
SELinux Policy development package
|
|
|
|
|
|
|
|
%files devel
|
2006-06-09 02:55:43 +00:00
|
|
|
%dir %{_usr}/share/selinux/devel
|
|
|
|
%dir %{_usr}/share/selinux/devel/include
|
2006-02-23 18:56:17 +00:00
|
|
|
%{_usr}/share/selinux/devel/include/*
|
|
|
|
%{_usr}/share/selinux/devel/Makefile
|
|
|
|
%{_usr}/share/selinux/devel/policygentool
|
|
|
|
%{_usr}/share/selinux/devel/example.*
|
2006-03-04 05:10:54 +00:00
|
|
|
%attr(755,root,root) %{_usr}/share/selinux/devel/policyhelp
|
2005-12-20 04:02:59 +00:00
|
|
|
|
2007-02-15 20:29:48 +00:00
|
|
|
%post devel
|
2007-03-23 14:32:31 +00:00
|
|
|
[ -x /usr/sbin/sepolgen-ifgen ] && /usr/sbin/sepolgen-ifgen > /dev/null
|
2007-06-22 19:21:00 +00:00
|
|
|
exit 0
|
2007-02-15 20:29:48 +00:00
|
|
|
|
2006-02-03 14:59:07 +00:00
|
|
|
%define setupCmds() \
|
2006-10-17 19:59:07 +00:00
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 bare \
|
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 conf \
|
2005-11-21 21:43:55 +00:00
|
|
|
cp -f ${RPM_SOURCE_DIR}/modules-%1.conf ./policy/modules.conf \
|
|
|
|
cp -f ${RPM_SOURCE_DIR}/booleans-%1.conf ./policy/booleans.conf \
|
2006-02-03 14:59:07 +00:00
|
|
|
|
2006-07-26 17:58:28 +00:00
|
|
|
%define moduleList() %([ -f %{_sourcedir}/modules-%{1}.conf ] && \
|
|
|
|
awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "-i %%s.pp ", $1 }' %{_sourcedir}/modules-%{1}.conf )
|
|
|
|
|
2006-02-03 14:59:07 +00:00
|
|
|
%define installCmds() \
|
2006-10-17 19:59:07 +00:00
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 base.pp \
|
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 modules \
|
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 install \
|
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 install-appconfig \
|
2006-05-10 20:00:43 +00:00
|
|
|
#%{__cp} *.pp %{buildroot}/%{_usr}/share/selinux/%1/ \
|
|
|
|
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/policy \
|
|
|
|
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/modules/active \
|
|
|
|
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/contexts/files \
|
|
|
|
touch %{buildroot}/%{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
|
|
|
|
touch %{buildroot}/%{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
|
2006-10-17 19:59:07 +00:00
|
|
|
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 enableaudit \
|
|
|
|
make -W base.conf NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 base.pp \
|
2006-05-10 20:00:43 +00:00
|
|
|
install -m0644 base.pp %{buildroot}%{_usr}/share/selinux/%1/enableaudit.pp \
|
|
|
|
rm -rf %{buildroot}%{_sysconfdir}/selinux/%1/booleans \
|
|
|
|
touch %{buildroot}%{_sysconfdir}/selinux/%1/seusers \
|
|
|
|
touch %{buildroot}%{_sysconfdir}/selinux/%1/policy/policy.%{POLICYVER} \
|
|
|
|
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
|
|
|
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
|
|
|
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
2007-01-11 22:43:22 +00:00
|
|
|
install -m0644 ${RPM_SOURCE_DIR}/securetty_types-%1 %{buildroot}%{_sysconfdir}/selinux/%1/contexts/securetty_types \
|
2006-05-10 20:00:43 +00:00
|
|
|
install -m0644 ${RPM_SOURCE_DIR}/setrans-%1.conf %{buildroot}%{_sysconfdir}/selinux/%1/setrans.conf \
|
2005-11-21 21:43:55 +00:00
|
|
|
%nil
|
2005-11-14 23:22:29 +00:00
|
|
|
|
|
|
|
%define fileList() \
|
|
|
|
%defattr(-,root,root) \
|
2006-11-06 21:15:57 +00:00
|
|
|
%dir %{_usr}/share/selinux/%1 \
|
2006-01-24 15:41:46 +00:00
|
|
|
%{_usr}/share/selinux/%1/*.pp \
|
2005-11-14 23:22:29 +00:00
|
|
|
%dir %{_sysconfdir}/selinux/%1 \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/setrans.conf \
|
|
|
|
%ghost %{_sysconfdir}/selinux/%1/seusers \
|
|
|
|
%dir %{_sysconfdir}/selinux/%1/modules \
|
2006-07-09 09:51:33 +00:00
|
|
|
%verify(not mtime) %{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
|
|
|
|
%verify(not mtime) %{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
|
2005-11-23 19:11:28 +00:00
|
|
|
%attr(700,root,root) %dir %{_sysconfdir}/selinux/%1/modules/active \
|
2006-02-19 12:17:15 +00:00
|
|
|
#%verify(not md5 size mtime) %attr(600,root,root) %config(noreplace) %{_sysconfdir}/selinux/%1/modules/active/seusers \
|
2005-11-14 23:22:29 +00:00
|
|
|
%dir %{_sysconfdir}/selinux/%1/policy/ \
|
2005-12-09 18:31:04 +00:00
|
|
|
%ghost %{_sysconfdir}/selinux/%1/policy/policy.* \
|
2005-11-14 23:22:29 +00:00
|
|
|
%dir %{_sysconfdir}/selinux/%1/contexts \
|
2006-03-04 05:10:54 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/customizable_types \
|
2007-01-11 22:43:22 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/securetty_types \
|
2005-11-14 23:22:29 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/dbus_contexts \
|
2005-12-09 18:31:04 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/default_contexts \
|
2005-11-14 23:22:29 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/default_type \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/failsafe_context \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/initrc_context \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/removable_context \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/userhelper_context \
|
|
|
|
%dir %{_sysconfdir}/selinux/%1/contexts/files \
|
2005-12-30 16:08:00 +00:00
|
|
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
|
|
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
|
|
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
2006-02-23 18:56:17 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/files/media \
|
2006-10-17 18:43:08 +00:00
|
|
|
%dir %{_sysconfdir}/selinux/%1/contexts/users \
|
2007-06-22 19:21:00 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/root \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/guest_u \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/user_u \
|
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/staff_u
|
2005-11-14 23:22:29 +00:00
|
|
|
|
|
|
|
%define saveFileContext() \
|
2005-12-01 18:16:50 +00:00
|
|
|
if [ -s /etc/selinux/config ]; then \
|
|
|
|
. %{_sysconfdir}/selinux/config; \
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
|
|
|
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
|
|
|
|
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
|
|
|
|
fi \
|
|
|
|
fi
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2007-06-22 19:21:00 +00:00
|
|
|
%define loadpolicy() \
|
2006-02-03 14:59:07 +00:00
|
|
|
( cd /usr/share/selinux/%1; \
|
2006-07-26 17:58:28 +00:00
|
|
|
semodule -b base.pp %{expand:%%moduleList %1} -s %1; \
|
2006-02-03 14:59:07 +00:00
|
|
|
);\
|
2005-11-23 17:11:44 +00:00
|
|
|
rm -f %{_sysconfdir}/selinux/%1/policy/policy.*.rpmnew
|
2005-11-14 23:22:29 +00:00
|
|
|
|
|
|
|
%define relabel() \
|
|
|
|
. %{_sysconfdir}/selinux/config; \
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
2007-04-02 21:06:47 +00:00
|
|
|
selinuxenabled; \
|
|
|
|
if [ $? == 0 -a "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT}.pre ]; then \
|
2006-03-21 15:42:38 +00:00
|
|
|
fixfiles -C ${FILE_CONTEXT}.pre restore; \
|
2007-05-02 02:53:14 +00:00
|
|
|
restorecon -R /var/log 2> /dev/null; \
|
2005-11-14 23:22:29 +00:00
|
|
|
rm -f ${FILE_CONTEXT}.pre; \
|
|
|
|
fi;
|
|
|
|
|
|
|
|
%description
|
|
|
|
SELinux Reference Policy - modular.
|
2007-06-26 12:09:30 +00:00
|
|
|
Based off of reference policy: Checked out revision 2348.
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-11-21 21:43:55 +00:00
|
|
|
%prep
|
2005-11-14 23:22:29 +00:00
|
|
|
%setup -q -n serefpolicy-%{version}
|
2006-04-17 11:27:44 +00:00
|
|
|
%patch -p1
|
2006-03-24 16:44:06 +00:00
|
|
|
|
2005-11-14 23:22:29 +00:00
|
|
|
%install
|
2005-11-21 21:49:31 +00:00
|
|
|
# Build targeted policy
|
2006-05-10 20:00:43 +00:00
|
|
|
%{__rm} -fR %{buildroot}
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man8/
|
|
|
|
install -m 644 man/man8/*.8 %{buildroot}%{_mandir}/man8/
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/selinux
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
|
|
|
|
touch %{buildroot}%{_sysconfdir}/selinux/config
|
|
|
|
touch %{buildroot}%{_sysconfdir}/sysconfig/selinux
|
2005-12-20 04:02:59 +00:00
|
|
|
|
2006-07-26 17:58:28 +00:00
|
|
|
# Always create policy module package directories
|
2007-05-31 18:40:35 +00:00
|
|
|
mkdir -p %{buildroot}%{_usr}/share/selinux/{targeted,mls}/
|
2006-07-26 17:58:28 +00:00
|
|
|
|
2006-02-23 18:56:17 +00:00
|
|
|
# Install devel
|
|
|
|
make clean
|
2006-03-24 16:44:06 +00:00
|
|
|
%if %{BUILD_TARGETED}
|
2006-01-24 15:41:46 +00:00
|
|
|
# Build targeted policy
|
|
|
|
# Commented out because only targeted ref policy currently builds
|
2007-06-22 19:21:00 +00:00
|
|
|
%setupCmds targeted targeted-mcs n y
|
|
|
|
%installCmds targeted targeted-mcs n y
|
2006-03-24 16:44:06 +00:00
|
|
|
%endif
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2006-03-24 16:44:06 +00:00
|
|
|
%if %{BUILD_MLS}
|
2006-01-24 15:41:46 +00:00
|
|
|
# Build mls policy
|
2007-06-22 19:21:00 +00:00
|
|
|
%setupCmds mls strict-mls n y
|
|
|
|
%installCmds mls strict-mls n y
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{BUILD_OLPC}
|
|
|
|
# Build targeted policy
|
|
|
|
# Commented out because only targeted ref policy currently builds
|
|
|
|
%setupCmds olpc targeted-mcs n y
|
|
|
|
%installCmds olpc targeted-mcs n y
|
2006-03-24 16:44:06 +00:00
|
|
|
%endif
|
2006-01-24 15:41:46 +00:00
|
|
|
|
2007-06-22 19:21:00 +00:00
|
|
|
make NAME=targeted TYPE=targeted-mcs DISTRO=%{distro} DIRECT_INITRC=n MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} PKGNAME=%{name}-%{version} POLY=y MLS_CATS=1024 MCS_CATS=1024 install-headers install-docs
|
2007-04-02 15:17:45 +00:00
|
|
|
mkdir %{buildroot}%{_usr}/share/selinux/devel/
|
|
|
|
mv %{buildroot}%{_usr}/share/selinux/targeted/include %{buildroot}%{_usr}/share/selinux/devel/include
|
|
|
|
install -m 755 ${RPM_SOURCE_DIR}/policygentool %{buildroot}%{_usr}/share/selinux/devel/
|
|
|
|
install -m 644 ${RPM_SOURCE_DIR}/Makefile.devel %{buildroot}%{_usr}/share/selinux/devel/Makefile
|
|
|
|
install -m 644 doc/example.* %{buildroot}%{_usr}/share/selinux/devel/
|
|
|
|
echo "htmlview file:///usr/share/doc/selinux-policy-%{version}/html/index.html"> %{buildroot}%{_usr}/share/selinux/devel/policyhelp
|
|
|
|
chmod +x %{buildroot}%{_usr}/share/selinux/devel/policyhelp
|
|
|
|
|
|
|
|
|
2005-11-14 23:22:29 +00:00
|
|
|
%clean
|
2006-05-10 20:00:43 +00:00
|
|
|
%{__rm} -fR %{buildroot}
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2006-03-08 20:40:43 +00:00
|
|
|
%post
|
2005-11-15 00:07:50 +00:00
|
|
|
if [ ! -s /etc/selinux/config ]; then
|
|
|
|
#
|
|
|
|
# New install so we will default to targeted policy
|
|
|
|
#
|
|
|
|
echo "
|
|
|
|
# This file controls the state of SELinux on the system.
|
|
|
|
# SELINUX= can take one of these three values:
|
|
|
|
# enforcing - SELinux security policy is enforced.
|
|
|
|
# permissive - SELinux prints warnings instead of enforcing.
|
|
|
|
# disabled - No SELinux policy is loaded.
|
|
|
|
SELINUX=enforcing
|
|
|
|
# SELINUXTYPE= can take one of these two values:
|
2007-05-31 18:40:35 +00:00
|
|
|
# targeted - Targeted processes are protected,
|
2005-11-15 00:07:50 +00:00
|
|
|
# mls - Multi Level Security protection.
|
|
|
|
SELINUXTYPE=targeted
|
|
|
|
# SETLOCALDEFS= Check local definition changes
|
|
|
|
SETLOCALDEFS=0
|
|
|
|
|
|
|
|
" > /etc/selinux/config
|
|
|
|
|
2006-02-19 12:17:15 +00:00
|
|
|
ln -sf ../selinux/config /etc/sysconfig/selinux
|
2007-05-02 02:53:14 +00:00
|
|
|
restorecon /etc/selinux/config 2> /dev/null
|
2005-11-15 00:07:50 +00:00
|
|
|
else
|
2006-03-08 20:40:43 +00:00
|
|
|
. /etc/selinux/config
|
2005-11-15 00:07:50 +00:00
|
|
|
# if first time update booleans.local needs to be copied to sandbox
|
2006-03-08 20:40:43 +00:00
|
|
|
[ -f /etc/selinux/${SELINUXTYPE}/booleans.local ] && mv /etc/selinux/${SELINUXTYPE}/booleans.local /etc/selinux/targeted/modules/active/
|
|
|
|
[ -f /etc/selinux/${SELINUXTYPE}/seusers ] && cp -f /etc/selinux/${SELINUXTYPE}/seusers /etc/selinux/${SELINUXTYPE}/modules/active/seusers
|
2005-11-15 00:07:50 +00:00
|
|
|
grep -q "^SETLOCALDEFS" /etc/selinux/config || echo -n "
|
|
|
|
# SETLOCALDEFS= Check local definition changes
|
|
|
|
SETLOCALDEFS=0
|
|
|
|
">> /etc/selinux/config
|
|
|
|
fi
|
2006-03-08 20:40:43 +00:00
|
|
|
|
2006-04-19 17:37:38 +00:00
|
|
|
%postun
|
2006-04-25 11:03:12 +00:00
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
setenforce 0 2> /dev/null
|
|
|
|
if [ ! -s /etc/selinux/config ]; then
|
|
|
|
echo "SELINUX=disabled" > /etc/selinux/config
|
|
|
|
else
|
|
|
|
sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
|
|
|
|
fi
|
2006-04-19 17:37:38 +00:00
|
|
|
fi
|
2007-06-22 19:21:00 +00:00
|
|
|
exit 0
|
2006-04-19 17:37:38 +00:00
|
|
|
|
2006-03-24 16:44:06 +00:00
|
|
|
%if %{BUILD_TARGETED}
|
|
|
|
%package targeted
|
|
|
|
Summary: SELinux targeted base policy
|
|
|
|
Group: System Environment/Base
|
|
|
|
Provides: selinux-policy-base
|
|
|
|
Obsoletes: selinux-policy-targeted-sources
|
|
|
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
|
|
Prereq: coreutils
|
|
|
|
Prereq: selinux-policy = %{version}-%{release}
|
|
|
|
|
|
|
|
%description targeted
|
|
|
|
SELinux Reference policy targeted base module.
|
|
|
|
|
|
|
|
%pre targeted
|
|
|
|
%saveFileContext targeted
|
|
|
|
|
2006-03-08 20:40:43 +00:00
|
|
|
%post targeted
|
2007-06-22 19:21:00 +00:00
|
|
|
%loadpolicy targeted
|
2005-12-13 22:13:21 +00:00
|
|
|
%relabel targeted
|
2007-06-22 19:21:00 +00:00
|
|
|
exit 0
|
2005-11-15 00:07:50 +00:00
|
|
|
|
2007-06-22 19:21:00 +00:00
|
|
|
%triggerpostun targeted -- selinux-policy-targeted < 3.0.1
|
|
|
|
semanage login -m -s "system_u" __default__ 2> /dev/null
|
|
|
|
semanage user -a -P unconfined -R "unconfined_r system_r" unconfined_u 2> /dev/null
|
|
|
|
restorecon -R /root 2> /dev/null
|
|
|
|
exit 0
|
2005-11-15 00:07:50 +00:00
|
|
|
|
2006-03-24 16:44:06 +00:00
|
|
|
%files targeted
|
|
|
|
%fileList targeted
|
2007-06-22 19:21:00 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{BUILD_OLPC}
|
|
|
|
%package olpc
|
|
|
|
Summary: SELinux olpc base policy
|
|
|
|
Group: System Environment/Base
|
|
|
|
Provides: selinux-policy-base
|
|
|
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
|
|
Prereq: coreutils
|
|
|
|
Prereq: selinux-policy = %{version}-%{release}
|
|
|
|
|
|
|
|
%description olpc
|
|
|
|
SELinux Reference policy olpc base module.
|
|
|
|
|
|
|
|
%pre olpc
|
|
|
|
%saveFileContext olpc
|
|
|
|
|
|
|
|
%post olpc
|
|
|
|
%loadpolicy olpc
|
|
|
|
%relabel olpc
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files olpc
|
|
|
|
%fileList olpc
|
2006-03-24 16:44:06 +00:00
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{BUILD_MLS}
|
2005-12-13 22:13:21 +00:00
|
|
|
%package mls
|
|
|
|
Summary: SELinux mls base policy
|
2005-11-14 23:22:29 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
Provides: selinux-policy-base
|
2005-12-13 22:13:21 +00:00
|
|
|
Obsoletes: selinux-policy-mls-sources
|
2006-10-30 21:18:40 +00:00
|
|
|
Requires: policycoreutils-newrole >= %{POLICYCOREUTILSVER}
|
2005-12-12 19:43:05 +00:00
|
|
|
Prereq: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
|
|
Prereq: coreutils
|
2006-01-04 19:02:16 +00:00
|
|
|
Prereq: selinux-policy = %{version}-%{release}
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%description mls
|
|
|
|
SELinux Reference policy mls base module.
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%pre mls
|
|
|
|
%saveFileContext mls
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%post mls
|
2007-06-22 19:21:00 +00:00
|
|
|
%loadpolicy mls
|
2005-12-13 22:13:21 +00:00
|
|
|
%relabel mls
|
2007-06-22 19:21:00 +00:00
|
|
|
exit 0
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-13 22:13:21 +00:00
|
|
|
%files mls
|
|
|
|
%fileList mls
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2006-03-24 16:44:06 +00:00
|
|
|
%endif
|
|
|
|
|
2007-05-31 18:40:35 +00:00
|
|
|
%changelog
|
2007-06-27 19:48:33 +00:00
|
|
|
* Wed Jun 26 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-3
|
|
|
|
- Fix syslog declaration
|
|
|
|
|
2007-06-27 18:12:03 +00:00
|
|
|
* Wed Jun 26 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-2
|
|
|
|
- Allow avahi to access inotify
|
|
|
|
- Remove a lot of bogus security_t:filesystem avcs
|
|
|
|
|
2007-05-31 18:40:35 +00:00
|
|
|
* Fri May 25 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-1
|
|
|
|
- Remove ifdef strict policy from upstream
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2007-05-31 18:40:35 +00:00
|
|
|
* Fri May 18 2007 Dan Walsh <dwalsh@redhat.com> 2.6.5-3
|
|
|
|
- Remove ifdef strict to allow user_u to login
|
2005-12-10 05:19:29 +00:00
|
|
|
|
2007-05-23 18:35:37 +00:00
|
|
|
* Fri May 18 2007 Dan Walsh <dwalsh@redhat.com> 2.6.5-2
|
|
|
|
- Fix for amands
|
|
|
|
- Allow semanage to read pp files
|
|
|
|
- Allow rhgb to read xdm_xserver_tmp
|
2007-05-21 18:54:40 +00:00
|
|
|
|
|
|
|
* Fri May 18 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-7
|
|
|
|
- Allow kerberos servers to use ldap for backing store
|
|
|
|
|
2007-05-17 17:16:26 +00:00
|
|
|
* Thu May 17 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-6
|
|
|
|
- allow alsactl to read kernel state
|
|
|
|
|
2007-05-16 22:13:23 +00:00
|
|
|
* Wed May 16 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-5
|
2007-05-16 21:48:52 +00:00
|
|
|
- More fixes for alsactl
|
2007-05-16 22:13:23 +00:00
|
|
|
- Transition from hal and modutils
|
2007-05-16 21:09:41 +00:00
|
|
|
- Fixes for suspend resume.
|
|
|
|
- insmod domtrans to alsactl
|
|
|
|
- insmod writes to hal log
|
|
|
|
|
2007-05-16 19:31:34 +00:00
|
|
|
* Wed May 16 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-2
|
|
|
|
- Allow unconfined_t to transition to NetworkManager_t
|
|
|
|
- Fix netlabel policy
|
|
|
|
|
2007-05-14 19:54:57 +00:00
|
|
|
* Mon May 14 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
|
2007-05-04 17:30:10 +00:00
|
|
|
* Fri May 4 2007 Dan Walsh <dwalsh@redhat.com> 2.6.3-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
|
2007-05-01 20:53:29 +00:00
|
|
|
* Mon Apr 30 2007 Dan Walsh <dwalsh@redhat.com> 2.6.2-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
|
|
|
|
* Fri Apr 27 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-4
|
|
|
|
- Allow pcscd_t to send itself signals
|
|
|
|
|
2007-04-27 17:23:49 +00:00
|
|
|
* Fri Apr 27 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-3
|
|
|
|
-
|
|
|
|
|
2007-04-25 18:31:32 +00:00
|
|
|
* Wed Apr 25 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-2
|
|
|
|
- Fixes for unix_update
|
|
|
|
- Fix logwatch to be able to search all dirs
|
|
|
|
|
2007-04-23 17:00:48 +00:00
|
|
|
* Mon Apr 23 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-1
|
|
|
|
- Upstream bumped the version
|
|
|
|
|
2007-04-20 20:13:07 +00:00
|
|
|
* Thu Apr 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-12
|
|
|
|
- Allow consolekit to syslog
|
|
|
|
- Allow ntfs to work with hal
|
|
|
|
|
2007-04-19 18:24:08 +00:00
|
|
|
* Thu Apr 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-11
|
2007-04-20 20:13:07 +00:00
|
|
|
- Allow iptables to read etc_runtime_t
|
2007-04-19 18:24:08 +00:00
|
|
|
|
2007-04-19 13:58:54 +00:00
|
|
|
* Thu Apr 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-10
|
2007-04-19 13:40:31 +00:00
|
|
|
- MLS Fixes
|
|
|
|
|
2007-04-18 21:00:52 +00:00
|
|
|
* Wed Apr 18 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-8
|
|
|
|
- Fix path of /etc/lvm/cache directory
|
2007-04-18 20:50:02 +00:00
|
|
|
- Fixes for alsactl and pppd_t
|
2007-04-18 20:45:20 +00:00
|
|
|
- Fixes for consolekit
|
|
|
|
|
2007-04-17 20:42:32 +00:00
|
|
|
* Tue Apr 17 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-5
|
|
|
|
- Allow insmod_t to mount kvmfs_t filesystems
|
|
|
|
|
2007-04-17 19:28:14 +00:00
|
|
|
* Tue Apr 17 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-4
|
|
|
|
- Rwho policy
|
|
|
|
- Fixes for consolekit
|
|
|
|
|
2007-04-16 17:11:45 +00:00
|
|
|
* Fri Apr 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-3
|
|
|
|
- fixes for fusefs
|
|
|
|
|
2007-04-12 21:09:34 +00:00
|
|
|
* Thu Apr 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-2
|
|
|
|
- Fix samba_net to allow it to view samba_var_t
|
|
|
|
|
2007-04-11 20:55:28 +00:00
|
|
|
* Tue Apr 10 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2007-04-10 15:20:50 +00:00
|
|
|
* Tue Apr 10 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-8
|
|
|
|
- Fix Sonypic backlight
|
|
|
|
- Allow snmp to look at squid_conf_t
|
|
|
|
|
2007-04-09 20:47:56 +00:00
|
|
|
* Mon Apr 9 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-7
|
|
|
|
- Fixes for pyzor, cyrus, consoletype on everything installs
|
|
|
|
|
2007-04-09 18:36:06 +00:00
|
|
|
* Mon Apr 9 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-6
|
|
|
|
- Fix hald_acl_t to be able to getattr/setattr on usb devices
|
|
|
|
- Dontaudit write to unconfined_pipes for load_policy
|
|
|
|
|
2007-04-07 11:35:20 +00:00
|
|
|
* Thu Apr 5 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-5
|
|
|
|
- Allow bluetooth to read inotifyfs
|
|
|
|
|
2007-04-04 20:46:07 +00:00
|
|
|
* Wed Apr 4 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-4
|
|
|
|
- Fixes for samba domain controller.
|
|
|
|
- Allow ConsoleKit to look at ttys
|
|
|
|
|
2007-04-04 19:44:58 +00:00
|
|
|
* Tue Apr 3 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-3
|
|
|
|
- Fix interface call
|
|
|
|
|
2007-04-03 19:25:58 +00:00
|
|
|
* Tue Apr 3 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-2
|
|
|
|
- Allow syslog-ng to read /var
|
|
|
|
- Allow locate to getattr on all filesystems
|
|
|
|
- nscd needs setcap
|
|
|
|
|
2007-04-02 15:17:45 +00:00
|
|
|
* Mon Mar 26 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2007-03-23 15:42:50 +00:00
|
|
|
* Fri Mar 23 2007 Dan Walsh <dwalsh@redhat.com> 2.5.10-2
|
|
|
|
- Allow samba to run groupadd
|
|
|
|
|
2007-03-23 14:32:31 +00:00
|
|
|
* Thu Mar 22 2007 Dan Walsh <dwalsh@redhat.com> 2.5.10-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Thu Mar 22 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-6
|
|
|
|
- Allow mdadm to access generic scsi devices
|
|
|
|
|
2007-03-22 10:40:53 +00:00
|
|
|
* Wed Mar 21 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-5
|
|
|
|
- Fix labeling on udev.tbl dirs
|
|
|
|
|
2007-03-21 03:39:06 +00:00
|
|
|
* Tue Mar 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-4
|
|
|
|
- Fixes for logwatch
|
|
|
|
|
2007-03-20 20:45:45 +00:00
|
|
|
* Tue Mar 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-3
|
|
|
|
- Add fusermount and mount_ntfs policy
|
|
|
|
|
2007-03-20 16:22:25 +00:00
|
|
|
* Tue Mar 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-2
|
|
|
|
- Update to upstream
|
|
|
|
- Allow saslauthd to use kerberos keytabs
|
2007-03-20 15:01:28 +00:00
|
|
|
|
2007-03-19 19:33:06 +00:00
|
|
|
* Mon Mar 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-8
|
|
|
|
- Fixes for samba_var_t
|
|
|
|
|
|
|
|
* Mon Mar 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-7
|
|
|
|
- Allow networkmanager to setpgid
|
|
|
|
- Fixes for hal_acl_t
|
|
|
|
|
2007-03-19 14:42:08 +00:00
|
|
|
* Mon Mar 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-6
|
2007-03-19 14:51:28 +00:00
|
|
|
- Remove disable_trans booleans
|
2007-03-19 14:42:08 +00:00
|
|
|
- hald_acl_t needs to talk to nscd
|
|
|
|
|
2007-03-16 03:14:13 +00:00
|
|
|
* Thu Mar 15 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-5
|
|
|
|
- Fix prelink to be able to manage usr dirs.
|
|
|
|
|
2007-03-14 12:48:09 +00:00
|
|
|
* Tue Mar 13 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-4
|
|
|
|
- Allow insmod to launch init scripts
|
|
|
|
|
2007-03-13 17:46:34 +00:00
|
|
|
* Tue Mar 13 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-3
|
|
|
|
- Remove setsebool policy
|
|
|
|
|
2007-03-12 14:51:29 +00:00
|
|
|
* Mon Mar 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-2
|
|
|
|
- Fix handling of unlabled_t packets
|
|
|
|
|
|
|
|
* Thu Mar 8 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-1
|
2007-03-11 05:19:36 +00:00
|
|
|
- More of my patches from upstream
|
|
|
|
|
2007-03-01 16:30:20 +00:00
|
|
|
* Thu Mar 1 2007 Dan Walsh <dwalsh@redhat.com> 2.5.7-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
- Add fail2ban policy
|
|
|
|
|
2007-02-28 21:23:19 +00:00
|
|
|
* Wed Feb 28 2007 Dan Walsh <dwalsh@redhat.com> 2.5.6-1
|
|
|
|
- Update to remove security_t:filesystem getattr problems
|
|
|
|
|
2007-02-27 18:34:08 +00:00
|
|
|
* Fri Feb 23 2007 Dan Walsh <dwalsh@redhat.com> 2.5.5-2
|
|
|
|
- Policy for consolekit
|
|
|
|
|
2007-02-26 15:06:22 +00:00
|
|
|
* Fri Feb 23 2007 Dan Walsh <dwalsh@redhat.com> 2.5.5-1
|
2007-02-27 18:34:08 +00:00
|
|
|
- Update to latest from upstream
|
2007-02-26 15:06:22 +00:00
|
|
|
|
2007-02-23 15:35:01 +00:00
|
|
|
* Wed Feb 21 2007 Dan Walsh <dwalsh@redhat.com> 2.5.4-2
|
|
|
|
- Revert Nemiver change
|
|
|
|
- Set sudo as a corecmd so prelink will work, remove sudoedit mapping, since this will not work, it does not transition.
|
|
|
|
- Allow samba to execute useradd
|
|
|
|
|
|
|
|
* Tue Feb 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.4-1
|
|
|
|
- Upgrade to the latest from upstream
|
|
|
|
|
2007-02-16 19:55:48 +00:00
|
|
|
* Thu Feb 15 2007 Dan Walsh <dwalsh@redhat.com> 2.5.3-3
|
2007-02-15 20:46:02 +00:00
|
|
|
- Add sepolgen support
|
|
|
|
- Add bugzilla policy
|
|
|
|
|
2007-02-15 00:19:30 +00:00
|
|
|
* Wed Feb 14 2007 Dan Walsh <dwalsh@redhat.com> 2.5.3-2
|
|
|
|
- Fix file context for nemiver
|
|
|
|
|
|
|
|
* Sun Feb 11 2007 Dan Walsh <dwalsh@redhat.com> 2.5.3-1
|
|
|
|
- Remove include sym link
|
2007-02-12 16:18:31 +00:00
|
|
|
|
2007-02-06 16:54:13 +00:00
|
|
|
* Mon Feb 5 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-6
|
|
|
|
- Allow mozilla, evolution and thunderbird to read dev_random.
|
|
|
|
Resolves: #227002
|
|
|
|
- Allow spamd to connect to smtp port
|
|
|
|
Resolves: #227184
|
|
|
|
- Fixes to make ypxfr work
|
|
|
|
Resolves: #227237
|
|
|
|
|
2007-02-04 12:42:16 +00:00
|
|
|
* Sun Feb 4 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-5
|
|
|
|
- Fix ssh_agent to be marked as an executable
|
|
|
|
- Allow Hal to rw sound device
|
|
|
|
|
2007-02-01 21:40:50 +00:00
|
|
|
* Thu Feb 1 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-4
|
|
|
|
- Fix spamassisin so crond can update spam files
|
|
|
|
- Fixes to allow kpasswd to work
|
|
|
|
- Fixes for bluetooth
|
|
|
|
|
2007-01-31 22:18:10 +00:00
|
|
|
* Fri Jan 25 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-3
|
|
|
|
- Remove some targeted diffs in file context file
|
|
|
|
|
2007-01-26 16:12:32 +00:00
|
|
|
* Thu Jan 25 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-2
|
|
|
|
- Fix squid cachemgr labeling
|
|
|
|
|
2007-01-25 19:07:00 +00:00
|
|
|
* Thu Jan 25 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-1
|
|
|
|
- Add ability to generate webadm_t policy
|
|
|
|
- Lots of new interfaces for httpd
|
|
|
|
- Allow sshd to login as unconfined_t
|
|
|
|
|
2007-01-23 01:08:45 +00:00
|
|
|
* Mon Jan 22 2007 Dan Walsh <dwalsh@redhat.com> 2.5.1-5
|
|
|
|
- Continue fixing, additional user domains
|
|
|
|
|
2007-01-22 16:52:18 +00:00
|
|
|
* Wed Jan 10 2007 Dan Walsh <dwalsh@redhat.com> 2.5.1-4
|
|
|
|
- Begin adding user confinement to targeted policy
|
|
|
|
|
2007-01-10 22:01:29 +00:00
|
|
|
* Wed Jan 10 2007 Dan Walsh <dwalsh@redhat.com> 2.5.1-2
|
|
|
|
- Fixes for prelink, ktalkd, netlabel
|
|
|
|
|
2007-01-09 15:24:41 +00:00
|
|
|
* Mon Jan 8 2007 Dan Walsh <dwalsh@redhat.com> 2.5.1-1
|
|
|
|
- Allow prelink when run from rpm to create tmp files
|
|
|
|
Resolves: #221865
|
|
|
|
- Remove file_context for exportfs
|
|
|
|
Resolves: #221181
|
|
|
|
- Allow spamassassin to create ~/.spamassissin
|
|
|
|
Resolves: #203290
|
|
|
|
- Allow ssh access to the krb tickets
|
|
|
|
- Allow sshd to change passwd
|
|
|
|
- Stop newrole -l from working on non securetty
|
|
|
|
Resolves: #200110
|
|
|
|
- Fixes to run prelink in MLS machine
|
|
|
|
Resolves: #221233
|
2007-01-02 16:40:08 +00:00
|
|
|
- Allow spamassassin to read var_lib_t dir
|
|
|
|
Resolves: #219234
|
|
|
|
|
2006-12-29 20:01:11 +00:00
|
|
|
* Fri Dec 29 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-20
|
|
|
|
- fix mplayer to work under strict policy
|
|
|
|
- Allow iptables to use nscd
|
|
|
|
Resolves: #220794
|
|
|
|
|
2006-12-28 17:39:12 +00:00
|
|
|
* Thu Dec 28 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-19
|
|
|
|
- Add gconf policy and make it work with strict
|
|
|
|
|
2006-12-24 07:31:09 +00:00
|
|
|
* Sat Dec 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-18
|
|
|
|
- Many fixes for strict policy and by extension mls.
|
|
|
|
|
2006-12-22 17:39:01 +00:00
|
|
|
* Fri Dec 22 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-17
|
|
|
|
- Fix to allow ftp to bind to ports > 1024
|
|
|
|
Resolves: #219349
|
2006-12-22 16:56:53 +00:00
|
|
|
|
2006-12-20 20:40:30 +00:00
|
|
|
* Tue Dec 19 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-16
|
|
|
|
- Allow semanage to exec it self. Label genhomedircon as semanage_exec_t
|
|
|
|
Resolves: #219421
|
|
|
|
- Allow sysadm_lpr_t to manage other print spool jobs
|
|
|
|
Resolves: #220080
|
|
|
|
|
2006-12-18 21:50:13 +00:00
|
|
|
* Mon Dec 18 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-15
|
|
|
|
- allow automount to setgid
|
|
|
|
Resolves: #219999
|
|
|
|
|
2006-12-15 21:42:14 +00:00
|
|
|
* Thu Dec 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-14
|
|
|
|
- Allow cron to polyinstatiate
|
|
|
|
- Fix creation of boot flags
|
|
|
|
Resolves: #207433
|
|
|
|
|
|
|
|
* Thu Dec 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-13
|
|
|
|
- Fixes for irqbalance
|
|
|
|
Resolves: #219606
|
|
|
|
|
|
|
|
* Thu Dec 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-12
|
|
|
|
- Fix vixie-cron to work on mls
|
|
|
|
Resolves: #207433
|
2006-12-14 20:06:00 +00:00
|
|
|
|
|
|
|
* Wed Dec 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-11
|
2006-12-13 17:03:55 +00:00
|
|
|
Resolves: #218978
|
|
|
|
|
2006-12-14 20:06:00 +00:00
|
|
|
* Tue Dec 12 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-10
|
2006-12-12 21:46:24 +00:00
|
|
|
- Allow initrc to create files in /var directories
|
|
|
|
Resolves: #219227
|
|
|
|
|
2006-12-11 12:35:45 +00:00
|
|
|
* Fri Dec 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-9
|
|
|
|
- More fixes for MLS
|
2006-12-12 21:46:24 +00:00
|
|
|
Resolves: #181566
|
2006-12-11 12:35:45 +00:00
|
|
|
|
2006-12-06 23:27:45 +00:00
|
|
|
* Wed Dec 6 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-8
|
|
|
|
- More Fixes polyinstatiation
|
|
|
|
Resolves: #216184
|
|
|
|
|
2006-12-06 19:38:32 +00:00
|
|
|
* Wed Dec 6 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-7
|
2006-12-06 23:27:45 +00:00
|
|
|
- More Fixes polyinstatiation
|
2006-12-06 19:38:32 +00:00
|
|
|
- Fix handling of keyrings
|
2006-12-06 23:27:45 +00:00
|
|
|
Resolves: #216184
|
2006-12-06 19:38:32 +00:00
|
|
|
|
2006-12-05 23:05:39 +00:00
|
|
|
* Mon Dec 4 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-6
|
|
|
|
- Fix polyinstatiation
|
|
|
|
- Fix pcscd handling of terminal
|
|
|
|
Resolves: #218149
|
|
|
|
Resolves: #218350
|
|
|
|
|
2006-12-01 21:52:08 +00:00
|
|
|
* Fri Dec 1 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-5
|
|
|
|
- More fixes for quota
|
|
|
|
Resolves: #212957
|
|
|
|
|
2006-12-01 17:58:00 +00:00
|
|
|
* Fri Dec 1 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-4
|
|
|
|
- ncsd needs to use avahi sockets
|
|
|
|
Resolves: #217640
|
|
|
|
Resolves: #218014
|
|
|
|
|
2006-11-30 20:55:33 +00:00
|
|
|
* Thu Nov 28 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-3
|
|
|
|
- Allow login programs to polyinstatiate homedirs
|
|
|
|
Resolves: #216184
|
2006-11-30 22:06:22 +00:00
|
|
|
- Allow quotacheck to create database files
|
|
|
|
Resolves: #212957
|
2006-11-30 20:55:33 +00:00
|
|
|
|
2006-11-29 20:11:02 +00:00
|
|
|
* Tue Nov 28 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-1
|
|
|
|
- Dontaudit appending hal_var_lib files
|
|
|
|
Resolves: #217452
|
|
|
|
Resolves: #217571
|
|
|
|
Resolves: #217611
|
|
|
|
Resolves: #217640
|
|
|
|
Resolves: #217725
|
|
|
|
|
2006-11-27 22:17:34 +00:00
|
|
|
* Mon Nov 21 2006 Dan Walsh <dwalsh@redhat.com> 2.4.5-4
|
|
|
|
- Fix context for helix players file_context #216942
|
|
|
|
|
2006-11-20 23:24:21 +00:00
|
|
|
* Mon Nov 20 2006 Dan Walsh <dwalsh@redhat.com> 2.4.5-3
|
|
|
|
- Fix load_policy to be able to mls_write_down so it can talk to the terminal
|
|
|
|
|
2006-11-20 23:01:06 +00:00
|
|
|
* Mon Nov 20 2006 Dan Walsh <dwalsh@redhat.com> 2.4.5-2
|
|
|
|
- Fixes for hwclock, clamav, ftp
|
|
|
|
|
2006-11-17 19:21:40 +00:00
|
|
|
* Wed Nov 15 2006 Dan Walsh <dwalsh@redhat.com> 2.4.5-1
|
|
|
|
- Move to upstream version which accepted my patches
|
|
|
|
|
2006-11-15 22:34:04 +00:00
|
|
|
* Wed Nov 15 2006 Dan Walsh <dwalsh@redhat.com> 2.4.4-2
|
2006-11-15 22:28:06 +00:00
|
|
|
- Fixes for nvidia driver
|
|
|
|
|
2006-11-15 21:43:36 +00:00
|
|
|
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.4-2
|
|
|
|
- Allow semanage to signal mcstrans
|
|
|
|
|
2006-11-15 15:22:30 +00:00
|
|
|
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.4-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-11-14 18:33:09 +00:00
|
|
|
* Mon Nov 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-13
|
|
|
|
- Allow modstorage to edit /etc/fstab file
|
|
|
|
|
2006-11-14 04:57:37 +00:00
|
|
|
* Mon Nov 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-12
|
|
|
|
- Fix for qemu, /dev/
|
2006-11-14 18:33:09 +00:00
|
|
|
|
2006-11-13 20:48:57 +00:00
|
|
|
* Mon Nov 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-11
|
|
|
|
- Fix path to realplayer.bin
|
|
|
|
|
2006-11-10 20:37:08 +00:00
|
|
|
* Fri Nov 10 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-10
|
|
|
|
- Allow xen to connect to xen port
|
|
|
|
|
2006-11-10 13:31:34 +00:00
|
|
|
* Fri Nov 10 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-9
|
|
|
|
- Allow cups to search samba_etc_t directory
|
|
|
|
- Allow xend_t to list auto_mountpoints
|
|
|
|
|
2006-11-09 20:12:53 +00:00
|
|
|
* Thu Nov 9 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-8
|
|
|
|
- Allow xen to search automount
|
|
|
|
|
|
|
|
* Thu Nov 9 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-7
|
2006-11-09 18:57:53 +00:00
|
|
|
- Fix spec of jre files
|
|
|
|
|
2006-11-08 20:21:53 +00:00
|
|
|
* Wed Nov 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-6
|
|
|
|
- Fix unconfined access to shadow file
|
|
|
|
|
2006-11-08 20:10:30 +00:00
|
|
|
* Wed Nov 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-5
|
|
|
|
- Allow xend to create files in xen_image_t directories
|
|
|
|
|
2006-11-08 13:28:28 +00:00
|
|
|
* Wed Nov 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-4
|
|
|
|
- Fixes for /var/lib/hal
|
|
|
|
|
2006-11-07 21:16:47 +00:00
|
|
|
* Tue Nov 7 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-3
|
|
|
|
- Remove ability for sysadm_t to look at audit.log
|
|
|
|
|
2006-11-07 20:38:46 +00:00
|
|
|
* Tue Nov 7 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-2
|
|
|
|
- Fix rpc_port_types
|
|
|
|
- Add aide policy for mls
|
|
|
|
|
|
|
|
* Mon Nov 6 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-1
|
2006-11-06 21:15:57 +00:00
|
|
|
- Merge with upstream
|
|
|
|
|
2006-11-03 21:27:47 +00:00
|
|
|
* Fri Nov 3 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-8
|
|
|
|
- Lots of fixes for ricci
|
|
|
|
|
|
|
|
* Fri Nov 3 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-7
|
|
|
|
- Allow xen to read/write fixed devices with a boolean
|
|
|
|
- Allow apache to search /var/log
|
|
|
|
|
|
|
|
* Thu Nov 2 2006 James Antill <james.antill@redhat.com> 2.4.2-6
|
|
|
|
- Fix policygentool specfile problem.
|
|
|
|
- Allow apache to send signals to it's logging helpers.
|
|
|
|
- Resolves: rhbz#212731
|
|
|
|
|
|
|
|
* Wed Nov 1 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-5
|
|
|
|
- Add perms for swat
|
|
|
|
|
2006-11-01 00:09:08 +00:00
|
|
|
* Tue Oct 31 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-4
|
|
|
|
- Add perms for swat
|
|
|
|
|
2006-10-30 21:18:40 +00:00
|
|
|
* Mon Oct 30 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-3
|
|
|
|
- Allow daemons to dump core files to /
|
|
|
|
|
2006-10-30 16:45:09 +00:00
|
|
|
* Fri Oct 27 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-2
|
|
|
|
- Fixes for ricci
|
|
|
|
|
2006-10-27 19:16:43 +00:00
|
|
|
* Fri Oct 27 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-1
|
|
|
|
- Allow mount.nfs to work
|
|
|
|
|
2006-10-27 14:42:56 +00:00
|
|
|
* Fri Oct 27 2006 Dan Walsh <dwalsh@redhat.com> 2.4.1-5
|
|
|
|
- Allow ricci-modstorage to look at lvm_etc_t
|
|
|
|
|
2006-10-25 15:31:39 +00:00
|
|
|
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.1-4
|
|
|
|
- Fixes for ricci using saslauthd
|
|
|
|
|
2006-10-24 19:55:28 +00:00
|
|
|
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.1-3
|
|
|
|
- Allow mountpoint on home_dir_t and home_t
|
|
|
|
|
2006-10-24 16:12:29 +00:00
|
|
|
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.1-2
|
|
|
|
- Update xen to read nfs files
|
|
|
|
|
2006-10-23 20:54:50 +00:00
|
|
|
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4-4
|
|
|
|
- Allow noxattrfs to associate with other noxattrfs
|
|
|
|
|
2006-10-23 17:26:25 +00:00
|
|
|
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4-3
|
|
|
|
- Allow hal to use power_device_t
|
|
|
|
|
2006-10-20 21:08:15 +00:00
|
|
|
* Fri Oct 20 2006 Dan Walsh <dwalsh@redhat.com> 2.4-2
|
|
|
|
- Allow procemail to look at autofs_t
|
|
|
|
- Allow xen_image_t to work as a fixed device
|
|
|
|
|
2006-10-19 15:52:02 +00:00
|
|
|
* Thu Oct 19 2006 Dan Walsh <dwalsh@redhat.com> 2.4-1
|
|
|
|
- Refupdate from upstream
|
|
|
|
|
2006-10-19 14:32:27 +00:00
|
|
|
* Thu Oct 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-4
|
|
|
|
- Add lots of fixes for mls cups
|
|
|
|
|
2006-10-18 20:58:51 +00:00
|
|
|
* Wed Oct 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-3
|
|
|
|
- Lots of fixes for ricci
|
|
|
|
|
|
|
|
|
2006-10-17 19:59:07 +00:00
|
|
|
* Mon Oct 16 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-2
|
|
|
|
- Fix number of cats
|
|
|
|
|
2006-10-17 18:43:08 +00:00
|
|
|
* Mon Oct 16 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-10-12 15:43:58 +00:00
|
|
|
* Thu Oct 12 2006 James Antill <jantill@redhat.com> 2.3.18-10
|
|
|
|
- More iSCSI changes for #209854
|
|
|
|
|
2006-10-12 15:24:06 +00:00
|
|
|
* Tue Oct 10 2006 James Antill <jantill@redhat.com> 2.3.18-9
|
|
|
|
- Test ISCSI fixes for #209854
|
|
|
|
|
2006-10-08 21:45:47 +00:00
|
|
|
* Sun Oct 8 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-8
|
|
|
|
- allow semodule to rmdir selinux_config_t dir
|
|
|
|
|
2006-10-06 20:38:14 +00:00
|
|
|
* Fri Oct 6 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-7
|
|
|
|
- Fix boot_runtime_t problem on ppc. Should not be creating these files.
|
|
|
|
|
2006-10-05 19:31:33 +00:00
|
|
|
* Thu Oct 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-6
|
|
|
|
- Fix context mounts on reboot
|
|
|
|
- Fix ccs creation of directory in /var/log
|
|
|
|
|
2006-10-05 15:11:16 +00:00
|
|
|
* Thu Oct 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-5
|
|
|
|
- Update for tallylog
|
|
|
|
|
2006-10-05 13:48:32 +00:00
|
|
|
* Thu Oct 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-4
|
|
|
|
- Allow xend to rewrite dhcp conf files
|
|
|
|
- Allow mgetty sys_admin capability
|
|
|
|
|
2006-10-04 19:31:42 +00:00
|
|
|
* Wed Oct 4 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-3
|
|
|
|
- Make xentapctrl work
|
|
|
|
|
2006-10-03 20:35:40 +00:00
|
|
|
* Tue Oct 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-2
|
|
|
|
- Don't transition unconfined_t to bootloader_t
|
|
|
|
- Fix label in /dev/xen/blktap
|
|
|
|
|
2006-10-03 18:47:06 +00:00
|
|
|
* Tue Oct 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-1
|
|
|
|
- Patch for labeled networking
|
|
|
|
|
2006-10-02 19:45:00 +00:00
|
|
|
* Mon Oct 2 2006 Dan Walsh <dwalsh@redhat.com> 2.3.17-2
|
|
|
|
- Fix crond handling for mls
|
|
|
|
|
2006-09-29 19:19:18 +00:00
|
|
|
* Fri Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.17-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-09-29 18:12:18 +00:00
|
|
|
* Fri Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-9
|
|
|
|
- Remove bluetooth-helper transition
|
|
|
|
- Add selinux_validate for semanage
|
|
|
|
- Require new version of libsemanage
|
|
|
|
|
2006-09-29 14:22:55 +00:00
|
|
|
* Fri Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-8
|
|
|
|
- Fix prelink
|
|
|
|
|
2006-09-29 05:33:37 +00:00
|
|
|
* Fri Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-7
|
|
|
|
- Fix rhgb
|
|
|
|
|
2006-09-28 16:45:43 +00:00
|
|
|
* Thu Sep 27 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-6
|
|
|
|
- Fix setrans handling on MLS and useradd
|
|
|
|
|
2006-09-27 23:56:21 +00:00
|
|
|
* Wed Sep 27 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-5
|
|
|
|
- Support for fuse
|
|
|
|
- fix vigr
|
|
|
|
|
2006-09-27 20:59:46 +00:00
|
|
|
* Wed Sep 27 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-4
|
2006-09-27 19:49:43 +00:00
|
|
|
- Fix dovecot, amanda
|
2006-09-27 20:59:46 +00:00
|
|
|
- Fix mls
|
2006-09-27 19:49:43 +00:00
|
|
|
|
2006-09-26 20:41:36 +00:00
|
|
|
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-2
|
|
|
|
- Allow java execheap for itanium
|
|
|
|
|
2006-09-26 14:59:58 +00:00
|
|
|
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-1
|
|
|
|
- Update with upstream
|
|
|
|
|
2006-09-25 15:58:33 +00:00
|
|
|
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.15-2
|
|
|
|
- mls fixes
|
|
|
|
|
2006-09-22 20:41:12 +00:00
|
|
|
* Fri Sep 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.15-1
|
|
|
|
- Update from upstream
|
|
|
|
|
2006-09-22 14:21:35 +00:00
|
|
|
* Fri Sep 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-8
|
|
|
|
- More fixes for mls
|
|
|
|
- Revert change on automount transition to mount
|
|
|
|
|
2006-09-21 23:05:49 +00:00
|
|
|
* Wed Sep 20 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-7
|
|
|
|
- Fix cron jobs to run under the correct context
|
|
|
|
|
|
|
|
* Tue Sep 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-6
|
2006-09-19 19:14:48 +00:00
|
|
|
- Fixes to make pppd work
|
|
|
|
|
2006-09-21 23:05:49 +00:00
|
|
|
* Mon Sep 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-4
|
2006-09-19 14:59:46 +00:00
|
|
|
- Multiple policy fixes
|
|
|
|
- Change max categories to 1023
|
|
|
|
|
2006-09-16 12:06:36 +00:00
|
|
|
* Sat Sep 16 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-3
|
|
|
|
- Fix transition on mcstransd
|
|
|
|
|
2006-09-15 20:59:56 +00:00
|
|
|
* Fri Sep 15 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-2
|
|
|
|
- Add /dev/em8300 defs
|
|
|
|
|
2006-09-15 18:03:54 +00:00
|
|
|
* Fri Sep 15 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-1
|
|
|
|
- Upgrade to upstream
|
|
|
|
|
2006-09-15 12:44:15 +00:00
|
|
|
* Thu Sep 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-6
|
|
|
|
- Fix ppp connections from network manager
|
|
|
|
|
2006-09-13 12:00:21 +00:00
|
|
|
* Wed Sep 13 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-5
|
|
|
|
- Add tty access to all domains boolean
|
|
|
|
- Fix gnome-pty-helper context for ia64
|
|
|
|
|
2006-09-11 20:56:05 +00:00
|
|
|
* Mon Sep 11 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-4
|
|
|
|
- Fixed typealias of firstboot_rw_t
|
|
|
|
|
2006-09-08 17:10:41 +00:00
|
|
|
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-3
|
|
|
|
- Fix location of xel log files
|
|
|
|
- Fix handling of sysadm_r -> rpm_exec_t
|
|
|
|
|
2006-09-07 19:15:29 +00:00
|
|
|
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-2
|
|
|
|
- Fixes for autofs, lp
|
|
|
|
|
2006-09-06 18:29:35 +00:00
|
|
|
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-1
|
|
|
|
- Update from upstream
|
|
|
|
|
2006-09-05 19:45:07 +00:00
|
|
|
* Tue Sep 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.12-2
|
|
|
|
- Fixup for test6
|
|
|
|
|
2006-09-05 12:03:37 +00:00
|
|
|
* Tue Sep 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.12-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-09-01 19:45:39 +00:00
|
|
|
* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.11-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-09-01 14:58:36 +00:00
|
|
|
* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-7
|
|
|
|
- Fix suspend to disk problems
|
|
|
|
|
2006-08-31 21:39:01 +00:00
|
|
|
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-6
|
2006-08-31 19:32:34 +00:00
|
|
|
- Lots of fixes for restarting daemons at the console.
|
|
|
|
|
2006-08-30 21:44:22 +00:00
|
|
|
* Wed Aug 30 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-3
|
|
|
|
- Fix audit line
|
2006-08-30 21:19:12 +00:00
|
|
|
- Fix requires line
|
|
|
|
|
2006-08-30 20:59:51 +00:00
|
|
|
* Tue Aug 29 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-1
|
|
|
|
- Upgrade to upstream
|
|
|
|
|
2006-08-28 21:49:05 +00:00
|
|
|
* Mon Aug 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-6
|
|
|
|
- Fix install problems
|
|
|
|
|
2006-08-25 20:06:07 +00:00
|
|
|
* Fri Aug 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-5
|
|
|
|
- Allow setroubleshoot to getattr on all dirs to gather RPM data
|
|
|
|
|
2006-08-25 17:32:13 +00:00
|
|
|
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-4
|
|
|
|
- Set /usr/lib/ia32el/ia32x_loader to unconfined_execmem_exec_t for ia32 platform
|
|
|
|
- Fix spec for /dev/adsp
|
|
|
|
|
2006-08-24 20:53:40 +00:00
|
|
|
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-3
|
|
|
|
- Fix xen tty devices
|
|
|
|
|
2006-08-24 20:31:13 +00:00
|
|
|
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-2
|
|
|
|
- Fixes for setroubleshoot
|
|
|
|
|
|
|
|
* Wed Aug 23 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-1
|
2006-08-23 20:42:38 +00:00
|
|
|
- Update to upstream
|
|
|
|
|
2006-08-20 14:54:47 +00:00
|
|
|
* Sun Aug 20 2006 Dan Walsh <dwalsh@redhat.com> 2.3.8-2
|
|
|
|
- Fixes for stunnel and postgresql
|
2006-08-18 14:18:35 +00:00
|
|
|
- Update from upstream
|
|
|
|
|
2006-08-12 11:54:51 +00:00
|
|
|
* Sat Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.7-1
|
|
|
|
- Update from upstream
|
|
|
|
- More java fixes
|
|
|
|
|
2006-08-11 15:39:50 +00:00
|
|
|
* Fri Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-4
|
|
|
|
- Change allow_execstack to default to on, for RHEL5 Beta.
|
|
|
|
This is required because of a Java compiler problem.
|
|
|
|
Hope to turn off for next beta
|
|
|
|
|
2006-08-11 03:16:13 +00:00
|
|
|
* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-3
|
2006-08-11 03:11:59 +00:00
|
|
|
- Misc fixes
|
|
|
|
|
2006-08-09 19:14:24 +00:00
|
|
|
* Wed Aug 9 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-2
|
|
|
|
- More fixes for strict policy
|
|
|
|
|
2006-08-08 20:40:36 +00:00
|
|
|
* Tue Aug 8 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-1
|
|
|
|
- Quiet down anaconda audit messages
|
|
|
|
|
2006-08-08 00:26:46 +00:00
|
|
|
* Mon Aug 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.5-1
|
|
|
|
- Fix setroubleshootd
|
|
|
|
|
2006-08-04 22:58:10 +00:00
|
|
|
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.4-1
|
|
|
|
- Update to the latest from upstream
|
|
|
|
|
2006-08-03 16:50:26 +00:00
|
|
|
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-20
|
|
|
|
- More fixes for xen
|
|
|
|
|
2006-08-03 14:47:22 +00:00
|
|
|
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-19
|
|
|
|
- Fix anaconda transitions
|
|
|
|
|
2006-08-02 19:36:17 +00:00
|
|
|
* Wed Aug 2 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-18
|
|
|
|
- yet more xen rules
|
|
|
|
|
2006-08-01 21:38:02 +00:00
|
|
|
* Tue Aug 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-17
|
|
|
|
- more xen rules
|
|
|
|
|
2006-07-31 21:25:08 +00:00
|
|
|
* Mon Jul 31 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-16
|
|
|
|
- Fixes for Samba
|
|
|
|
|
2006-07-29 08:32:43 +00:00
|
|
|
* Sat Jul 29 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-15
|
|
|
|
- Fixes for xen
|
|
|
|
|
2006-07-28 19:13:13 +00:00
|
|
|
* Fri Jul 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-14
|
|
|
|
- Allow setroubleshootd to send mail
|
|
|
|
|
2006-07-28 17:44:17 +00:00
|
|
|
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-13
|
|
|
|
- Add nagios policy
|
|
|
|
|
2006-07-26 20:17:15 +00:00
|
|
|
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-12
|
|
|
|
- fixes for setroubleshoot
|
|
|
|
|
2006-07-26 17:58:28 +00:00
|
|
|
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-11
|
2006-07-28 17:44:17 +00:00
|
|
|
- Added Paul Howarth patch to only load policy packages shipped
|
2006-07-26 17:58:28 +00:00
|
|
|
with this package
|
2006-07-25 18:24:28 +00:00
|
|
|
- Allow pidof from initrc to ptrace higher level domains
|
2006-07-26 17:58:28 +00:00
|
|
|
- Allow firstboot to communicate with hal via dbus
|
2006-07-25 18:24:28 +00:00
|
|
|
|
2006-07-24 16:23:16 +00:00
|
|
|
* Mon Jul 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-10
|
|
|
|
- Add policy for /var/run/ldapi
|
|
|
|
|
2006-07-22 19:00:47 +00:00
|
|
|
* Sat Jul 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-9
|
|
|
|
- Fix setroubleshoot policy
|
|
|
|
|
2006-07-22 03:11:32 +00:00
|
|
|
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-8
|
|
|
|
- Fixes for mls use of ssh
|
|
|
|
- named has a new conf file
|
|
|
|
|
2006-07-21 13:28:12 +00:00
|
|
|
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-7
|
|
|
|
- Fixes to make setroubleshoot work
|
|
|
|
|
2006-07-19 20:27:22 +00:00
|
|
|
* Wed Jul 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-6
|
|
|
|
- Cups needs to be able to read domain state off of printer client
|
|
|
|
|
2006-07-19 20:06:35 +00:00
|
|
|
* Wed Jul 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-5
|
|
|
|
- add boolean to allow zebra to write config files
|
|
|
|
|
2006-07-19 18:39:31 +00:00
|
|
|
* Tue Jul 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-4
|
|
|
|
- setroubleshootd fixes
|
|
|
|
|
2006-07-18 15:51:21 +00:00
|
|
|
* Mon Jul 17 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-3
|
|
|
|
- Allow prelink to read bin_t symlink
|
|
|
|
- allow xfs to read random devices
|
|
|
|
- Change gfs to support xattr
|
|
|
|
|
|
|
|
|
2006-07-17 17:14:27 +00:00
|
|
|
* Mon Jul 17 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-2
|
|
|
|
- Remove spamassassin_can_network boolean
|
|
|
|
|
2006-07-14 21:22:36 +00:00
|
|
|
* Fri Jul 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fix lpr domain for mls
|
|
|
|
|
2006-07-14 20:09:54 +00:00
|
|
|
* Fri Jul 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-4
|
|
|
|
- Add setroubleshoot policy
|
|
|
|
|
2006-07-13 14:24:05 +00:00
|
|
|
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-3
|
|
|
|
- Turn off auditallow on setting booleans
|
|
|
|
|
2006-07-12 02:50:30 +00:00
|
|
|
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-2
|
|
|
|
- Multiple fixes
|
|
|
|
|
2006-07-09 09:51:33 +00:00
|
|
|
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-06-22 19:16:49 +00:00
|
|
|
* Thu Jun 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.1-1
|
|
|
|
- Update to upstream
|
|
|
|
- Add new class for kernel key ring
|
|
|
|
|
2006-06-21 20:33:38 +00:00
|
|
|
* Wed Jun 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.49-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-06-20 21:06:31 +00:00
|
|
|
* Tue Jun 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.48-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-06-20 12:58:27 +00:00
|
|
|
* Tue Jun 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-5
|
|
|
|
- Break out selinux-devel package
|
|
|
|
|
2006-06-16 17:54:35 +00:00
|
|
|
* Fri Jun 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-4
|
|
|
|
- Add ibmasmfs
|
|
|
|
|
2006-06-16 03:10:44 +00:00
|
|
|
* Thu Jun 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-3
|
2006-06-15 14:45:40 +00:00
|
|
|
- Fix policygentool gen_requires
|
|
|
|
|
2006-06-14 15:48:59 +00:00
|
|
|
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-1
|
|
|
|
- Update from Upstream
|
|
|
|
|
2006-06-13 19:39:56 +00:00
|
|
|
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.46-2
|
|
|
|
- Fix spec of realplay
|
|
|
|
|
2006-06-13 18:26:00 +00:00
|
|
|
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.46-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Mon Jun 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-3
|
|
|
|
- Fix semanage
|
|
|
|
|
2006-06-12 14:51:08 +00:00
|
|
|
* Mon Jun 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-2
|
|
|
|
- Allow useradd to create_home_dir in MLS environment
|
|
|
|
|
2006-06-09 03:03:22 +00:00
|
|
|
* Thu Jun 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-1
|
|
|
|
- Update from upstream
|
|
|
|
|
2006-06-08 14:03:38 +00:00
|
|
|
* Tue Jun 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.44-1
|
|
|
|
- Update from upstream
|
|
|
|
|
2006-06-06 21:33:13 +00:00
|
|
|
* Tue Jun 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-4
|
|
|
|
- Add oprofilefs
|
|
|
|
|
2006-05-28 14:30:02 +00:00
|
|
|
* Sun May 28 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-3
|
2006-06-06 21:33:13 +00:00
|
|
|
- Fix for hplip and Picasus
|
2006-05-28 14:30:02 +00:00
|
|
|
|
2006-05-28 10:56:26 +00:00
|
|
|
* Sat May 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-2
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Fri May 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Fri May 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-4
|
|
|
|
- fixes for spamd
|
|
|
|
|
2006-05-26 10:09:26 +00:00
|
|
|
* Wed May 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-3
|
|
|
|
- fixes for java, openldap and webalizer
|
|
|
|
|
2006-05-24 02:35:38 +00:00
|
|
|
* Mon May 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-2
|
|
|
|
- Xen fixes
|
|
|
|
|
2006-05-20 12:01:14 +00:00
|
|
|
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-1
|
|
|
|
- Upgrade to upstream
|
|
|
|
|
2006-05-18 16:07:35 +00:00
|
|
|
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.41-1
|
2006-05-18 15:42:55 +00:00
|
|
|
- allow hal to read boot_t files
|
2006-05-18 16:07:35 +00:00
|
|
|
- Upgrade to upstream
|
2006-05-18 15:42:55 +00:00
|
|
|
|
|
|
|
* Wed May 17 2006 Dan Walsh <dwalsh@redhat.com> 2.2.40-2
|
|
|
|
- allow hal to read boot_t files
|
|
|
|
|
2006-05-17 01:40:53 +00:00
|
|
|
* Tue May 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.40-1
|
|
|
|
- Update from upstream
|
|
|
|
|
2006-05-15 20:48:00 +00:00
|
|
|
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.39-2
|
|
|
|
- Fixes for amavis
|
|
|
|
|
2006-05-15 16:20:58 +00:00
|
|
|
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.39-1
|
|
|
|
- Update from upstream
|
|
|
|
|
2006-05-12 18:59:26 +00:00
|
|
|
* Fri May 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-6
|
|
|
|
- Allow auditctl to search all directories
|
|
|
|
|
2006-05-12 03:12:32 +00:00
|
|
|
* Thu May 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-5
|
|
|
|
- Add acquire service for mono.
|
|
|
|
|
2006-05-12 02:39:30 +00:00
|
|
|
* Thu May 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-4
|
|
|
|
- Turn off allow_execmem boolean
|
|
|
|
- Allow ftp dac_override when allowed to access users homedirs
|
|
|
|
|
2006-05-10 20:00:43 +00:00
|
|
|
* Wed May 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-3
|
|
|
|
- Clean up spec file
|
|
|
|
- Transition from unconfined_t to prelink_t
|
|
|
|
|
2006-05-09 21:50:36 +00:00
|
|
|
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-2
|
|
|
|
- Allow execution of cvs command
|
|
|
|
|
2006-05-08 19:26:49 +00:00
|
|
|
* Fri May 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-05-04 17:39:16 +00:00
|
|
|
* Wed May 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.37-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-05-01 21:24:26 +00:00
|
|
|
* Mon May 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.36-2
|
|
|
|
- Fix libjvm spec
|
|
|
|
|
2006-04-29 04:47:05 +00:00
|
|
|
* Tue Apr 25 2006 Dan Walsh <dwalsh@redhat.com> 2.2.36-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-04-25 15:19:51 +00:00
|
|
|
* Tue Apr 25 2006 James Antill <jantill@redhat.com> 2.2.35-2
|
|
|
|
- Add xm policy
|
|
|
|
- Fix policygentool
|
|
|
|
|
2006-04-25 11:03:12 +00:00
|
|
|
* Mon Apr 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.35-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fix postun to only disable selinux on full removal of the packages
|
|
|
|
|
2006-04-21 10:57:09 +00:00
|
|
|
* Fri Apr 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-3
|
|
|
|
- Allow mono to chat with unconfined
|
|
|
|
|
2006-04-20 19:32:44 +00:00
|
|
|
* Thu Apr 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-2
|
|
|
|
- Allow procmail to sendmail
|
|
|
|
- Allow nfs to share dosfs
|
|
|
|
|
|
|
|
* Thu Apr 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-1
|
2006-04-19 17:37:38 +00:00
|
|
|
- Update to latest from upstream
|
|
|
|
- Allow selinux-policy to be removed and kernel not to crash
|
|
|
|
|
2006-04-19 12:10:10 +00:00
|
|
|
* Tue Apr 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.33-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
- Add James Antill patch for xen
|
|
|
|
- Many fixes for pegasus
|
|
|
|
|
2006-05-04 17:39:16 +00:00
|
|
|
* Sat Apr 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-2
|
2006-04-17 11:27:44 +00:00
|
|
|
- Add unconfined_mount_t
|
|
|
|
- Allow privoxy to connect to httpd_cache
|
|
|
|
- fix cups labeleing on /var/cache/cups
|
|
|
|
|
2006-04-14 19:50:03 +00:00
|
|
|
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-1
|
|
|
|
- Update to latest from upstream
|
|
|
|
|
2006-05-04 17:39:16 +00:00
|
|
|
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.31-1
|
2006-04-13 21:28:19 +00:00
|
|
|
- Update to latest from upstream
|
|
|
|
- Allow mono and unconfined to talk to initrc_t dbus objects
|
|
|
|
|
2006-04-11 21:58:53 +00:00
|
|
|
* Tue Apr 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.30-2
|
|
|
|
- Change libraries.fc to stop shlib_t form overriding texrel_shlib_t
|
|
|
|
|
|
|
|
* Tue Apr 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.30-1
|
|
|
|
- Fix samba creating dirs in homedir
|
|
|
|
- Fix NFS so its booleans would work
|
|
|
|
|
2006-04-10 21:10:33 +00:00
|
|
|
* Mon Apr 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-6
|
|
|
|
- Allow secadm_t ability to relabel all files
|
|
|
|
- Allow ftp to search xferlog_t directories
|
|
|
|
- Allow mysql to communicate with ldap
|
|
|
|
- Allow rsync to bind to rsync_port_t
|
|
|
|
|
2006-04-10 12:15:07 +00:00
|
|
|
* Mon Apr 10 2006 Russell Coker <rcoker@redhat.com> 2.2.29-5
|
|
|
|
- Fixed mailman with Postfix #183928
|
|
|
|
- Allowed semanage to create file_context files.
|
|
|
|
- Allowed amanda_t to access inetd_t TCP sockets and allowed amanda_recover_t
|
|
|
|
to bind to reserved ports. #149030
|
|
|
|
- Don't allow devpts_t to be associated with tmp_t.
|
|
|
|
- Allow hald_t to stat all mountpoints.
|
|
|
|
- Added boolean samba_share_nfs to allow smbd_t full access to NFS mounts.
|
|
|
|
#169947
|
|
|
|
- Make mount run in mount_t domain from unconfined_t to prevent mislabeling of
|
|
|
|
/etc/mtab.
|
|
|
|
- Changed the file_contexts to not have a regex before the first ^/[a-z]/
|
|
|
|
whenever possible, makes restorecon slightly faster.
|
|
|
|
- Correct the label of /etc/named.caching-nameserver.conf
|
|
|
|
- Now label /usr/src/kernels/.+/lib(/.*)? as usr_t instead of
|
|
|
|
/usr/src(/.*)?/lib(/.*)? - I don't think we need anything else under /usr/src
|
|
|
|
hit by this.
|
|
|
|
- Granted xen access to /boot, allowed mounting on xend_var_lib_t, and allowed
|
|
|
|
xenstored_t rw access to the xen device node.
|
|
|
|
|
2006-05-04 17:39:16 +00:00
|
|
|
* Tue Apr 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-4
|
2006-04-06 19:08:54 +00:00
|
|
|
- More textrel_shlib_t file path fixes
|
|
|
|
- Add ada support
|
|
|
|
|
2006-05-04 17:39:16 +00:00
|
|
|
* Mon Apr 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-3
|
2006-04-04 10:07:53 +00:00
|
|
|
- Get auditctl working in MLS policy
|
|
|
|
|
2006-05-04 17:39:16 +00:00
|
|
|
* Mon Apr 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-2
|
2006-04-03 17:17:13 +00:00
|
|
|
- Add mono dbus support
|
|
|
|
- Lots of file_context fixes for textrel_shlib_t in FC5
|
|
|
|
- Turn off execmem auditallow since they are filling log files
|
|
|
|
|
2006-03-31 20:57:44 +00:00
|
|
|
* Fri Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Thu Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-3
|
2006-03-30 22:27:52 +00:00
|
|
|
- Allow automount and dbus to read cert files
|
|
|
|
|
2006-03-31 20:57:44 +00:00
|
|
|
* Thu Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-2
|
2006-03-30 19:57:31 +00:00
|
|
|
- Fix ftp policy
|
|
|
|
- Fix secadm running of auditctl
|
|
|
|
|
2006-03-27 22:07:37 +00:00
|
|
|
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.27-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-03-24 16:44:06 +00:00
|
|
|
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.25-3
|
|
|
|
- Fix policyhelp
|
|
|
|
|
2006-03-22 15:56:09 +00:00
|
|
|
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.25-2
|
|
|
|
- Fix pam_console handling of usb_device
|
|
|
|
- dontaudit logwatch reading /mnt dir
|
|
|
|
|
|
|
|
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> 2.2.24-1
|
2006-03-18 04:09:10 +00:00
|
|
|
- Update to upstream
|
|
|
|
|
2006-03-16 14:41:17 +00:00
|
|
|
* Wed Mar 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-19
|
|
|
|
- Get transition rules to create policy.20 at SystemHigh
|
|
|
|
|
2006-03-14 22:43:44 +00:00
|
|
|
* Tue Mar 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-18
|
|
|
|
- Allow secadmin to shutdown system
|
|
|
|
- Allow sendmail to exec newalias
|
|
|
|
|
2006-03-14 20:15:31 +00:00
|
|
|
* Tue Mar 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-17
|
2006-03-14 20:13:28 +00:00
|
|
|
- MLS Fixes
|
|
|
|
dmidecode needs mls_file_read_up
|
|
|
|
- add ypxfr_t
|
|
|
|
- run init needs access to nscd
|
|
|
|
- udev needs setuid
|
|
|
|
- another xen log file
|
|
|
|
- Dontaudit mount getattr proc_kcore_t
|
|
|
|
|
2006-03-14 10:37:14 +00:00
|
|
|
* Tue Mar 14 2006 Karsten Hopp <karsten@redhat.de> 2.2.23-16
|
|
|
|
- fix buildroot usage (#185391)
|
|
|
|
|
2006-03-09 21:50:18 +00:00
|
|
|
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-15
|
|
|
|
- Get rid of mount/fsdisk scan of /dev messages
|
|
|
|
- Additional fixes for suspend/resume
|
|
|
|
|
2006-03-09 18:30:56 +00:00
|
|
|
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-14
|
|
|
|
- Fake make to rebuild enableaudit.pp
|
|
|
|
|
2006-03-09 18:12:23 +00:00
|
|
|
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-13
|
|
|
|
- Get xen networking running.
|
|
|
|
|
2006-03-09 15:34:49 +00:00
|
|
|
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-12
|
|
|
|
- Fixes for Xen
|
|
|
|
- enableaudit should not be the same as base.pp
|
|
|
|
- Allow ps to work for all process
|
|
|
|
|
2006-03-09 05:09:46 +00:00
|
|
|
* Thu Mar 9 2006 Jeremy Katz <katzj@redhat.com> - 2.2.23-11
|
|
|
|
- more xen policy fixups
|
|
|
|
|
2006-03-09 00:18:57 +00:00
|
|
|
* Wed Mar 8 2006 Jeremy Katz <katzj@redhat.com> - 2.2.23-10
|
|
|
|
- more xen fixage (#184393)
|
|
|
|
|
2006-03-08 22:11:17 +00:00
|
|
|
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-9
|
|
|
|
- Fix blkid specification
|
|
|
|
- Allow postfix to execute mailman_que
|
|
|
|
|
2006-03-08 20:40:43 +00:00
|
|
|
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-8
|
|
|
|
- Blkid changes
|
|
|
|
- Allow udev access to usb_device_t
|
|
|
|
- Fix post script to create targeted policy config file
|
|
|
|
|
2006-03-08 17:02:01 +00:00
|
|
|
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-7
|
|
|
|
- Allow lvm tools to create drevice dir
|
|
|
|
|
2006-03-07 22:22:14 +00:00
|
|
|
* Tue Mar 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-5
|
|
|
|
- Add Xen support
|
|
|
|
|
2006-03-06 21:33:51 +00:00
|
|
|
* Mon Mar 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-4
|
|
|
|
- Fixes for cups
|
|
|
|
- Make cryptosetup work with hal
|
|
|
|
|
2006-03-06 02:00:43 +00:00
|
|
|
* Sun Mar 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-3
|
|
|
|
- Load Policy needs translock
|
|
|
|
|
2006-03-04 23:24:54 +00:00
|
|
|
* Sat Mar 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-2
|
|
|
|
- Fix cups html interface
|
|
|
|
|
2006-03-04 14:49:35 +00:00
|
|
|
* Sat Mar 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-1
|
|
|
|
- Add hal changes suggested by Jeremy
|
2006-03-04 05:10:54 +00:00
|
|
|
- add policyhelp to point at policy html pages
|
|
|
|
|
2006-02-27 23:23:06 +00:00
|
|
|
* Mon Feb 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.22-2
|
|
|
|
- Additional fixes for nvidia and cups
|
|
|
|
|
2006-02-27 23:00:40 +00:00
|
|
|
* Mon Feb 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.22-1
|
|
|
|
- Update to upstream
|
|
|
|
- Merged my latest fixes
|
|
|
|
- Fix cups policy to handle unix domain sockets
|
2006-02-01 13:21:35 +00:00
|
|
|
|
2006-02-27 23:00:40 +00:00
|
|
|
* Sat Feb 25 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-9
|
2006-02-25 20:50:53 +00:00
|
|
|
- NSCD socket is in nscd_var_run_t needs to be able to search dir
|
|
|
|
|
2006-02-27 23:00:40 +00:00
|
|
|
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-8
|
2006-02-24 20:50:49 +00:00
|
|
|
- Fixes Apache interface file
|
|
|
|
|
2006-02-27 23:00:40 +00:00
|
|
|
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-7
|
2006-02-24 18:39:09 +00:00
|
|
|
- Fixes for new version of cups
|
|
|
|
|
2006-02-27 23:00:40 +00:00
|
|
|
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-6
|
2006-02-24 16:43:26 +00:00
|
|
|
- Turn off polyinstatiate util after FC5
|
|
|
|
|
2006-02-27 23:00:40 +00:00
|
|
|
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-5
|
2006-02-24 15:50:38 +00:00
|
|
|
- Fix problem with privoxy talking to Tor
|
|
|
|
|
2006-02-23 22:28:34 +00:00
|
|
|
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-4
|
|
|
|
- Turn on polyinstatiation
|
|
|
|
|
2006-02-23 21:02:49 +00:00
|
|
|
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-3
|
2006-02-23 22:28:34 +00:00
|
|
|
- Don't transition from unconfined_t to fsadm_t
|
2006-02-23 21:02:49 +00:00
|
|
|
|
2006-02-23 18:56:17 +00:00
|
|
|
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-2
|
|
|
|
- Fix policy update model.
|
|
|
|
|
2006-02-23 15:12:37 +00:00
|
|
|
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-02-22 22:46:02 +00:00
|
|
|
* Wed Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.20-1
|
2006-02-22 18:48:03 +00:00
|
|
|
- Fix load_policy to work on MLS
|
|
|
|
- Fix cron_rw_system_pipes for postfix_postdrop_t
|
|
|
|
- Allow audotmount to run showmount
|
|
|
|
|
2006-02-22 00:53:12 +00:00
|
|
|
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.19-2
|
|
|
|
- Fix swapon
|
|
|
|
- allow httpd_sys_script_t to be entered via a shell
|
|
|
|
- Allow httpd_sys_script_t to read eventpolfs
|
|
|
|
|
2006-02-21 20:39:54 +00:00
|
|
|
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.19-1
|
|
|
|
- Update from upstream
|
|
|
|
|
2006-02-21 19:16:52 +00:00
|
|
|
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.18-2
|
|
|
|
- allow cron to read apache files
|
|
|
|
|
2006-02-21 15:36:15 +00:00
|
|
|
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.18-1
|
|
|
|
- Fix vpnc policy to work from NetworkManager
|
|
|
|
|
2006-02-21 04:51:22 +00:00
|
|
|
* Mon Feb 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.17-2
|
|
|
|
- Update to upstream
|
|
|
|
- Fix semoudle polcy
|
|
|
|
|
2006-02-19 12:17:15 +00:00
|
|
|
* Thu Feb 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.16-1
|
|
|
|
- Update to upstream
|
|
|
|
- fix sysconfig/selinux link
|
|
|
|
|
2006-02-15 16:19:41 +00:00
|
|
|
* Wed Feb 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-4
|
|
|
|
- Add router port for zebra
|
|
|
|
- Add imaze port for spamd
|
|
|
|
- Fixes for amanda and java
|
|
|
|
|
2006-02-14 22:48:01 +00:00
|
|
|
* Tue Feb 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-3
|
|
|
|
- Fix bluetooth handling of usb devices
|
2006-02-14 21:52:23 +00:00
|
|
|
- Fix spamd reading of ~/
|
|
|
|
- fix nvidia spec
|
|
|
|
|
2006-02-14 17:11:59 +00:00
|
|
|
* Tue Feb 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-1
|
|
|
|
- Update to upsteam
|
|
|
|
|
2006-02-13 17:14:30 +00:00
|
|
|
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.14-2
|
|
|
|
- Add users_extra files
|
|
|
|
|
2006-02-13 15:55:10 +00:00
|
|
|
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.14-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-02-11 02:41:50 +00:00
|
|
|
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.13-1
|
|
|
|
- Add semodule policy
|
|
|
|
|
2006-02-09 12:26:53 +00:00
|
|
|
* Tue Feb 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.12-1
|
|
|
|
- Update from upstream
|
|
|
|
|
|
|
|
|
2006-02-06 19:12:13 +00:00
|
|
|
* Mon Feb 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-2
|
|
|
|
- Fix for spamd to use razor port
|
|
|
|
|
2006-02-04 03:03:32 +00:00
|
|
|
* Fri Feb 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-1
|
|
|
|
- Fixes for mcs
|
|
|
|
- Turn on mount and fsadm for unconfined_t
|
|
|
|
|
2006-02-03 14:59:07 +00:00
|
|
|
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.10-1
|
|
|
|
- Fixes for the -devel package
|
|
|
|
|
2006-02-01 13:21:35 +00:00
|
|
|
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.9-2
|
|
|
|
- Fix for spamd to use ldap
|
|
|
|
|
|
|
|
* Fri Jan 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.9-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-01-28 05:39:52 +00:00
|
|
|
* Fri Jan 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.8-2
|
2006-01-28 04:52:34 +00:00
|
|
|
- Update to upstream
|
2006-01-28 05:39:52 +00:00
|
|
|
- Fix rhgb, and other Xorg startups
|
2006-01-28 04:52:34 +00:00
|
|
|
|
2006-01-27 07:06:21 +00:00
|
|
|
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.7-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-3
|
|
|
|
- Separate out role of secadm for mls
|
|
|
|
|
2006-01-26 17:02:46 +00:00
|
|
|
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-2
|
|
|
|
- Add inotifyfs handling
|
|
|
|
|
2006-01-26 15:47:02 +00:00
|
|
|
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-1
|
|
|
|
- Update to upstream
|
|
|
|
- Put back in changes for pup/zen
|
|
|
|
|
|
|
|
* Tue Jan 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.5-1
|
2006-01-24 21:47:16 +00:00
|
|
|
- Many changes for MLS
|
|
|
|
- Turn on strict policy
|
|
|
|
|
2006-01-24 15:41:46 +00:00
|
|
|
* Mon Jan 23 2006 Dan Walsh <dwalsh@redhat.com> 2.2.4-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.3-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fixes for booting and logging in on MLS machine
|
|
|
|
|
2006-01-19 19:10:47 +00:00
|
|
|
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.2-1
|
|
|
|
- Update to upstream
|
|
|
|
- Turn off execheap execstack for unconfined users
|
|
|
|
- Add mono/wine policy to allow execheap and execstack for them
|
|
|
|
- Add execheap for Xdm policy
|
|
|
|
|
|
|
|
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.1-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fixes to fetchmail,
|
|
|
|
|
2006-01-17 22:47:12 +00:00
|
|
|
* Tue Jan 17 2006 Dan Walsh <dwalsh@redhat.com> 2.1.13-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Tue Jan 17 2006 Dan Walsh <dwalsh@redhat.com> 2.1.12-3
|
|
|
|
- Fix for procmail/spamassasin
|
2006-01-17 19:40:15 +00:00
|
|
|
- Update to upstream
|
2006-01-17 20:02:54 +00:00
|
|
|
- Add rules to allow rpcd to work with unlabeled_networks.
|
2006-01-17 19:40:15 +00:00
|
|
|
|
2006-01-17 03:55:13 +00:00
|
|
|
* Sat Jan 14 2006 Dan Walsh <dwalsh@redhat.com> 2.1.11-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fix ftp Man page
|
|
|
|
|
2006-01-13 22:32:06 +00:00
|
|
|
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 2.1.10-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-01-12 02:36:17 +00:00
|
|
|
* Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 2.1.9-2
|
|
|
|
- fix pup transitions (#177262)
|
|
|
|
- fix xen disks (#177599)
|
|
|
|
|
2006-01-11 22:25:06 +00:00
|
|
|
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 2.1.9-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-01-10 17:36:14 +00:00
|
|
|
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-3
|
|
|
|
- More Fixes for hal and readahead
|
|
|
|
|
2006-01-09 22:50:57 +00:00
|
|
|
* Mon Jan 9 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-2
|
|
|
|
- Fixes for hal and readahead
|
|
|
|
|
2006-01-09 20:20:08 +00:00
|
|
|
* Mon Jan 9 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-1
|
|
|
|
- Update to upstream
|
2006-01-09 22:50:57 +00:00
|
|
|
- Apply
|
2006-01-09 20:20:08 +00:00
|
|
|
* Fri Jan 7 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-4
|
|
|
|
- Add wine and fix hal problems
|
|
|
|
|
|
|
|
* Thu Jan 6 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-3
|
2006-01-06 01:04:12 +00:00
|
|
|
- Handle new location of hal scripts
|
|
|
|
|
2006-01-05 21:55:48 +00:00
|
|
|
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-2
|
|
|
|
- Allow su to read /etc/mtab
|
|
|
|
|
2006-01-04 19:02:16 +00:00
|
|
|
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2006-01-03 18:23:17 +00:00
|
|
|
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-24
|
|
|
|
- Fix "libsemanage.parse_module_headers: Data did not represent a module." problem
|
|
|
|
|
2006-01-03 17:21:11 +00:00
|
|
|
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-23
|
|
|
|
- Allow load_policy to read /etc/mtab
|
|
|
|
|
2006-01-02 19:56:17 +00:00
|
|
|
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-22
|
|
|
|
- Fix dovecot to allow dovecot_auth to look at /tmp
|
|
|
|
|
2006-01-02 19:38:23 +00:00
|
|
|
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-21
|
|
|
|
- Allow restorecon to read unlabeled_t directories in order to fix labeling.
|
|
|
|
|
2006-01-02 13:26:14 +00:00
|
|
|
* Fri Dec 30 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-20
|
2005-12-30 16:08:00 +00:00
|
|
|
- Add Logwatch policy
|
|
|
|
|
2005-12-28 12:56:36 +00:00
|
|
|
* Wed Dec 28 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-18
|
|
|
|
- Fix /dev/ub[a-z] file context
|
|
|
|
|
2005-12-27 20:34:15 +00:00
|
|
|
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-17
|
|
|
|
- Fix library specification
|
|
|
|
- Give kudzu execmem privs
|
|
|
|
|
2005-12-22 22:35:01 +00:00
|
|
|
* Thu Dec 22 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-16
|
|
|
|
- Fix hostname in targeted policy
|
|
|
|
|
2005-12-22 21:40:15 +00:00
|
|
|
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-15
|
|
|
|
- Fix passwd command on mls
|
|
|
|
|
2005-12-21 18:07:27 +00:00
|
|
|
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-14
|
|
|
|
- Lots of fixes to make mls policy work
|
|
|
|
|
2005-12-20 22:47:39 +00:00
|
|
|
* Tue Dec 20 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-13
|
2005-12-20 19:03:31 +00:00
|
|
|
- Add dri libs to textrel_shlib_t
|
2005-12-20 22:47:39 +00:00
|
|
|
- Add system_r role for java
|
|
|
|
- Add unconfined_exec_t for vncserver
|
|
|
|
- Allow slapd to use kerberos
|
2005-12-20 19:03:31 +00:00
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Mon Dec 19 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-11
|
|
|
|
- Add man pages
|
|
|
|
|
|
|
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-10
|
2005-12-17 13:41:58 +00:00
|
|
|
- Add enableaudit.pp
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-9
|
2005-12-17 04:35:55 +00:00
|
|
|
- Fix mls policy
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-8
|
2005-12-16 15:30:02 +00:00
|
|
|
- Update mls file from old version
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-5
|
2005-12-16 14:39:19 +00:00
|
|
|
- Add sids back in
|
|
|
|
- Rebuild with update checkpolicy
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-4
|
2005-12-15 23:19:08 +00:00
|
|
|
- Fixes to allow automount to use portmap
|
|
|
|
- Fixes to start kernel in s0-s15:c0.c255
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-3
|
2005-12-15 03:31:43 +00:00
|
|
|
- Add java unconfined/execmem policy
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-2
|
2005-12-14 22:06:38 +00:00
|
|
|
- Add file context for /var/cvs
|
|
|
|
- Dontaudit webalizer search of homedir
|
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-1
|
2005-12-13 22:13:21 +00:00
|
|
|
- Update from upstream
|
|
|
|
|
|
|
|
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-2
|
|
|
|
- Clean up spec
|
|
|
|
- range_transition crond to SystemHigh
|
|
|
|
|
2005-12-13 04:53:03 +00:00
|
|
|
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-1
|
2005-12-12 23:57:06 +00:00
|
|
|
- Fixes for hal
|
2005-12-13 04:53:03 +00:00
|
|
|
- Update to upstream
|
2005-12-12 23:57:06 +00:00
|
|
|
|
2005-12-12 20:47:41 +00:00
|
|
|
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.3-1
|
2005-12-12 21:00:36 +00:00
|
|
|
- Turn back on execmem since we need it for java, firefox, ooffice
|
2005-12-12 20:43:43 +00:00
|
|
|
- Allow gpm to stream socket to itself
|
|
|
|
|
2005-12-12 19:43:05 +00:00
|
|
|
* Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 2.1.2-3
|
|
|
|
- fix requirements to be on the actual packages so that policy can get
|
|
|
|
created properly at install time
|
|
|
|
|
2005-12-11 17:29:15 +00:00
|
|
|
* Sun Dec 10 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-2
|
|
|
|
- Allow unconfined_t to execmod texrel_shlib_t
|
|
|
|
|
2005-12-10 05:19:29 +00:00
|
|
|
* Sat Dec 9 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-1
|
|
|
|
- Update to upstream
|
|
|
|
- Turn off allow_execmem and allow_execmod booleans
|
|
|
|
- Add tcpd and automount policies
|
|
|
|
|
2005-12-09 20:59:20 +00:00
|
|
|
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-3
|
|
|
|
- Add two new httpd booleans, turned off by default
|
|
|
|
* httpd_can_network_relay
|
|
|
|
* httpd_can_network_connect_db
|
|
|
|
|
2005-12-09 18:31:04 +00:00
|
|
|
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-2
|
|
|
|
- Add ghost for policy.20
|
|
|
|
|
2005-12-08 21:56:50 +00:00
|
|
|
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-1
|
|
|
|
- Update to upstream
|
|
|
|
- Turn off boolean allow_execstack
|
|
|
|
|
2005-12-08 20:33:17 +00:00
|
|
|
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-3
|
|
|
|
- Change setrans-mls to use new libsetrans
|
|
|
|
- Add default_context rule for xdm
|
|
|
|
|
2005-12-08 17:04:27 +00:00
|
|
|
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-2.
|
|
|
|
- Change Requires to PreReg for requiring of policycoreutils on install
|
|
|
|
|
|
|
|
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-1.
|
|
|
|
- New upstream release
|
|
|
|
|
2005-12-08 05:02:10 +00:00
|
|
|
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-2.
|
|
|
|
Add xdm policy
|
|
|
|
|
2005-12-07 01:07:26 +00:00
|
|
|
* Tue Dec 6 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-1.
|
|
|
|
Update from upstream
|
|
|
|
|
2005-12-06 03:41:59 +00:00
|
|
|
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.9-1.
|
|
|
|
Update from upstream
|
|
|
|
|
2005-12-02 22:58:20 +00:00
|
|
|
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.8-1.
|
|
|
|
Update from upstream
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-3
|
|
|
|
- Also trigger to rebuild policy for versions up to 2.0.7.
|
|
|
|
|
|
|
|
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-2
|
2005-12-01 18:27:55 +00:00
|
|
|
- No longer installing policy.20 file, anaconda handles the building of the app.
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.6-2
|
2005-11-29 17:32:09 +00:00
|
|
|
- Fixes for dovecot and saslauthd
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Wed Nov 23 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-4
|
2005-11-23 19:11:28 +00:00
|
|
|
- Cleanup pegasus and named
|
|
|
|
- Fix spec file
|
2005-11-23 22:38:02 +00:00
|
|
|
- Fix up passwd changing applications
|
2005-11-23 19:11:28 +00:00
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-1
|
2005-11-23 15:20:18 +00:00
|
|
|
-Update to latest from upstream
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.4-1
|
2005-11-22 19:25:26 +00:00
|
|
|
- Add rules for pegasus and avahi
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Mon Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-2
|
2005-11-21 21:50:16 +00:00
|
|
|
- Start building MLS Policy
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Fri Nov 18 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-1
|
2005-11-18 21:35:08 +00:00
|
|
|
- Update to upstream
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-2
|
2005-11-17 03:31:37 +00:00
|
|
|
- Turn on bash
|
|
|
|
|
2005-12-02 22:11:34 +00:00
|
|
|
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-1
|
2005-11-14 23:22:29 +00:00
|
|
|
- Initial version
|