2010-09-30 13:50:49 +00:00
|
|
|
|
2009-12-23 18:39:12 +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
|
2008-10-09 03:10:32 +00:00
|
|
|
%if %{?BUILD_MINIMUM:0}%{!?BUILD_MINIMUM:1}
|
|
|
|
%define BUILD_MINIMUM 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
|
2009-12-11 20:18:55 +00:00
|
|
|
%define POLICYVER 24
|
|
|
|
%define libsepolver 2.0.41-1
|
2009-12-16 13:30:38 +00:00
|
|
|
%define POLICYCOREUTILSVER 2.0.78-1
|
2009-12-11 20:18:55 +00:00
|
|
|
%define CHECKPOLICYVER 2.0.21-1
|
2005-11-14 23:22:29 +00:00
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Name: selinux-policy
|
2011-01-17 18:42:12 +00:00
|
|
|
Version: 3.9.13
|
2011-02-01 18:30:35 +00:00
|
|
|
Release: 7%{?dist}
|
2007-08-24 19:52:40 +00:00
|
|
|
License: GPLv2+
|
2005-11-14 23:22:29 +00:00
|
|
|
Group: System Environment/Base
|
|
|
|
Source: serefpolicy-%{version}.tgz
|
2010-11-05 16:40:49 +00:00
|
|
|
patch: policy-F15.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
|
2010-02-08 22:06:23 +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
|
2010-02-08 22:06:23 +00:00
|
|
|
Source10: booleans-olpc.conf
|
2007-06-22 19:21:00 +00:00
|
|
|
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
|
2008-10-09 03:10:32 +00:00
|
|
|
Source16: modules-minimum.conf
|
|
|
|
Source17: booleans-minimum.conf
|
|
|
|
Source18: setrans-minimum.conf
|
|
|
|
Source19: securetty_types-minimum
|
2009-04-03 19:25:21 +00:00
|
|
|
Source20: customizable_types
|
2009-08-28 20:55:16 +00:00
|
|
|
Source21: config.tgz
|
2010-01-11 22:06:55 +00:00
|
|
|
Source22: users-mls
|
|
|
|
Source23: users-targeted
|
|
|
|
Source24: users-olpc
|
|
|
|
Source25: users-minimum
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2009-03-09 16:18:51 +00:00
|
|
|
Url: http://oss.tresys.com/repos/refpolicy/
|
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
|
2009-01-19 14:28:24 +00:00
|
|
|
BuildRequires: python gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-python >= %{POLICYCOREUTILSVER} bzip2
|
2009-09-15 21:45:12 +00:00
|
|
|
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER} libsemanage >= 2.0.14-3
|
2009-04-17 14:19:17 +00:00
|
|
|
Requires(post): /usr/bin/bunzip2 /bin/mktemp /bin/awk
|
2008-06-02 18:56:05 +00:00
|
|
|
Requires: checkpolicy >= %{CHECKPOLICYVER} m4
|
2010-02-08 22:06:23 +00:00
|
|
|
Obsoletes: selinux-policy-devel <= %{version}-%{release}
|
|
|
|
Provides: selinux-policy-devel = %{version}-%{release}
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2005-12-20 04:02:59 +00:00
|
|
|
%description
|
|
|
|
SELinux Base package
|
|
|
|
|
|
|
|
%files
|
2010-02-08 22:06:23 +00:00
|
|
|
%defattr(-,root,root,-)
|
2009-07-07 15:41:05 +00:00
|
|
|
%{_mandir}/man*/*
|
|
|
|
# policycoreutils owns these manpage directories, we only own the files within them
|
|
|
|
%{_mandir}/ru/*/*
|
2006-02-22 22:46:02 +00:00
|
|
|
%dir %{_usr}/share/selinux
|
2008-06-02 18:56:05 +00:00
|
|
|
%dir %{_usr}/share/selinux/devel
|
|
|
|
%dir %{_usr}/share/selinux/devel/include
|
2009-05-12 18:10:29 +00:00
|
|
|
%dir %{_usr}/share/selinux/packages
|
2006-02-22 22:46:02 +00:00
|
|
|
%dir %{_sysconfdir}/selinux
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/selinux/config
|
|
|
|
%ghost %{_sysconfdir}/sysconfig/selinux
|
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.*
|
2007-11-07 19:42:24 +00:00
|
|
|
%{_usr}/share/selinux/devel/policy.*
|
2008-10-14 23:50:08 +00:00
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: SELinux policy documentation
|
|
|
|
Group: System Environment/Base
|
|
|
|
Requires(pre): selinux-policy = %{version}-%{release}
|
2009-09-24 23:30:16 +00:00
|
|
|
Requires: /usr/bin/xdg-open
|
2008-10-14 23:50:08 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
SELinux policy documentation package
|
|
|
|
|
|
|
|
%files doc
|
2010-01-07 21:59:22 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-10-14 23:50:08 +00:00
|
|
|
%doc %{_usr}/share/doc/%{name}-%{version}
|
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
|
|
|
|
2008-06-02 18:56:05 +00:00
|
|
|
%check
|
2010-05-26 21:15:42 +00:00
|
|
|
if /usr/sbin/selinuxenabled; then
|
|
|
|
/usr/bin/sepolgen-ifgen -i %{buildroot}%{_usr}/share/selinux/devel/include -o /dev/null
|
|
|
|
fi
|
2007-12-20 21:26:31 +00:00
|
|
|
|
2010-02-08 22:06:23 +00:00
|
|
|
%define makeCmds() \
|
2008-12-04 18:47:26 +00:00
|
|
|
make UNK_PERMS=%5 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 bare \
|
|
|
|
make UNK_PERMS=%5 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 conf \
|
2010-02-08 22:06:23 +00:00
|
|
|
cp -f selinux_config/modules-%1.conf ./policy/modules.conf \
|
|
|
|
cp -f selinux_config/booleans-%1.conf ./policy/booleans.conf \
|
|
|
|
cp -f selinux_config/users-%1 ./policy/users \
|
2008-09-30 14:39:16 +00:00
|
|
|
|
2006-02-03 14:59:07 +00:00
|
|
|
%define installCmds() \
|
2008-12-04 18:47:26 +00:00
|
|
|
make UNK_PERMS=%5 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 base.pp \
|
|
|
|
make validate UNK_PERMS=%5 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 modules \
|
|
|
|
make UNK_PERMS=%5 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%4 MLS_CATS=1024 MCS_CATS=1024 install \
|
|
|
|
make UNK_PERMS=%5 NAME=%1 TYPE=%2 DISTRO=%{distro} UBAC=n 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 \
|
|
|
|
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/file_contexts.homedirs \
|
2010-02-08 22:06:23 +00:00
|
|
|
install -m0644 selinux_config/securetty_types-%1 %{buildroot}%{_sysconfdir}/selinux/%1/contexts/securetty_types \
|
|
|
|
install -m0644 selinux_config/setrans-%1.conf %{buildroot}%{_sysconfdir}/selinux/%1/setrans.conf \
|
|
|
|
install -m0644 selinux_config/customizable_types %{buildroot}%{_sysconfdir}/selinux/%1/contexts/customizable_types \
|
|
|
|
bzip2 %{buildroot}/%{_usr}/share/selinux/%1/*.pp \
|
|
|
|
awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "%%s.pp.bz2 ", $1 }' ./policy/modules.conf > %{buildroot}/%{_usr}/share/selinux/%1/modules.lst
|
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 \
|
2008-09-30 14:39:16 +00:00
|
|
|
%{_usr}/share/selinux/%1/*.pp.bz2 \
|
2010-02-08 22:06:23 +00:00
|
|
|
%{_usr}/share/selinux/%1/modules.lst \
|
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 \
|
2008-03-14 21:17:21 +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 \
|
2008-02-22 20:32:52 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/x_contexts \
|
2005-12-09 18:31:04 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/default_contexts \
|
2010-02-08 22:06:23 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/virtual_domain_context \
|
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/virtual_image_context \
|
2011-01-18 10:28:56 +00:00
|
|
|
%config %{_sysconfdir}/selinux/%1/contexts/sepgsql_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/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 \
|
2008-09-23 15:14:53 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/xguest_u \
|
2007-06-22 19:21:00 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/user_u \
|
2007-12-14 12:40:39 +00:00
|
|
|
%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 \
|
2010-02-08 22:06:23 +00:00
|
|
|
. %{_sysconfdir}/selinux/config; \
|
|
|
|
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
|
|
|
if [ "${SELINUXTYPE}" = %1 -a -f ${FILE_CONTEXT} ]; then \
|
|
|
|
[ -f ${FILE_CONTEXT}.pre ] || cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
|
|
|
|
fi \
|
2005-12-01 18:16:50 +00:00
|
|
|
fi
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2007-06-22 19:21:00 +00:00
|
|
|
%define loadpolicy() \
|
2008-11-25 19:18:01 +00:00
|
|
|
( cd /usr/share/selinux/%1; \
|
2009-05-04 19:37:29 +00:00
|
|
|
semodule -b base.pp.bz2 -i %2 -s %1; \
|
2008-04-11 18:58:08 +00:00
|
|
|
); \
|
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; \
|
2009-04-28 15:13:35 +00:00
|
|
|
if [ $? = 0 -a "${SELINUXTYPE}" = %1 -a -f ${FILE_CONTEXT}.pre ]; then \
|
2010-02-08 22:06:23 +00:00
|
|
|
fixfiles -C ${FILE_CONTEXT}.pre restore; \
|
|
|
|
restorecon -R /root /var/log /var/run /var/lib 2> /dev/null; \
|
|
|
|
rm -f ${FILE_CONTEXT}.pre; \
|
2005-11-14 23:22:29 +00:00
|
|
|
fi;
|
|
|
|
|
|
|
|
%description
|
|
|
|
SELinux Reference Policy - modular.
|
2009-11-18 22:22:56 +00:00
|
|
|
Based off of reference policy: Checked out revision 2.20091117
|
2005-11-14 23:22:29 +00:00
|
|
|
|
2007-08-24 19:52:40 +00:00
|
|
|
%build
|
|
|
|
|
2005-11-21 21:43:55 +00:00
|
|
|
%prep
|
2007-08-24 19:52:40 +00:00
|
|
|
%setup -n serefpolicy-%{version} -q
|
2006-04-17 11:27:44 +00:00
|
|
|
%patch -p1
|
2010-02-16 22:10:14 +00:00
|
|
|
|
|
|
|
%install
|
2010-02-08 22:06:23 +00:00
|
|
|
mkdir selinux_config
|
|
|
|
for i in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} %{SOURCE25};do
|
|
|
|
cp $i selinux_config
|
|
|
|
done
|
|
|
|
tar zxvf selinux_config/config.tgz
|
2005-11-21 21:49:31 +00:00
|
|
|
# Build targeted policy
|
2006-05-10 20:00:43 +00:00
|
|
|
%{__rm} -fR %{buildroot}
|
2007-10-09 20:53:38 +00:00
|
|
|
mkdir -p %{buildroot}%{_mandir}
|
2007-11-10 14:14:41 +00:00
|
|
|
cp -R man/* %{buildroot}%{_mandir}
|
2006-05-10 20:00:43 +00:00
|
|
|
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
|
|
|
|
2008-10-16 19:56:59 +00:00
|
|
|
# Always create policy module package directories
|
2009-01-28 22:23:18 +00:00
|
|
|
mkdir -p %{buildroot}%{_usr}/share/selinux/{targeted,mls,minimum,modules}/
|
2008-10-16 19:56:59 +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
|
2010-02-08 22:06:23 +00:00
|
|
|
%makeCmds targeted mcs n y allow
|
2009-04-24 11:53:55 +00:00
|
|
|
%installCmds targeted mcs n y allow
|
2006-03-24 16:44:06 +00:00
|
|
|
%endif
|
2005-11-21 21:43:55 +00:00
|
|
|
|
2008-10-09 03:10:32 +00:00
|
|
|
%if %{BUILD_MINIMUM}
|
|
|
|
# Build minimum policy
|
|
|
|
# Commented out because only minimum ref policy currently builds
|
2010-02-08 22:06:23 +00:00
|
|
|
%makeCmds minimum mcs n y allow
|
2008-10-09 03:10:32 +00:00
|
|
|
%installCmds minimum mcs n y allow
|
|
|
|
%endif
|
|
|
|
|
2006-03-24 16:44:06 +00:00
|
|
|
%if %{BUILD_MLS}
|
2006-01-24 15:41:46 +00:00
|
|
|
# Build mls policy
|
2010-02-08 22:06:23 +00:00
|
|
|
%makeCmds mls mls n y deny
|
2007-10-13 14:15:08 +00:00
|
|
|
%installCmds mls mls n y deny
|
2007-06-22 19:21:00 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{BUILD_OLPC}
|
2008-10-09 03:10:32 +00:00
|
|
|
# Build olpc policy
|
|
|
|
# Commented out because only olpc ref policy currently builds
|
2010-02-08 22:06:23 +00:00
|
|
|
%makeCmds olpc mcs n y allow
|
2007-10-13 14:15:08 +00:00
|
|
|
%installCmds olpc mcs n y allow
|
2006-03-24 16:44:06 +00:00
|
|
|
%endif
|
2006-01-24 15:41:46 +00:00
|
|
|
|
2009-04-24 11:53:55 +00:00
|
|
|
make UNK_PERMS=allow NAME=targeted TYPE=mcs DISTRO=%{distro} UBAC=n 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/
|
2009-05-12 18:10:29 +00:00
|
|
|
mkdir %{buildroot}%{_usr}/share/selinux/packages/
|
2007-04-02 15:17:45 +00:00
|
|
|
mv %{buildroot}%{_usr}/share/selinux/targeted/include %{buildroot}%{_usr}/share/selinux/devel/include
|
2010-02-08 22:06:23 +00:00
|
|
|
install -m 755 selinux_config/policygentool %{buildroot}%{_usr}/share/selinux/devel/
|
|
|
|
install -m 644 selinux_config/Makefile.devel %{buildroot}%{_usr}/share/selinux/devel/Makefile
|
2007-04-02 15:17:45 +00:00
|
|
|
install -m 644 doc/example.* %{buildroot}%{_usr}/share/selinux/devel/
|
2007-11-07 19:42:24 +00:00
|
|
|
install -m 644 doc/policy.* %{buildroot}%{_usr}/share/selinux/devel/
|
2008-10-03 15:49:44 +00:00
|
|
|
echo "xdg-open file:///usr/share/doc/selinux-policy-%{version}/html/index.html"> %{buildroot}%{_usr}/share/selinux/devel/policyhelp
|
2007-04-02 15:17:45 +00:00
|
|
|
chmod +x %{buildroot}%{_usr}/share/selinux/devel/policyhelp
|
2010-02-08 22:06:23 +00:00
|
|
|
rm -rf selinux_config
|
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
|
2010-02-08 22:06:23 +00:00
|
|
|
#
|
|
|
|
# New install so we will default to targeted policy
|
|
|
|
#
|
|
|
|
echo "
|
2005-11-15 00:07:50 +00:00
|
|
|
# This file controls the state of SELinux on the system.
|
|
|
|
# SELINUX= can take one of these three values:
|
2010-02-08 22:06:23 +00:00
|
|
|
# enforcing - SELinux security policy is enforced.
|
|
|
|
# permissive - SELinux prints warnings instead of enforcing.
|
|
|
|
# disabled - No SELinux policy is loaded.
|
2005-11-15 00:07:50 +00:00
|
|
|
SELINUX=enforcing
|
|
|
|
# SELINUXTYPE= can take one of these two values:
|
2010-02-08 22:06:23 +00:00
|
|
|
# targeted - Targeted processes are protected,
|
|
|
|
# mls - Multi Level Security protection.
|
2005-11-15 00:07:50 +00:00
|
|
|
SELINUXTYPE=targeted
|
|
|
|
|
|
|
|
" > /etc/selinux/config
|
|
|
|
|
2010-02-08 22:06:23 +00:00
|
|
|
ln -sf ../selinux/config /etc/sysconfig/selinux
|
|
|
|
restorecon /etc/selinux/config 2> /dev/null || :
|
2005-11-15 00:07:50 +00:00
|
|
|
else
|
2010-02-08 22:06:23 +00:00
|
|
|
. /etc/selinux/config
|
|
|
|
# if first time update booleans.local needs to be copied to sandbox
|
|
|
|
[ -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
|
|
|
fi
|
2008-06-02 18:56:05 +00:00
|
|
|
exit 0
|
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
|
2010-02-08 22:06:23 +00:00
|
|
|
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
|
2010-02-08 22:06:23 +00:00
|
|
|
Provides: selinux-policy-base = %{version}-%{release}
|
2006-03-24 16:44:06 +00:00
|
|
|
Group: System Environment/Base
|
2007-08-24 19:52:40 +00:00
|
|
|
Obsoletes: selinux-policy-targeted-sources < 2
|
2009-09-15 21:45:12 +00:00
|
|
|
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER}
|
2007-08-24 19:52:40 +00:00
|
|
|
Requires(pre): coreutils
|
|
|
|
Requires(pre): selinux-policy = %{version}-%{release}
|
2010-01-15 21:39:39 +00:00
|
|
|
Requires: selinux-policy = %{version}-%{release}
|
2008-10-16 19:56:59 +00:00
|
|
|
Conflicts: audispd-plugins <= 1.7.7-1
|
2010-02-08 22:06:23 +00:00
|
|
|
Obsoletes: mod_fcgid-selinux <= %{version}-%{release}
|
2010-05-26 21:15:42 +00:00
|
|
|
Obsoletes: cachefilesd-selinux <= 0.10-1
|
2009-09-15 18:26:13 +00:00
|
|
|
Conflicts: seedit
|
2010-11-09 12:55:52 +00:00
|
|
|
Conflicts: 389-ds-base < 1.2.7, 389-admin < 1.1.12
|
2006-03-24 16:44:06 +00:00
|
|
|
|
|
|
|
%description targeted
|
|
|
|
SELinux Reference policy targeted base module.
|
|
|
|
|
|
|
|
%pre targeted
|
|
|
|
%saveFileContext targeted
|
|
|
|
|
2006-03-08 20:40:43 +00:00
|
|
|
%post targeted
|
2010-02-08 22:06:23 +00:00
|
|
|
packages=`cat /usr/share/selinux/targeted/modules.lst`
|
2009-04-28 15:13:35 +00:00
|
|
|
if [ $1 -eq 1 ]; then
|
|
|
|
%loadpolicy targeted $packages
|
2009-12-11 20:18:55 +00:00
|
|
|
restorecon -R /root /var/log /var/run /var/lib 2> /dev/null
|
2009-04-28 15:13:35 +00:00
|
|
|
else
|
2010-12-28 20:41:30 +00:00
|
|
|
semodule -n -s targeted -r moilscanner mailscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal 2>/dev/null
|
2009-04-28 15:13:35 +00:00
|
|
|
%loadpolicy targeted $packages
|
|
|
|
%relabel targeted
|
|
|
|
fi
|
|
|
|
exit 0
|
2007-08-24 19:52:40 +00:00
|
|
|
|
2008-01-08 19:58:56 +00:00
|
|
|
%triggerpostun targeted -- selinux-policy-targeted < 3.2.5-9.fc9
|
2008-04-23 14:15:54 +00:00
|
|
|
. /etc/selinux/config
|
|
|
|
[ "${SELINUXTYPE}" != "targeted" ] && exit 0
|
2007-07-03 19:20:47 +00:00
|
|
|
setsebool -P use_nfs_home_dirs=1
|
2008-07-10 15:28:32 +00:00
|
|
|
semanage user -l | grep -s unconfined_u > /dev/null
|
2008-03-14 21:13:24 +00:00
|
|
|
if [ $? -eq 0 ]; then
|
2008-07-10 15:28:32 +00:00
|
|
|
semanage user -m -R "unconfined_r system_r" -r s0-s0:c0.c1023 unconfined_u
|
2007-12-17 22:49:08 +00:00
|
|
|
else
|
2008-07-10 15:28:32 +00:00
|
|
|
semanage user -a -P user -R "unconfined_r system_r" -r s0-s0:c0.c1023 unconfined_u
|
2007-12-17 22:49:08 +00:00
|
|
|
fi
|
|
|
|
seuser=`semanage login -l | grep __default__ | awk '{ print $2 }'`
|
2008-04-23 14:15:54 +00:00
|
|
|
[ "$seuser" != "unconfined_u" ] && semanage login -m -s "unconfined_u" -r s0-s0:c0.c1023 __default__
|
2007-12-17 22:49:08 +00:00
|
|
|
seuser=`semanage login -l | grep root | awk '{ print $2 }'`
|
2009-04-28 15:13:35 +00:00
|
|
|
[ "$seuser" = "system_u" ] && semanage login -m -s "unconfined_u" -r s0-s0:c0.c1023 root
|
2007-10-01 17:03:12 +00:00
|
|
|
restorecon -R /root /etc/selinux/targeted 2> /dev/null
|
2008-01-08 19:58:56 +00:00
|
|
|
semodule -r qmail 2> /dev/null
|
2007-06-22 19:21:00 +00:00
|
|
|
exit 0
|
2005-11-15 00:07:50 +00:00
|
|
|
|
2006-03-24 16:44:06 +00:00
|
|
|
%files targeted
|
2010-02-08 22:06:23 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-12-14 12:40:39 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/targeted/contexts/users/unconfined_u
|
|
|
|
%fileList targeted
|
2007-06-22 19:21:00 +00:00
|
|
|
%endif
|
|
|
|
|
2008-10-09 03:10:32 +00:00
|
|
|
%if %{BUILD_MINIMUM}
|
|
|
|
%package minimum
|
|
|
|
Summary: SELinux minimum base policy
|
2010-02-08 22:06:23 +00:00
|
|
|
Provides: selinux-policy-base = %{version}-%{release}
|
2008-10-09 03:10:32 +00:00
|
|
|
Group: System Environment/Base
|
2009-09-15 21:45:12 +00:00
|
|
|
Requires(post): policycoreutils-python >= %{POLICYCOREUTILSVER}
|
2008-10-09 03:10:32 +00:00
|
|
|
Requires(pre): coreutils
|
|
|
|
Requires(pre): selinux-policy = %{version}-%{release}
|
2010-01-15 21:39:39 +00:00
|
|
|
Requires: selinux-policy = %{version}-%{release}
|
2009-09-15 18:26:13 +00:00
|
|
|
Conflicts: seedit
|
2008-10-09 03:10:32 +00:00
|
|
|
|
|
|
|
%description minimum
|
|
|
|
SELinux Reference policy minimum base module.
|
|
|
|
|
|
|
|
%pre minimum
|
|
|
|
%saveFileContext minimum
|
|
|
|
|
|
|
|
%post minimum
|
2010-02-08 22:06:23 +00:00
|
|
|
packages="execmem.pp.bz2 unconfined.pp.bz2 unconfineduser.pp.bz2"
|
2009-10-02 15:15:36 +00:00
|
|
|
%loadpolicy minimum $packages
|
2009-05-04 19:37:29 +00:00
|
|
|
if [ $1 -eq 1 ]; then
|
2008-10-09 03:10:32 +00:00
|
|
|
semanage -S minimum -i - << __eof
|
|
|
|
login -m -s unconfined_u -r s0-s0:c0.c1023 __default__
|
|
|
|
login -m -s unconfined_u -r s0-s0:c0.c1023 root
|
|
|
|
__eof
|
2009-12-11 20:18:55 +00:00
|
|
|
restorecon -R /root /var/log /var/run /var/lib 2> /dev/null
|
2008-10-09 03:10:32 +00:00
|
|
|
else
|
|
|
|
%relabel minimum
|
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files minimum
|
2010-02-08 22:06:23 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-10-09 03:10:32 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/minimum/contexts/users/unconfined_u
|
|
|
|
%fileList minimum
|
|
|
|
%endif
|
|
|
|
|
2007-06-22 19:21:00 +00:00
|
|
|
%if %{BUILD_OLPC}
|
|
|
|
%package olpc
|
|
|
|
Summary: SELinux olpc base policy
|
|
|
|
Group: System Environment/Base
|
2010-02-08 22:06:23 +00:00
|
|
|
Provides: selinux-policy-base = %{version}-%{release}
|
2009-09-15 21:45:12 +00:00
|
|
|
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER}
|
2007-08-24 19:52:40 +00:00
|
|
|
Requires(pre): coreutils
|
|
|
|
Requires(pre): selinux-policy = %{version}-%{release}
|
2010-01-15 21:39:39 +00:00
|
|
|
Requires: selinux-policy = %{version}-%{release}
|
2009-09-15 18:26:13 +00:00
|
|
|
Conflicts: seedit
|
2007-06-22 19:21:00 +00:00
|
|
|
|
|
|
|
%description olpc
|
|
|
|
SELinux Reference policy olpc base module.
|
|
|
|
|
|
|
|
%pre olpc
|
|
|
|
%saveFileContext olpc
|
|
|
|
|
|
|
|
%post olpc
|
2010-02-08 22:06:23 +00:00
|
|
|
packages=`cat /usr/share/selinux/olpc/modules.lst`
|
2009-05-04 18:20:29 +00:00
|
|
|
%loadpolicy olpc $packages
|
2007-10-05 19:47:10 +00:00
|
|
|
|
2008-03-14 21:13:24 +00:00
|
|
|
if [ $1 -ne 1 ]; then
|
2007-06-22 19:21:00 +00:00
|
|
|
%relabel olpc
|
2007-10-04 14:34:02 +00:00
|
|
|
fi
|
2007-06-22 19:21:00 +00:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files olpc
|
2010-02-08 22:06:23 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-06-22 19:21:00 +00:00
|
|
|
%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
|
2010-02-08 22:06:23 +00:00
|
|
|
Provides: selinux-policy-base = %{version}-%{release}
|
2007-08-24 19:52:40 +00:00
|
|
|
Obsoletes: selinux-policy-mls-sources < 2
|
2007-08-21 20:08:22 +00:00
|
|
|
Requires: policycoreutils-newrole >= %{POLICYCOREUTILSVER} setransd
|
2009-09-15 21:45:12 +00:00
|
|
|
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER}
|
2007-08-24 19:52:40 +00:00
|
|
|
Requires(pre): coreutils
|
|
|
|
Requires(pre): selinux-policy = %{version}-%{release}
|
2010-01-15 21:39:39 +00:00
|
|
|
Requires: selinux-policy = %{version}-%{release}
|
2009-09-15 18:26:13 +00:00
|
|
|
Conflicts: seedit
|
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
|
2010-12-28 20:41:30 +00:00
|
|
|
semodule -n -s mls -r mailscanner polkit ModemManager telepathysofiasip ethereal 2>/dev/null
|
2010-02-08 22:06:23 +00:00
|
|
|
packages=`cat /usr/share/selinux/mls/modules.lst`
|
2009-05-04 18:20:29 +00:00
|
|
|
%loadpolicy mls $packages
|
2007-10-05 19:47:10 +00:00
|
|
|
|
2010-02-08 22:06:23 +00:00
|
|
|
if [ $1 -eq 1 ]; then
|
|
|
|
restorecon -R /root /var/log /var/run /var/lib 2> /dev/null
|
|
|
|
else
|
2005-12-13 22:13:21 +00:00
|
|
|
%relabel mls
|
2007-10-04 14:34:02 +00:00
|
|
|
fi
|
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
|
2010-02-08 22:06:23 +00:00
|
|
|
%defattr(-,root,root,-)
|
2008-08-12 15:06:36 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/selinux/mls/contexts/users/unconfined_u
|
2005-12-13 22:13:21 +00:00
|
|
|
%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
|
2011-02-01 18:30:35 +00:00
|
|
|
* Tue Feb 1 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.13-7
|
|
|
|
- ricci_modclusterd_t needs to bind to rpc ports 500-1023
|
|
|
|
- Allow dbus to use setrlimit to increase resoueces
|
|
|
|
- Mozilla_plugin is leaking to sandbox
|
|
|
|
- Allow confined users to connect to lircd over unix domain stream socket which allow to use remote control
|
|
|
|
- Allow awstats to read squid logs
|
|
|
|
- seunshare needs to manage tmp_t
|
|
|
|
- apcupsd cgi scripts have a new directory
|
|
|
|
|
2011-01-27 18:13:11 +00:00
|
|
|
* Thu Jan 27 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.13-6
|
|
|
|
- Fix xserver_dontaudit_read_xdm_pid
|
|
|
|
- Change oracle_port_t to oracledb_port_t to prevent conflict with satellite
|
|
|
|
- Allow dovecot_deliver_t to read/write postfix_master_t:fifo_file.
|
|
|
|
* These fifo_file is passed from postfix_master_t to postfix_local_t to dovecot_deliver_t
|
|
|
|
- Allow readahead to manage readahead pid dirs
|
|
|
|
- Allow readahead to read all mcs levels
|
|
|
|
- Allow mozilla_plugin_t to use nfs or samba homedirs
|
|
|
|
|
2011-01-25 17:44:14 +00:00
|
|
|
* Wed Jan 25 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.13-5
|
|
|
|
- Allow nagios plugin to read /proc/meminfo
|
|
|
|
- Fix for mozilla_plugin
|
|
|
|
- Allow samba_net_t to create /etc/keytab
|
|
|
|
- pppd_t setting up vpns needs to run unix_chkpwd, setsched its process and write wtmp_t
|
|
|
|
- nslcd can read user credentials
|
|
|
|
- Allow nsplugin to delete mozilla_plugin_tmpfs_t
|
|
|
|
- abrt tries to create dir in rpm_var_lib_t
|
|
|
|
- virt relabels fifo_files
|
|
|
|
- sshd needs to manage content in fusefs homedir
|
|
|
|
- mock manages link files in cache dir
|
|
|
|
|
2011-01-21 17:24:28 +00:00
|
|
|
* Fri Jan 21 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.13-4
|
|
|
|
- nslcd needs setsched and to read /usr/tmp
|
|
|
|
- Invalid call in likewise policy ends up creating a bogus role
|
|
|
|
- Cannon puts content into /var/lib/bjlib that cups needs to be able to write
|
|
|
|
- Allow screen to create screen_home_t in /root
|
|
|
|
- dirsrv sends syslog messages
|
|
|
|
- pinentry reads stuff in .kde directory
|
|
|
|
- Add labels for .kde directory in homedir
|
|
|
|
- Treat irpinit, iprupdate, iprdump services with raid policy
|
|
|
|
|
2011-01-19 18:43:03 +00:00
|
|
|
* Wed Jan 19 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.13-3
|
|
|
|
- NetworkManager wants to read consolekit_var_run_t
|
|
|
|
- Allow readahead to create /dev/.systemd/readahead
|
|
|
|
- Remove permissive domains
|
|
|
|
- Allow newrole to run namespace_init
|
|
|
|
|
2011-01-18 10:28:56 +00:00
|
|
|
* Tue Jan 18 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.13-2
|
|
|
|
- Add sepgsql_contexts file
|
|
|
|
|
2011-01-17 18:42:12 +00:00
|
|
|
* Mon Jan 17 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.13-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2011-01-17 17:47:06 +00:00
|
|
|
* Mon Jan 17 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.12-8
|
|
|
|
- Add oracle ports and allow apache to connect to them if the connect_db boolean is turned on
|
|
|
|
- Add puppetmaster_use_db boolean
|
|
|
|
- Fixes for zarafa policy
|
|
|
|
- Fixes for gnomeclock poliy
|
|
|
|
- Fix systemd-tmpfiles to use auth_use_nsswitch
|
|
|
|
|
2011-01-14 17:48:34 +00:00
|
|
|
* Fri Jan 14 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.12-7
|
|
|
|
- gnomeclock executes a shell
|
|
|
|
- Update for screen policy to handle pipe in homedir
|
|
|
|
- Fixes for polyinstatiated homedir
|
|
|
|
- Fixes for namespace policy and other fixes related to polyinstantiation
|
|
|
|
- Add namespace policy
|
|
|
|
- Allow dovecot-deliver transition to sendmail which is needed by sieve scripts
|
|
|
|
- Fixes for init, psad policy which relate with confined users
|
|
|
|
- Do not audit bootloader attempts to read devicekit pid files
|
|
|
|
- Allow nagios service plugins to read /proc
|
|
|
|
|
2011-01-11 13:44:47 +00:00
|
|
|
* Tue Jan 11 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.12-6
|
|
|
|
- Add firewalld policy
|
|
|
|
- Allow vmware_host to read samba config
|
|
|
|
- Kernel wants to read /proc Fix duplicate grub def in cobbler
|
|
|
|
- Chrony sends mail, executes shell, uses fifo_file and reads /proc
|
|
|
|
- devicekitdisk getattr all file systems
|
|
|
|
- sambd daemon writes wtmp file
|
|
|
|
- libvirt transitions to dmidecode
|
|
|
|
|
2011-01-05 10:08:57 +00:00
|
|
|
* Wed Jan 5 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.12-5
|
|
|
|
- Add initial policy for system-setup-keyboard which is now daemon
|
|
|
|
- Label /var/lock/subsys/shorewall as shorewall_lock_t
|
|
|
|
- Allow users to communicate with the gpg_agent_t
|
|
|
|
- Dontaudit mozilla_plugin_t using the inherited terminal
|
|
|
|
- Allow sambagui to read files in /usr
|
|
|
|
- webalizer manages squid log files
|
|
|
|
- Allow unconfined domains to bind ports to raw_ip_sockets
|
|
|
|
- Allow abrt to manage rpm logs when running yum
|
|
|
|
- Need labels for /var/run/bittlebee
|
|
|
|
- Label .ssh under amanda
|
|
|
|
- Remove unused genrequires for virt_domain_template
|
|
|
|
- Allow virt_domain to use fd inherited from virtd_t
|
|
|
|
- Allow iptables to read shorewall config
|
|
|
|
|
2010-12-28 20:41:30 +00:00
|
|
|
* Tue Dec 28 2010 Dan Walsh <dwalsh@redhat.com> 3.9.12-4
|
|
|
|
- Gnome apps list config_home_t
|
|
|
|
- mpd creates lnk files in homedir
|
|
|
|
- apache leaks write to mail apps on tmp files
|
|
|
|
- /var/stockmaniac/templates_cache contains log files
|
|
|
|
- Abrt list the connects of mount_tmp_t dirs
|
|
|
|
- passwd agent reads files under /dev and reads utmp file
|
|
|
|
- squid apache script connects to the squid port
|
|
|
|
- fix name of plymouth log file
|
|
|
|
- teamviewer is a wine app
|
|
|
|
- allow dmesg to read system state
|
|
|
|
- Stop labeling files under /var/lib/mock so restorecon will not go into this
|
|
|
|
- nsplugin needs to read network state for google talk
|
|
|
|
|
|
|
|
* Thu Dec 23 2010 Dan Walsh <dwalsh@redhat.com> 3.9.12-3
|
|
|
|
- Allow xdm and syslog to use /var/log/boot.log
|
|
|
|
- Allow users to communicate with mozilla_plugin and kill it
|
|
|
|
- Add labeling for ipv6 and dhcp
|
|
|
|
|
2010-12-22 21:12:41 +00:00
|
|
|
* Tue Dec 21 2010 Dan Walsh <dwalsh@redhat.com> 3.9.12-2
|
|
|
|
- New labels for ghc http content
|
|
|
|
- nsplugin_config needs to read urand, lvm now calls setfscreate to create dev
|
|
|
|
- pm-suspend now creates log file for append access so we remove devicekit_wri
|
|
|
|
- Change authlogin_use_sssd to authlogin_nsswitch_use_ldap
|
|
|
|
- Fixes for greylist_milter policy
|
|
|
|
|
2010-12-21 09:32:36 +00:00
|
|
|
* Tue Dec 21 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.12-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fixes for systemd policy
|
|
|
|
- Fixes for passenger policy
|
|
|
|
- Allow staff users to run mysqld in the staff_t domain, akonadi needs this
|
|
|
|
- Add bin_t label for /usr/share/kde4/apps/kajongg/kajongg.py
|
|
|
|
- auth_use_nsswitch does not need avahi to read passwords,needed for resolving data
|
|
|
|
- Dontaudit (xdm_t) gok attempting to list contents of /var/account
|
|
|
|
- Telepathy domains need to read urand
|
|
|
|
- Need interface to getattr all file classes in a mock library for setroubleshoot
|
|
|
|
|
2010-12-16 16:25:39 +00:00
|
|
|
* Wed Dec 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.11-2
|
|
|
|
- Update selinux policy to handle new /usr/share/sandbox/start script
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Wed Dec 15 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.11-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fix version of policy in spec file
|
|
|
|
|
|
|
|
* Tue Dec 14 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-13
|
2010-12-14 19:49:10 +00:00
|
|
|
- Allow sandbox to run on nfs partitions, fixes for systemd_tmpfs
|
|
|
|
- remove per sandbox domains devpts types
|
|
|
|
- Allow dkim-milter sending signal to itself
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Mon Dec 13 2010 Dan Walsh <dwalsh@redhat.com> 3.9.10-12
|
2010-12-13 22:11:28 +00:00
|
|
|
- Allow domains that transition to ping or traceroute, kill them
|
|
|
|
- Allow user_t to conditionally transition to ping_t and traceroute_t
|
|
|
|
- Add fixes to systemd- tools, including new labeling for systemd-fsck, systemd-cryptsetup
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Mon Dec 13 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-11
|
2010-12-13 18:56:13 +00:00
|
|
|
- Turn on systemd policy
|
|
|
|
- mozilla_plugin needs to read certs in the homedir.
|
|
|
|
- Dontaudit leaked file descriptors from devicekit
|
|
|
|
- Fix ircssi to use auth_use_nsswitch
|
|
|
|
- Change to use interface without param in corenet to disable unlabelednet packets
|
|
|
|
- Allow init to relabel sockets and fifo files in /dev
|
|
|
|
- certmonger needs dac* capabilities to manage cert files not owned by root
|
|
|
|
- dovecot needs fsetid to change group membership on mail
|
|
|
|
- plymouthd removes /var/log/boot.log
|
|
|
|
- systemd is creating symlinks in /dev
|
|
|
|
- Change label on /etc/httpd/alias to be all cert_t
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Fri Dec 10 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-10
|
2010-12-10 13:55:11 +00:00
|
|
|
- Fixes for clamscan and boinc policy
|
|
|
|
- Add boinc_project_t setpgid
|
|
|
|
- Allow alsa to create tmp files in /tmp
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Tue Dec 7 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-9
|
2010-12-07 17:51:16 +00:00
|
|
|
- Push fixes to allow disabling of unlabeled_t packet access
|
|
|
|
- Enable unlabelednet policy
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Tue Dec 7 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-8
|
2010-12-07 15:10:29 +00:00
|
|
|
- Fixes for lvm to work with systemd
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Mon Dec 6 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-7
|
2010-12-06 19:08:04 +00:00
|
|
|
- Fix the label for wicd log
|
|
|
|
- plymouthd creates force-display-on-active-vt file
|
|
|
|
- Allow avahi to request the kernel to load a module
|
|
|
|
- Dontaudit hal leaks
|
|
|
|
- Fix gnome_manage_data interface
|
|
|
|
- Add new interface corenet_packet to define a type as being an packet_type.
|
|
|
|
- Removed general access to packet_type from icecast and squid.
|
|
|
|
- Allow mpd to read alsa config
|
|
|
|
- Fix the label for wicd log
|
|
|
|
- Add systemd policy
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Fri Dec 3 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-6
|
2010-12-03 17:07:37 +00:00
|
|
|
- Fix gnome_manage_data interface
|
|
|
|
- Dontaudit sys_ptrace capability for iscsid
|
|
|
|
- Fixes for nagios plugin policy
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Thu Dec 1 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-5
|
2010-12-02 17:21:58 +00:00
|
|
|
- Fix cron to run ranged when started by init
|
|
|
|
- Fix devicekit to use log files
|
|
|
|
- Dontaudit use of devicekit_var_run_t for fstools
|
|
|
|
- Allow init to setattr on logfile directories
|
|
|
|
- Allow hald to manage files in /var/run/pm-utils/ dir which is now labeled as devicekit_var_run_t
|
|
|
|
|
2010-12-15 11:03:25 +00:00
|
|
|
* Tue Nov 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.10-4
|
2010-11-30 21:24:01 +00:00
|
|
|
- Fix up handling of dnsmasq_t creating /var/run/libvirt/network
|
|
|
|
- Turn on sshd_forward_ports boolean by default
|
|
|
|
- Allow sysadmin to dbus chat with rpm
|
|
|
|
- Add interface for rw_tpm_dev
|
|
|
|
- Allow cron to execute bin
|
|
|
|
- fsadm needs to write sysfs
|
|
|
|
- Dontaudit consoletype reading /var/run/pm-utils
|
|
|
|
- Lots of new privs fro mozilla_plugin_t running java app, make mozilla_plugin
|
|
|
|
- certmonger needs to manage dirsrv data
|
|
|
|
- /var/run/pm-utils should be labeled as devicekit_var_run_t
|
|
|
|
|
2010-11-30 11:39:40 +00:00
|
|
|
* Tue Nov 30 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-3
|
|
|
|
- fixes to allow /var/run and /var/lock as tmpfs
|
|
|
|
- Allow chrome sandbox to connect to web ports
|
|
|
|
- Allow dovecot to listem on lmtp and sieve ports
|
|
|
|
- Allov ddclient to search sysctl_net_t
|
|
|
|
- Transition back to original domain if you execute the shell
|
|
|
|
|
2010-11-25 16:53:58 +00:00
|
|
|
* Thu Nov 25 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-2
|
|
|
|
- Remove duplicate declaration
|
|
|
|
|
2010-11-25 12:21:34 +00:00
|
|
|
* Thu Nov 25 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-1
|
|
|
|
- Update to upstream
|
|
|
|
- Cleanup for sandbox
|
|
|
|
- Add attribute to be able to select sandbox types
|
|
|
|
|
2010-11-22 11:12:57 +00:00
|
|
|
* Mon Nov 22 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.9-4
|
|
|
|
- Allow ddclient to fix file mode bits of ddclient conf file
|
|
|
|
- init leaks file descriptors to daemons
|
|
|
|
- Add labels for /etc/lirc/ and
|
|
|
|
- Allow amavis_t to exec shell
|
|
|
|
- Add label for gssd_tmp_t for /var/tmp/nfs_0
|
|
|
|
|
2010-11-18 21:27:30 +00:00
|
|
|
* Thu Nov 18 2010 Dan Walsh <dwalsh@redhat.com> 3.9.9-3
|
|
|
|
- Put back in lircd_etc_t so policy will install
|
|
|
|
|
2010-11-18 16:37:29 +00:00
|
|
|
* Thu Nov 18 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.9-2
|
|
|
|
- Turn on allow_postfix_local_write_mail_spool
|
|
|
|
- Allow initrc_t to transition to shutdown_t
|
|
|
|
- Allow logwatch and cron to mls_read_to_clearance for MLS boxes
|
|
|
|
- Allow wm to send signull to all applications and receive them from users
|
|
|
|
- lircd patch from field
|
|
|
|
- Login programs have to read /etc/samba
|
|
|
|
- New programs under /lib/systemd
|
|
|
|
- Abrt needs to read config files
|
|
|
|
|
2010-11-16 08:46:19 +00:00
|
|
|
* Tue Nov 16 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.9-1
|
|
|
|
- Update to upstream
|
|
|
|
- Dontaudit leaked sockets from userdomains to user domains
|
|
|
|
- Fixes for mcelog to handle scripts
|
|
|
|
- Apply patch from Ruben Kerkhof
|
|
|
|
- Allow syslog to search spool dirs
|
|
|
|
|
2010-11-15 17:27:23 +00:00
|
|
|
* Mon Nov 15 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.8-7
|
|
|
|
- Allow nagios plugins to read usr files
|
|
|
|
- Allow mysqld-safe to send system log messages
|
|
|
|
- Fixes fpr ddclient policy
|
|
|
|
- Fix sasl_admin interface
|
|
|
|
- Allow apache to search zarafa config
|
|
|
|
- Allow munin plugins to search /var/lib directory
|
|
|
|
- Allow gpsd to read sysfs_t
|
|
|
|
- Fix labels on /etc/mcelog/triggers to bin_t
|
|
|
|
|
2010-11-12 15:59:01 +00:00
|
|
|
* Fri Nov 12 2010 Dan Walsh <dwalsh@redhat.com> 3.9.8-6
|
|
|
|
- Remove saslauthd_tmp_t and transition tmp files to krb5_host_rcache_t
|
2010-11-12 16:08:35 +00:00
|
|
|
- Allow saslauthd_t to create krb5_host_rcache_t files in /tmp
|
|
|
|
- Fix xserver interface
|
|
|
|
- Fix definition of /var/run/lxdm
|
2010-11-12 15:59:01 +00:00
|
|
|
|
2010-11-12 12:47:15 +00:00
|
|
|
* Fri Nov 12 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.8-5
|
|
|
|
- Turn on mediawiki policy
|
2010-11-12 14:56:06 +00:00
|
|
|
- kdump leaks kdump_etc_t to ifconfig, add dontaudit
|
|
|
|
- uux needs to transition to uucpd_t
|
|
|
|
- More init fixes relabels man,faillog
|
|
|
|
- Remove maxima defs in libraries.fc
|
|
|
|
- insmod needs to be able to create tmpfs_t files
|
|
|
|
- ping needs setcap
|
|
|
|
|
2010-11-10 10:04:39 +00:00
|
|
|
* Wed Nov 10 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.8-4
|
|
|
|
- Allow groupd transition to fenced domain when executes fence_node
|
|
|
|
- Fixes for rchs policy
|
|
|
|
- Allow mpd to be able to read samba/nfs files
|
2010-11-10 19:39:23 +00:00
|
|
|
|
2010-11-09 22:41:15 +00:00
|
|
|
* Tue Nov 9 2010 Dan Walsh <dwalsh@redhat.com> 3.9.8-3
|
|
|
|
- Fix up corecommands.fc to match upstream
|
|
|
|
- Make sure /lib/systemd/* is labeled init_exec_t
|
|
|
|
- mount wants to setattr on all mountpoints
|
|
|
|
- dovecot auth wants to read dovecot etc files
|
|
|
|
- nscd daemon looks at the exe file of the comunicating daemon
|
|
|
|
- openvpn wants to read utmp file
|
|
|
|
- postfix apps now set sys_nice and lower limits
|
|
|
|
- remote_login (telnetd/login) wants to use telnetd_devpts_t and user_devpts_t to work correctly
|
|
|
|
- Also resolves nsswitch
|
|
|
|
- Fix labels on /etc/hosts.*
|
|
|
|
- Cleanup to make upsteam patch work
|
|
|
|
- allow abrt to read etc_runtime_t
|
|
|
|
|
2010-11-09 12:55:52 +00:00
|
|
|
* Fri Nov 5 2010 Dan Walsh <dwalsh@redhat.com> 3.9.8-2
|
|
|
|
- Add conflicts for dirsrv package
|
|
|
|
|
2010-11-05 16:40:07 +00:00
|
|
|
* Fri Nov 5 2010 Dan Walsh <dwalsh@redhat.com> 3.9.8-1
|
|
|
|
- Update to upstream
|
|
|
|
- Add vlock policy
|
|
|
|
|
2010-11-05 11:32:45 +00:00
|
|
|
* Wed Nov 3 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-10
|
|
|
|
- Fix sandbox to work on nfs homedirs
|
|
|
|
- Allow cdrecord to setrlimit
|
|
|
|
- Allow mozilla_plugin to read xauth
|
|
|
|
- Change label on systemd-logger to syslogd_exec_t
|
|
|
|
- Install dirsrv policy from dirsrv package
|
|
|
|
|
2010-11-02 21:07:21 +00:00
|
|
|
* Tue Nov 2 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-9
|
2010-11-05 11:32:45 +00:00
|
|
|
- Add virt_home_t, allow init to setattr on xserver_tmp_t and relabel it
|
|
|
|
- Udev needs to stream connect to init and kernel
|
|
|
|
- Add xdm_exec_bootloader boolean, which allows xdm to execute /sbin/grub and read files in /boot directory
|
2010-11-02 21:07:21 +00:00
|
|
|
|
2010-11-01 18:37:25 +00:00
|
|
|
* Mon Nov 1 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-8
|
|
|
|
- Allow NetworkManager to read openvpn_etc_t
|
|
|
|
- Dontaudit hplip to write of /usr dirs
|
|
|
|
- Allow system_mail_t to create /root/dead.letter as mail_home_t
|
|
|
|
- Add vdagent policy for spice agent daemon
|
|
|
|
|
2010-10-28 19:55:48 +00:00
|
|
|
* Thu Oct 28 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-7
|
|
|
|
- Dontaudit sandbox sending sigkill to all user domains
|
|
|
|
- Add policy for rssh_chroot_helper
|
|
|
|
- Add missing flask definitions
|
|
|
|
- Allow udev to relabelto removable_t
|
|
|
|
- Fix label on /var/log/wicd.log
|
|
|
|
- Transition to initrc_t from init when executing bin_t
|
|
|
|
- Add audit_access permissions to file
|
|
|
|
- Make removable_t a device_node
|
|
|
|
- Fix label on /lib/systemd/*
|
|
|
|
|
2010-10-22 20:35:00 +00:00
|
|
|
* Fri Oct 22 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-6
|
|
|
|
- Fixes for systemd to manage /var/run
|
|
|
|
- Dontaudit leaks by firstboot
|
|
|
|
|
2010-10-22 12:26:00 +00:00
|
|
|
* Tue Oct 19 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-5
|
|
|
|
- Allow chome to create netlink_route_socket
|
|
|
|
- Add additional MATHLAB file context
|
|
|
|
- Define nsplugin as an application_domain
|
|
|
|
- Dontaudit sending signals from sandboxed domains to other domains
|
|
|
|
- systemd requires init to build /tmp /var/auth and /var/lock dirs
|
|
|
|
- mount wants to read devicekit_power /proc/ entries
|
|
|
|
- mpd wants to connect to soundd port
|
|
|
|
- Openoffice causes a setattr on a lib_t file for normal users, add dontaudit
|
|
|
|
- Treat lib_t and textrel_shlib_t directories the same
|
|
|
|
- Allow mount read access on virtual images
|
|
|
|
|
2010-10-18 17:18:55 +00:00
|
|
|
* Fri Oct 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-4
|
|
|
|
- Allow sandbox_x_domains to work with nfs/cifs/fusefs home dirs.
|
2010-10-22 12:26:00 +00:00
|
|
|
- Allow devicekit_power to domtrans to mount
|
|
|
|
- Allow dhcp to bind to udp ports > 1024 to do named stuff
|
|
|
|
- Allow ssh_t to exec ssh_exec_t
|
|
|
|
- Remove telepathy_butterfly_rw_tmp_files(), dev_read_printk() interfaces which are nolonger used
|
|
|
|
- Fix clamav_append_log() intefaces
|
|
|
|
- Fix 'psad_rw_fifo_file' interface
|
2010-10-18 17:18:55 +00:00
|
|
|
|
2010-10-15 15:35:17 +00:00
|
|
|
* Fri Oct 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-3
|
|
|
|
- Allow cobblerd to list cobler appache content
|
|
|
|
|
2010-10-15 14:26:39 +00:00
|
|
|
* Fri Oct 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-2
|
|
|
|
- Fixup for the latest version of upowed
|
|
|
|
- Dontaudit sandbox sending SIGNULL to desktop apps
|
|
|
|
|
2010-10-13 14:00:44 +00:00
|
|
|
* Wed Oct 13 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-1
|
2010-10-12 20:47:46 +00:00
|
|
|
- Update to upstream
|
|
|
|
|
2010-10-12 20:10:57 +00:00
|
|
|
* Tue Oct 12 2010 Dan Walsh <dwalsh@redhat.com> 3.9.6-3
|
|
|
|
-Mount command from a confined user generates setattr on /etc/mtab file, need to dontaudit this access
|
|
|
|
- dovecot-auth_t needs ipc_lock
|
|
|
|
- gpm needs to use the user terminal
|
|
|
|
- Allow system_mail_t to append ~/dead.letter
|
|
|
|
- Allow NetworkManager to edit /etc/NetworkManager/NetworkManager.conf
|
|
|
|
- Add pid file to vnstatd
|
|
|
|
- Allow mount to communicate with gfs_controld
|
|
|
|
- Dontaudit hal leaks in setfiles
|
2010-10-08 21:00:50 +00:00
|
|
|
|
|
|
|
* Fri Oct 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.6-2
|
|
|
|
- Lots of fixes for systemd
|
|
|
|
- systemd now executes readahead and tmpwatch type scripts
|
|
|
|
- Needs to manage random seed
|
|
|
|
|
2010-10-07 18:55:49 +00:00
|
|
|
* Thu Oct 7 2010 Dan Walsh <dwalsh@redhat.com> 3.9.6-1
|
2010-10-07 13:59:45 +00:00
|
|
|
- Allow smbd to use sys_admin
|
|
|
|
- Remove duplicate file context for tcfmgr
|
2010-10-07 18:55:49 +00:00
|
|
|
- Update to upstream
|
2010-10-07 13:59:45 +00:00
|
|
|
|
2010-10-07 13:19:43 +00:00
|
|
|
* Wed Oct 6 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-11
|
|
|
|
- Fix fusefs handling
|
|
|
|
- Do not allow sandbox to manage nsplugin_rw_t
|
|
|
|
- Allow mozilla_plugin_t to connecto its parent
|
|
|
|
- Allow init_t to connect to plymouthd running as kernel_t
|
|
|
|
- Add mediawiki policy
|
|
|
|
- dontaudit sandbox sending signals to itself. This can happen when they are running at different mcs.
|
|
|
|
- Disable transition from dbus_session_domain to telepathy for F14
|
|
|
|
- Allow boinc_project to use shm
|
|
|
|
- Allow certmonger to search through directories that contain certs
|
|
|
|
- Allow fail2ban the DAC Override so it can read log files owned by non root users
|
|
|
|
|
2010-10-04 18:50:39 +00:00
|
|
|
* Mon Oct 4 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-10
|
|
|
|
- Start adding support for use_fusefs_home_dirs
|
|
|
|
- Add /var/lib/syslog directory file context
|
|
|
|
- Add /etc/localtime as locale file context
|
|
|
|
|
2010-10-01 16:06:09 +00:00
|
|
|
* Thu Sep 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-9
|
|
|
|
- Turn off default transition to mozilla_plugin and telepathy domains from unconfined user
|
|
|
|
- Turn off iptables from unconfined user
|
|
|
|
- Allow sudo to send signals to any domains the user could have transitioned to.
|
|
|
|
- Passwd in single user mode needs to talk to console_device_t
|
|
|
|
- Mozilla_plugin_t needs to connect to web ports, needs to write to video device, and read alsa_home_t alsa setsup pulseaudio
|
|
|
|
- locate tried to read a symbolic link, will dontaudit
|
|
|
|
- New labels for telepathy-sunshine content in homedir
|
|
|
|
- Google is storing other binaries under /opt/google/talkplugin
|
|
|
|
- bluetooth/kernel is creating unlabeled_t socket that I will allow it to use until kernel fixes bug
|
|
|
|
- Add boolean for unconfined_t transition to mozilla_plugin_t and telepathy domains, turned off in F14 on in F15
|
|
|
|
- modemmanger and bluetooth send dbus messages to devicekit_power
|
|
|
|
- Samba needs to getquota on filesystems labeld samba_share_t
|
|
|
|
|
2010-09-30 13:50:49 +00:00
|
|
|
* Wed Sep 29 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-8
|
|
|
|
- Dontaudit attempts by xdm_t to write to bin_t for kdm
|
|
|
|
- Allow initrc_t to manage system_conf_t
|
|
|
|
|
|
|
|
* Mon Sep 27 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-7
|
2010-09-27 14:31:36 +00:00
|
|
|
- Fixes to allow mozilla_plugin_t to create nsplugin_home_t directory.
|
|
|
|
- Allow mozilla_plugin_t to create tcp/udp/netlink_route sockets
|
|
|
|
- Allow confined users to read xdm_etc_t files
|
|
|
|
- Allow xdm_t to transition to xauth_t for lxdm program
|
|
|
|
|
|
|
|
* Sun Sep 26 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-6
|
|
|
|
- Rearrange firewallgui policy to be more easily updated to upstream, dontaudit search of /home
|
|
|
|
- Allow clamd to send signals to itself
|
|
|
|
- Allow mozilla_plugin_t to read user home content. And unlink pulseaudio shm.
|
|
|
|
- Allow haze to connect to yahoo chat and messenger port tcp:5050.
|
|
|
|
Bz #637339
|
|
|
|
- Allow guest to run ps command on its processes by allowing it to read /proc
|
|
|
|
- Allow firewallgui to sys_rawio which seems to be required to setup masqerading
|
|
|
|
- Allow all domains to search through default_t directories, in order to find differnet labels. For example people serring up /foo/bar to be share via samba.
|
|
|
|
- Add label for /var/log/slim.log
|
|
|
|
|
2010-09-24 16:03:50 +00:00
|
|
|
* Fri Sep 24 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-5
|
|
|
|
- Pull in cleanups from dgrift
|
|
|
|
- Allow mozilla_plugin_t to execute mozilla_home_t
|
|
|
|
- Allow rpc.quota to do quotamod
|
|
|
|
|
2010-09-23 21:40:24 +00:00
|
|
|
* Thu Sep 23 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-4
|
|
|
|
- Cleanup policy via dgrift
|
|
|
|
- Allow dovecot_deliver to append to inherited log files
|
|
|
|
- Lots of fixes for consolehelper
|
|
|
|
|
2010-09-22 22:36:47 +00:00
|
|
|
* Wed Sep 21 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-3
|
|
|
|
- Fix up Xguest policy
|
|
|
|
|
2010-09-16 22:00:00 +00:00
|
|
|
* Thu Sep 16 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-2
|
|
|
|
- Add vnstat policy
|
|
|
|
- allow libvirt to send audit messages
|
|
|
|
- Allow chrome-sandbox to search nfs_t
|
|
|
|
|
2010-09-16 11:59:03 +00:00
|
|
|
* Thu Sep 16 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Wed Sep 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-3
|
|
|
|
- Add the ability to send audit messages to confined admin policies
|
|
|
|
- Remove permissive domain from cmirrord and dontaudit sys_tty_config
|
|
|
|
- Split out unconfined_domain() calls from other unconfined_ calls so we can d
|
|
|
|
- virt needs to be able to read processes to clearance for MLS
|
|
|
|
|
2010-09-14 20:16:56 +00:00
|
|
|
* Tue Sep 14 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-2
|
|
|
|
- Allow all domains that can use cgroups to search tmpfs_t directory
|
|
|
|
- Allow init to send audit messages
|
|
|
|
|
2010-09-13 20:17:15 +00:00
|
|
|
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-4
|
|
|
|
- Allow mdadm_t to create files and sock files in /dev/md/
|
|
|
|
|
2010-09-09 13:58:12 +00:00
|
|
|
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-3
|
|
|
|
- Add policy for ajaxterm
|
|
|
|
|
2010-09-09 01:24:49 +00:00
|
|
|
* Wed Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-2
|
|
|
|
- Handle /var/db/sudo
|
|
|
|
- Allow pulseaudio to read alsa config
|
|
|
|
- Allow init to send initrc_t dbus messages
|
|
|
|
|
|
|
|
* Tue Sep 7 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-1
|
2010-09-08 18:17:07 +00:00
|
|
|
Allow iptables to read shorewall tmp files
|
|
|
|
Change chfn and passwd to use auth_use_pam so they can send dbus messages to fpr
|
|
|
|
intd
|
|
|
|
label vlc as an execmem_exec_t
|
|
|
|
Lots of fixes for mozilla_plugin to run google vidio chat
|
|
|
|
Allow telepath_msn to execute ldconfig and its own tmp files
|
|
|
|
Fix labels on hugepages
|
|
|
|
Allow mdadm to read files on /dev
|
|
|
|
Remove permissive domains and change back to unconfined
|
|
|
|
Allow freshclam to execute shell and bin_t
|
|
|
|
Allow devicekit_power to transition to dhcpc
|
|
|
|
Add boolean to allow icecast to connect to any port
|
|
|
|
|
2010-09-02 17:43:28 +00:00
|
|
|
* Thu Aug 31 2010 Dan Walsh <dwalsh@redhat.com> 3.9.2-1
|
|
|
|
- Merge upstream fix of mmap_zero
|
|
|
|
- Allow mount to write files in debugfs_t
|
|
|
|
- Allow corosync to communicate with clvmd via tmpfs
|
|
|
|
- Allow certmaster to read usr_t files
|
|
|
|
- Allow dbus system services to search cgroup_t
|
|
|
|
- Define rlogind_t as a login pgm
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 31 2010 Dan Walsh <dwalsh@redhat.com> 3.9.1-3
|
|
|
|
- Allow mdadm_t to read/write hugetlbfs
|
|
|
|
|
|
|
|
* Tue Aug 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.1-2
|
|
|
|
- Dominic Grift Cleanup
|
|
|
|
- Miroslav Grepl policy for jabberd
|
|
|
|
- Various fixes for mount/livecd and prelink
|
|
|
|
|
2010-08-30 21:34:52 +00:00
|
|
|
* Mon Aug 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.1-1
|
|
|
|
- Merge with upstream
|
|
|
|
|
2010-08-30 15:58:36 +00:00
|
|
|
* Thu Aug 26 2010 Dan Walsh <dwalsh@redhat.com> 3.9.0-2
|
|
|
|
- More access needed for devicekit
|
|
|
|
- Add dbadm policy
|
|
|
|
|
2010-08-27 00:35:53 +00:00
|
|
|
* Thu Aug 26 2010 Dan Walsh <dwalsh@redhat.com> 3.9.0-1
|
|
|
|
- Merge with upstream
|
|
|
|
|
2010-08-25 13:45:26 +00:00
|
|
|
* Tue Aug 24 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-21
|
|
|
|
- Allow seunshare to fowner
|
|
|
|
|
2010-08-25 02:48:06 +00:00
|
|
|
* Tue Aug 24 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-20
|
|
|
|
- Allow cron to look at user_cron_spool links
|
|
|
|
- Lots of fixes for mozilla_plugin_t
|
|
|
|
- Add sysv file system
|
|
|
|
- Turn unconfined domains to permissive to find additional avcs
|
|
|
|
|
2010-08-23 22:01:46 +00:00
|
|
|
* Mon Aug 23 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-19
|
|
|
|
- Update policy for mozilla_plugin_t
|
|
|
|
|
2010-08-23 21:29:52 +00:00
|
|
|
* Mon Aug 23 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-18
|
|
|
|
- Allow clamscan to read proc_t
|
|
|
|
- Allow mount_t to write to debufs_t dir
|
|
|
|
- Dontaudit mount_t trying to write to security_t dir
|
|
|
|
|
2010-08-20 13:36:56 +00:00
|
|
|
* Thu Aug 18 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-17
|
|
|
|
- Allow clamscan_t execmem if clamd_use_jit set
|
|
|
|
- Add policy for firefox plugin-container
|
|
|
|
|
|
|
|
* Wed Aug 17 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-16
|
|
|
|
- Fix /root/.forward definition
|
|
|
|
|
2010-08-17 11:22:11 +00:00
|
|
|
* Tue Aug 17 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-15
|
|
|
|
- label dead.letter as mail_home_t
|
|
|
|
|
|
|
|
* Fri Aug 13 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-14
|
|
|
|
- Allow login programs to search /cgroups
|
|
|
|
|
|
|
|
* Thu Aug 12 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-13
|
|
|
|
- Fix cert handling
|
|
|
|
|
2010-08-11 11:55:04 +00:00
|
|
|
* Tue Aug 10 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-12
|
|
|
|
- Fix devicekit_power bug
|
|
|
|
- Allow policykit_auth_t more access.
|
|
|
|
|
|
|
|
* Thu Aug 5 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-11
|
|
|
|
- Fix nis calls to allow bind to ports 512-1024
|
|
|
|
- Fix smartmon
|
|
|
|
|
|
|
|
* Wed Aug 4 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-10
|
|
|
|
- Allow pcscd to read sysfs
|
|
|
|
- systemd fixes
|
|
|
|
- Fix wine_mmap_zero_ignore boolean
|
|
|
|
|
|
|
|
* Tue Aug 3 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-9
|
|
|
|
- Apply Miroslav munin patch
|
|
|
|
- Turn back on allow_execmem and allow_execmod booleans
|
|
|
|
|
2010-07-27 20:34:21 +00:00
|
|
|
* Tue Jul 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-8
|
|
|
|
- Merge in fixes from dgrift repository
|
|
|
|
|
2010-07-27 17:28:04 +00:00
|
|
|
* Tue Jul 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-7
|
|
|
|
- Update boinc policy
|
|
|
|
- Fix sysstat policy to allow sys_admin
|
|
|
|
- Change failsafe_context to unconfined_r:unconfined_t:s0
|
|
|
|
|
2010-07-26 21:46:12 +00:00
|
|
|
* Mon Jul 26 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-6
|
|
|
|
- New paths for upstart
|
|
|
|
|
2010-07-26 20:32:18 +00:00
|
|
|
* Mon Jul 26 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-5
|
|
|
|
- New permissions for syslog
|
|
|
|
- New labels for /lib/upstart
|
|
|
|
|
|
|
|
* Fri Jul 23 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-4
|
|
|
|
- Add mojomojo policy
|
|
|
|
|
2010-07-22 16:58:58 +00:00
|
|
|
* Thu Jul 22 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-3
|
|
|
|
- Allow systemd to setsockcon on sockets to immitate other services
|
|
|
|
|
2010-07-21 14:57:11 +00:00
|
|
|
* Wed Jul 21 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-2
|
|
|
|
- Remove debugfs label
|
|
|
|
|
2010-07-20 17:48:36 +00:00
|
|
|
* Tue Jul 20 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-1
|
|
|
|
- Update to latest policy
|
|
|
|
|
2010-07-19 21:16:41 +00:00
|
|
|
* Mon Jul 14 2010 Dan Walsh <dwalsh@redhat.com> 3.8.7-3
|
|
|
|
- Fix eclipse labeling from IBMSupportAssasstant packageing
|
|
|
|
|
2010-07-15 20:04:35 +00:00
|
|
|
* Mon Jul 14 2010 Dan Walsh <dwalsh@redhat.com> 3.8.7-2
|
|
|
|
- Make boot with systemd in enforcing mode
|
|
|
|
|
2010-07-15 13:11:25 +00:00
|
|
|
* Mon Jul 14 2010 Dan Walsh <dwalsh@redhat.com> 3.8.7-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2010-07-12 21:15:05 +00:00
|
|
|
* Mon Jul 12 2010 Dan Walsh <dwalsh@redhat.com> 3.8.6-3
|
|
|
|
- Add boolean to turn off port forwarding in sshd.
|
|
|
|
|
2010-07-09 15:28:31 +00:00
|
|
|
* Fri Jul 9 2010 Miroslav Grepl <mgrepl@redhat.com> 3.8.6-2
|
|
|
|
- Add support for ebtables
|
|
|
|
- Fixes for rhcs and corosync policy
|
|
|
|
|
2010-06-28 17:19:34 +00:00
|
|
|
* Tue Jun 22 2010 Dan Walsh <dwalsh@redhat.com> 3.8.6-1
|
|
|
|
-Update to upstream
|
|
|
|
|
2010-06-21 14:31:26 +00:00
|
|
|
* Mon Jun 21 2010 Dan Walsh <dwalsh@redhat.com> 3.8.5-1
|
|
|
|
-Update to upstream
|
|
|
|
|
2010-06-18 20:14:28 +00:00
|
|
|
* Thu Jun 17 2010 Dan Walsh <dwalsh@redhat.com> 3.8.4-1
|
|
|
|
-Update to upstream
|
|
|
|
|
|
|
|
* Wed Jun 16 2010 Dan Walsh <dwalsh@redhat.com> 3.8.3-4
|
2010-06-16 20:19:22 +00:00
|
|
|
- Add Zarafa policy
|
|
|
|
|
2010-06-11 15:39:46 +00:00
|
|
|
* Wed Jun 9 2010 Dan Walsh <dwalsh@redhat.com> 3.8.3-3
|
|
|
|
- Cleanup of aiccu policy
|
|
|
|
- initial mock policy
|
|
|
|
|
2010-06-09 21:31:42 +00:00
|
|
|
* Wed Jun 9 2010 Dan Walsh <dwalsh@redhat.com> 3.8.3-2
|
|
|
|
- Lots of random fixes
|
|
|
|
|
2010-06-08 21:23:21 +00:00
|
|
|
* Tue Jun 8 2010 Dan Walsh <dwalsh@redhat.com> 3.8.3-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2010-06-07 21:15:35 +00:00
|
|
|
* Fri Jun 4 2010 Dan Walsh <dwalsh@redhat.com> 3.8.2-1
|
|
|
|
- Update to upstream
|
|
|
|
- Allow prelink script to signal itself
|
|
|
|
- Cobbler fixes
|
|
|
|
|
2010-06-02 19:36:11 +00:00
|
|
|
* Wed Jun 2 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-5
|
|
|
|
- Add xdm_var_run_t to xserver_stream_connect_xdm
|
|
|
|
- Add cmorrord and mpd policy from Miroslav Grepl
|
|
|
|
|
|
|
|
* Tue Jun 1 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-4
|
2010-06-01 20:56:58 +00:00
|
|
|
- Fix sshd creation of krb cc files for users to be user_tmp_t
|
|
|
|
|
2010-05-28 12:39:05 +00:00
|
|
|
* Thu May 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-3
|
|
|
|
- Fixes for accountsdialog
|
|
|
|
- Fixes for boinc
|
|
|
|
|
2010-05-27 16:14:50 +00:00
|
|
|
* Thu May 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-2
|
|
|
|
- Fix label on /var/lib/dokwiki
|
|
|
|
- Change permissive domains to enforcing
|
|
|
|
- Fix libvirt policy to allow it to run on mls
|
|
|
|
|
2010-05-26 21:15:42 +00:00
|
|
|
* Tue May 25 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Tue May 25 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-22
|
|
|
|
- Allow procmail to execute scripts in the users home dir that are labeled home_bin_t
|
|
|
|
- Fix /var/run/abrtd.lock label
|
|
|
|
|
|
|
|
* Mon May 24 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-21
|
|
|
|
- Allow login programs to read krb5_home_t
|
|
|
|
Resolves: 594833
|
|
|
|
- Add obsoletes for cachefilesfd-selinux package
|
|
|
|
Resolves: #575084
|
|
|
|
|
|
|
|
* Thu May 20 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-20
|
|
|
|
- Allow mount to r/w abrt fifo file
|
|
|
|
- Allow svirt_t to getattr on hugetlbfs
|
|
|
|
- Allow abrt to create a directory under /var/spool
|
|
|
|
|
|
|
|
* Wed May 19 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-19
|
|
|
|
- Add labels for /sys
|
|
|
|
- Allow sshd to getattr on shutdown
|
|
|
|
- Fixes for munin
|
|
|
|
- Allow sssd to use the kernel key ring
|
|
|
|
- Allow tor to send syslog messages
|
|
|
|
- Allow iptabels to read usr files
|
|
|
|
- allow policykit to read all domains state
|
|
|
|
|
|
|
|
* Thu May 13 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-17
|
|
|
|
- Fix path for /var/spool/abrt
|
|
|
|
- Allow nfs_t as an entrypoint for http_sys_script_t
|
|
|
|
- Add policy for piranha
|
|
|
|
- Lots of fixes for sosreport
|
|
|
|
|
|
|
|
* Wed May 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-16
|
|
|
|
- Allow xm_t to read network state and get and set capabilities
|
|
|
|
- Allow policykit to getattr all processes
|
|
|
|
- Allow denyhosts to connect to tcp port 9911
|
|
|
|
- Allow pyranha to use raw ip sockets and ptrace itself
|
|
|
|
- Allow unconfined_execmem_t and gconfsd mechanism to dbus
|
|
|
|
- Allow staff to kill ping process
|
|
|
|
- Add additional MLS rules
|
|
|
|
|
|
|
|
* Mon May 10 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-15
|
|
|
|
- Allow gdm to edit ~/.gconf dir
|
|
|
|
Resolves: #590677
|
|
|
|
- Allow dovecot to create directories in /var/lib/dovecot
|
|
|
|
Partially resolves 590224
|
|
|
|
- Allow avahi to dbus chat with NetworkManager
|
|
|
|
- Fix cobbler labels
|
|
|
|
- Dontaudit iceauth_t leaks
|
|
|
|
- fix /var/lib/lxdm file context
|
|
|
|
- Allow aiccu to use tun tap devices
|
|
|
|
- Dontaudit shutdown using xserver.log
|
|
|
|
|
|
|
|
* Fri May 6 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-14
|
|
|
|
- Fixes for sandbox_x_net_t to match access for sandbox_web_t ++
|
|
|
|
- Add xdm_etc_t for /etc/gdm directory, allow accountsd to manage this directory
|
|
|
|
- Add dontaudit interface for bluetooth dbus
|
|
|
|
- Add chronyd_read_keys, append_keys for initrc_t
|
|
|
|
- Add log support for ksmtuned
|
|
|
|
Resolves: #586663
|
|
|
|
|
|
|
|
* Thu May 6 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-13
|
|
|
|
- Allow boinc to send mail
|
|
|
|
|
|
|
|
* Wed May 5 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-12
|
|
|
|
- Allow initrc_t to remove dhcpc_state_t
|
|
|
|
- Fix label on sa-update.cron
|
|
|
|
- Allow dhcpc to restart chrony initrc
|
|
|
|
- Don't allow sandbox to send signals to its parent processes
|
|
|
|
- Fix transition from unconfined_t -> unconfined_mount_t -> rpcd_t
|
|
|
|
Resolves: #589136
|
|
|
|
|
|
|
|
* Mon May 3 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-11
|
|
|
|
- Fix location of oddjob_mkhomedir
|
|
|
|
Resolves: #587385
|
|
|
|
- fix labeling on /root/.shosts and ~/.shosts
|
|
|
|
- Allow ipsec_mgmt_t to manage net_conf_t
|
|
|
|
Resolves: #586760
|
|
|
|
|
|
|
|
* Fri Apr 30 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-10
|
|
|
|
- Dontaudit sandbox trying to connect to netlink sockets
|
|
|
|
Resolves: #587609
|
|
|
|
- Add policy for piranha
|
|
|
|
|
|
|
|
* Thu Apr 29 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-9
|
|
|
|
- Fixups for xguest policy
|
|
|
|
- Fixes for running sandbox firefox
|
|
|
|
|
|
|
|
* Wed Apr 28 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-8
|
|
|
|
- Allow ksmtuned to use terminals
|
|
|
|
Resolves: #586663
|
|
|
|
- Allow lircd to write to generic usb devices
|
|
|
|
|
|
|
|
* Tue Apr 27 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-7
|
|
|
|
- Allow sandbox_xserver to connectto unconfined stream
|
|
|
|
Resolves: #585171
|
|
|
|
|
|
|
|
* Mon Apr 26 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-6
|
|
|
|
- Allow initrc_t to read slapd_db_t
|
|
|
|
Resolves: #585476
|
|
|
|
- Allow ipsec_mgmt to use unallocated devpts and to create /etc/resolv.conf
|
|
|
|
Resolves: #585963
|
|
|
|
|
|
|
|
* Thu Apr 22 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-5
|
|
|
|
- Allow rlogind_t to search /root for .rhosts
|
|
|
|
Resolves: #582760
|
|
|
|
- Fix path for cached_var_t
|
|
|
|
- Fix prelink paths /var/lib/prelink
|
|
|
|
- Allow confined users to direct_dri
|
|
|
|
- Allow mls lvm/cryptosetup to work
|
|
|
|
|
|
|
|
* Wed Apr 21 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-4
|
|
|
|
- Allow virtd_t to manage firewall/iptables config
|
|
|
|
Resolves: #573585
|
|
|
|
|
|
|
|
* Tue Apr 20 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-3
|
|
|
|
- Fix label on /root/.rhosts
|
|
|
|
Resolves: #582760
|
|
|
|
- Add labels for Picasa
|
|
|
|
- Allow openvpn to read home certs
|
|
|
|
- Allow plymouthd_t to use tty_device_t
|
|
|
|
- Run ncftool as iptables_t
|
|
|
|
- Allow mount to unmount unlabeled_t
|
|
|
|
- Dontaudit hal leaks
|
|
|
|
|
|
|
|
* Wed Apr 14 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-2
|
|
|
|
- Allow livecd to transition to mount
|
|
|
|
|
|
|
|
* Tue Apr 13 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-1
|
|
|
|
- Update to upstream
|
|
|
|
- Allow abrt to delete sosreport
|
|
|
|
Resolves: #579998
|
|
|
|
- Allow snmp to setuid and gid
|
|
|
|
Resolves: #582155
|
|
|
|
- Allow smartd to use generic scsi devices
|
|
|
|
Resolves: #582145
|
|
|
|
|
|
|
|
* Tue Apr 13 2010 Dan Walsh <dwalsh@redhat.com> 3.7.18-3
|
|
|
|
- Allow ipsec_t to create /etc/resolv.conf with the correct label
|
|
|
|
- Fix reserved port destination
|
|
|
|
- Allow autofs to transition to showmount
|
|
|
|
- Stop crashing tuned
|
|
|
|
|
|
|
|
* Mon Apr 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.18-2
|
|
|
|
- Add telepathysofiasip policy
|
|
|
|
|
|
|
|
* Mon Apr 5 2010 Dan Walsh <dwalsh@redhat.com> 3.7.18-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fix label for /opt/google/chrome/chrome-sandbox
|
|
|
|
- Allow modemmanager to dbus with policykit
|
|
|
|
|
|
|
|
* Mon Apr 5 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-6
|
|
|
|
- Fix allow_httpd_mod_auth_pam to use auth_use_pam(httpd_t)
|
|
|
|
- Allow accountsd to read shadow file
|
|
|
|
- Allow apache to send audit messages when using pam
|
|
|
|
- Allow asterisk to bind and connect to sip tcp ports
|
|
|
|
- Fixes for dovecot 2.0
|
|
|
|
- Allow initrc_t to setattr on milter directories
|
|
|
|
- Add procmail_home_t for .procmailrc file
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 1 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-5
|
|
|
|
- Fixes for labels during install from livecd
|
|
|
|
|
|
|
|
* Thu Apr 1 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-4
|
|
|
|
- Fix /cgroup file context
|
|
|
|
- Fix broken afs use of unlabled_t
|
|
|
|
- Allow getty to use the console for s390
|
|
|
|
|
|
|
|
* Wed Mar 31 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-3
|
|
|
|
- Fix cgroup handling adding policy for /cgroup
|
|
|
|
- Allow confined users to write to generic usb devices, if user_rw_noexattrfile boolean set
|
|
|
|
|
|
|
|
* Tue Mar 30 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-2
|
|
|
|
- Merge patches from dgrift
|
|
|
|
|
|
|
|
* Mon Mar 29 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-1
|
|
|
|
- Update upstream
|
|
|
|
- Allow abrt to write to the /proc under any process
|
|
|
|
|
|
|
|
* Fri Mar 26 2010 Dan Walsh <dwalsh@redhat.com> 3.7.16-2
|
|
|
|
- Fix ~/.fontconfig label
|
|
|
|
- Add /root/.cert label
|
|
|
|
- Allow reading of the fixed_file_disk_t:lnk_file if you can read file
|
|
|
|
- Allow qemu_exec_t as an entrypoint to svirt_t
|
|
|
|
|
|
|
|
* Tue Mar 23 2010 Dan Walsh <dwalsh@redhat.com> 3.7.16-1
|
|
|
|
- Update to upstream
|
|
|
|
- Allow tmpreaper to delete sandbox sock files
|
|
|
|
- Allow chrome-sandbox_t to use /dev/zero, and dontaudit getattr file systems
|
|
|
|
- Fixes for gitosis
|
|
|
|
- No transition on livecd to passwd or chfn
|
|
|
|
- Fixes for denyhosts
|
|
|
|
|
|
|
|
* Tue Mar 23 2010 Dan Walsh <dwalsh@redhat.com> 3.7.15-4
|
|
|
|
- Add label for /var/lib/upower
|
|
|
|
- Allow logrotate to run sssd
|
|
|
|
- dontaudit readahead on tmpfs blk files
|
|
|
|
- Allow tmpreaper to setattr on sandbox files
|
|
|
|
- Allow confined users to execute dos files
|
|
|
|
- Allow sysadm_t to kill processes running within its clearance
|
|
|
|
- Add accountsd policy
|
|
|
|
- Fixes for corosync policy
|
|
|
|
- Fixes from crontab policy
|
|
|
|
- Allow svirt to manage svirt_image_t chr files
|
|
|
|
- Fixes for qdisk policy
|
|
|
|
- Fixes for sssd policy
|
|
|
|
- Fixes for newrole policy
|
|
|
|
|
|
|
|
* Thu Mar 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.15-3
|
|
|
|
- make libvirt work on an MLS platform
|
|
|
|
|
|
|
|
* Thu Mar 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.15-2
|
|
|
|
- Add qpidd policy
|
|
|
|
|
2010-03-18 15:47:35 +00:00
|
|
|
* Thu Mar 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.15-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Tue Mar 16 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-5
|
|
|
|
- Allow boinc to read kernel sysctl
|
|
|
|
- Fix snmp port definitions
|
|
|
|
- Allow apache to read anon_inodefs
|
|
|
|
|
|
|
|
* Sun Mar 14 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-4
|
|
|
|
- Allow shutdown dac_override
|
|
|
|
|
|
|
|
* Sat Mar 13 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-3
|
|
|
|
- Add device_t as a file system
|
|
|
|
- Fix sysfs association
|
|
|
|
|
|
|
|
* Fri Mar 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-2
|
|
|
|
- Dontaudit ipsec_mgmt sys_ptrace
|
|
|
|
- Allow at to mail its spool files
|
|
|
|
- Allow nsplugin to search in .pulse directory
|
|
|
|
|
|
|
|
* Fri Mar 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Fri Mar 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.13-4
|
|
|
|
- Allow users to dbus chat with xdm
|
|
|
|
- Allow users to r/w wireless_device_t
|
|
|
|
- Dontaudit reading of process states by ipsec_mgmt
|
|
|
|
|
|
|
|
* Thu Mar 11 2010 Dan Walsh <dwalsh@redhat.com> 3.7.13-3
|
|
|
|
- Fix openoffice from unconfined_t
|
|
|
|
|
|
|
|
* Wed Mar 10 2010 Dan Walsh <dwalsh@redhat.com> 3.7.13-2
|
|
|
|
- Add shutdown policy so consolekit can shutdown system
|
|
|
|
|
|
|
|
* Tue Mar 9 2010 Dan Walsh <dwalsh@redhat.com> 3.7.13-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Thu Mar 4 2010 Dan Walsh <dwalsh@redhat.com> 3.7.12-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Thu Mar 4 2010 Dan Walsh <dwalsh@redhat.com> 3.7.11-1
|
|
|
|
- Update to upstream - These are merges of my patches
|
|
|
|
- Remove 389 labeling conflicts
|
|
|
|
- Add MLS fixes found in RHEL6 testing
|
|
|
|
- Allow pulseaudio to run as a service
|
|
|
|
- Add label for mssql and allow apache to connect to this database port if boolean set
|
|
|
|
- Dontaudit searches of debugfs mount point
|
|
|
|
- Allow policykit_auth to send signals to itself
|
|
|
|
- Allow modcluster to call getpwnam
|
|
|
|
- Allow swat to signal winbind
|
|
|
|
- Allow usbmux to run as a system role
|
|
|
|
- Allow svirt to create and use devpts
|
|
|
|
|
|
|
|
* Mon Mar 1 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-5
|
|
|
|
- Add MLS fixes found in RHEL6 testing
|
|
|
|
- Allow domains to append to rpm_tmp_t
|
|
|
|
- Add cachefilesfd policy
|
|
|
|
- Dontaudit leaks when transitioning
|
|
|
|
|
|
|
|
* Wed Feb 23 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-4
|
|
|
|
- Change allow_execstack and allow_execmem booleans to on
|
|
|
|
- dontaudit acct using console
|
|
|
|
- Add label for fping
|
|
|
|
- Allow tmpreaper to delete sandbox_file_t
|
|
|
|
- Fix wine dontaudit mmap_zero
|
|
|
|
- Allow abrt to read var_t symlinks
|
|
|
|
|
|
|
|
* Tue Feb 22 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-3
|
|
|
|
- Additional policy for rgmanager
|
|
|
|
|
|
|
|
* Mon Feb 22 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-2
|
|
|
|
- Allow sshd to setattr on pseudo terms
|
|
|
|
|
|
|
|
* Mon Feb 22 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Thu Feb 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.9-4
|
|
|
|
- Allow policykit to send itself signals
|
|
|
|
|
|
|
|
* Wed Feb 17 2010 Dan Walsh <dwalsh@redhat.com> 3.7.9-3
|
|
|
|
- Fix duplicate cobbler definition
|
|
|
|
|
|
|
|
* Wed Feb 17 2010 Dan Walsh <dwalsh@redhat.com> 3.7.9-2
|
|
|
|
- Fix file context of /var/lib/avahi-autoipd
|
|
|
|
|
2010-02-16 22:10:14 +00:00
|
|
|
* Fri Feb 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.9-1
|
|
|
|
- Merge with upstream
|
|
|
|
|
2010-02-11 21:54:06 +00:00
|
|
|
* Thu Feb 11 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-11
|
|
|
|
- Allow sandbox to work with MLS
|
|
|
|
|
2010-02-10 22:26:52 +00:00
|
|
|
* Tue Feb 9 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-9
|
|
|
|
- Make Chrome work with staff user
|
|
|
|
|
2010-02-08 22:06:23 +00:00
|
|
|
* Thu Feb 4 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-8
|
|
|
|
- Add icecast policy
|
|
|
|
- Cleanup spec file
|
|
|
|
|
2010-02-03 20:52:58 +00:00
|
|
|
* Wed Feb 3 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-7
|
|
|
|
- Add mcelog policy
|
|
|
|
|
2010-02-02 16:41:03 +00:00
|
|
|
* Mon Feb 1 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-6
|
|
|
|
- Lots of fixes found in F12
|
|
|
|
|
2010-01-28 15:44:39 +00:00
|
|
|
* Thu Jan 27 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-5
|
|
|
|
- Fix rpm_dontaudit_leaks
|
|
|
|
|
2010-01-27 21:54:00 +00:00
|
|
|
* Wed Jan 27 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-4
|
|
|
|
- Add getsched to hald_t
|
|
|
|
- Add file context for Fedora/Redhat Directory Server
|
|
|
|
|
2010-01-27 17:08:59 +00:00
|
|
|
* Mon Jan 25 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-3
|
|
|
|
- Allow abrt_helper to getattr on all filesystems
|
2010-02-08 22:06:23 +00:00
|
|
|
- Add label for /opt/real/RealPlayer/plugins/oggfformat\.so
|
2010-01-27 17:08:59 +00:00
|
|
|
|
2010-01-22 15:26:39 +00:00
|
|
|
* Thu Jan 21 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-2
|
|
|
|
- Add gstreamer_home_t for ~/.gstreamer
|
|
|
|
|
2010-01-18 22:40:25 +00:00
|
|
|
* Mon Jan 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2010-01-15 21:39:39 +00:00
|
|
|
* Fri Jan 15 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-3
|
|
|
|
- Fix git
|
|
|
|
|
2010-01-14 21:49:18 +00:00
|
|
|
* Thu Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-2
|
|
|
|
- Turn on puppet policy
|
|
|
|
- Update to dgrift git policy
|
|
|
|
|
2010-01-11 22:06:55 +00:00
|
|
|
* Mon Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-1
|
|
|
|
- Move users file to selection by spec file.
|
|
|
|
- Allow vncserver to run as unconfined_u:unconfined_r:unconfined_t
|
|
|
|
|
2010-01-07 21:59:22 +00:00
|
|
|
* Thu Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.6-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2010-01-06 21:57:07 +00:00
|
|
|
* Wed Jan 6 2010 Dan Walsh <dwalsh@redhat.com> 3.7.5-8
|
|
|
|
- Remove most of the permissive domains from F12.
|
|
|
|
|
2010-01-05 22:09:02 +00:00
|
|
|
* Tue Jan 5 2010 Dan Walsh <dwalsh@redhat.com> 3.7.5-7
|
|
|
|
- Add cobbler policy from dgrift
|
|
|
|
|
2010-01-04 21:31:54 +00:00
|
|
|
* Mon Jan 4 2010 Dan Walsh <dwalsh@redhat.com> 3.7.5-6
|
|
|
|
- add usbmon device
|
|
|
|
- Add allow rulse for devicekit_disk
|
|
|
|
|
2009-12-30 14:44:54 +00:00
|
|
|
* Wed Dec 30 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-5
|
|
|
|
- Lots of fixes found in F12, fixes from Tom London
|
|
|
|
|
2009-12-23 13:02:27 +00:00
|
|
|
* Wed Dec 23 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-4
|
|
|
|
- Cleanups from dgrift
|
|
|
|
|
2009-12-22 17:25:13 +00:00
|
|
|
* Tue Dec 22 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-3
|
|
|
|
- Add back xserver_manage_home_fonts
|
|
|
|
|
2009-12-21 22:53:07 +00:00
|
|
|
* Mon Dec 21 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-2
|
|
|
|
- Dontaudit sandbox trying to read nscd and sssd
|
|
|
|
|
2009-12-18 21:18:10 +00:00
|
|
|
* Fri Dec 18 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Thu Dec 17 2009 Dan Walsh <dwalsh@redhat.com> 3.7.4-4
|
2009-12-17 19:36:22 +00:00
|
|
|
- Rename udisks-daemon back to devicekit_disk_t policy
|
|
|
|
|
2009-12-16 23:01:00 +00:00
|
|
|
* Wed Dec 16 2009 Dan Walsh <dwalsh@redhat.com> 3.7.4-3
|
|
|
|
- Fixes for abrt calls
|
|
|
|
|
2009-12-11 20:18:55 +00:00
|
|
|
* Fri Dec 11 2009 Dan Walsh <dwalsh@redhat.com> 3.7.4-2
|
|
|
|
- Add tgtd policy
|
|
|
|
|
2009-12-10 19:20:14 +00:00
|
|
|
* Fri Dec 4 2009 Dan Walsh <dwalsh@redhat.com> 3.7.4-1
|
|
|
|
- Update to upstream release
|
|
|
|
|
2009-11-25 20:19:12 +00:00
|
|
|
* Mon Nov 16 2009 Dan Walsh <dwalsh@redhat.com> 3.7.3-1
|
2009-11-20 16:31:54 +00:00
|
|
|
- Add asterisk policy back in
|
2009-11-25 20:19:12 +00:00
|
|
|
- Update to upstream release 2.20091117
|
2009-11-20 16:31:54 +00:00
|
|
|
|
2009-11-18 22:22:56 +00:00
|
|
|
* Mon Nov 16 2009 Dan Walsh <dwalsh@redhat.com> 3.7.1-1
|
|
|
|
- Update to upstream release 2.20091117
|
|
|
|
|
|
|
|
* Mon Nov 16 2009 Dan Walsh <dwalsh@redhat.com> 3.6.33-2
|
|
|
|
- Fixup nut policy
|
|
|
|
|
2009-11-14 05:18:01 +00:00
|
|
|
* Thu Nov 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.33-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2009-10-02 15:15:36 +00:00
|
|
|
* Thu Oct 1 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-17
|
|
|
|
- Allow vpnc request the kernel to load modules
|
|
|
|
|
|
|
|
* Wed Sep 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-16
|
|
|
|
- Fix minimum policy installs
|
|
|
|
- Allow udev and rpcbind to request the kernel to load modules
|
|
|
|
|
|
|
|
* Wed Sep 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-15
|
2009-09-30 18:50:23 +00:00
|
|
|
- Add plymouth policy
|
2009-10-02 15:15:36 +00:00
|
|
|
- Allow local_login to sys_admin
|
2009-09-30 18:50:23 +00:00
|
|
|
|
|
|
|
* Tue Sep 29 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-13
|
2009-09-30 17:37:44 +00:00
|
|
|
- Allow cupsd_config to read user tmp
|
|
|
|
- Allow snmpd_t to signal itself
|
|
|
|
- Allow sysstat_t to makedir in sysstat_log_t
|
|
|
|
|
2009-09-29 12:38:58 +00:00
|
|
|
* Fri Sep 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-12
|
|
|
|
- Update rhcs policy
|
|
|
|
|
2009-09-25 18:47:07 +00:00
|
|
|
* Thu Sep 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-11
|
|
|
|
- Allow users to exec restorecond
|
|
|
|
|
2009-09-24 23:30:16 +00:00
|
|
|
* Tue Sep 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-10
|
|
|
|
- Allow sendmail to request kernel modules load
|
|
|
|
|
2009-09-22 12:49:53 +00:00
|
|
|
* Mon Sep 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-9
|
2009-09-21 13:55:41 +00:00
|
|
|
- Fix all kernel_request_load_module domains
|
|
|
|
|
2009-09-22 12:49:53 +00:00
|
|
|
* Mon Sep 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-8
|
|
|
|
- Fix all kernel_request_load_module domains
|
2009-09-21 13:55:41 +00:00
|
|
|
|
2009-09-20 14:32:30 +00:00
|
|
|
* Sun Sep 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-7
|
|
|
|
- Remove allow_exec* booleans for confined users. Only available for unconfined_t
|
|
|
|
|
2009-09-19 02:03:03 +00:00
|
|
|
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-6
|
|
|
|
- More fixes for sandbox_web_t
|
|
|
|
|
2009-09-18 22:12:25 +00:00
|
|
|
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-5
|
|
|
|
- Allow sshd to create .ssh directory and content
|
|
|
|
|
2009-09-18 20:44:00 +00:00
|
|
|
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-4
|
|
|
|
- Fix request_module line to module_request
|
|
|
|
|
2009-09-18 16:20:05 +00:00
|
|
|
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-3
|
|
|
|
- Fix sandbox policy to allow it to run under firefox.
|
|
|
|
- Dont audit leaks.
|
|
|
|
|
|
|
|
* Thu Sep 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-2
|
2009-09-17 21:41:30 +00:00
|
|
|
- Fixes for sandbox
|
|
|
|
|
2009-09-16 17:50:32 +00:00
|
|
|
* Wed Sep 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-1
|
|
|
|
- Update to upstream
|
|
|
|
- Dontaudit nsplugin search /root
|
|
|
|
- Dontaudit nsplugin sys_nice
|
|
|
|
|
2009-09-15 21:45:12 +00:00
|
|
|
* Mon Sep 15 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-5
|
|
|
|
- Fix label on /usr/bin/notepad, /usr/sbin/vboxadd-service
|
|
|
|
- Remove policycoreutils-python requirement except for minimum
|
|
|
|
|
2009-09-15 18:26:13 +00:00
|
|
|
* Mon Sep 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-4
|
|
|
|
- Fix devicekit_disk_t to getattr on all domains sockets and fifo_files
|
|
|
|
- Conflicts seedit (You can not use selinux-policy-targeted and seedit at the same time.)
|
|
|
|
|
|
|
|
|
2009-09-11 21:15:35 +00:00
|
|
|
* Thu Sep 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-3
|
|
|
|
- Add wordpress/wp-content/uploads label
|
|
|
|
- Fixes for sandbox when run from staff_t
|
|
|
|
|
2009-09-10 15:38:44 +00:00
|
|
|
* Thu Sep 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-2
|
|
|
|
- Update to upstream
|
|
|
|
- Fixes for devicekit_disk
|
|
|
|
|
2009-09-08 23:55:31 +00:00
|
|
|
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-6
|
|
|
|
- More fixes
|
|
|
|
|
2009-09-08 14:30:36 +00:00
|
|
|
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-5
|
|
|
|
- Lots of fixes for initrc and other unconfined domains
|
|
|
|
|
2009-09-07 01:29:07 +00:00
|
|
|
* Fri Sep 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-4
|
|
|
|
- Allow xserver to use netlink_kobject_uevent_socket
|
|
|
|
|
|
|
|
* Thu Sep 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-3
|
|
|
|
- Fixes for sandbox
|
|
|
|
|
2009-09-02 13:33:15 +00:00
|
|
|
* Mon Aug 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-2
|
|
|
|
- Dontaudit setroubleshootfix looking at /root directory
|
|
|
|
|
2009-08-31 21:27:50 +00:00
|
|
|
* Mon Aug 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-1
|
|
|
|
- Update to upsteam
|
|
|
|
|
2009-08-31 13:39:37 +00:00
|
|
|
* Mon Aug 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.29-2
|
|
|
|
- Allow gssd to send signals to users
|
|
|
|
- Fix duplicate label for apache content
|
|
|
|
|
2009-08-28 20:55:16 +00:00
|
|
|
* Fri Aug 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.29-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2009-08-28 18:56:15 +00:00
|
|
|
* Fri Aug 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-9
|
|
|
|
- Remove polkit_auth on upgrades
|
|
|
|
|
2009-08-26 14:02:27 +00:00
|
|
|
* Wed Aug 26 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-8
|
|
|
|
- Add back in unconfined.pp and unconfineduser.pp
|
2009-08-26 20:19:02 +00:00
|
|
|
- Add Sandbox unshare
|
2009-08-26 14:02:27 +00:00
|
|
|
|
2009-08-26 12:12:39 +00:00
|
|
|
* Tue Aug 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-7
|
|
|
|
- Fixes for cdrecord, mdadm, and others
|
|
|
|
|
2009-08-23 13:55:48 +00:00
|
|
|
* Sat Aug 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-6
|
|
|
|
- Add capability setting to dhcpc and gpm
|
|
|
|
|
2009-08-22 11:51:13 +00:00
|
|
|
* Sat Aug 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-5
|
|
|
|
- Allow cronjobs to read exim_spool_t
|
|
|
|
|
2009-08-21 22:58:28 +00:00
|
|
|
* Fri Aug 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-4
|
|
|
|
- Add ABRT policy
|
|
|
|
|
2009-08-20 17:48:51 +00:00
|
|
|
* Thu Aug 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-3
|
|
|
|
- Fix system-config-services policy
|
|
|
|
|
2009-08-20 00:02:37 +00:00
|
|
|
* Wed Aug 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-2
|
|
|
|
- Allow libvirt to change user componant of virt_domain
|
|
|
|
|
2009-08-18 22:43:34 +00:00
|
|
|
* Tue Aug 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-1
|
|
|
|
- Allow cupsd_config_t to be started by dbus
|
|
|
|
- Add smoltclient policy
|
|
|
|
|
2009-08-18 12:34:26 +00:00
|
|
|
* Fri Aug 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.27-1
|
|
|
|
- Add policycoreutils-python to pre install
|
|
|
|
|
2009-08-13 22:33:07 +00:00
|
|
|
* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-11
|
|
|
|
- Make all unconfined_domains permissive so we can see what AVC's happen
|
|
|
|
|
2009-08-12 20:10:51 +00:00
|
|
|
* Mon Aug 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-10
|
|
|
|
- Add pt_chown policy
|
|
|
|
|
2009-08-10 18:22:10 +00:00
|
|
|
* Mon Aug 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-9
|
|
|
|
- Add kdump policy for Miroslav Grepl
|
|
|
|
- Turn off execstack boolean
|
|
|
|
|
2009-08-07 19:36:54 +00:00
|
|
|
* Fri Aug 7 2009 Bill Nottingham <notting@redhat.com> 3.6.26-8
|
|
|
|
- Turn on execstack on a temporary basis (#512845)
|
|
|
|
|
2009-08-07 11:51:54 +00:00
|
|
|
* Thu Aug 6 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-7
|
|
|
|
- Allow nsplugin to connecto the session bus
|
|
|
|
- Allow samba_net to write to coolkey data
|
|
|
|
|
2009-08-05 21:31:17 +00:00
|
|
|
* Wed Aug 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-6
|
|
|
|
- Allow devicekit_disk to list inotify
|
|
|
|
|
2009-08-05 20:37:39 +00:00
|
|
|
* Wed Aug 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-5
|
|
|
|
- Allow svirt images to create sock_file in svirt_var_run_t
|
|
|
|
|
2009-08-04 11:32:06 +00:00
|
|
|
* Tue Aug 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-4
|
|
|
|
- Allow exim to getattr on mountpoints
|
|
|
|
- Fixes for pulseaudio
|
|
|
|
|
2009-07-31 19:05:34 +00:00
|
|
|
* Fri Jul 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-3
|
|
|
|
- Allow svirt_t to stream_connect to virtd_t
|
|
|
|
|
2009-07-31 11:02:24 +00:00
|
|
|
* Fri Jul 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-2
|
|
|
|
- Allod hald_dccm_t to create sock_files in /tmp
|
|
|
|
|
|
|
|
* Thu Jul 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-1
|
2009-07-30 20:30:26 +00:00
|
|
|
- More fixes from upstream
|
|
|
|
|
2009-07-30 04:31:53 +00:00
|
|
|
* Tue Jul 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.25-1
|
|
|
|
- Fix polkit label
|
|
|
|
- Remove hidebrokensymptoms for nss_ldap fix
|
|
|
|
- Add modemmanager policy
|
|
|
|
- Lots of merges from upstream
|
|
|
|
- Begin removing textrel_shlib_t labels, from fixed libraries
|
|
|
|
|
2009-07-28 19:08:17 +00:00
|
|
|
* Tue Jul 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.24-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2009-07-27 22:09:57 +00:00
|
|
|
* Mon Jul 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.23-2
|
|
|
|
- Allow certmaster to override dac permissions
|
|
|
|
|
2009-07-23 21:47:41 +00:00
|
|
|
* Thu Jul 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.23-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Tue Jul 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.22-3
|
2009-07-19 16:04:30 +00:00
|
|
|
- Fix context for VirtualBox
|
|
|
|
|
2009-07-15 19:12:04 +00:00
|
|
|
* Tue Jul 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.22-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Fri Jul 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.21-4
|
|
|
|
- Allow clamscan read amavis spool files
|
|
|
|
|
2009-07-08 15:37:57 +00:00
|
|
|
* Wed Jul 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.21-3
|
|
|
|
- Fixes for xguest
|
|
|
|
|
2009-07-07 15:41:05 +00:00
|
|
|
* Tue Jul 7 2009 Tom "spot" Callaway <tcallawa@redhat.com> 3.6.21-2
|
|
|
|
- fix multiple directory ownership of mandirs
|
|
|
|
|
2009-07-06 21:16:26 +00:00
|
|
|
* Wed Jul 1 2009 Dan Walsh <dwalsh@redhat.com> 3.6.21-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2009-06-30 11:46:56 +00:00
|
|
|
* Tue Jun 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.20-2
|
|
|
|
- Add rules for rtkit-daemon
|
|
|
|
|
2009-06-26 20:13:04 +00:00
|
|
|
* Thu Jun 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.20-1
|
|
|
|
- Update to upstream
|
|
|
|
- Fix nlscd_stream_connect
|
|
|
|
|
2009-06-25 21:43:36 +00:00
|
|
|
* Thu Jun 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-5
|
|
|
|
- Add rtkit policy
|
|
|
|
|
2009-06-24 20:45:26 +00:00
|
|
|
* Wed Jun 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-4
|
|
|
|
- Allow rpcd_t to stream connect to rpcbind
|
|
|
|
|
2009-06-24 13:15:55 +00:00
|
|
|
* Tue Jun 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-3
|
|
|
|
- Allow kpropd to create tmp files
|
|
|
|
|
2009-06-23 13:23:52 +00:00
|
|
|
* Tue Jun 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-2
|
|
|
|
- Fix last duplicate /var/log/rpmpkgs
|
|
|
|
|
|
|
|
* Mon Jun 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-1
|
2009-06-22 22:27:58 +00:00
|
|
|
- Update to upstream
|
|
|
|
* add sssd
|
|
|
|
|
2009-06-20 13:59:00 +00:00
|
|
|
* Sat Jun 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.18-1
|
|
|
|
- Update to upstream
|
|
|
|
* cleanup
|
2009-06-19 11:41:44 +00:00
|
|
|
* Fri Jun 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.17-1
|
|
|
|
- Update to upstream
|
|
|
|
- Additional mail ports
|
|
|
|
- Add virt_use_usb boolean for svirt
|
|
|
|
|
2009-06-18 20:01:47 +00:00
|
|
|
* Thu Jun 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.16-4
|
|
|
|
- Fix mcs rules to include chr_file and blk_file
|
|
|
|
|
2009-06-18 14:42:34 +00:00
|
|
|
* Tue Jun 16 2009 Dan Walsh <dwalsh@redhat.com> 3.6.16-3
|
|
|
|
- Add label for udev-acl
|
|
|
|
|
2009-06-15 20:04:07 +00:00
|
|
|
* Mon Jun 15 2009 Dan Walsh <dwalsh@redhat.com> 3.6.16-2
|
|
|
|
- Additional rules for consolekit/udev, privoxy and various other fixes
|
|
|
|
|
2009-06-15 15:26:20 +00:00
|
|
|
* Fri Jun 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.16-1
|
2009-06-12 18:59:09 +00:00
|
|
|
- New version for upstream
|
|
|
|
|
2009-06-11 21:26:42 +00:00
|
|
|
* Thu Jun 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.14-3
|
|
|
|
- Allow NetworkManager to read inotifyfs
|
|
|
|
|
2009-06-10 17:50:55 +00:00
|
|
|
* Wed Jun 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.14-2
|
|
|
|
- Allow setroubleshoot to run mlocate
|
|
|
|
|
2009-06-08 21:47:04 +00:00
|
|
|
* Mon Jun 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.14-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Tue Jun 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.13-3
|
|
|
|
- Add fish as a shell
|
|
|
|
- Allow fprintd to list usbfs_t
|
|
|
|
- Allow consolekit to search mountpoints
|
|
|
|
- Add proper labeling for shorewall
|
|
|
|
|
2009-05-26 16:57:59 +00:00
|
|
|
* Tue May 26 2009 Dan Walsh <dwalsh@redhat.com> 3.6.13-2
|
|
|
|
- New log file for vmware
|
|
|
|
- Allow xdm to setattr on user_tmp_t
|
|
|
|
|
2009-05-22 14:37:43 +00:00
|
|
|
* Thu May 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.13-1
|
|
|
|
- Upgrade to upstream
|
|
|
|
|
2009-05-20 17:28:24 +00:00
|
|
|
* Wed May 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-39
|
|
|
|
- Allow fprintd to access sys_ptrace
|
|
|
|
- Add sandbox policy
|
|
|
|
|
2009-05-18 18:49:15 +00:00
|
|
|
* Mon May 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-38
|
|
|
|
- Add varnishd policy
|
|
|
|
|
2009-05-14 18:53:40 +00:00
|
|
|
* Thu May 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-37
|
|
|
|
- Fixes for kpropd
|
|
|
|
|
2009-05-14 14:37:43 +00:00
|
|
|
* Tue May 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-36
|
|
|
|
- Allow brctl to r/w tun_tap_device_t
|
|
|
|
|
2009-05-12 18:10:29 +00:00
|
|
|
* Mon May 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-35
|
|
|
|
- Add /usr/share/selinux/packages
|
|
|
|
|
2009-05-11 13:11:03 +00:00
|
|
|
* Mon May 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-34
|
|
|
|
- Allow rpcd_t to send signals to kernel threads
|
|
|
|
|
2009-05-08 19:43:27 +00:00
|
|
|
* Fri May 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-33
|
|
|
|
- Fix upgrade for F10 to F11
|
|
|
|
|
2009-05-07 19:09:40 +00:00
|
|
|
* Thu May 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-31
|
|
|
|
- Add policy for /var/lib/fprint
|
|
|
|
|
2009-05-06 12:51:59 +00:00
|
|
|
* Tue May 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-30
|
|
|
|
-Remove duplicate line
|
|
|
|
|
2009-05-05 20:48:39 +00:00
|
|
|
* Tue May 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-29
|
|
|
|
- Allow svirt to manage pci and other sysfs device data
|
|
|
|
|
2009-05-04 19:37:29 +00:00
|
|
|
* Mon May 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-28
|
|
|
|
- Fix package selection handling
|
|
|
|
|
2009-05-02 11:52:13 +00:00
|
|
|
* Fri May 1 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-27
|
|
|
|
- Fix /sbin/ip6tables-save context
|
2009-05-04 18:20:29 +00:00
|
|
|
- Allod udev to transition to mount
|
|
|
|
- Fix loading of mls policy file
|
2009-05-02 11:52:13 +00:00
|
|
|
|
2009-04-30 22:22:00 +00:00
|
|
|
* Thu Apr 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-26
|
|
|
|
- Add shorewall policy
|
|
|
|
|
|
|
|
* Wed Apr 29 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-25
|
2009-04-30 11:51:07 +00:00
|
|
|
- Additional rules for fprintd and sssd
|
|
|
|
|
2009-04-28 20:09:21 +00:00
|
|
|
* Tue Apr 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-24
|
|
|
|
- Allow nsplugin to unix_read unix_write sem for unconfined_java
|
|
|
|
|
2009-04-28 15:49:42 +00:00
|
|
|
* Tue Apr 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-23
|
|
|
|
- Fix uml files to be owned by users
|
|
|
|
|
2009-04-28 15:13:35 +00:00
|
|
|
* Tue Apr 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-22
|
|
|
|
- Fix Upgrade path to install unconfineduser.pp when unocnfined package is 3.0.0 or less
|
|
|
|
|
2009-04-27 18:56:58 +00:00
|
|
|
* Mon Apr 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-21
|
2009-04-28 15:13:35 +00:00
|
|
|
- Allow confined users to manage virt_content_t, since this is home dir content
|
2009-04-27 18:56:58 +00:00
|
|
|
- Allow all domains to read rpm_script_tmp_t which is what shell creates on redirection
|
|
|
|
|
2009-04-27 14:45:15 +00:00
|
|
|
* Mon Apr 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-20
|
|
|
|
- Fix labeling on /var/lib/misc/prelink*
|
|
|
|
- Allow xserver to rw_shm_perms with all x_clients
|
|
|
|
- Allow prelink to execute files in the users home directory
|
|
|
|
|
2009-04-24 19:28:35 +00:00
|
|
|
* Fri Apr 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-19
|
2009-04-24 13:17:08 +00:00
|
|
|
- Allow initrc_t to delete dev_null
|
|
|
|
- Allow readahead to configure auditing
|
2009-04-24 17:50:36 +00:00
|
|
|
- Fix milter policy
|
|
|
|
- Add /var/lib/readahead
|
2009-04-24 13:17:08 +00:00
|
|
|
|
2009-04-24 11:42:43 +00:00
|
|
|
* Fri Apr 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-16
|
|
|
|
- Update to latest milter code from Paul Howarth
|
|
|
|
|
2009-04-24 04:09:22 +00:00
|
|
|
* Thu Apr 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-15
|
|
|
|
- Additional perms for readahead
|
|
|
|
|
2009-04-23 14:48:46 +00:00
|
|
|
* Thu Apr 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-14
|
|
|
|
- Allow pulseaudio to acquire_svc on session bus
|
|
|
|
- Fix readahead labeling
|
|
|
|
|
|
|
|
* Thu Apr 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-13
|
|
|
|
- Allow sysadm_t to run rpm directly
|
|
|
|
- libvirt needs fowner
|
|
|
|
|
2009-04-22 19:18:30 +00:00
|
|
|
* Wed Apr 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-12
|
|
|
|
- Allow sshd to read var_lib symlinks for freenx
|
|
|
|
|
2009-04-21 20:31:51 +00:00
|
|
|
* Tue Apr 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-11
|
|
|
|
- Allow nsplugin unix_read and write on users shm and sem
|
|
|
|
- Allow sysadm_t to execute su
|
|
|
|
|
|
|
|
* Tue Apr 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-10
|
|
|
|
- Dontaudit attempts to getattr user_tmpfs_t by lvm
|
|
|
|
- Allow nfs to share removable media
|
|
|
|
|
|
|
|
* Mon Apr 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-9
|
|
|
|
- Add ability to run postdrop from confined users
|
|
|
|
|
2009-04-18 12:13:36 +00:00
|
|
|
* Sat Apr 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-8
|
|
|
|
- Fixes for podsleuth
|
|
|
|
|
|
|
|
* Fri Apr 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-7
|
|
|
|
- Turn off nsplugin transition
|
|
|
|
- Remove Konsole leaked file descriptors for release
|
2009-04-17 14:19:17 +00:00
|
|
|
|
|
|
|
* Fri Apr 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-6
|
2009-04-16 15:14:26 +00:00
|
|
|
- Allow cupsd_t to create link files in print_spool_t
|
2009-04-17 14:19:17 +00:00
|
|
|
- Fix iscsi_stream_connect typo
|
|
|
|
- Fix labeling on /etc/acpi/actions
|
|
|
|
- Don't reinstall unconfine and unconfineuser on upgrade if they are not installed
|
2009-04-16 15:14:26 +00:00
|
|
|
|
2009-04-15 12:03:09 +00:00
|
|
|
* Tue Apr 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-5
|
|
|
|
- Allow audioentroy to read etc files
|
|
|
|
|
2009-04-14 11:02:35 +00:00
|
|
|
* Mon Apr 13 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-4
|
|
|
|
- Add fail2ban_var_lib_t
|
|
|
|
- Fixes for devicekit_power_t
|
|
|
|
|
2009-04-11 12:30:22 +00:00
|
|
|
* Thu Apr 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-3
|
|
|
|
- Separate out the ucnonfined user from the unconfined.pp package
|
|
|
|
|
2009-04-08 13:18:20 +00:00
|
|
|
* Wed Apr 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-2
|
|
|
|
- Make sure unconfined_java_t and unconfined_mono_t create user_tmpfs_t.
|
|
|
|
|
2009-04-08 00:59:46 +00:00
|
|
|
* Tue Apr 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-1
|
|
|
|
- Upgrade to latest upstream
|
|
|
|
- Allow devicekit_disk sys_rawio
|
|
|
|
|
2009-04-06 17:07:59 +00:00
|
|
|
* Mon Apr 6 2009 Dan Walsh <dwalsh@redhat.com> 3.6.11-1
|
|
|
|
- Dontaudit binds to ports < 1024 for named
|
|
|
|
- Upgrade to latest upstream
|
|
|
|
|
2009-04-03 21:27:39 +00:00
|
|
|
* Fri Apr 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-9
|
|
|
|
- Allow podsleuth to use tmpfs files
|
|
|
|
|
2009-04-03 19:25:21 +00:00
|
|
|
* Fri Apr 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-8
|
|
|
|
- Add customizable_types for svirt
|
|
|
|
|
2009-04-03 14:45:58 +00:00
|
|
|
* Fri Apr 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-7
|
|
|
|
- Allow setroubelshoot exec* privs to prevent crash from bad libraries
|
|
|
|
- add cpufreqselector
|
|
|
|
|
2009-04-02 15:23:58 +00:00
|
|
|
* Thu Apr 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-6
|
|
|
|
- Dontaudit listing of /root directory for cron system jobs
|
|
|
|
|
2009-03-30 16:06:48 +00:00
|
|
|
* Mon Mar 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-5
|
|
|
|
- Fix missing ld.so.cache label
|
|
|
|
|
2009-03-27 19:48:17 +00:00
|
|
|
* Fri Mar 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-4
|
|
|
|
- Add label for ~/.forward and /root/.forward
|
|
|
|
|
2009-03-27 00:01:52 +00:00
|
|
|
* Thu Mar 26 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-3
|
|
|
|
- Fixes for svirt
|
|
|
|
|
2009-03-24 19:45:02 +00:00
|
|
|
* Thu Mar 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-2
|
|
|
|
- Fixes to allow svirt read iso files in homedir
|
|
|
|
|
2009-03-20 18:42:38 +00:00
|
|
|
* Thu Mar 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-1
|
|
|
|
- Add xenner and wine fixes from mgrepl
|
|
|
|
|
2009-03-18 19:34:57 +00:00
|
|
|
* Wed Mar 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.9-4
|
|
|
|
- Allow mdadm to read/write mls override
|
|
|
|
|
2009-03-17 19:52:35 +00:00
|
|
|
* Tue Mar 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.9-3
|
|
|
|
- Change to svirt to only access svirt_image_t
|
|
|
|
|
2009-03-16 16:02:20 +00:00
|
|
|
* Thu Mar 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.9-2
|
|
|
|
- Fix libvirt policy
|
|
|
|
|
2009-03-12 15:48:51 +00:00
|
|
|
* Thu Mar 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.9-1
|
|
|
|
- Upgrade to latest upstream
|
|
|
|
|
2009-03-11 20:25:16 +00:00
|
|
|
* Tue Mar 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-4
|
|
|
|
- Fixes for iscsid and sssd
|
|
|
|
- More cleanups for upgrade from F10 to Rawhide.
|
|
|
|
|
2009-03-09 21:58:08 +00:00
|
|
|
* Mon Mar 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-3
|
|
|
|
- Add pulseaudio, sssd policy
|
|
|
|
- Allow networkmanager to exec udevadm
|
|
|
|
|
2009-03-09 16:18:51 +00:00
|
|
|
* Sat Mar 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-2
|
|
|
|
- Add pulseaudio context
|
|
|
|
|
2009-03-05 21:05:47 +00:00
|
|
|
* Thu Mar 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-1
|
|
|
|
- Upgrade to latest patches
|
|
|
|
|
2009-03-04 19:41:16 +00:00
|
|
|
* Wed Mar 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.7-2
|
|
|
|
- Fixes for libvirt
|
|
|
|
|
2009-03-03 20:10:30 +00:00
|
|
|
* Mon Mar 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.7-1
|
|
|
|
- Update to Latest upstream
|
|
|
|
|
|
|
|
* Sat Feb 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-9
|
|
|
|
- Fix setrans.conf to show SystemLow for s0
|
|
|
|
|
2009-02-27 21:22:47 +00:00
|
|
|
* Fri Feb 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-8
|
|
|
|
- Further confinement of qemu images via svirt
|
|
|
|
|
2009-02-26 00:27:53 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.6-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-20 01:07:59 +00:00
|
|
|
* Thu Feb 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-6
|
|
|
|
- Allow NetworkManager to manage /etc/NetworkManager/system-connections
|
|
|
|
|
2009-02-18 19:45:29 +00:00
|
|
|
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-5
|
|
|
|
- add virtual_image_context and virtual_domain_context files
|
|
|
|
|
2009-02-18 14:27:36 +00:00
|
|
|
* Tue Feb 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-4
|
|
|
|
- Allow rpcd_t to send signal to mount_t
|
|
|
|
- Allow libvirtd to run ranged
|
|
|
|
|
2009-02-17 16:21:42 +00:00
|
|
|
* Tue Feb 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-3
|
|
|
|
- Fix sysnet/net_conf_t
|
|
|
|
|
2009-02-17 14:07:10 +00:00
|
|
|
* Tue Feb 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-2
|
|
|
|
- Fix squidGuard labeling
|
|
|
|
|
2009-02-16 22:54:22 +00:00
|
|
|
* Wed Feb 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-1
|
|
|
|
- Re-add corenet_in_generic_if(unlabeled_t)
|
|
|
|
|
2009-02-11 20:40:13 +00:00
|
|
|
* Wed Feb 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.5-3
|
|
|
|
|
2009-02-10 16:08:36 +00:00
|
|
|
* Tue Feb 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.5-2
|
|
|
|
- Add git web policy
|
|
|
|
|
2009-02-09 22:07:20 +00:00
|
|
|
* Mon Feb 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.5-1
|
|
|
|
- Add setrans contains from upstream
|
|
|
|
|
|
|
|
* Mon Feb 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-6
|
|
|
|
- Do transitions outside of the booleans
|
|
|
|
|
2009-02-09 14:23:24 +00:00
|
|
|
* Sun Feb 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-5
|
|
|
|
- Allow xdm to create user_tmp_t sockets for switch user to work
|
|
|
|
|
2009-02-06 17:48:29 +00:00
|
|
|
* Thu Feb 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-4
|
|
|
|
- Fix staff_t domain
|
|
|
|
|
2009-02-05 13:44:44 +00:00
|
|
|
* Thu Feb 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-3
|
|
|
|
- Grab remainder of network_peer_controls patch
|
|
|
|
|
2009-02-04 16:24:43 +00:00
|
|
|
* Wed Feb 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-2
|
|
|
|
- More fixes for devicekit
|
|
|
|
|
2009-02-04 04:02:17 +00:00
|
|
|
* Tue Feb 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-1
|
|
|
|
- Upgrade to latest upstream
|
|
|
|
|
2009-02-03 15:26:10 +00:00
|
|
|
* Mon Feb 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-13
|
|
|
|
- Add boolean to disallow unconfined_t login
|
|
|
|
|
2009-01-30 16:49:11 +00:00
|
|
|
* Fri Jan 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-12
|
|
|
|
- Add back transition from xguest to mozilla
|
|
|
|
|
2009-01-30 15:06:44 +00:00
|
|
|
* Fri Jan 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-11
|
|
|
|
- Add virt_content_ro_t and labeling for isos directory
|
|
|
|
|
2009-01-28 17:23:17 +00:00
|
|
|
* Tue Jan 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-10
|
|
|
|
- Fixes for wicd daemon
|
|
|
|
|
2009-01-26 16:21:59 +00:00
|
|
|
* Mon Jan 26 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-9
|
|
|
|
- More mls/rpm fixes
|
|
|
|
|
2009-01-23 20:35:45 +00:00
|
|
|
* Fri Jan 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-8
|
|
|
|
- Add policy to make dbus/nm-applet work
|
|
|
|
|
2009-01-22 20:10:48 +00:00
|
|
|
* Thu Jan 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-7
|
|
|
|
- Remove polgen-ifgen from post and add trigger to policycoreutils-python
|
|
|
|
|
2009-01-21 22:49:23 +00:00
|
|
|
* Wed Jan 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-6
|
2009-01-21 20:39:17 +00:00
|
|
|
- Add wm policy
|
2009-01-21 21:22:11 +00:00
|
|
|
- Make mls work in graphics mode
|
2009-01-21 20:39:17 +00:00
|
|
|
|
2009-01-21 16:17:40 +00:00
|
|
|
* Tue Jan 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-3
|
|
|
|
- Fixed for DeviceKit
|
|
|
|
|
2009-01-19 22:34:56 +00:00
|
|
|
* Mon Jan 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-2
|
|
|
|
- Add devicekit policy
|
|
|
|
|
2009-01-19 17:35:43 +00:00
|
|
|
* Mon Jan 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2009-01-16 21:32:59 +00:00
|
|
|
* Thu Jan 15 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-5
|
|
|
|
- Define openoffice as an x_domain
|
|
|
|
|
2009-01-13 16:22:47 +00:00
|
|
|
* Mon Jan 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-4
|
|
|
|
- Fixes for reading xserver_tmp_t
|
|
|
|
|
2009-01-12 16:59:00 +00:00
|
|
|
* Thu Jan 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-3
|
|
|
|
- Allow cups_pdf_t write to nfs_t
|
|
|
|
|
2009-01-06 14:46:21 +00:00
|
|
|
* Tue Jan 6 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-2
|
|
|
|
- Remove audio_entropy policy
|
|
|
|
|
2009-01-05 22:55:20 +00:00
|
|
|
* Mon Jan 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2009-01-04 19:45:03 +00:00
|
|
|
* Sun Jan 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.1-15
|
|
|
|
- Allow hal_acl_t to getattr/setattr fixed_disk
|
|
|
|
|
2008-12-27 13:06:14 +00:00
|
|
|
* Sat Dec 27 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-14
|
|
|
|
- Change userdom_read_all_users_state to include reading symbolic links in /proc
|
|
|
|
|
2008-12-22 22:51:28 +00:00
|
|
|
* Mon Dec 22 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-13
|
|
|
|
- Fix dbus reading /proc information
|
|
|
|
|
2008-12-22 19:35:46 +00:00
|
|
|
* Thu Dec 18 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-12
|
|
|
|
- Add missing alias for home directory content
|
|
|
|
|
2008-12-17 21:15:08 +00:00
|
|
|
* Wed Dec 17 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-11
|
|
|
|
- Fixes for IBM java location
|
|
|
|
|
2008-12-11 15:21:57 +00:00
|
|
|
* Thu Dec 11 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-10
|
|
|
|
- Allow unconfined_r unconfined_java_t
|
|
|
|
|
2008-12-09 21:04:28 +00:00
|
|
|
* Tue Dec 9 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-9
|
|
|
|
- Add cron_role back to user domains
|
|
|
|
|
2008-12-08 22:00:56 +00:00
|
|
|
* Mon Dec 8 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-8
|
|
|
|
- Fix sudo setting of user keys
|
|
|
|
|
2008-12-04 21:43:55 +00:00
|
|
|
* Thu Dec 4 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-7
|
2008-12-04 18:47:26 +00:00
|
|
|
- Allow iptables to talk to terminals
|
2008-12-04 21:43:55 +00:00
|
|
|
- Fixes for policy kit
|
|
|
|
- lots of fixes for booting.
|
2008-12-04 18:47:26 +00:00
|
|
|
|
2008-12-03 23:40:18 +00:00
|
|
|
* Wed Dec 3 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-4
|
2008-12-03 22:18:31 +00:00
|
|
|
- Cleanup policy
|
|
|
|
|
2008-12-01 15:00:41 +00:00
|
|
|
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.6.1-2
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-25 19:18:01 +00:00
|
|
|
* Fri Nov 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-19
|
|
|
|
- Fix labeling on /var/spool/rsyslog
|
|
|
|
|
2008-11-06 17:47:54 +00:00
|
|
|
* Thu Nov 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-18
|
|
|
|
- Allow postgresl to bind to udp nodes
|
|
|
|
|
2008-11-05 22:21:30 +00:00
|
|
|
* Wed Nov 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-17
|
|
|
|
- Allow lvm to dbus chat with hal
|
|
|
|
- Allow rlogind to read nfs_t
|
|
|
|
|
2008-11-05 20:34:06 +00:00
|
|
|
* Wed Nov 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-16
|
|
|
|
- Fix cyphesis file context
|
|
|
|
|
2008-11-05 18:26:36 +00:00
|
|
|
* Tue Nov 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-15
|
|
|
|
- Allow hal/pm-utils to look at /var/run/video.rom
|
|
|
|
- Add ulogd policy
|
|
|
|
|
2008-11-04 15:40:31 +00:00
|
|
|
* Tue Nov 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-14
|
|
|
|
- Additional fixes for cyphesis
|
|
|
|
- Fix certmaster file context
|
|
|
|
- Add policy for system-config-samba
|
2008-11-05 18:26:36 +00:00
|
|
|
- Allow hal to read /var/run/video.rom
|
2008-11-04 15:40:31 +00:00
|
|
|
|
2008-11-03 21:09:40 +00:00
|
|
|
* Mon Nov 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-13
|
|
|
|
- Allow dhcpc to restart ypbind
|
|
|
|
- Fixup labeling in /var/run
|
|
|
|
|
|
|
|
* Thu Oct 30 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-12
|
|
|
|
- Add certmaster policy
|
|
|
|
|
2008-10-29 20:45:55 +00:00
|
|
|
* Wed Oct 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-11
|
2008-10-29 17:12:16 +00:00
|
|
|
- Fix confined users
|
|
|
|
- Allow xguest to read/write xguest_dbusd_t
|
|
|
|
|
2008-10-27 21:07:05 +00:00
|
|
|
* Mon Oct 27 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-9
|
|
|
|
- Allow openoffice execstack/execmem privs
|
|
|
|
|
2008-10-25 11:14:56 +00:00
|
|
|
* Fri Oct 24 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-8
|
|
|
|
- Allow mozilla to run with unconfined_execmem_t
|
|
|
|
|
2008-10-24 13:41:09 +00:00
|
|
|
* Thu Oct 23 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-7
|
|
|
|
- Dontaudit domains trying to write to .xsession-errors
|
|
|
|
|
2008-10-24 12:14:54 +00:00
|
|
|
* Thu Oct 23 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-6
|
|
|
|
- Allow nsplugin to look at autofs_t directory
|
|
|
|
|
2008-10-23 12:59:31 +00:00
|
|
|
* Wed Oct 22 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-5
|
|
|
|
- Allow kerneloops to create tmp files
|
|
|
|
|
2008-10-22 13:34:13 +00:00
|
|
|
* Wed Oct 22 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-4
|
|
|
|
- More alias for fastcgi
|
|
|
|
|
2008-10-21 18:31:38 +00:00
|
|
|
* Tue Oct 21 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-3
|
|
|
|
- Remove mod_fcgid-selinux package
|
|
|
|
|
2008-10-20 19:53:30 +00:00
|
|
|
* Mon Oct 20 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-2
|
|
|
|
- Fix dovecot access
|
|
|
|
|
2008-10-17 22:03:34 +00:00
|
|
|
* Fri Oct 17 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-1
|
|
|
|
- Policy cleanup
|
|
|
|
|
2008-10-16 17:28:39 +00:00
|
|
|
* Thu Oct 16 2008 Dan Walsh <dwalsh@redhat.com> 3.5.12-3
|
|
|
|
- Remove Multiple spec
|
|
|
|
- Add include
|
|
|
|
- Fix makefile to not call per_role_expansion
|
|
|
|
|
2008-10-15 21:32:30 +00:00
|
|
|
* Wed Oct 15 2008 Dan Walsh <dwalsh@redhat.com> 3.5.12-2
|
|
|
|
- Fix labeling of libGL
|
|
|
|
|
2008-10-11 23:57:43 +00:00
|
|
|
* Fri Oct 10 2008 Dan Walsh <dwalsh@redhat.com> 3.5.12-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2008-10-09 03:10:32 +00:00
|
|
|
* Wed Oct 8 2008 Dan Walsh <dwalsh@redhat.com> 3.5.11-1
|
|
|
|
- Update to upstream policy
|
|
|
|
|
2008-10-06 19:10:48 +00:00
|
|
|
* Mon Oct 6 2008 Dan Walsh <dwalsh@redhat.com> 3.5.10-3
|
|
|
|
- Fixes for confined xwindows and xdm_t
|
|
|
|
|
2008-10-03 20:11:22 +00:00
|
|
|
* Fri Oct 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.10-2
|
|
|
|
- Allow confined users and xdm to exec wm
|
|
|
|
- Allow nsplugin to talk to fifo files on nfs
|
|
|
|
|
2008-10-03 15:49:44 +00:00
|
|
|
* Fri Oct 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.10-1
|
|
|
|
- Allow NetworkManager to transition to avahi and iptables
|
2008-10-03 15:07:40 +00:00
|
|
|
- Allow domains to search other domains keys, coverup kernel bug
|
|
|
|
|
2008-10-01 19:15:34 +00:00
|
|
|
* Wed Oct 1 2008 Dan Walsh <dwalsh@redhat.com> 3.5.9-4
|
|
|
|
- Fix labeling for oracle
|
|
|
|
|
2008-10-01 12:27:11 +00:00
|
|
|
* Wed Oct 1 2008 Dan Walsh <dwalsh@redhat.com> 3.5.9-3
|
|
|
|
- Allow nsplugin to comminicate with xdm_tmp_t sock_file
|
|
|
|
|
2008-09-30 14:39:16 +00:00
|
|
|
* Mon Sep 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.9-2
|
|
|
|
- Change all user tmpfs_t files to be labeled user_tmpfs_t
|
|
|
|
- Allow radiusd to create sock_files
|
|
|
|
|
2008-09-25 18:54:16 +00:00
|
|
|
* Wed Sep 24 2008 Dan Walsh <dwalsh@redhat.com> 3.5.9-1
|
|
|
|
- Upgrade to upstream
|
|
|
|
|
2008-09-23 20:14:47 +00:00
|
|
|
* Tue Sep 23 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-7
|
|
|
|
- Allow confined users to login with dbus
|
|
|
|
|
2008-09-22 20:07:59 +00:00
|
|
|
* Mon Sep 22 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-6
|
|
|
|
- Fix transition to nsplugin
|
|
|
|
|
2008-09-22 17:55:56 +00:00
|
|
|
* Mon Sep 22 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-5
|
|
|
|
- Add file context for /dev/mspblk.*
|
|
|
|
|
2008-09-22 12:33:03 +00:00
|
|
|
* Sun Sep 21 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-4
|
|
|
|
- Fix transition to nsplugin
|
|
|
|
'
|
2008-09-18 21:02:12 +00:00
|
|
|
* Thu Sep 18 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-3
|
2008-09-18 19:34:12 +00:00
|
|
|
- Fix labeling on new pm*log
|
|
|
|
- Allow ssh to bind to all nodes
|
|
|
|
|
2008-09-12 14:21:05 +00:00
|
|
|
* Thu Sep 11 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-1
|
|
|
|
- Merge upstream changes
|
|
|
|
- Add Xavier Toth patches
|
|
|
|
|
|
|
|
* Wed Sep 10 2008 Dan Walsh <dwalsh@redhat.com> 3.5.7-2
|
|
|
|
- Add qemu_cache_t for /var/cache/libvirt
|
|
|
|
|
2008-09-08 21:01:42 +00:00
|
|
|
* Fri Sep 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.7-1
|
|
|
|
- Remove gamin policy
|
|
|
|
|
2008-09-04 20:59:27 +00:00
|
|
|
* Thu Sep 4 2008 Dan Walsh <dwalsh@redhat.com> 3.5.6-2
|
|
|
|
- Add tinyxs-max file system support
|
|
|
|
|
2008-09-03 20:16:35 +00:00
|
|
|
* Wed Sep 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.6-1
|
|
|
|
- Update to upstream
|
2010-02-08 22:06:23 +00:00
|
|
|
- New handling of init scripts
|
2008-09-03 20:16:35 +00:00
|
|
|
|
|
|
|
* Fri Aug 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.5-4
|
|
|
|
- Allow pcsd to dbus
|
|
|
|
- Add memcache policy
|
|
|
|
|
2008-08-29 20:54:34 +00:00
|
|
|
* Fri Aug 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.5-3
|
|
|
|
- Allow audit dispatcher to kill his children
|
|
|
|
|
2008-08-29 19:29:23 +00:00
|
|
|
* Tue Aug 26 2008 Dan Walsh <dwalsh@redhat.com> 3.5.5-2
|
|
|
|
- Update to upstream
|
|
|
|
- Fix crontab use by unconfined user
|
|
|
|
|
2008-08-13 19:24:36 +00:00
|
|
|
* Tue Aug 12 2008 Dan Walsh <dwalsh@redhat.com> 3.5.4-2
|
|
|
|
- Allow ifconfig_t to read dhcpc_state_t
|
|
|
|
|
2008-08-11 21:19:25 +00:00
|
|
|
* Mon Aug 11 2008 Dan Walsh <dwalsh@redhat.com> 3.5.4-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2008-08-07 20:05:57 +00:00
|
|
|
* Thu Aug 7 2008 Dan Walsh <dwalsh@redhat.com> 3.5.3-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2008-08-07 12:22:07 +00:00
|
|
|
* Wed Aug 2 2008 Dan Walsh <dwalsh@redhat.com> 3.5.2-2
|
|
|
|
- Allow system-config-selinux to work with policykit
|
|
|
|
|
2008-08-01 16:38:49 +00:00
|
|
|
* Fri Jul 25 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-5
|
|
|
|
- Fix novel labeling
|
|
|
|
|
2008-07-30 13:48:03 +00:00
|
|
|
* Fri Jul 25 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-4
|
|
|
|
- Consolodate pyzor,spamassassin, razor into one security domain
|
|
|
|
- Fix xdm requiring additional perms.
|
|
|
|
|
2008-07-25 11:53:34 +00:00
|
|
|
* Fri Jul 25 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-3
|
|
|
|
- Fixes for logrotate, alsa
|
|
|
|
|
2008-07-25 04:24:01 +00:00
|
|
|
* Thu Jul 25 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-2
|
|
|
|
- Eliminate vbetool duplicate entry
|
|
|
|
|
2008-07-17 19:53:32 +00:00
|
|
|
* Wed Jul 16 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-1
|
|
|
|
- Fix xguest -> xguest_mozilla_t -> xguest_openiffice_t
|
2008-07-24 18:19:05 +00:00
|
|
|
- Change dhclient to be able to red networkmanager_var_run
|
2008-07-17 19:53:32 +00:00
|
|
|
|
2008-07-15 20:06:55 +00:00
|
|
|
* Tue Jul 15 2008 Dan Walsh <dwalsh@redhat.com> 3.5.0-1
|
2008-07-15 15:22:39 +00:00
|
|
|
- Update to latest refpolicy
|
2008-07-15 20:06:55 +00:00
|
|
|
- Fix libsemanage initial install bug
|
2008-07-15 15:22:39 +00:00
|
|
|
|
2008-07-09 13:05:54 +00:00
|
|
|
* Wed Jul 9 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-14
|
|
|
|
- Add inotify support to nscd
|
|
|
|
|
2008-07-08 20:14:39 +00:00
|
|
|
* Tue Jul 8 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-13
|
|
|
|
- Allow unconfined_t to setfcap
|
|
|
|
|
2008-07-07 17:56:28 +00:00
|
|
|
* Mon Jul 7 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-12
|
|
|
|
- Allow amanda to read tape
|
|
|
|
- Allow prewikka cgi to use syslog, allow audisp_t to signal cgi
|
|
|
|
- Add support for netware file systems
|
|
|
|
|
2008-07-03 20:14:23 +00:00
|
|
|
* Thu Jul 3 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-11
|
|
|
|
- Allow ypbind apps to net_bind_service
|
|
|
|
|
2008-07-02 20:45:43 +00:00
|
|
|
* Wed Jul 2 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-10
|
|
|
|
- Allow all system domains and application domains to append to any log file
|
|
|
|
|
2008-06-30 21:12:23 +00:00
|
|
|
* Sun Jun 29 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-9
|
|
|
|
- Allow gdm to read rpm database
|
|
|
|
- Allow nsplugin to read mplayer config files
|
|
|
|
|
2008-06-26 12:12:35 +00:00
|
|
|
* Thu Jun 26 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-8
|
|
|
|
- Allow vpnc to run ifconfig
|
|
|
|
|
2008-06-24 11:14:04 +00:00
|
|
|
* Tue Jun 24 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-7
|
|
|
|
- Allow confined users to use postgres
|
|
|
|
- Allow system_mail_t to exec other mail clients
|
|
|
|
- Label mogrel_rails as an apache server
|
|
|
|
|
2008-06-23 12:20:04 +00:00
|
|
|
* Mon Jun 23 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-6
|
|
|
|
- Apply unconfined_execmem_exec_t to haskell programs
|
|
|
|
|
2008-06-23 00:55:21 +00:00
|
|
|
* Sun Jun 22 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-5
|
|
|
|
- Fix prelude file context
|
|
|
|
|
2008-06-22 12:22:25 +00:00
|
|
|
* Fri Jun 12 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-4
|
|
|
|
- allow hplip to talk dbus
|
|
|
|
- Fix context on ~/.local dir
|
|
|
|
|
2008-06-12 19:57:12 +00:00
|
|
|
* Thu Jun 12 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-3
|
|
|
|
- Prevent applications from reading x_device
|
|
|
|
|
2008-06-12 18:44:52 +00:00
|
|
|
* Thu Jun 12 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-2
|
|
|
|
- Add /var/lib/selinux context
|
|
|
|
|
2008-06-11 19:01:26 +00:00
|
|
|
* Wed Jun 11 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2008-06-10 19:34:59 +00:00
|
|
|
* Wed Jun 4 2008 Dan Walsh <dwalsh@redhat.com> 3.4.1-5
|
2008-06-04 17:26:52 +00:00
|
|
|
- Add livecd policy
|
|
|
|
|
|
|
|
* Wed Jun 4 2008 Dan Walsh <dwalsh@redhat.com> 3.4.1-3
|
2008-06-04 12:57:43 +00:00
|
|
|
- Dontaudit search of admin_home for init_system_domain
|
|
|
|
- Rewrite of xace interfaces
|
|
|
|
- Lots of new fs_list_inotify
|
|
|
|
- Allow livecd to transition to setfiles_mac
|
|
|
|
|
2008-06-03 20:27:28 +00:00
|
|
|
* Fri May 9 2008 Dan Walsh <dwalsh@redhat.com> 3.4.1-2
|
|
|
|
- Begin XAce integration
|
|
|
|
|
2008-05-19 13:02:56 +00:00
|
|
|
* Fri May 9 2008 Dan Walsh <dwalsh@redhat.com> 3.4.1-1
|
|
|
|
- Merge Upstream
|
|
|
|
|
2008-05-07 19:10:59 +00:00
|
|
|
* Wed May 7 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-48
|
|
|
|
- Allow amanada to create data files
|
|
|
|
|
|
|
|
* Wed May 7 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-47
|
|
|
|
- Fix initial install, semanage setup
|
|
|
|
|
|
|
|
* Tue May 6 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-46
|
|
|
|
- Allow system_r for httpd_unconfined_script_t
|
|
|
|
|
2008-05-06 17:01:42 +00:00
|
|
|
* Wed Apr 30 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-45
|
|
|
|
- Remove dmesg boolean
|
|
|
|
- Allow user domains to read/write game data
|
|
|
|
|
2008-04-29 16:05:11 +00:00
|
|
|
* Mon Apr 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-44
|
|
|
|
- Change unconfined_t to transition to unconfined_mono_t when running mono
|
|
|
|
- Change XXX_mono_t to transition to XXX_t when executing bin_t files, so gnome-do will work
|
|
|
|
|
2008-04-28 21:24:59 +00:00
|
|
|
* Mon Apr 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-43
|
|
|
|
- Remove old booleans from targeted-booleans.conf file
|
|
|
|
|
|
|
|
* Fri Apr 25 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-42
|
|
|
|
- Add boolean to mmap_zero
|
|
|
|
- allow tor setgid
|
|
|
|
- Allow gnomeclock to set clock
|
|
|
|
|
2008-04-24 21:08:32 +00:00
|
|
|
* Thu Apr 24 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-41
|
2008-04-24 19:41:22 +00:00
|
|
|
- Don't run crontab from unconfined_t
|
|
|
|
|
2008-04-23 14:15:54 +00:00
|
|
|
* Wed Apr 23 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-39
|
|
|
|
- Change etc files to config files to allow users to read them
|
|
|
|
|
|
|
|
* Fri Apr 14 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-37
|
|
|
|
- Lots of fixes for confined domains on NFS_t homedir
|
|
|
|
|
2008-04-15 20:27:09 +00:00
|
|
|
* Mon Apr 14 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-36
|
|
|
|
- dontaudit mrtg reading /proc
|
|
|
|
- Allow iscsi to signal itself
|
|
|
|
- Allow gnomeclock sys_ptrace
|
2008-04-11 18:58:08 +00:00
|
|
|
|
2008-04-10 19:45:47 +00:00
|
|
|
* Thu Apr 10 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-33
|
|
|
|
- Allow dhcpd to read kernel network state
|
|
|
|
|
2008-04-10 14:37:57 +00:00
|
|
|
* Thu Apr 10 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-32
|
|
|
|
- Label /var/run/gdm correctly
|
|
|
|
- Fix unconfined_u user creation
|
|
|
|
|
2008-04-08 20:14:36 +00:00
|
|
|
* Tue Apr 8 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-31
|
|
|
|
- Allow transition from initrc_t to getty_t
|
|
|
|
|
2008-04-08 19:17:28 +00:00
|
|
|
* Tue Apr 8 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-30
|
|
|
|
- Allow passwd to communicate with user sockets to change gnome-keyring
|
|
|
|
|
2008-04-06 12:06:47 +00:00
|
|
|
* Sat Apr 5 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-29
|
2008-04-08 03:17:46 +00:00
|
|
|
- Fix initial install
|
2008-04-06 12:06:47 +00:00
|
|
|
|
2008-04-05 10:39:06 +00:00
|
|
|
* Fri Apr 4 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-28
|
|
|
|
- Allow radvd to use fifo_file
|
|
|
|
- dontaudit setfiles reading links
|
|
|
|
- allow semanage sys_resource
|
|
|
|
- add allow_httpd_mod_auth_ntlm_winbind boolean
|
|
|
|
- Allow privhome apps including dovecot read on nfs and cifs home
|
|
|
|
dirs if the boolean is set
|
|
|
|
|
|
|
|
|
2008-04-01 09:21:21 +00:00
|
|
|
* Tue Apr 1 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-27
|
|
|
|
- Allow nsplugin to read /etc/mozpluggerrc, user_fonts
|
|
|
|
- Allow syslog to manage innd logs.
|
|
|
|
- Allow procmail to ioctl spamd_exec_t
|
|
|
|
|
2008-03-29 18:36:09 +00:00
|
|
|
* Sat Mar 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-26
|
|
|
|
- Allow initrc_t to dbus chat with consolekit.
|
|
|
|
|
2008-03-28 22:07:45 +00:00
|
|
|
* Thu Mar 27 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-25
|
|
|
|
- Additional access for nsplugin
|
|
|
|
- Allow xdm setcap/getcap until pulseaudio is fixed
|
|
|
|
|
2008-03-26 06:17:27 +00:00
|
|
|
* Tue Mar 25 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-24
|
|
|
|
- Allow mount to mkdir on tmpfs
|
|
|
|
- Allow ifconfig to search debugfs
|
|
|
|
|
2008-03-21 23:24:11 +00:00
|
|
|
* Fri Mar 18 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-23
|
|
|
|
- Fix file context for MATLAB
|
|
|
|
- Fixes for xace
|
|
|
|
|
2008-03-18 21:10:02 +00:00
|
|
|
* Tue Mar 18 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-22
|
2008-03-20 16:11:16 +00:00
|
|
|
- Allow stunnel to transition to inetd children domains
|
|
|
|
- Make unconfined_dbusd_t an unconfined domain
|
2008-03-18 21:10:02 +00:00
|
|
|
|
2008-03-17 21:42:05 +00:00
|
|
|
* Mon Mar 17 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-21
|
|
|
|
- Fixes for qemu/virtd
|
|
|
|
|
2008-03-14 21:13:24 +00:00
|
|
|
* Fri Mar 14 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-20
|
|
|
|
- Fix bug in mozilla policy to allow xguest transition
|
|
|
|
- This will fix the
|
|
|
|
|
|
|
|
libsemanage.dbase_llist_query: could not find record value
|
|
|
|
libsemanage.dbase_llist_query: could not query record value (No such file or
|
|
|
|
directory)
|
|
|
|
bug in xguest
|
|
|
|
|
2008-03-14 15:59:07 +00:00
|
|
|
* Fri Mar 14 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-19
|
|
|
|
- Allow nsplugin to run acroread
|
|
|
|
|
2008-03-14 00:25:00 +00:00
|
|
|
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-18
|
|
|
|
- Add cups_pdf policy
|
|
|
|
- Add openoffice policy to run in xguest
|
|
|
|
|
2008-03-13 12:58:25 +00:00
|
|
|
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-17
|
|
|
|
- prewika needs to contact mysql
|
|
|
|
- Allow syslog to read system_map files
|
|
|
|
|
2008-03-12 12:39:48 +00:00
|
|
|
* Wed Mar 12 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-16
|
|
|
|
- Change init_t to an unconfined_domain
|
|
|
|
|
2008-03-12 01:10:44 +00:00
|
|
|
* Tue Mar 11 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-15
|
|
|
|
- Allow init to transition to initrc_t on shell exec.
|
|
|
|
- Fix init to be able to sendto init_t.
|
|
|
|
- Allow syslog to connect to mysql
|
|
|
|
- Allow lvm to manage its own fifo_files
|
|
|
|
- Allow bugzilla to use ldap
|
|
|
|
- More mls fixes
|
|
|
|
|
2008-03-11 22:46:00 +00:00
|
|
|
* Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> 3.3.1-14
|
|
|
|
- fixes for init policy (#436988)
|
|
|
|
- fix build
|
|
|
|
|
2008-03-10 20:58:06 +00:00
|
|
|
* Mon Mar 10 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-13
|
|
|
|
- Additional changes for MLS policy
|
|
|
|
|
2008-03-06 22:25:06 +00:00
|
|
|
* Thu Mar 6 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-12
|
|
|
|
- Fix initrc_context generation for MLS
|
|
|
|
|
2008-03-05 23:11:52 +00:00
|
|
|
* Mon Mar 3 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-11
|
|
|
|
- Fixes for libvirt
|
|
|
|
|
2008-03-04 21:38:18 +00:00
|
|
|
* Mon Mar 3 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-10
|
|
|
|
- Allow bitlebee to read locale_t
|
|
|
|
|
2008-02-29 22:33:22 +00:00
|
|
|
* Fri Feb 29 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-9
|
|
|
|
- More xselinux rules
|
|
|
|
|
2008-02-29 22:18:30 +00:00
|
|
|
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-8
|
|
|
|
- Change httpd_$1_script_r*_t to httpd_$1_content_r*_t
|
2008-02-28 21:51:10 +00:00
|
|
|
|
2008-02-28 04:35:56 +00:00
|
|
|
* Wed Feb 27 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-6
|
|
|
|
- Prepare policy for beta release
|
|
|
|
- Change some of the system domains back to unconfined
|
|
|
|
- Turn on some of the booleans
|
|
|
|
|
2008-02-28 03:32:23 +00:00
|
|
|
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-5
|
|
|
|
- Allow nsplugin_config execstack/execmem
|
|
|
|
- Allow nsplugin_t to read alsa config
|
|
|
|
- Change apache to use user content
|
|
|
|
|
2008-02-26 23:02:51 +00:00
|
|
|
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-4
|
|
|
|
- Add cyphesis policy
|
|
|
|
|
2008-02-26 16:15:00 +00:00
|
|
|
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-2
|
2008-02-26 19:24:53 +00:00
|
|
|
- Fix Makefile.devel to build mls modules
|
|
|
|
- Fix qemu to be more specific on labeling
|
|
|
|
|
2008-02-26 13:45:23 +00:00
|
|
|
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-1
|
|
|
|
- Update to upstream fixes
|
|
|
|
|
|
|
|
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> 3.3.0-2
|
|
|
|
- Allow staff to mounton user_home_t
|
|
|
|
|
2008-02-22 20:32:52 +00:00
|
|
|
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> 3.3.0-1
|
|
|
|
- Add xace support
|
|
|
|
|
2008-02-21 19:43:52 +00:00
|
|
|
* Thu Feb 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.9-2
|
|
|
|
- Add fusectl file system
|
|
|
|
|
2008-02-20 18:30:31 +00:00
|
|
|
* Wed Feb 20 2008 Dan Walsh <dwalsh@redhat.com> 3.2.9-1
|
2008-02-20 18:52:50 +00:00
|
|
|
- Fixes from yum-cron
|
|
|
|
- Update to latest upstream
|
|
|
|
|
2008-02-20 18:30:31 +00:00
|
|
|
|
2008-02-19 22:20:15 +00:00
|
|
|
* Tue Feb 19 2008 Dan Walsh <dwalsh@redhat.com> 3.2.8-2
|
|
|
|
- Fix userdom_list_user_files
|
|
|
|
|
|
|
|
|
2008-02-18 21:31:18 +00:00
|
|
|
* Fri Feb 15 2008 Dan Walsh <dwalsh@redhat.com> 3.2.8-1
|
|
|
|
- Merge with upstream
|
|
|
|
|
2008-02-14 21:05:32 +00:00
|
|
|
* Thu Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-6
|
|
|
|
- Allow udev to send audit messages
|
|
|
|
|
2008-02-13 22:13:58 +00:00
|
|
|
* Thu Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-5
|
|
|
|
- Add additional login users interfaces
|
|
|
|
- userdom_admin_login_user_template(staff)
|
|
|
|
|
2008-02-11 22:53:26 +00:00
|
|
|
* Thu Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-3
|
|
|
|
- More fixes for polkit
|
|
|
|
|
|
|
|
* Thu Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-2
|
|
|
|
- Eliminate transition from unconfined_t to qemu by default
|
|
|
|
- Fixes for gpg
|
|
|
|
|
2008-02-06 21:47:42 +00:00
|
|
|
* Tue Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2008-02-05 21:25:09 +00:00
|
|
|
* Tue Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-7
|
|
|
|
- Fixes for staff_t
|
|
|
|
|
2008-02-05 18:31:25 +00:00
|
|
|
* Tue Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-6
|
|
|
|
- Add policy for kerneloops
|
|
|
|
- Add policy for gnomeclock
|
|
|
|
|
2008-02-04 21:41:59 +00:00
|
|
|
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-5
|
|
|
|
- Fixes for libvirt
|
|
|
|
|
2008-02-03 13:39:47 +00:00
|
|
|
* Sun Feb 3 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-4
|
|
|
|
- Fixes for nsplugin
|
|
|
|
|
|
|
|
* Sat Feb 2 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-3
|
|
|
|
- More fixes for qemu
|
|
|
|
|
2008-02-02 15:42:44 +00:00
|
|
|
* Sat Feb 2 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-2
|
|
|
|
- Additional ports for vnc and allow qemu and libvirt to search all directories
|
|
|
|
|
2008-02-02 06:30:04 +00:00
|
|
|
* Fri Feb 1 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-1
|
|
|
|
- Update to upstream
|
|
|
|
- Add libvirt policy
|
|
|
|
- add qemu policy
|
|
|
|
|
2008-02-01 13:49:05 +00:00
|
|
|
* Fri Feb 1 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-25
|
|
|
|
- Allow fail2ban to create a socket in /var/run
|
|
|
|
|
2008-01-31 20:59:05 +00:00
|
|
|
* Wed Jan 30 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-24
|
2008-01-31 19:32:51 +00:00
|
|
|
- Allow allow_httpd_mod_auth_pam to work
|
|
|
|
|
2008-01-30 21:34:13 +00:00
|
|
|
* Wed Jan 30 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-22
|
|
|
|
- Add audisp policy and prelude
|
|
|
|
|
2008-01-30 13:56:22 +00:00
|
|
|
* Mon Jan 28 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-21
|
|
|
|
- Allow all user roles to executae samba net command
|
|
|
|
|
2008-01-28 16:48:49 +00:00
|
|
|
* Fri Jan 25 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-20
|
|
|
|
- Allow usertypes to read/write noxattr file systems
|
|
|
|
|
2008-01-24 18:12:25 +00:00
|
|
|
* Thu Jan 24 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-19
|
|
|
|
- Fix nsplugin to allow flashplugin to work in enforcing mode
|
|
|
|
|
2008-01-23 18:24:12 +00:00
|
|
|
* Wed Jan 23 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-18
|
|
|
|
- Allow pam_selinux_permit to kill all processes
|
|
|
|
|
2008-01-22 19:46:50 +00:00
|
|
|
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-17
|
|
|
|
- Allow ptrace or user processes by users of same type
|
|
|
|
- Add boolean for transition to nsplugin
|
|
|
|
|
2008-01-22 17:35:34 +00:00
|
|
|
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-16
|
|
|
|
- Allow nsplugin sys_nice, getsched, setsched
|
|
|
|
|
2008-01-21 21:42:26 +00:00
|
|
|
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-15
|
|
|
|
- Allow login programs to talk dbus to oddjob
|
|
|
|
|
2008-01-21 15:57:25 +00:00
|
|
|
* Thu Jan 17 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-14
|
|
|
|
- Add procmail_log support
|
|
|
|
- Lots of fixes for munin
|
|
|
|
|
2008-01-15 20:43:04 +00:00
|
|
|
* Tue Jan 15 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-13
|
|
|
|
- Allow setroubleshoot to read policy config and send audit messages
|
|
|
|
|
2008-01-14 19:47:11 +00:00
|
|
|
* Mon Jan 14 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-12
|
|
|
|
- Allow users to execute all files in homedir, if boolean set
|
|
|
|
- Allow mount to read samba config
|
|
|
|
|
2008-01-13 14:01:50 +00:00
|
|
|
* Sun Jan 13 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-11
|
|
|
|
- Fixes for xguest to run java plugin
|
|
|
|
|
2008-01-11 19:45:47 +00:00
|
|
|
* Mon Jan 7 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-10
|
|
|
|
- dontaudit pam_t and dbusd writing to user_home_t
|
|
|
|
|
2008-01-08 19:58:56 +00:00
|
|
|
* Mon Jan 7 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-9
|
|
|
|
- Update gpg to allow reading of inotify
|
|
|
|
|
2008-01-03 22:13:09 +00:00
|
|
|
* Wed Jan 2 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-8
|
|
|
|
- Change user and staff roles to work correctly with varied perms
|
|
|
|
|
2007-12-31 21:47:39 +00:00
|
|
|
* Mon Dec 31 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-7
|
|
|
|
- Fix munin log,
|
|
|
|
- Eliminate duplicate mozilla file context
|
|
|
|
- fix wpa_supplicant spec
|
|
|
|
|
2007-12-24 12:01:17 +00:00
|
|
|
* Mon Dec 24 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-6
|
2007-12-30 15:12:11 +00:00
|
|
|
- Fix role transition from unconfined_r to system_r when running rpm
|
|
|
|
- Allow unconfined_domains to communicate with user dbus instances
|
2007-12-24 12:01:17 +00:00
|
|
|
|
|
|
|
* Sat Dec 21 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-5
|
|
|
|
- Fixes for xguest
|
|
|
|
|
2007-12-21 07:58:04 +00:00
|
|
|
* Thu Dec 20 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-4
|
|
|
|
- Let all uncofined domains communicate with dbus unconfined
|
|
|
|
|
2007-12-20 21:26:31 +00:00
|
|
|
* Thu Dec 20 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-3
|
|
|
|
- Run rpm in system_r
|
|
|
|
|
2007-12-19 21:45:51 +00:00
|
|
|
* Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-2
|
|
|
|
- Zero out customizable types
|
|
|
|
|
2007-12-19 10:42:06 +00:00
|
|
|
* Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-1
|
|
|
|
- Fix definiton of admin_home_t
|
|
|
|
|
2007-12-19 09:27:15 +00:00
|
|
|
* Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-5
|
|
|
|
- Fix munin file context
|
|
|
|
|
2007-12-18 13:59:31 +00:00
|
|
|
* Tue Dec 18 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-4
|
|
|
|
- Allow cron to run unconfined apps
|
|
|
|
|
2007-12-17 22:49:08 +00:00
|
|
|
* Mon Dec 17 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-3
|
|
|
|
- Modify default login to unconfined_u
|
|
|
|
|
2007-12-13 22:42:22 +00:00
|
|
|
* Thu Dec 13 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-1
|
|
|
|
- Dontaudit dbus user client search of /root
|
|
|
|
|
2007-12-13 18:44:18 +00:00
|
|
|
* Wed Dec 12 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2007-12-12 14:53:07 +00:00
|
|
|
* Tue Dec 11 2007 Dan Walsh <dwalsh@redhat.com> 3.2.3-2
|
|
|
|
- Fixes for polkit
|
|
|
|
- Allow xserver to ptrace
|
|
|
|
|
2007-12-11 06:08:33 +00:00
|
|
|
* Tue Dec 11 2007 Dan Walsh <dwalsh@redhat.com> 3.2.3-1
|
|
|
|
- Add polkit policy
|
|
|
|
- Symplify userdom context, remove automatic per_role changes
|
|
|
|
|
2007-12-05 03:11:46 +00:00
|
|
|
* Tue Dec 4 2007 Dan Walsh <dwalsh@redhat.com> 3.2.2-1
|
2007-12-05 03:19:13 +00:00
|
|
|
- Update to upstream
|
2007-12-05 03:11:46 +00:00
|
|
|
- Allow httpd_sys_script_t to search users homedirs
|
|
|
|
|
2007-12-04 00:15:27 +00:00
|
|
|
* Mon Dec 3 2007 Dan Walsh <dwalsh@redhat.com> 3.2.1-3
|
|
|
|
- Allow rpm_script to transition to unconfined_execmem_t
|
|
|
|
|
2007-11-30 22:33:18 +00:00
|
|
|
* Fri Nov 30 2007 Dan Walsh <dwalsh@redhat.com> 3.2.1-1
|
|
|
|
- Remove user based home directory separation
|
|
|
|
|
2007-11-28 16:56:57 +00:00
|
|
|
* Wed Nov 28 2007 Dan Walsh <dwalsh@redhat.com> 3.1.2-2
|
|
|
|
- Remove user specific crond_t
|
|
|
|
|
2007-12-06 21:37:36 +00:00
|
|
|
* Mon Nov 19 2007 Dan Walsh <dwalhh@redhat.com> 3.1.2-1
|
2007-11-26 15:40:45 +00:00
|
|
|
- Merge with upstream
|
|
|
|
- Allow xsever to read hwdata_t
|
|
|
|
- Allow login programs to setkeycreate
|
|
|
|
|
2007-11-10 14:14:41 +00:00
|
|
|
* Sat Nov 10 2007 Dan Walsh <dwalsh@redhat.com> 3.1.1-1
|
|
|
|
- Update to upstream
|
|
|
|
|
2007-10-23 23:13:09 +00:00
|
|
|
* Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.1.0-1
|
|
|
|
- Update to upstream
|
|
|
|
|
|
|
|
* Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-30
|
2007-10-22 14:27:29 +00:00
|
|
|
- Allow XServer to read /proc/self/cmdline
|
2007-10-23 23:13:09 +00:00
|
|
|
- Fix unconfined cron jobs
|
|
|
|
- Allow fetchmail to transition to procmail
|
|
|
|
- Fixes for hald_mac
|
|
|
|
- Allow system_mail to transition to exim
|
|
|
|
- Allow tftpd to upload files
|
|
|
|
- Allow xdm to manage unconfined_tmp
|
|
|
|
- Allow udef to read alsa config
|
|
|
|
- Fix xguest to be able to connect to sound port
|
2007-10-22 14:27:29 +00:00
|
|
|
|
2007-10-19 21:21:40 +00:00
|
|
|
* Fri Oct 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-28
|
|
|
|
- Fixes for hald_mac
|
|
|
|
- Treat unconfined_home_dir_t as a home dir
|
|
|
|
- dontaudit rhgb writes to fonts and root
|
|
|
|
|
2007-10-19 15:01:30 +00:00
|
|
|
* Fri Oct 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-27
|
|
|
|
- Fix dnsmasq
|
|
|
|
- Allow rshd full login privs
|
|
|
|
|
2007-10-18 22:33:41 +00:00
|
|
|
* Thu Oct 16 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-26
|
|
|
|
- Allow rshd to connect to ports > 1023
|
|
|
|
|
2007-10-18 21:33:00 +00:00
|
|
|
* Thu Oct 16 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-25
|
|
|
|
- Fix vpn to bind to port 4500
|
|
|
|
- Allow ssh to create shm
|
2007-10-18 22:00:35 +00:00
|
|
|
- Add Kismet policy
|
2007-10-18 21:33:00 +00:00
|
|
|
|
2007-10-17 03:51:04 +00:00
|
|
|
* Tue Oct 16 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-24
|
|
|
|
- Allow rpm to chat with networkmanager
|
|
|
|
|
|
|
|
* Mon Oct 15 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-23
|
|
|
|
- Fixes for ipsec and exim mail
|
|
|
|
- Change default to unconfined user
|
|
|
|
|
2007-10-13 14:15:08 +00:00
|
|
|
* Fri Oct 12 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-22
|
|
|
|
- Pass the UNK_PERMS param to makefile
|
|
|
|
- Fix gdm location
|
|
|
|
|
2007-10-11 18:57:00 +00:00
|
|
|
* Wed Oct 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-21
|
|
|
|
- Make alsa work
|
|
|
|
|
2007-10-09 20:53:38 +00:00
|
|
|
* Tue Oct 9 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-20
|
|
|
|
- Fixes for consolekit and startx sessions
|
|
|
|
|
2007-10-08 15:32:19 +00:00
|
|
|
* Mon Oct 8 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-19
|
|
|
|
- Dontaudit consoletype talking to unconfined_t
|
|
|
|
|
2007-10-05 11:43:46 +00:00
|
|
|
* Thu Oct 4 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-18
|
|
|
|
- Remove homedir_template
|
|
|
|
|
2007-10-04 14:34:02 +00:00
|
|
|
* Tue Oct 2 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-17
|
|
|
|
- Check asound.state
|
|
|
|
|
2007-10-01 21:20:16 +00:00
|
|
|
* Mon Oct 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-16
|
|
|
|
- Fix exim policy
|
|
|
|
|
2007-10-01 17:03:12 +00:00
|
|
|
* Thu Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-15
|
|
|
|
- Allow tmpreadper to read man_t
|
|
|
|
- Allow racoon to bind to all nodes
|
|
|
|
- Fixes for finger print reader
|
|
|
|
|
2007-09-26 22:01:27 +00:00
|
|
|
* Tue Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-14
|
|
|
|
- Allow xdm to talk to input device (fingerprint reader)
|
|
|
|
- Allow octave to run as java
|
|
|
|
|
2007-09-25 15:03:25 +00:00
|
|
|
* Tue Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-13
|
|
|
|
- Allow login programs to set ioctl on /proc
|
|
|
|
|
2007-09-25 13:30:08 +00:00
|
|
|
* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-12
|
|
|
|
- Allow nsswitch apps to read samba_var_t
|
|
|
|
|
2007-09-24 20:26:12 +00:00
|
|
|
* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-11
|
|
|
|
- Fix maxima
|
|
|
|
|
2007-09-24 14:18:57 +00:00
|
|
|
* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-10
|
|
|
|
- Eliminate rpm_t:fifo_file avcs
|
|
|
|
- Fix dbus path for helper app
|
|
|
|
|
2007-09-22 12:15:13 +00:00
|
|
|
* Sat Sep 22 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-9
|
|
|
|
- Fix service start stop terminal avc's
|
|
|
|
|
2007-09-21 23:46:18 +00:00
|
|
|
* Fri Sep 21 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-8
|
|
|
|
- Allow also to search var_lib
|
|
|
|
- New context for dbus launcher
|
|
|
|
|
2007-09-21 20:21:36 +00:00
|
|
|
* Fri Sep 21 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-7
|
|
|
|
- Allow cupsd_config_t to read/write usb_device_t
|
|
|
|
- Support for finger print reader,
|
|
|
|
- Many fixes for clvmd
|
|
|
|
- dbus starting networkmanager
|
|
|
|
|
2007-09-20 22:30:51 +00:00
|
|
|
* Thu Sep 20 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-5
|
|
|
|
- Fix java and mono to run in xguest account
|
|
|
|
|
2007-09-20 14:58:12 +00:00
|
|
|
* Wed Sep 19 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-4
|
|
|
|
- Fix to add xguest account when inititial install
|
2007-09-20 17:21:13 +00:00
|
|
|
- Allow mono, java, wine to run in userdomains
|
2007-09-20 14:58:12 +00:00
|
|
|
|
2007-09-19 17:40:59 +00:00
|
|
|
* Wed Sep 19 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-3
|
|
|
|
- Allow xserver to search devpts_t
|
|
|
|
- Dontaudit ldconfig output to homedir
|
|
|
|
|
2007-09-19 01:11:31 +00:00
|
|
|
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-2
|
|
|
|
- Remove hplip_etc_t change back to etc_t.
|
|
|
|
|
|
|
|
|
2007-09-17 23:26:58 +00:00
|
|
|
* Mon Sep 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-1
|
|
|
|
- Allow cron to search nfs and samba homedirs
|
|
|
|
|
2007-09-11 20:05:08 +00:00
|
|
|
* Tue Sep 11 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-10
|
|
|
|
- Allow NetworkManager to dbus chat with yum-updated
|
|
|
|
|
2007-09-11 16:07:47 +00:00
|
|
|
* Tue Sep 11 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-9
|
|
|
|
- Allow xfs to bind to port 7100
|
|
|
|
|
2007-09-10 22:02:06 +00:00
|
|
|
* Mon Sep 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-8
|
|
|
|
- Allow newalias/sendmail dac_override
|
|
|
|
- Allow bind to bind to all udp ports
|
|
|
|
|
2007-09-07 20:26:11 +00:00
|
|
|
* Fri Sep 7 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-7
|
|
|
|
- Turn off direct transition
|
|
|
|
|
2007-09-07 19:03:11 +00:00
|
|
|
* Fri Sep 7 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-6
|
|
|
|
- Allow wine to run in system role
|
|
|
|
|
2007-09-06 23:34:02 +00:00
|
|
|
* Thu Sep 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-5
|
|
|
|
- Fix java labeling
|
|
|
|
|
2007-09-06 15:00:00 +00:00
|
|
|
* Thu Sep 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-4
|
|
|
|
- Define user_home_type as home_type
|
|
|
|
|
2007-09-05 21:30:18 +00:00
|
|
|
* Tue Aug 28 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-3
|
|
|
|
- Allow sendmail to create etc_aliases_t
|
|
|
|
|
2007-08-28 15:35:11 +00:00
|
|
|
* Tue Aug 28 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-2
|
|
|
|
- Allow login programs to read symlinks on homedirs
|
|
|
|
|
2007-08-27 21:43:05 +00:00
|
|
|
* Mon Aug 27 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-1
|
|
|
|
- Update an readd modules
|
|
|
|
|
2007-08-24 19:52:40 +00:00
|
|
|
* Fri Aug 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.6-3
|
|
|
|
- Cleanup spec file
|
|
|
|
|
2007-08-24 14:20:35 +00:00
|
|
|
* Fri Aug 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.6-2
|
|
|
|
- Allow xserver to be started by unconfined process and talk to tty
|
|
|
|
|
2007-08-23 14:07:25 +00:00
|
|
|
* Wed Aug 22 2007 Dan Walsh <dwalsh@redhat.com> 3.0.6-1
|
|
|
|
- Upgrade to upstream to grab postgressql changes
|
|
|
|
|
2007-08-21 20:08:22 +00:00
|
|
|
* Tue Aug 21 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-11
|
|
|
|
- Add setransd for mls policy
|
|
|
|
|
2007-08-20 23:02:30 +00:00
|
|
|
* Mon Aug 20 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-10
|
|
|
|
- Add ldconfig_cache_t
|
|
|
|
|
2007-08-20 22:15:46 +00:00
|
|
|
* Sat Aug 18 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-9
|
|
|
|
- Allow sshd to write to proc_t for afs login
|
|
|
|
|
2007-08-18 11:54:11 +00:00
|
|
|
* Sat Aug 18 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-8
|
|
|
|
- Allow xserver access to urand
|
|
|
|
|
2007-08-15 00:55:49 +00:00
|
|
|
* Tue Aug 14 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-7
|
|
|
|
- allow dovecot to search mountpoints
|
|
|
|
|
2007-08-11 11:18:09 +00:00
|
|
|
* Sat Aug 11 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-6
|
|
|
|
- Fix Makefile for building policy modules
|
|
|
|
|
2007-08-10 20:04:48 +00:00
|
|
|
* Fri Aug 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-5
|
|
|
|
- Fix dhcpc startup of service
|
|
|
|
|
2007-08-10 16:10:27 +00:00
|
|
|
* Fri Aug 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-4
|
|
|
|
- Fix dbus chat to not happen for xguest and guest users
|
|
|
|
|
2007-08-09 19:18:57 +00:00
|
|
|
* Mon Aug 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-3
|
|
|
|
- Fix nagios cgi
|
|
|
|
- allow squid to communicate with winbind
|
|
|
|
|
2007-08-06 21:33:36 +00:00
|
|
|
* Mon Aug 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-2
|
|
|
|
- Fixes for ldconfig
|
|
|
|
|
2007-08-03 19:26:04 +00:00
|
|
|
* Thu Aug 2 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-1
|
|
|
|
- Update from upstream
|
|
|
|
|
|
|
|
* Wed Aug 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-6
|
|
|
|
- Add nasd support
|
|
|
|
|
2007-08-01 16:03:23 +00:00
|
|
|
* Wed Aug 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-5
|
|
|
|
- Fix new usb devices and dmfm
|
|
|
|
|
2007-07-31 17:53:29 +00:00
|
|
|
* Mon Jul 30 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-4
|
|
|
|
- Eliminate mount_ntfs_t policy, merge into mount_t
|
|
|
|
|
2007-07-30 14:37:54 +00:00
|
|
|
* Mon Jul 30 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-3
|
|
|
|
- Allow xserver to write to ramfs mounted by rhgb
|
|
|
|
|
2007-07-27 18:21:35 +00:00
|
|
|
* Tue Jul 23 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-2
|
|
|
|
- Add context for dbus machine id
|
|
|
|
|
2007-07-26 17:54:24 +00:00
|
|
|
* Tue Jul 23 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-1
|
|
|
|
- Update with latest changes from upstream
|
|
|
|
|
2007-07-24 14:39:01 +00:00
|
|
|
* Tue Jul 23 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-6
|
|
|
|
- Fix prelink to handle execmod
|
|
|
|
|
2007-07-23 20:34:22 +00:00
|
|
|
* Mon Jul 23 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-5
|
|
|
|
- Add ntpd_key_t to handle secret data
|
|
|
|
|
2007-07-23 16:00:09 +00:00
|
|
|
* Fri Jul 20 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-4
|
|
|
|
- Add anon_inodefs
|
|
|
|
- Allow unpriv user exec pam_exec_t
|
|
|
|
- Fix trigger
|
|
|
|
|
2007-07-20 15:13:37 +00:00
|
|
|
* Fri Jul 20 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-3
|
|
|
|
- Allow cups to use generic usb
|
|
|
|
- fix inetd to be able to run random apps (git)
|
|
|
|
|
2007-07-19 20:55:20 +00:00
|
|
|
* Thu Jul 19 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-2
|
|
|
|
- Add proper contexts for rsyslogd
|
|
|
|
|
|
|
|
* Thu Jul 19 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-1
|
|
|
|
- Fixes for xguest policy
|
|
|
|
|
2007-07-19 14:45:16 +00:00
|
|
|
* Tue Jul 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-9
|
|
|
|
- Allow execution of gconf
|
|
|
|
|
2007-07-14 12:56:45 +00:00
|
|
|
* Sat Jul 14 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-8
|
|
|
|
- Fix moilscanner update problem
|
|
|
|
|
2007-07-12 21:37:30 +00:00
|
|
|
* Thu Jul 12 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-7
|
|
|
|
- Begin adding policy to separate setsebool from semanage
|
2007-07-12 14:44:32 +00:00
|
|
|
- Fix xserver.if definition to not break sepolgen.if
|
|
|
|
|
2007-07-11 20:45:02 +00:00
|
|
|
* Wed Jul 11 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-5
|
|
|
|
- Add new devices
|
|
|
|
|
2007-07-11 19:44:56 +00:00
|
|
|
* Tue Jul 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-4
|
|
|
|
- Add brctl policy
|
|
|
|
|
2007-07-06 19:23:20 +00:00
|
|
|
* Fri Jul 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-3
|
|
|
|
- Fix root login to include system_r
|
|
|
|
|
2007-07-06 19:09:19 +00:00
|
|
|
* Fri Jul 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-2
|
|
|
|
- Allow prelink to read kernel sysctls
|
|
|
|
|
2007-07-02 15:00:50 +00:00
|
|
|
* Mon Jul 2 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-5
|
|
|
|
- Default to user_u:system_r:unconfined_t
|
|
|
|
|
2007-07-02 01:58:41 +00:00
|
|
|
* Sun Jul 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-4
|
|
|
|
- fix squid
|
|
|
|
- Fix rpm running as uid
|
|
|
|
|
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.
|
2010-02-08 22:06:23 +00:00
|
|
|
- insmod domtrans to alsactl
|
|
|
|
- insmod writes to hal log
|
2007-05-16 21:09:41 +00:00
|
|
|
|
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
|
2010-02-08 22:06:23 +00:00
|
|
|
dmidecode needs mls_file_read_up
|
2006-03-14 20:13:28 +00:00
|
|
|
- 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
|
2010-02-08 22:06:23 +00:00
|
|
|
* httpd_can_network_relay
|
|
|
|
* httpd_can_network_connect_db
|
2005-12-09 20:59:20 +00:00
|
|
|
|
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
|