|
Dan Walsh |
5ae8fb |
|
|
Daniel J Walsh |
08b890 |
%define distro redhat
|
|
Daniel J Walsh |
771686 |
%define polyinstatiate n
|
|
Daniel J Walsh |
1580c8 |
%define monolithic n
|
|
Daniel J Walsh |
bd3f0e |
%if %{?BUILD_TARGETED:0}%{!?BUILD_TARGETED:1}
|
|
Daniel J Walsh |
bd3f0e |
%define BUILD_TARGETED 1
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
675bba |
%if %{?BUILD_MINIMUM:0}%{!?BUILD_MINIMUM:1}
|
|
Daniel J Walsh |
675bba |
%define BUILD_MINIMUM 1
|
|
Daniel J Walsh |
675bba |
%endif
|
|
Daniel J Walsh |
a4ec9b |
%if %{?BUILD_OLPC:0}%{!?BUILD_OLPC:1}
|
|
Daniel J Walsh |
a4ec9b |
%define BUILD_OLPC 0
|
|
Daniel J Walsh |
a4ec9b |
%endif
|
|
Daniel J Walsh |
bd3f0e |
%if %{?BUILD_MLS:0}%{!?BUILD_MLS:1}
|
|
Daniel J Walsh |
3debd0 |
%define BUILD_MLS 1
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
755e2d |
%define POLICYVER 24
|
|
Daniel J Walsh |
755e2d |
%define libsepolver 2.0.41-1
|
|
Daniel J Walsh |
9c90ba |
%define POLICYCOREUTILSVER 2.0.78-1
|
|
Daniel J Walsh |
755e2d |
%define CHECKPOLICYVER 2.0.21-1
|
|
Daniel J Walsh |
1580c8 |
Summary: SELinux policy configuration
|
|
Daniel J Walsh |
1580c8 |
Name: selinux-policy
|
|
Miroslav Grepl |
d6c5f3 |
Version: 3.9.12
|
|
Miroslav Grepl |
d6c5f3 |
Release: 1%{?dist}
|
|
Daniel J Walsh |
d83af2 |
License: GPLv2+
|
|
Daniel J Walsh |
1580c8 |
Group: System Environment/Base
|
|
Daniel J Walsh |
1580c8 |
Source: serefpolicy-%{version}.tgz
|
|
Dan Walsh |
6e50b7 |
patch: policy-F15.patch
|
|
Daniel J Walsh |
504da9 |
Source1: modules-targeted.conf
|
|
Daniel J Walsh |
504da9 |
Source2: booleans-targeted.conf
|
|
Daniel J Walsh |
585f82 |
Source3: Makefile.devel
|
|
Daniel J Walsh |
504da9 |
Source4: setrans-targeted.conf
|
|
Daniel J Walsh |
504da9 |
Source5: modules-mls.conf
|
|
Daniel J Walsh |
487de6 |
Source6: booleans-mls.conf
|
|
Daniel J Walsh |
504da9 |
Source8: setrans-mls.conf
|
|
Daniel J Walsh |
a4ec9b |
Source9: modules-olpc.conf
|
|
Daniel J Walsh |
487de6 |
Source10: booleans-olpc.conf
|
|
Daniel J Walsh |
a4ec9b |
Source11: setrans-olpc.conf
|
|
Daniel J Walsh |
a4ec9b |
Source12: securetty_types-olpc
|
|
Daniel J Walsh |
de82d8 |
Source13: policygentool
|
|
Daniel J Walsh |
ee095f |
Source14: securetty_types-targeted
|
|
Daniel J Walsh |
ee095f |
Source15: securetty_types-mls
|
|
Daniel J Walsh |
675bba |
Source16: modules-minimum.conf
|
|
Daniel J Walsh |
675bba |
Source17: booleans-minimum.conf
|
|
Daniel J Walsh |
675bba |
Source18: setrans-minimum.conf
|
|
Daniel J Walsh |
675bba |
Source19: securetty_types-minimum
|
|
Daniel J Walsh |
80beee |
Source20: customizable_types
|
|
Daniel J Walsh |
faf9cb |
Source21: config.tgz
|
|
Daniel J Walsh |
fc05ac |
Source22: users-mls
|
|
Daniel J Walsh |
fc05ac |
Source23: users-targeted
|
|
Daniel J Walsh |
fc05ac |
Source24: users-olpc
|
|
Daniel J Walsh |
fc05ac |
Source25: users-minimum
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
0c34c6 |
Url: http://oss.tresys.com/repos/refpolicy/
|
|
Daniel J Walsh |
ca8bc2 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
Daniel J Walsh |
1580c8 |
BuildArch: noarch
|
|
Daniel J Walsh |
7b146d |
BuildRequires: python gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-python >= %{POLICYCOREUTILSVER} bzip2
|
|
Daniel J Walsh |
23e708 |
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER} libsemanage >= 2.0.14-3
|
|
Daniel J Walsh |
dc00fc |
Requires(post): /usr/bin/bunzip2 /bin/mktemp /bin/awk
|
|
Daniel J Walsh |
081b6a |
Requires: checkpolicy >= %{CHECKPOLICYVER} m4
|
|
Daniel J Walsh |
487de6 |
Obsoletes: selinux-policy-devel <= %{version}-%{release}
|
|
Daniel J Walsh |
487de6 |
Provides: selinux-policy-devel = %{version}-%{release}
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1335ee |
%description
|
|
Daniel J Walsh |
1335ee |
SELinux Base package
|
|
Daniel J Walsh |
1335ee |
|
|
Daniel J Walsh |
1335ee |
%files
|
|
Daniel J Walsh |
487de6 |
%defattr(-,root,root,-)
|
|
Tom Callaway |
a85aef |
%{_mandir}/man*/*
|
|
Tom Callaway |
a85aef |
# policycoreutils owns these manpage directories, we only own the files within them
|
|
Tom Callaway |
a85aef |
%{_mandir}/ru/*/*
|
|
Daniel J Walsh |
585f82 |
%dir %{_usr}/share/selinux
|
|
Daniel J Walsh |
081b6a |
%dir %{_usr}/share/selinux/devel
|
|
Daniel J Walsh |
081b6a |
%dir %{_usr}/share/selinux/devel/include
|
|
Daniel J Walsh |
62cfaf |
%dir %{_usr}/share/selinux/packages
|
|
Daniel J Walsh |
585f82 |
%dir %{_sysconfdir}/selinux
|
|
Daniel J Walsh |
585f82 |
%ghost %config(noreplace) %{_sysconfdir}/selinux/config
|
|
Daniel J Walsh |
585f82 |
%ghost %{_sysconfdir}/sysconfig/selinux
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/devel/include/*
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/devel/Makefile
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/devel/policygentool
|
|
Daniel J Walsh |
d19b68 |
%{_usr}/share/selinux/devel/example.*
|
|
Daniel J Walsh |
364044 |
%{_usr}/share/selinux/devel/policy.*
|
|
Daniel J Walsh |
412570 |
|
|
Daniel J Walsh |
412570 |
%package doc
|
|
Daniel J Walsh |
412570 |
Summary: SELinux policy documentation
|
|
Daniel J Walsh |
412570 |
Group: System Environment/Base
|
|
Daniel J Walsh |
412570 |
Requires(pre): selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
f5a104 |
Requires: /usr/bin/xdg-open
|
|
Daniel J Walsh |
412570 |
|
|
Daniel J Walsh |
412570 |
%description doc
|
|
Daniel J Walsh |
412570 |
SELinux policy documentation package
|
|
Daniel J Walsh |
412570 |
|
|
Daniel J Walsh |
412570 |
%files doc
|
|
Daniel J Walsh |
352daf |
%defattr(-,root,root,-)
|
|
Daniel J Walsh |
412570 |
%doc %{_usr}/share/doc/%{name}-%{version}
|
|
Daniel J Walsh |
d2c260 |
%attr(755,root,root) %{_usr}/share/selinux/devel/policyhelp
|
|
Daniel J Walsh |
1335ee |
|
|
Daniel J Walsh |
081b6a |
%check
|
|
Daniel J Walsh |
bc4089 |
if /usr/sbin/selinuxenabled; then
|
|
Daniel J Walsh |
bc4089 |
/usr/bin/sepolgen-ifgen -i %{buildroot}%{_usr}/share/selinux/devel/include -o /dev/null
|
|
Daniel J Walsh |
bc4089 |
fi
|
|
Daniel J Walsh |
673eaa |
|
|
Daniel J Walsh |
487de6 |
%define makeCmds() \
|
|
Daniel J Walsh |
01ce3d |
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 \
|
|
Daniel J Walsh |
01ce3d |
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 \
|
|
Daniel J Walsh |
487de6 |
cp -f selinux_config/modules-%1.conf ./policy/modules.conf \
|
|
Daniel J Walsh |
487de6 |
cp -f selinux_config/booleans-%1.conf ./policy/booleans.conf \
|
|
Daniel J Walsh |
487de6 |
cp -f selinux_config/users-%1 ./policy/users \
|
|
Daniel J Walsh |
998737 |
|
|
Daniel J Walsh |
de82d8 |
%define installCmds() \
|
|
Daniel J Walsh |
01ce3d |
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 \
|
|
Daniel J Walsh |
01ce3d |
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 \
|
|
Daniel J Walsh |
01ce3d |
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 \
|
|
Daniel J Walsh |
01ce3d |
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 \
|
|
Daniel J Walsh |
ca8bc2 |
#%{__cp} *.pp %{buildroot}/%{_usr}/share/selinux/%1/ \
|
|
Daniel J Walsh |
ca8bc2 |
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/policy \
|
|
Daniel J Walsh |
ca8bc2 |
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/modules/active \
|
|
Daniel J Walsh |
ca8bc2 |
%{__mkdir} -p %{buildroot}/%{_sysconfdir}/selinux/%1/contexts/files \
|
|
Daniel J Walsh |
ca8bc2 |
touch %{buildroot}/%{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
|
|
Daniel J Walsh |
ca8bc2 |
touch %{buildroot}/%{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
|
|
Daniel J Walsh |
ca8bc2 |
rm -rf %{buildroot}%{_sysconfdir}/selinux/%1/booleans \
|
|
Daniel J Walsh |
ca8bc2 |
touch %{buildroot}%{_sysconfdir}/selinux/%1/seusers \
|
|
Daniel J Walsh |
ca8bc2 |
touch %{buildroot}%{_sysconfdir}/selinux/%1/policy/policy.%{POLICYVER} \
|
|
Daniel J Walsh |
ca8bc2 |
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
|
Daniel J Walsh |
ca8bc2 |
touch %{buildroot}%{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
|
Daniel J Walsh |
487de6 |
install -m0644 selinux_config/securetty_types-%1 %{buildroot}%{_sysconfdir}/selinux/%1/contexts/securetty_types \
|
|
Daniel J Walsh |
487de6 |
install -m0644 selinux_config/setrans-%1.conf %{buildroot}%{_sysconfdir}/selinux/%1/setrans.conf \
|
|
Daniel J Walsh |
487de6 |
install -m0644 selinux_config/customizable_types %{buildroot}%{_sysconfdir}/selinux/%1/contexts/customizable_types \
|
|
Daniel J Walsh |
487de6 |
bzip2 %{buildroot}/%{_usr}/share/selinux/%1/*.pp \
|
|
Daniel J Walsh |
487de6 |
awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "%%s.pp.bz2 ", $1 }' ./policy/modules.conf > %{buildroot}/%{_usr}/share/selinux/%1/modules.lst
|
|
Daniel J Walsh |
3e930b |
%nil
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%define fileList() \
|
|
Daniel J Walsh |
1580c8 |
%defattr(-,root,root) \
|
|
Daniel J Walsh |
d7e0f9 |
%dir %{_usr}/share/selinux/%1 \
|
|
Daniel J Walsh |
998737 |
%{_usr}/share/selinux/%1/*.pp.bz2 \
|
|
Daniel J Walsh |
487de6 |
%{_usr}/share/selinux/%1/modules.lst \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1 \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/setrans.conf \
|
|
Daniel J Walsh |
1580c8 |
%ghost %{_sysconfdir}/selinux/%1/seusers \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1/modules \
|
|
Daniel J Walsh |
8bee3a |
%verify(not mtime) %{_sysconfdir}/selinux/%1/modules/semanage.read.LOCK \
|
|
Daniel J Walsh |
8bee3a |
%verify(not mtime) %{_sysconfdir}/selinux/%1/modules/semanage.trans.LOCK \
|
|
Daniel J Walsh |
21dea1 |
%attr(700,root,root) %dir %{_sysconfdir}/selinux/%1/modules/active \
|
|
Daniel J Walsh |
97081d |
#%verify(not md5 size mtime) %attr(600,root,root) %config(noreplace) %{_sysconfdir}/selinux/%1/modules/active/seusers \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1/policy/ \
|
|
Daniel J Walsh |
7c94e8 |
%ghost %{_sysconfdir}/selinux/%1/policy/policy.* \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1/contexts \
|
|
Daniel J Walsh |
d2c260 |
%config %{_sysconfdir}/selinux/%1/contexts/customizable_types \
|
|
Daniel J Walsh |
ee095f |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/securetty_types \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/dbus_contexts \
|
|
Daniel J Walsh |
5ca2ff |
%config %{_sysconfdir}/selinux/%1/contexts/x_contexts \
|
|
Daniel J Walsh |
7c94e8 |
%config %{_sysconfdir}/selinux/%1/contexts/default_contexts \
|
|
Daniel J Walsh |
487de6 |
%config %{_sysconfdir}/selinux/%1/contexts/virtual_domain_context \
|
|
Daniel J Walsh |
487de6 |
%config %{_sysconfdir}/selinux/%1/contexts/virtual_image_context \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/default_type \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/failsafe_context \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/initrc_context \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/removable_context \
|
|
Daniel J Walsh |
1580c8 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/userhelper_context \
|
|
Daniel J Walsh |
1580c8 |
%dir %{_sysconfdir}/selinux/%1/contexts/files \
|
|
Daniel J Walsh |
a08ba8 |
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts \
|
|
Daniel J Walsh |
a08ba8 |
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
|
Daniel J Walsh |
d19b68 |
%config %{_sysconfdir}/selinux/%1/contexts/files/media \
|
|
Daniel J Walsh |
da0829 |
%dir %{_sysconfdir}/selinux/%1/contexts/users \
|
|
Daniel J Walsh |
a4ec9b |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/root \
|
|
Daniel J Walsh |
a4ec9b |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/guest_u \
|
|
Daniel J Walsh |
a80e7a |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/xguest_u \
|
|
Daniel J Walsh |
a4ec9b |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/user_u \
|
|
Daniel J Walsh |
4d59c2 |
%config(noreplace) %{_sysconfdir}/selinux/%1/contexts/users/staff_u
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%define saveFileContext() \
|
|
Daniel J Walsh |
bd7e86 |
if [ -s /etc/selinux/config ]; then \
|
|
Daniel J Walsh |
487de6 |
. %{_sysconfdir}/selinux/config; \
|
|
Daniel J Walsh |
487de6 |
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
|
Daniel J Walsh |
487de6 |
if [ "${SELINUXTYPE}" = %1 -a -f ${FILE_CONTEXT} ]; then \
|
|
Daniel J Walsh |
487de6 |
[ -f ${FILE_CONTEXT}.pre ] || cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
|
|
Daniel J Walsh |
487de6 |
fi \
|
|
Daniel J Walsh |
bd7e86 |
fi
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
a4ec9b |
%define loadpolicy() \
|
|
Daniel J Walsh |
02d888 |
( cd /usr/share/selinux/%1; \
|
|
Daniel J Walsh |
0e31a0 |
semodule -b base.pp.bz2 -i %2 -s %1; \
|
|
Daniel J Walsh |
bb36d7 |
); \
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%define relabel() \
|
|
Daniel J Walsh |
1580c8 |
. %{_sysconfdir}/selinux/config; \
|
|
Daniel J Walsh |
1580c8 |
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
|
Daniel J Walsh |
2528fa |
selinuxenabled; \
|
|
Daniel J Walsh |
e080bb |
if [ $? = 0 -a "${SELINUXTYPE}" = %1 -a -f ${FILE_CONTEXT}.pre ]; then \
|
|
Daniel J Walsh |
487de6 |
fixfiles -C ${FILE_CONTEXT}.pre restore; \
|
|
Daniel J Walsh |
487de6 |
restorecon -R /root /var/log /var/run /var/lib 2> /dev/null; \
|
|
Daniel J Walsh |
487de6 |
rm -f ${FILE_CONTEXT}.pre; \
|
|
Daniel J Walsh |
1580c8 |
fi;
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
1580c8 |
%description
|
|
Daniel J Walsh |
1580c8 |
SELinux Reference Policy - modular.
|
|
Daniel J Walsh |
55acbf |
Based off of reference policy: Checked out revision 2.20091117
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
d83af2 |
%build
|
|
Daniel J Walsh |
d83af2 |
|
|
Daniel J Walsh |
3e930b |
%prep
|
|
Daniel J Walsh |
d83af2 |
%setup -n serefpolicy-%{version} -q
|
|
Daniel J Walsh |
3c584c |
%patch -p1
|
|
Daniel J Walsh |
add957 |
|
|
Daniel J Walsh |
add957 |
%install
|
|
Daniel J Walsh |
487de6 |
mkdir selinux_config
|
|
Daniel J Walsh |
487de6 |
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
|
|
Daniel J Walsh |
487de6 |
cp $i selinux_config
|
|
Daniel J Walsh |
487de6 |
done
|
|
Daniel J Walsh |
487de6 |
tar zxvf selinux_config/config.tgz
|
|
Daniel J Walsh |
e56873 |
# Build targeted policy
|
|
Daniel J Walsh |
ca8bc2 |
%{__rm} -fR %{buildroot}
|
|
Daniel J Walsh |
28021c |
mkdir -p %{buildroot}%{_mandir}
|
|
Daniel J Walsh |
7330e8 |
cp -R man/* %{buildroot}%{_mandir}
|
|
Daniel J Walsh |
ca8bc2 |
mkdir -p %{buildroot}%{_sysconfdir}/selinux
|
|
Daniel J Walsh |
ca8bc2 |
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
|
|
Daniel J Walsh |
ca8bc2 |
touch %{buildroot}%{_sysconfdir}/selinux/config
|
|
Daniel J Walsh |
ca8bc2 |
touch %{buildroot}%{_sysconfdir}/sysconfig/selinux
|
|
Daniel J Walsh |
1335ee |
|
|
Daniel J Walsh |
b4cab5 |
# Always create policy module package directories
|
|
Daniel J Walsh |
2fbeb7 |
mkdir -p %{buildroot}%{_usr}/share/selinux/{targeted,mls,minimum,modules}/
|
|
Daniel J Walsh |
b4cab5 |
|
|
Daniel J Walsh |
d19b68 |
# Install devel
|
|
Daniel J Walsh |
d19b68 |
make clean
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_TARGETED}
|
|
Daniel J Walsh |
129ba1 |
# Build targeted policy
|
|
Daniel J Walsh |
129ba1 |
# Commented out because only targeted ref policy currently builds
|
|
Daniel J Walsh |
487de6 |
%makeCmds targeted mcs n y allow
|
|
Daniel J Walsh |
db0daf |
%installCmds targeted mcs n y allow
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
675bba |
%if %{BUILD_MINIMUM}
|
|
Daniel J Walsh |
675bba |
# Build minimum policy
|
|
Daniel J Walsh |
675bba |
# Commented out because only minimum ref policy currently builds
|
|
Daniel J Walsh |
487de6 |
%makeCmds minimum mcs n y allow
|
|
Daniel J Walsh |
675bba |
%installCmds minimum mcs n y allow
|
|
Daniel J Walsh |
675bba |
%endif
|
|
Daniel J Walsh |
675bba |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_MLS}
|
|
Daniel J Walsh |
129ba1 |
# Build mls policy
|
|
Daniel J Walsh |
487de6 |
%makeCmds mls mls n y deny
|
|
Daniel J Walsh |
9185bf |
%installCmds mls mls n y deny
|
|
Daniel J Walsh |
a4ec9b |
%endif
|
|
Daniel J Walsh |
a4ec9b |
|
|
Daniel J Walsh |
a4ec9b |
%if %{BUILD_OLPC}
|
|
Daniel J Walsh |
675bba |
# Build olpc policy
|
|
Daniel J Walsh |
675bba |
# Commented out because only olpc ref policy currently builds
|
|
Daniel J Walsh |
487de6 |
%makeCmds olpc mcs n y allow
|
|
Daniel J Walsh |
9185bf |
%installCmds olpc mcs n y allow
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
129ba1 |
|
|
Daniel J Walsh |
db0daf |
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
|
|
Daniel J Walsh |
ce7f30 |
mkdir %{buildroot}%{_usr}/share/selinux/devel/
|
|
Daniel J Walsh |
62cfaf |
mkdir %{buildroot}%{_usr}/share/selinux/packages/
|
|
Daniel J Walsh |
ce7f30 |
mv %{buildroot}%{_usr}/share/selinux/targeted/include %{buildroot}%{_usr}/share/selinux/devel/include
|
|
Daniel J Walsh |
487de6 |
install -m 755 selinux_config/policygentool %{buildroot}%{_usr}/share/selinux/devel/
|
|
Daniel J Walsh |
487de6 |
install -m 644 selinux_config/Makefile.devel %{buildroot}%{_usr}/share/selinux/devel/Makefile
|
|
Daniel J Walsh |
ce7f30 |
install -m 644 doc/example.* %{buildroot}%{_usr}/share/selinux/devel/
|
|
Daniel J Walsh |
364044 |
install -m 644 doc/policy.* %{buildroot}%{_usr}/share/selinux/devel/
|
|
Daniel J Walsh |
f1a827 |
echo "xdg-open file:///usr/share/doc/selinux-policy-%{version}/html/index.html"> %{buildroot}%{_usr}/share/selinux/devel/policyhelp
|
|
Daniel J Walsh |
ce7f30 |
chmod +x %{buildroot}%{_usr}/share/selinux/devel/policyhelp
|
|
Daniel J Walsh |
487de6 |
rm -rf selinux_config
|
|
Daniel J Walsh |
1580c8 |
%clean
|
|
Daniel J Walsh |
ca8bc2 |
%{__rm} -fR %{buildroot}
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
9c64bb |
%post
|
|
Nalin Dahyabhai |
af6090 |
if [ ! -s /etc/selinux/config ]; then
|
|
Daniel J Walsh |
487de6 |
#
|
|
Daniel J Walsh |
487de6 |
# New install so we will default to targeted policy
|
|
Daniel J Walsh |
487de6 |
#
|
|
Daniel J Walsh |
487de6 |
echo "
|
|
Nalin Dahyabhai |
af6090 |
# This file controls the state of SELinux on the system.
|
|
Nalin Dahyabhai |
af6090 |
# SELINUX= can take one of these three values:
|
|
Daniel J Walsh |
487de6 |
# enforcing - SELinux security policy is enforced.
|
|
Daniel J Walsh |
487de6 |
# permissive - SELinux prints warnings instead of enforcing.
|
|
Daniel J Walsh |
487de6 |
# disabled - No SELinux policy is loaded.
|
|
Nalin Dahyabhai |
af6090 |
SELINUX=enforcing
|
|
Nalin Dahyabhai |
af6090 |
# SELINUXTYPE= can take one of these two values:
|
|
Daniel J Walsh |
487de6 |
# targeted - Targeted processes are protected,
|
|
Daniel J Walsh |
487de6 |
# mls - Multi Level Security protection.
|
|
Nalin Dahyabhai |
af6090 |
SELINUXTYPE=targeted
|
|
Nalin Dahyabhai |
af6090 |
|
|
Nalin Dahyabhai |
af6090 |
" > /etc/selinux/config
|
|
Nalin Dahyabhai |
af6090 |
|
|
Daniel J Walsh |
487de6 |
ln -sf ../selinux/config /etc/sysconfig/selinux
|
|
Daniel J Walsh |
487de6 |
restorecon /etc/selinux/config 2> /dev/null || :
|
|
Nalin Dahyabhai |
af6090 |
else
|
|
Daniel J Walsh |
487de6 |
. /etc/selinux/config
|
|
Daniel J Walsh |
487de6 |
# if first time update booleans.local needs to be copied to sandbox
|
|
Daniel J Walsh |
487de6 |
[ -f /etc/selinux/${SELINUXTYPE}/booleans.local ] && mv /etc/selinux/${SELINUXTYPE}/booleans.local /etc/selinux/targeted/modules/active/
|
|
Daniel J Walsh |
487de6 |
[ -f /etc/selinux/${SELINUXTYPE}/seusers ] && cp -f /etc/selinux/${SELINUXTYPE}/seusers /etc/selinux/${SELINUXTYPE}/modules/active/seusers
|
|
Nalin Dahyabhai |
af6090 |
fi
|
|
Daniel J Walsh |
081b6a |
exit 0
|
|
Daniel J Walsh |
9c64bb |
|
|
Daniel J Walsh |
5ff36d |
%postun
|
|
Daniel J Walsh |
bbaa1f |
if [ $1 = 0 ]; then
|
|
Daniel J Walsh |
487de6 |
setenforce 0 2> /dev/null
|
|
Daniel J Walsh |
487de6 |
if [ ! -s /etc/selinux/config ]; then
|
|
Daniel J Walsh |
487de6 |
echo "SELINUX=disabled" > /etc/selinux/config
|
|
Daniel J Walsh |
487de6 |
else
|
|
Daniel J Walsh |
487de6 |
sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
|
|
Daniel J Walsh |
487de6 |
fi
|
|
Daniel J Walsh |
5ff36d |
fi
|
|
Daniel J Walsh |
a4ec9b |
exit 0
|
|
Daniel J Walsh |
5ff36d |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_TARGETED}
|
|
Daniel J Walsh |
bd3f0e |
%package targeted
|
|
Daniel J Walsh |
bd3f0e |
Summary: SELinux targeted base policy
|
|
Daniel J Walsh |
487de6 |
Provides: selinux-policy-base = %{version}-%{release}
|
|
Daniel J Walsh |
bd3f0e |
Group: System Environment/Base
|
|
Daniel J Walsh |
d83af2 |
Obsoletes: selinux-policy-targeted-sources < 2
|
|
Daniel J Walsh |
23e708 |
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER}
|
|
Daniel J Walsh |
d83af2 |
Requires(pre): coreutils
|
|
Daniel J Walsh |
d83af2 |
Requires(pre): selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
3b5466 |
Requires: selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
b4cab5 |
Conflicts: audispd-plugins <= 1.7.7-1
|
|
Daniel J Walsh |
487de6 |
Obsoletes: mod_fcgid-selinux <= %{version}-%{release}
|
|
Daniel J Walsh |
bc4089 |
Obsoletes: cachefilesd-selinux <= 0.10-1
|
|
Daniel J Walsh |
6b7b0c |
Conflicts: seedit
|
|
Dan Walsh |
fc9bf2 |
Conflicts: 389-ds-base < 1.2.7, 389-admin < 1.1.12
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%description targeted
|
|
Daniel J Walsh |
bd3f0e |
SELinux Reference policy targeted base module.
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%pre targeted
|
|
Daniel J Walsh |
bd3f0e |
%saveFileContext targeted
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
9c64bb |
%post targeted
|
|
Daniel J Walsh |
487de6 |
packages=`cat /usr/share/selinux/targeted/modules.lst`
|
|
Daniel J Walsh |
e080bb |
if [ $1 -eq 1 ]; then
|
|
Daniel J Walsh |
e080bb |
%loadpolicy targeted $packages
|
|
Daniel J Walsh |
755e2d |
restorecon -R /root /var/log /var/run /var/lib 2> /dev/null
|
|
Daniel J Walsh |
e080bb |
else
|
|
Dan Walsh |
922cd6 |
semodule -n -s targeted -r pyzor -r razor -r moilscanner mailscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal 2>/dev/null
|
|
Daniel J Walsh |
e080bb |
%loadpolicy targeted $packages
|
|
Daniel J Walsh |
e080bb |
%relabel targeted
|
|
Daniel J Walsh |
e080bb |
fi
|
|
Daniel J Walsh |
e080bb |
exit 0
|
|
Daniel J Walsh |
d83af2 |
|
|
Daniel J Walsh |
5baf53 |
%triggerpostun targeted -- selinux-policy-targeted < 3.2.5-9.fc9
|
|
Daniel J Walsh |
4b1d56 |
. /etc/selinux/config
|
|
Daniel J Walsh |
4b1d56 |
[ "${SELINUXTYPE}" != "targeted" ] && exit 0
|
|
Daniel J Walsh |
af6777 |
setsebool -P use_nfs_home_dirs=1
|
|
Daniel J Walsh |
df6220 |
semanage user -l | grep -s unconfined_u > /dev/null
|
|
Daniel J Walsh |
a6e128 |
if [ $? -eq 0 ]; then
|
|
Daniel J Walsh |
df6220 |
semanage user -m -R "unconfined_r system_r" -r s0-s0:c0.c1023 unconfined_u
|
|
Daniel J Walsh |
99d367 |
else
|
|
Daniel J Walsh |
df6220 |
semanage user -a -P user -R "unconfined_r system_r" -r s0-s0:c0.c1023 unconfined_u
|
|
Daniel J Walsh |
99d367 |
fi
|
|
Daniel J Walsh |
99d367 |
seuser=`semanage login -l | grep __default__ | awk '{ print $2 }'`
|
|
Daniel J Walsh |
4b1d56 |
[ "$seuser" != "unconfined_u" ] && semanage login -m -s "unconfined_u" -r s0-s0:c0.c1023 __default__
|
|
Daniel J Walsh |
99d367 |
seuser=`semanage login -l | grep root | awk '{ print $2 }'`
|
|
Daniel J Walsh |
e080bb |
[ "$seuser" = "system_u" ] && semanage login -m -s "unconfined_u" -r s0-s0:c0.c1023 root
|
|
Daniel J Walsh |
1ffa68 |
restorecon -R /root /etc/selinux/targeted 2> /dev/null
|
|
Daniel J Walsh |
5baf53 |
semodule -r qmail 2> /dev/null
|
|
Daniel J Walsh |
a4ec9b |
exit 0
|
|
Nalin Dahyabhai |
af6090 |
|
|
Daniel J Walsh |
bd3f0e |
%files targeted
|
|
Daniel J Walsh |
487de6 |
%defattr(-,root,root,-)
|
|
Daniel J Walsh |
4d59c2 |
%config(noreplace) %{_sysconfdir}/selinux/targeted/contexts/users/unconfined_u
|
|
Daniel J Walsh |
4d59c2 |
%fileList targeted
|
|
Daniel J Walsh |
a4ec9b |
%endif
|
|
Daniel J Walsh |
a4ec9b |
|
|
Daniel J Walsh |
675bba |
%if %{BUILD_MINIMUM}
|
|
Daniel J Walsh |
675bba |
%package minimum
|
|
Daniel J Walsh |
675bba |
Summary: SELinux minimum base policy
|
|
Daniel J Walsh |
487de6 |
Provides: selinux-policy-base = %{version}-%{release}
|
|
Daniel J Walsh |
675bba |
Group: System Environment/Base
|
|
Daniel J Walsh |
23e708 |
Requires(post): policycoreutils-python >= %{POLICYCOREUTILSVER}
|
|
Daniel J Walsh |
675bba |
Requires(pre): coreutils
|
|
Daniel J Walsh |
675bba |
Requires(pre): selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
3b5466 |
Requires: selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
6b7b0c |
Conflicts: seedit
|
|
Daniel J Walsh |
675bba |
|
|
Daniel J Walsh |
675bba |
%description minimum
|
|
Daniel J Walsh |
675bba |
SELinux Reference policy minimum base module.
|
|
Daniel J Walsh |
675bba |
|
|
Daniel J Walsh |
675bba |
%pre minimum
|
|
Daniel J Walsh |
675bba |
%saveFileContext minimum
|
|
Daniel J Walsh |
675bba |
|
|
Daniel J Walsh |
675bba |
%post minimum
|
|
Daniel J Walsh |
487de6 |
packages="execmem.pp.bz2 unconfined.pp.bz2 unconfineduser.pp.bz2"
|
|
Daniel J Walsh |
32594a |
%loadpolicy minimum $packages
|
|
Daniel J Walsh |
0e31a0 |
if [ $1 -eq 1 ]; then
|
|
Daniel J Walsh |
675bba |
semanage -S minimum -i - << __eof
|
|
Daniel J Walsh |
675bba |
login -m -s unconfined_u -r s0-s0:c0.c1023 __default__
|
|
Daniel J Walsh |
675bba |
login -m -s unconfined_u -r s0-s0:c0.c1023 root
|
|
Daniel J Walsh |
675bba |
__eof
|
|
Daniel J Walsh |
755e2d |
restorecon -R /root /var/log /var/run /var/lib 2> /dev/null
|
|
Daniel J Walsh |
675bba |
else
|
|
Daniel J Walsh |
675bba |
%relabel minimum
|
|
Daniel J Walsh |
675bba |
fi
|
|
Daniel J Walsh |
675bba |
exit 0
|
|
Daniel J Walsh |
675bba |
|
|
Daniel J Walsh |
675bba |
%files minimum
|
|
Daniel J Walsh |
487de6 |
%defattr(-,root,root,-)
|
|
Daniel J Walsh |
675bba |
%config(noreplace) %{_sysconfdir}/selinux/minimum/contexts/users/unconfined_u
|
|
Daniel J Walsh |
675bba |
%fileList minimum
|
|
Daniel J Walsh |
675bba |
%endif
|
|
Daniel J Walsh |
675bba |
|
|
Daniel J Walsh |
a4ec9b |
%if %{BUILD_OLPC}
|
|
Daniel J Walsh |
a4ec9b |
%package olpc
|
|
Daniel J Walsh |
a4ec9b |
Summary: SELinux olpc base policy
|
|
Daniel J Walsh |
a4ec9b |
Group: System Environment/Base
|
|
Daniel J Walsh |
487de6 |
Provides: selinux-policy-base = %{version}-%{release}
|
|
Daniel J Walsh |
23e708 |
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER}
|
|
Daniel J Walsh |
d83af2 |
Requires(pre): coreutils
|
|
Daniel J Walsh |
d83af2 |
Requires(pre): selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
3b5466 |
Requires: selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
6b7b0c |
Conflicts: seedit
|
|
Daniel J Walsh |
a4ec9b |
|
|
Daniel J Walsh |
a4ec9b |
%description olpc
|
|
Daniel J Walsh |
a4ec9b |
SELinux Reference policy olpc base module.
|
|
Daniel J Walsh |
a4ec9b |
|
|
Daniel J Walsh |
a4ec9b |
%pre olpc
|
|
Daniel J Walsh |
a4ec9b |
%saveFileContext olpc
|
|
Daniel J Walsh |
a4ec9b |
|
|
Daniel J Walsh |
a4ec9b |
%post olpc
|
|
Daniel J Walsh |
487de6 |
packages=`cat /usr/share/selinux/olpc/modules.lst`
|
|
Daniel J Walsh |
c32d79 |
%loadpolicy olpc $packages
|
|
Daniel J Walsh |
8fd9df |
|
|
Daniel J Walsh |
a6e128 |
if [ $1 -ne 1 ]; then
|
|
Daniel J Walsh |
a4ec9b |
%relabel olpc
|
|
Daniel J Walsh |
24ccb8 |
fi
|
|
Daniel J Walsh |
a4ec9b |
exit 0
|
|
Daniel J Walsh |
a4ec9b |
|
|
Daniel J Walsh |
a4ec9b |
%files olpc
|
|
Daniel J Walsh |
487de6 |
%defattr(-,root,root,-)
|
|
Daniel J Walsh |
a4ec9b |
%fileList olpc
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
bd3f0e |
%if %{BUILD_MLS}
|
|
Daniel J Walsh |
504da9 |
%package mls
|
|
Daniel J Walsh |
504da9 |
Summary: SELinux mls base policy
|
|
Daniel J Walsh |
1580c8 |
Group: System Environment/Base
|
|
Daniel J Walsh |
487de6 |
Provides: selinux-policy-base = %{version}-%{release}
|
|
Daniel J Walsh |
d83af2 |
Obsoletes: selinux-policy-mls-sources < 2
|
|
Daniel J Walsh |
c77aca |
Requires: policycoreutils-newrole >= %{POLICYCOREUTILSVER} setransd
|
|
Daniel J Walsh |
23e708 |
Requires(pre): policycoreutils >= %{POLICYCOREUTILSVER}
|
|
Daniel J Walsh |
d83af2 |
Requires(pre): coreutils
|
|
Daniel J Walsh |
d83af2 |
Requires(pre): selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
3b5466 |
Requires: selinux-policy = %{version}-%{release}
|
|
Daniel J Walsh |
6b7b0c |
Conflicts: seedit
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%description mls
|
|
Daniel J Walsh |
504da9 |
SELinux Reference policy mls base module.
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%pre mls
|
|
Daniel J Walsh |
504da9 |
%saveFileContext mls
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%post mls
|
|
Dan Walsh |
922cd6 |
semodule -n -s mls -r pyzor -r razor -r mailscanner polkit ModemManager telepathysofiasip ethereal 2>/dev/null
|
|
Daniel J Walsh |
487de6 |
packages=`cat /usr/share/selinux/mls/modules.lst`
|
|
Daniel J Walsh |
c32d79 |
%loadpolicy mls $packages
|
|
Daniel J Walsh |
8fd9df |
|
|
Daniel J Walsh |
487de6 |
if [ $1 -eq 1 ]; then
|
|
Daniel J Walsh |
487de6 |
restorecon -R /root /var/log /var/run /var/lib 2> /dev/null
|
|
Daniel J Walsh |
487de6 |
else
|
|
Daniel J Walsh |
504da9 |
%relabel mls
|
|
Daniel J Walsh |
24ccb8 |
fi
|
|
Daniel J Walsh |
a4ec9b |
exit 0
|
|
Daniel J Walsh |
1580c8 |
|
|
Daniel J Walsh |
504da9 |
%files mls
|
|
Daniel J Walsh |
487de6 |
%defattr(-,root,root,-)
|
|
Daniel J Walsh |
57ae10 |
%config(noreplace) %{_sysconfdir}/selinux/mls/contexts/users/unconfined_u
|
|
Daniel J Walsh |
504da9 |
%fileList mls
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
bd3f0e |
%endif
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
56187c |
%changelog
|
|
Dan Walsh |
f3f61e |
* Wed Dec 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.11-2
|
|
Dan Walsh |
f3f61e |
- Update selinux policy to handle new /usr/share/sandbox/start script
|
|
Dan Walsh |
f3f61e |
|
|
Miroslav Grepl |
0ba6b2 |
* Wed Dec 15 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.11-1
|
|
Miroslav Grepl |
0ba6b2 |
- Update to upstream
|
|
Miroslav Grepl |
0ba6b2 |
- Fix version of policy in spec file
|
|
Miroslav Grepl |
0ba6b2 |
|
|
Miroslav Grepl |
0ba6b2 |
* Tue Dec 14 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-13
|
|
Miroslav Grepl |
1adb28 |
- Allow sandbox to run on nfs partitions, fixes for systemd_tmpfs
|
|
Miroslav Grepl |
1adb28 |
- remove per sandbox domains devpts types
|
|
Miroslav Grepl |
1adb28 |
- Allow dkim-milter sending signal to itself
|
|
Miroslav Grepl |
1adb28 |
|
|
Miroslav Grepl |
0ba6b2 |
* Mon Dec 13 2010 Dan Walsh <dwalsh@redhat.com> 3.9.10-12
|
|
Dan Walsh |
25660b |
- Allow domains that transition to ping or traceroute, kill them
|
|
Dan Walsh |
25660b |
- Allow user_t to conditionally transition to ping_t and traceroute_t
|
|
Dan Walsh |
25660b |
- Add fixes to systemd- tools, including new labeling for systemd-fsck, systemd-cryptsetup
|
|
Dan Walsh |
25660b |
|
|
Miroslav Grepl |
0ba6b2 |
* Mon Dec 13 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-11
|
|
Miroslav Grepl |
3c0b9e |
- Turn on systemd policy
|
|
Miroslav Grepl |
3c0b9e |
- mozilla_plugin needs to read certs in the homedir.
|
|
Miroslav Grepl |
3c0b9e |
- Dontaudit leaked file descriptors from devicekit
|
|
Miroslav Grepl |
3c0b9e |
- Fix ircssi to use auth_use_nsswitch
|
|
Miroslav Grepl |
3c0b9e |
- Change to use interface without param in corenet to disable unlabelednet packets
|
|
Miroslav Grepl |
3c0b9e |
- Allow init to relabel sockets and fifo files in /dev
|
|
Miroslav Grepl |
3c0b9e |
- certmonger needs dac* capabilities to manage cert files not owned by root
|
|
Miroslav Grepl |
3c0b9e |
- dovecot needs fsetid to change group membership on mail
|
|
Miroslav Grepl |
3c0b9e |
- plymouthd removes /var/log/boot.log
|
|
Miroslav Grepl |
3c0b9e |
- systemd is creating symlinks in /dev
|
|
Miroslav Grepl |
3c0b9e |
- Change label on /etc/httpd/alias to be all cert_t
|
|
Miroslav Grepl |
3c0b9e |
|
|
Miroslav Grepl |
0ba6b2 |
* Fri Dec 10 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-10
|
|
Miroslav Grepl |
b04a85 |
- Fixes for clamscan and boinc policy
|
|
Miroslav Grepl |
b04a85 |
- Add boinc_project_t setpgid
|
|
Miroslav Grepl |
b04a85 |
- Allow alsa to create tmp files in /tmp
|
|
Miroslav Grepl |
b04a85 |
|
|
Miroslav Grepl |
0ba6b2 |
* Tue Dec 7 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-9
|
|
Miroslav Grepl |
c2ad36 |
- Push fixes to allow disabling of unlabeled_t packet access
|
|
Miroslav Grepl |
c2ad36 |
- Enable unlabelednet policy
|
|
Miroslav Grepl |
c2ad36 |
|
|
Miroslav Grepl |
0ba6b2 |
* Tue Dec 7 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-8
|
|
Miroslav Grepl |
7b62a8 |
- Fixes for lvm to work with systemd
|
|
Miroslav Grepl |
7b62a8 |
|
|
Miroslav Grepl |
0ba6b2 |
* Mon Dec 6 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-7
|
|
Miroslav Grepl |
151160 |
- Fix the label for wicd log
|
|
Miroslav Grepl |
151160 |
- plymouthd creates force-display-on-active-vt file
|
|
Miroslav Grepl |
151160 |
- Allow avahi to request the kernel to load a module
|
|
Miroslav Grepl |
151160 |
- Dontaudit hal leaks
|
|
Miroslav Grepl |
151160 |
- Fix gnome_manage_data interface
|
|
Miroslav Grepl |
151160 |
- Add new interface corenet_packet to define a type as being an packet_type.
|
|
Miroslav Grepl |
151160 |
- Removed general access to packet_type from icecast and squid.
|
|
Miroslav Grepl |
151160 |
- Allow mpd to read alsa config
|
|
Miroslav Grepl |
151160 |
- Fix the label for wicd log
|
|
Miroslav Grepl |
151160 |
- Add systemd policy
|
|
Miroslav Grepl |
151160 |
|
|
Miroslav Grepl |
0ba6b2 |
* Fri Dec 3 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-6
|
|
Miroslav Grepl |
a4f1f5 |
- Fix gnome_manage_data interface
|
|
Miroslav Grepl |
a4f1f5 |
- Dontaudit sys_ptrace capability for iscsid
|
|
Miroslav Grepl |
a4f1f5 |
- Fixes for nagios plugin policy
|
|
Miroslav Grepl |
a4f1f5 |
|
|
Miroslav Grepl |
0ba6b2 |
* Thu Dec 1 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-5
|
|
Miroslav Grepl |
094604 |
- Fix cron to run ranged when started by init
|
|
Miroslav Grepl |
094604 |
- Fix devicekit to use log files
|
|
Miroslav Grepl |
094604 |
- Dontaudit use of devicekit_var_run_t for fstools
|
|
Miroslav Grepl |
094604 |
- Allow init to setattr on logfile directories
|
|
Miroslav Grepl |
094604 |
- Allow hald to manage files in /var/run/pm-utils/ dir which is now labeled as devicekit_var_run_t
|
|
Miroslav Grepl |
094604 |
|
|
Miroslav Grepl |
0ba6b2 |
* Tue Nov 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.10-4
|
|
Dan Walsh |
5bcd7a |
- Fix up handling of dnsmasq_t creating /var/run/libvirt/network
|
|
Dan Walsh |
5bcd7a |
- Turn on sshd_forward_ports boolean by default
|
|
Dan Walsh |
5bcd7a |
- Allow sysadmin to dbus chat with rpm
|
|
Dan Walsh |
5bcd7a |
- Add interface for rw_tpm_dev
|
|
Dan Walsh |
5bcd7a |
- Allow cron to execute bin
|
|
Dan Walsh |
5bcd7a |
- fsadm needs to write sysfs
|
|
Dan Walsh |
5bcd7a |
- Dontaudit consoletype reading /var/run/pm-utils
|
|
Dan Walsh |
5bcd7a |
- Lots of new privs fro mozilla_plugin_t running java app, make mozilla_plugin
|
|
Dan Walsh |
5bcd7a |
- certmonger needs to manage dirsrv data
|
|
Dan Walsh |
5bcd7a |
- /var/run/pm-utils should be labeled as devicekit_var_run_t
|
|
Dan Walsh |
5bcd7a |
|
|
Miroslav Grepl |
954ef8 |
* Tue Nov 30 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-3
|
|
Miroslav Grepl |
954ef8 |
- fixes to allow /var/run and /var/lock as tmpfs
|
|
Miroslav Grepl |
954ef8 |
- Allow chrome sandbox to connect to web ports
|
|
Miroslav Grepl |
954ef8 |
- Allow dovecot to listem on lmtp and sieve ports
|
|
Miroslav Grepl |
954ef8 |
- Allov ddclient to search sysctl_net_t
|
|
Miroslav Grepl |
954ef8 |
- Transition back to original domain if you execute the shell
|
|
Miroslav Grepl |
954ef8 |
|
|
Miroslav Grepl |
b63541 |
* Thu Nov 25 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-2
|
|
Miroslav Grepl |
b63541 |
- Remove duplicate declaration
|
|
Miroslav Grepl |
b63541 |
|
|
Miroslav Grepl |
05f913 |
* Thu Nov 25 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.10-1
|
|
Miroslav Grepl |
05f913 |
- Update to upstream
|
|
Miroslav Grepl |
05f913 |
- Cleanup for sandbox
|
|
Miroslav Grepl |
05f913 |
- Add attribute to be able to select sandbox types
|
|
Miroslav Grepl |
05f913 |
|
|
Miroslav Grepl |
3daa6c |
* Mon Nov 22 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.9-4
|
|
Miroslav Grepl |
3daa6c |
- Allow ddclient to fix file mode bits of ddclient conf file
|
|
Miroslav Grepl |
3daa6c |
- init leaks file descriptors to daemons
|
|
Miroslav Grepl |
3daa6c |
- Add labels for /etc/lirc/ and
|
|
Miroslav Grepl |
3daa6c |
- Allow amavis_t to exec shell
|
|
Miroslav Grepl |
3daa6c |
- Add label for gssd_tmp_t for /var/tmp/nfs_0
|
|
Miroslav Grepl |
3daa6c |
|
|
Dan Walsh |
d6719f |
* Thu Nov 18 2010 Dan Walsh <dwalsh@redhat.com> 3.9.9-3
|
|
Dan Walsh |
d6719f |
- Put back in lircd_etc_t so policy will install
|
|
Dan Walsh |
d6719f |
|
|
Miroslav Grepl |
4eb45e |
* Thu Nov 18 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.9-2
|
|
Miroslav Grepl |
4eb45e |
- Turn on allow_postfix_local_write_mail_spool
|
|
Miroslav Grepl |
4eb45e |
- Allow initrc_t to transition to shutdown_t
|
|
Miroslav Grepl |
4eb45e |
- Allow logwatch and cron to mls_read_to_clearance for MLS boxes
|
|
Miroslav Grepl |
4eb45e |
- Allow wm to send signull to all applications and receive them from users
|
|
Miroslav Grepl |
4eb45e |
- lircd patch from field
|
|
Miroslav Grepl |
4eb45e |
- Login programs have to read /etc/samba
|
|
Miroslav Grepl |
4eb45e |
- New programs under /lib/systemd
|
|
Miroslav Grepl |
4eb45e |
- Abrt needs to read config files
|
|
Miroslav Grepl |
4eb45e |
|
|
Miroslav Grepl |
582d2c |
* Tue Nov 16 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.9-1
|
|
Miroslav Grepl |
582d2c |
- Update to upstream
|
|
Miroslav Grepl |
582d2c |
- Dontaudit leaked sockets from userdomains to user domains
|
|
Miroslav Grepl |
582d2c |
- Fixes for mcelog to handle scripts
|
|
Miroslav Grepl |
582d2c |
- Apply patch from Ruben Kerkhof
|
|
Miroslav Grepl |
582d2c |
- Allow syslog to search spool dirs
|
|
Miroslav Grepl |
582d2c |
|
|
Miroslav Grepl |
cbb8d5 |
* Mon Nov 15 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.8-7
|
|
Miroslav Grepl |
cbb8d5 |
- Allow nagios plugins to read usr files
|
|
Miroslav Grepl |
cbb8d5 |
- Allow mysqld-safe to send system log messages
|
|
Miroslav Grepl |
cbb8d5 |
- Fixes fpr ddclient policy
|
|
Miroslav Grepl |
cbb8d5 |
- Fix sasl_admin interface
|
|
Miroslav Grepl |
cbb8d5 |
- Allow apache to search zarafa config
|
|
Miroslav Grepl |
cbb8d5 |
- Allow munin plugins to search /var/lib directory
|
|
Miroslav Grepl |
cbb8d5 |
- Allow gpsd to read sysfs_t
|
|
Miroslav Grepl |
cbb8d5 |
- Fix labels on /etc/mcelog/triggers to bin_t
|
|
Miroslav Grepl |
cbb8d5 |
|
|
Dan Walsh |
519b05 |
* Fri Nov 12 2010 Dan Walsh <dwalsh@redhat.com> 3.9.8-6
|
|
Dan Walsh |
519b05 |
- Remove saslauthd_tmp_t and transition tmp files to krb5_host_rcache_t
|
|
Dan Walsh |
763342 |
- Allow saslauthd_t to create krb5_host_rcache_t files in /tmp
|
|
Dan Walsh |
763342 |
- Fix xserver interface
|
|
Dan Walsh |
763342 |
- Fix definition of /var/run/lxdm
|
|
Dan Walsh |
519b05 |
|
|
Miroslav Grepl |
9238df |
* Fri Nov 12 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.8-5
|
|
Miroslav Grepl |
9238df |
- Turn on mediawiki policy
|
|
Dan Walsh |
50daca |
- kdump leaks kdump_etc_t to ifconfig, add dontaudit
|
|
Dan Walsh |
50daca |
- uux needs to transition to uucpd_t
|
|
Dan Walsh |
50daca |
- More init fixes relabels man,faillog
|
|
Dan Walsh |
50daca |
- Remove maxima defs in libraries.fc
|
|
Dan Walsh |
50daca |
- insmod needs to be able to create tmpfs_t files
|
|
Dan Walsh |
50daca |
- ping needs setcap
|
|
Dan Walsh |
50daca |
|
|
Miroslav Grepl |
5d168a |
* Wed Nov 10 2010 Miroslav Grepl <mgrepl@redhat.com> 3.9.8-4
|
|
Miroslav Grepl |
5d168a |
- Allow groupd transition to fenced domain when executes fence_node
|
|
Miroslav Grepl |
5d168a |
- Fixes for rchs policy
|
|
Miroslav Grepl |
5d168a |
- Allow mpd to be able to read samba/nfs files
|
|
Dan Walsh |
7297a3 |
|
|
Dan Walsh |
ded1ef |
* Tue Nov 9 2010 Dan Walsh <dwalsh@redhat.com> 3.9.8-3
|
|
Dan Walsh |
ded1ef |
- Fix up corecommands.fc to match upstream
|
|
Dan Walsh |
ded1ef |
- Make sure /lib/systemd/* is labeled init_exec_t
|
|
Dan Walsh |
ded1ef |
- mount wants to setattr on all mountpoints
|
|
Dan Walsh |
ded1ef |
- dovecot auth wants to read dovecot etc files
|
|
Dan Walsh |
ded1ef |
- nscd daemon looks at the exe file of the comunicating daemon
|
|
Dan Walsh |
ded1ef |
- openvpn wants to read utmp file
|
|
Dan Walsh |
ded1ef |
- postfix apps now set sys_nice and lower limits
|
|
Dan Walsh |
ded1ef |
- remote_login (telnetd/login) wants to use telnetd_devpts_t and user_devpts_t to work correctly
|
|
Dan Walsh |
ded1ef |
- Also resolves nsswitch
|
|
Dan Walsh |
ded1ef |
- Fix labels on /etc/hosts.*
|
|
Dan Walsh |
ded1ef |
- Cleanup to make upsteam patch work
|
|
Dan Walsh |
ded1ef |
- allow abrt to read etc_runtime_t
|
|
Dan Walsh |
ded1ef |
|
|
Dan Walsh |
fc9bf2 |
* Fri Nov 5 2010 Dan Walsh <dwalsh@redhat.com> 3.9.8-2
|
|
Dan Walsh |
fc9bf2 |
- Add conflicts for dirsrv package
|
|
Dan Walsh |
fc9bf2 |
|
|
Dan Walsh |
06262c |
* Fri Nov 5 2010 Dan Walsh <dwalsh@redhat.com> 3.9.8-1
|
|
Dan Walsh |
06262c |
- Update to upstream
|
|
Dan Walsh |
06262c |
- Add vlock policy
|
|
Dan Walsh |
06262c |
|
|
Dan Walsh |
c52856 |
* Wed Nov 3 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-10
|
|
Dan Walsh |
c52856 |
- Fix sandbox to work on nfs homedirs
|
|
Dan Walsh |
c52856 |
- Allow cdrecord to setrlimit
|
|
Dan Walsh |
c52856 |
- Allow mozilla_plugin to read xauth
|
|
Dan Walsh |
c52856 |
- Change label on systemd-logger to syslogd_exec_t
|
|
Dan Walsh |
c52856 |
- Install dirsrv policy from dirsrv package
|
|
Dan Walsh |
c52856 |
|
|
Dan Walsh |
989659 |
* Tue Nov 2 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-9
|
|
Dan Walsh |
c52856 |
- Add virt_home_t, allow init to setattr on xserver_tmp_t and relabel it
|
|
Dan Walsh |
c52856 |
- Udev needs to stream connect to init and kernel
|
|
Dan Walsh |
c52856 |
- Add xdm_exec_bootloader boolean, which allows xdm to execute /sbin/grub and read files in /boot directory
|
|
Dan Walsh |
989659 |
|
|
Dan Walsh |
9754f4 |
* Mon Nov 1 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-8
|
|
Dan Walsh |
9754f4 |
- Allow NetworkManager to read openvpn_etc_t
|
|
Dan Walsh |
9754f4 |
- Dontaudit hplip to write of /usr dirs
|
|
Dan Walsh |
9754f4 |
- Allow system_mail_t to create /root/dead.letter as mail_home_t
|
|
Dan Walsh |
9754f4 |
- Add vdagent policy for spice agent daemon
|
|
Dan Walsh |
9754f4 |
|
|
Dan Walsh |
7a2086 |
* Thu Oct 28 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-7
|
|
Dan Walsh |
7a2086 |
- Dontaudit sandbox sending sigkill to all user domains
|
|
Dan Walsh |
7a2086 |
- Add policy for rssh_chroot_helper
|
|
Dan Walsh |
7a2086 |
- Add missing flask definitions
|
|
Dan Walsh |
7a2086 |
- Allow udev to relabelto removable_t
|
|
Dan Walsh |
7a2086 |
- Fix label on /var/log/wicd.log
|
|
Dan Walsh |
7a2086 |
- Transition to initrc_t from init when executing bin_t
|
|
Dan Walsh |
7a2086 |
- Add audit_access permissions to file
|
|
Dan Walsh |
7a2086 |
- Make removable_t a device_node
|
|
Dan Walsh |
7a2086 |
- Fix label on /lib/systemd/*
|
|
Dan Walsh |
7a2086 |
|
|
Dan Walsh |
2bb618 |
* Fri Oct 22 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-6
|
|
Dan Walsh |
2bb618 |
- Fixes for systemd to manage /var/run
|
|
Dan Walsh |
2bb618 |
- Dontaudit leaks by firstboot
|
|
Dan Walsh |
2bb618 |
|
|
Dan Walsh |
bac270 |
* Tue Oct 19 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-5
|
|
Dan Walsh |
bac270 |
- Allow chome to create netlink_route_socket
|
|
Dan Walsh |
bac270 |
- Add additional MATHLAB file context
|
|
Dan Walsh |
bac270 |
- Define nsplugin as an application_domain
|
|
Dan Walsh |
bac270 |
- Dontaudit sending signals from sandboxed domains to other domains
|
|
Dan Walsh |
bac270 |
- systemd requires init to build /tmp /var/auth and /var/lock dirs
|
|
Dan Walsh |
bac270 |
- mount wants to read devicekit_power /proc/ entries
|
|
Dan Walsh |
bac270 |
- mpd wants to connect to soundd port
|
|
Dan Walsh |
bac270 |
- Openoffice causes a setattr on a lib_t file for normal users, add dontaudit
|
|
Dan Walsh |
bac270 |
- Treat lib_t and textrel_shlib_t directories the same
|
|
Dan Walsh |
bac270 |
- Allow mount read access on virtual images
|
|
Dan Walsh |
bac270 |
|
|
Dan Walsh |
4da765 |
* Fri Oct 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-4
|
|
Dan Walsh |
4da765 |
- Allow sandbox_x_domains to work with nfs/cifs/fusefs home dirs.
|
|
Dan Walsh |
bac270 |
- Allow devicekit_power to domtrans to mount
|
|
Dan Walsh |
bac270 |
- Allow dhcp to bind to udp ports > 1024 to do named stuff
|
|
Dan Walsh |
bac270 |
- Allow ssh_t to exec ssh_exec_t
|
|
Dan Walsh |
bac270 |
- Remove telepathy_butterfly_rw_tmp_files(), dev_read_printk() interfaces which are nolonger used
|
|
Dan Walsh |
bac270 |
- Fix clamav_append_log() intefaces
|
|
Dan Walsh |
bac270 |
- Fix 'psad_rw_fifo_file' interface
|
|
Dan Walsh |
4da765 |
|
|
Dan Walsh |
c849c8 |
* Fri Oct 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-3
|
|
Dan Walsh |
c849c8 |
- Allow cobblerd to list cobler appache content
|
|
Dan Walsh |
c849c8 |
|
|
Dan Walsh |
d33e64 |
* Fri Oct 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-2
|
|
Dan Walsh |
d33e64 |
- Fixup for the latest version of upowed
|
|
Dan Walsh |
d33e64 |
- Dontaudit sandbox sending SIGNULL to desktop apps
|
|
Dan Walsh |
d33e64 |
|
|
Dan Walsh |
618ed7 |
* Wed Oct 13 2010 Dan Walsh <dwalsh@redhat.com> 3.9.7-1
|
|
Dan Walsh |
5a152b |
- Update to upstream
|
|
Dan Walsh |
5a152b |
|
|
Dan Walsh |
f0a56e |
* Tue Oct 12 2010 Dan Walsh <dwalsh@redhat.com> 3.9.6-3
|
|
Dan Walsh |
f0a56e |
-Mount command from a confined user generates setattr on /etc/mtab file, need to dontaudit this access
|
|
Dan Walsh |
f0a56e |
- dovecot-auth_t needs ipc_lock
|
|
Dan Walsh |
f0a56e |
- gpm needs to use the user terminal
|
|
Dan Walsh |
f0a56e |
- Allow system_mail_t to append ~/dead.letter
|
|
Dan Walsh |
f0a56e |
- Allow NetworkManager to edit /etc/NetworkManager/NetworkManager.conf
|
|
Dan Walsh |
f0a56e |
- Add pid file to vnstatd
|
|
Dan Walsh |
f0a56e |
- Allow mount to communicate with gfs_controld
|
|
Dan Walsh |
f0a56e |
- Dontaudit hal leaks in setfiles
|
|
Dan Walsh |
dd20c2 |
|
|
Dan Walsh |
dd20c2 |
* Fri Oct 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.6-2
|
|
Dan Walsh |
dd20c2 |
- Lots of fixes for systemd
|
|
Dan Walsh |
dd20c2 |
- systemd now executes readahead and tmpwatch type scripts
|
|
Dan Walsh |
dd20c2 |
- Needs to manage random seed
|
|
Dan Walsh |
dd20c2 |
|
|
Dan Walsh |
6f9346 |
* Thu Oct 7 2010 Dan Walsh <dwalsh@redhat.com> 3.9.6-1
|
|
Dan Walsh |
6f256d |
- Allow smbd to use sys_admin
|
|
Dan Walsh |
6f256d |
- Remove duplicate file context for tcfmgr
|
|
Dan Walsh |
6f9346 |
- Update to upstream
|
|
Dan Walsh |
6f256d |
|
|
Dan Walsh |
0daa8b |
* Wed Oct 6 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-11
|
|
Dan Walsh |
0daa8b |
- Fix fusefs handling
|
|
Dan Walsh |
0daa8b |
- Do not allow sandbox to manage nsplugin_rw_t
|
|
Dan Walsh |
0daa8b |
- Allow mozilla_plugin_t to connecto its parent
|
|
Dan Walsh |
0daa8b |
- Allow init_t to connect to plymouthd running as kernel_t
|
|
Dan Walsh |
0daa8b |
- Add mediawiki policy
|
|
Dan Walsh |
0daa8b |
- dontaudit sandbox sending signals to itself. This can happen when they are running at different mcs.
|
|
Dan Walsh |
0daa8b |
- Disable transition from dbus_session_domain to telepathy for F14
|
|
Dan Walsh |
0daa8b |
- Allow boinc_project to use shm
|
|
Dan Walsh |
0daa8b |
- Allow certmonger to search through directories that contain certs
|
|
Dan Walsh |
0daa8b |
- Allow fail2ban the DAC Override so it can read log files owned by non root users
|
|
Dan Walsh |
0daa8b |
|
|
Dan Walsh |
b1cbbd |
* Mon Oct 4 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-10
|
|
Dan Walsh |
b1cbbd |
- Start adding support for use_fusefs_home_dirs
|
|
Dan Walsh |
b1cbbd |
- Add /var/lib/syslog directory file context
|
|
Dan Walsh |
b1cbbd |
- Add /etc/localtime as locale file context
|
|
Dan Walsh |
b1cbbd |
|
|
Dan Walsh |
fbd9ca |
* Thu Sep 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-9
|
|
Dan Walsh |
fbd9ca |
- Turn off default transition to mozilla_plugin and telepathy domains from unconfined user
|
|
Dan Walsh |
fbd9ca |
- Turn off iptables from unconfined user
|
|
Dan Walsh |
fbd9ca |
- Allow sudo to send signals to any domains the user could have transitioned to.
|
|
Dan Walsh |
fbd9ca |
- Passwd in single user mode needs to talk to console_device_t
|
|
Dan Walsh |
fbd9ca |
- Mozilla_plugin_t needs to connect to web ports, needs to write to video device, and read alsa_home_t alsa setsup pulseaudio
|
|
Dan Walsh |
fbd9ca |
- locate tried to read a symbolic link, will dontaudit
|
|
Dan Walsh |
fbd9ca |
- New labels for telepathy-sunshine content in homedir
|
|
Dan Walsh |
fbd9ca |
- Google is storing other binaries under /opt/google/talkplugin
|
|
Dan Walsh |
fbd9ca |
- bluetooth/kernel is creating unlabeled_t socket that I will allow it to use until kernel fixes bug
|
|
Dan Walsh |
fbd9ca |
- Add boolean for unconfined_t transition to mozilla_plugin_t and telepathy domains, turned off in F14 on in F15
|
|
Dan Walsh |
fbd9ca |
- modemmanger and bluetooth send dbus messages to devicekit_power
|
|
Dan Walsh |
fbd9ca |
- Samba needs to getquota on filesystems labeld samba_share_t
|
|
Dan Walsh |
fbd9ca |
|
|
Dan Walsh |
5ae8fb |
* Wed Sep 29 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-8
|
|
Dan Walsh |
5ae8fb |
- Dontaudit attempts by xdm_t to write to bin_t for kdm
|
|
Dan Walsh |
5ae8fb |
- Allow initrc_t to manage system_conf_t
|
|
Dan Walsh |
5ae8fb |
|
|
Dan Walsh |
5ae8fb |
* Mon Sep 27 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-7
|
|
Dan Walsh |
7c487e |
- Fixes to allow mozilla_plugin_t to create nsplugin_home_t directory.
|
|
Dan Walsh |
7c487e |
- Allow mozilla_plugin_t to create tcp/udp/netlink_route sockets
|
|
Dan Walsh |
7c487e |
- Allow confined users to read xdm_etc_t files
|
|
Dan Walsh |
7c487e |
- Allow xdm_t to transition to xauth_t for lxdm program
|
|
Dan Walsh |
7c487e |
|
|
Dan Walsh |
7c487e |
* Sun Sep 26 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-6
|
|
Dan Walsh |
7c487e |
- Rearrange firewallgui policy to be more easily updated to upstream, dontaudit search of /home
|
|
Dan Walsh |
7c487e |
- Allow clamd to send signals to itself
|
|
Dan Walsh |
7c487e |
- Allow mozilla_plugin_t to read user home content. And unlink pulseaudio shm.
|
|
Dan Walsh |
7c487e |
- Allow haze to connect to yahoo chat and messenger port tcp:5050.
|
|
Dan Walsh |
7c487e |
Bz #637339
|
|
Dan Walsh |
7c487e |
- Allow guest to run ps command on its processes by allowing it to read /proc
|
|
Dan Walsh |
7c487e |
- Allow firewallgui to sys_rawio which seems to be required to setup masqerading
|
|
Dan Walsh |
7c487e |
- 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.
|
|
Dan Walsh |
7c487e |
- Add label for /var/log/slim.log
|
|
Dan Walsh |
7c487e |
|
|
Dan Walsh |
e25799 |
* Fri Sep 24 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-5
|
|
Dan Walsh |
e25799 |
- Pull in cleanups from dgrift
|
|
Dan Walsh |
e25799 |
- Allow mozilla_plugin_t to execute mozilla_home_t
|
|
Dan Walsh |
e25799 |
- Allow rpc.quota to do quotamod
|
|
Dan Walsh |
e25799 |
|
|
Dan Walsh |
42c814 |
* Thu Sep 23 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-4
|
|
Dan Walsh |
42c814 |
- Cleanup policy via dgrift
|
|
Dan Walsh |
42c814 |
- Allow dovecot_deliver to append to inherited log files
|
|
Dan Walsh |
42c814 |
- Lots of fixes for consolehelper
|
|
Dan Walsh |
42c814 |
|
|
Dan Walsh |
1d153e |
* Wed Sep 21 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-3
|
|
Dan Walsh |
1d153e |
- Fix up Xguest policy
|
|
Dan Walsh |
1d153e |
|
|
Dan Walsh |
ea3b7b |
* Thu Sep 16 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-2
|
|
Dan Walsh |
ea3b7b |
- Add vnstat policy
|
|
Dan Walsh |
ea3b7b |
- allow libvirt to send audit messages
|
|
Dan Walsh |
ea3b7b |
- Allow chrome-sandbox to search nfs_t
|
|
Dan Walsh |
ea3b7b |
|
|
Dan Walsh |
a24e6a |
* Thu Sep 16 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-1
|
|
Dan Walsh |
a24e6a |
- Update to upstream
|
|
Dan Walsh |
a24e6a |
|
|
Dan Walsh |
a24e6a |
* Wed Sep 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-3
|
|
Dan Walsh |
a24e6a |
- Add the ability to send audit messages to confined admin policies
|
|
Dan Walsh |
a24e6a |
- Remove permissive domain from cmirrord and dontaudit sys_tty_config
|
|
Dan Walsh |
a24e6a |
- Split out unconfined_domain() calls from other unconfined_ calls so we can d
|
|
Dan Walsh |
a24e6a |
- virt needs to be able to read processes to clearance for MLS
|
|
Dan Walsh |
a24e6a |
|
|
Dan Walsh |
ba8c31 |
* Tue Sep 14 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-2
|
|
Dan Walsh |
ba8c31 |
- Allow all domains that can use cgroups to search tmpfs_t directory
|
|
Dan Walsh |
ba8c31 |
- Allow init to send audit messages
|
|
Dan Walsh |
ba8c31 |
|
|
Dan Walsh |
a0e8ef |
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-1
|
|
Dan Walsh |
a0e8ef |
- Update to upstream
|
|
Dan Walsh |
a0e8ef |
|
|
Dan Walsh |
a0e8ef |
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-4
|
|
Dan Walsh |
a0e8ef |
- Allow mdadm_t to create files and sock files in /dev/md/
|
|
Dan Walsh |
a0e8ef |
|
|
Dan Walsh |
30a7d1 |
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-3
|
|
Dan Walsh |
30a7d1 |
- Add policy for ajaxterm
|
|
Dan Walsh |
30a7d1 |
|
|
Dan Walsh |
6e2d7f |
* Wed Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-2
|
|
Dan Walsh |
6e2d7f |
- Handle /var/db/sudo
|
|
Dan Walsh |
6e2d7f |
- Allow pulseaudio to read alsa config
|
|
Dan Walsh |
6e2d7f |
- Allow init to send initrc_t dbus messages
|
|
Dan Walsh |
6e2d7f |
|
|
Dan Walsh |
6e2d7f |
* Tue Sep 7 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-1
|
|
Dan Walsh |
64d84c |
Allow iptables to read shorewall tmp files
|
|
Dan Walsh |
64d84c |
Change chfn and passwd to use auth_use_pam so they can send dbus messages to fpr
|
|
Dan Walsh |
64d84c |
intd
|
|
Dan Walsh |
64d84c |
label vlc as an execmem_exec_t
|
|
Dan Walsh |
64d84c |
Lots of fixes for mozilla_plugin to run google vidio chat
|
|
Dan Walsh |
64d84c |
Allow telepath_msn to execute ldconfig and its own tmp files
|
|
Dan Walsh |
64d84c |
Fix labels on hugepages
|
|
Dan Walsh |
64d84c |
Allow mdadm to read files on /dev
|
|
Dan Walsh |
64d84c |
Remove permissive domains and change back to unconfined
|
|
Dan Walsh |
64d84c |
Allow freshclam to execute shell and bin_t
|
|
Dan Walsh |
64d84c |
Allow devicekit_power to transition to dhcpc
|
|
Dan Walsh |
64d84c |
Add boolean to allow icecast to connect to any port
|
|
Dan Walsh |
64d84c |
|
|
Dan Walsh |
482c9f |
* Thu Aug 31 2010 Dan Walsh <dwalsh@redhat.com> 3.9.2-1
|
|
Dan Walsh |
482c9f |
- Merge upstream fix of mmap_zero
|
|
Dan Walsh |
482c9f |
- Allow mount to write files in debugfs_t
|
|
Dan Walsh |
482c9f |
- Allow corosync to communicate with clvmd via tmpfs
|
|
Dan Walsh |
482c9f |
- Allow certmaster to read usr_t files
|
|
Dan Walsh |
482c9f |
- Allow dbus system services to search cgroup_t
|
|
Dan Walsh |
482c9f |
- Define rlogind_t as a login pgm
|
|
Dan Walsh |
482c9f |
|
|
Dan Walsh |
482c9f |
|
|
Dan Walsh |
482c9f |
* Wed Aug 31 2010 Dan Walsh <dwalsh@redhat.com> 3.9.1-3
|
|
Dan Walsh |
482c9f |
- Allow mdadm_t to read/write hugetlbfs
|
|
Dan Walsh |
482c9f |
|
|
Dan Walsh |
482c9f |
* Tue Aug 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.1-2
|
|
Dan Walsh |
482c9f |
- Dominic Grift Cleanup
|
|
Dan Walsh |
482c9f |
- Miroslav Grepl policy for jabberd
|
|
Dan Walsh |
482c9f |
- Various fixes for mount/livecd and prelink
|
|
Dan Walsh |
482c9f |
|
|
Dan Walsh |
a7a236 |
* Mon Aug 30 2010 Dan Walsh <dwalsh@redhat.com> 3.9.1-1
|
|
Dan Walsh |
a7a236 |
- Merge with upstream
|
|
Dan Walsh |
a7a236 |
|
|
Dan Walsh |
6578cf |
* Thu Aug 26 2010 Dan Walsh <dwalsh@redhat.com> 3.9.0-2
|
|
Dan Walsh |
6578cf |
- More access needed for devicekit
|
|
Dan Walsh |
6578cf |
- Add dbadm policy
|
|
Dan Walsh |
6578cf |
|
|
Dan Walsh |
ba7726 |
* Thu Aug 26 2010 Dan Walsh <dwalsh@redhat.com> 3.9.0-1
|
|
Dan Walsh |
ba7726 |
- Merge with upstream
|
|
Dan Walsh |
ba7726 |
|
|
Dan Walsh |
370d04 |
* Tue Aug 24 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-21
|
|
Dan Walsh |
370d04 |
- Allow seunshare to fowner
|
|
Dan Walsh |
370d04 |
|
|
Dan Walsh |
cc138e |
* Tue Aug 24 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-20
|
|
Dan Walsh |
cc138e |
- Allow cron to look at user_cron_spool links
|
|
Dan Walsh |
cc138e |
- Lots of fixes for mozilla_plugin_t
|
|
Dan Walsh |
cc138e |
- Add sysv file system
|
|
Dan Walsh |
cc138e |
- Turn unconfined domains to permissive to find additional avcs
|
|
Dan Walsh |
cc138e |
|
|
Dan Walsh |
632656 |
* Mon Aug 23 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-19
|
|
Dan Walsh |
632656 |
- Update policy for mozilla_plugin_t
|
|
Dan Walsh |
632656 |
|
|
Dan Walsh |
eee39f |
* Mon Aug 23 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-18
|
|
Dan Walsh |
eee39f |
- Allow clamscan to read proc_t
|
|
Dan Walsh |
eee39f |
- Allow mount_t to write to debufs_t dir
|
|
Dan Walsh |
eee39f |
- Dontaudit mount_t trying to write to security_t dir
|
|
Dan Walsh |
eee39f |
|
|
Dan Walsh |
19988c |
* Thu Aug 18 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-17
|
|
Dan Walsh |
19988c |
- Allow clamscan_t execmem if clamd_use_jit set
|
|
Dan Walsh |
19988c |
- Add policy for firefox plugin-container
|
|
Dan Walsh |
19988c |
|
|
Dan Walsh |
19988c |
* Wed Aug 17 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-16
|
|
Dan Walsh |
19988c |
- Fix /root/.forward definition
|
|
Dan Walsh |
19988c |
|
|
Dan Walsh |
3798ee |
* Tue Aug 17 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-15
|
|
Dan Walsh |
3798ee |
- label dead.letter as mail_home_t
|
|
Dan Walsh |
3798ee |
|
|
Dan Walsh |
3798ee |
* Fri Aug 13 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-14
|
|
Dan Walsh |
3798ee |
- Allow login programs to search /cgroups
|
|
Dan Walsh |
3798ee |
|
|
Dan Walsh |
3798ee |
* Thu Aug 12 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-13
|
|
Dan Walsh |
3798ee |
- Fix cert handling
|
|
Dan Walsh |
3798ee |
|
|
Dan Walsh |
922cd6 |
* Tue Aug 10 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-12
|
|
Dan Walsh |
922cd6 |
- Fix devicekit_power bug
|
|
Dan Walsh |
922cd6 |
- Allow policykit_auth_t more access.
|
|
Dan Walsh |
922cd6 |
|
|
Dan Walsh |
922cd6 |
* Thu Aug 5 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-11
|
|
Dan Walsh |
922cd6 |
- Fix nis calls to allow bind to ports 512-1024
|
|
Dan Walsh |
922cd6 |
- Fix smartmon
|
|
Dan Walsh |
922cd6 |
|
|
Dan Walsh |
922cd6 |
* Wed Aug 4 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-10
|
|
Dan Walsh |
922cd6 |
- Allow pcscd to read sysfs
|
|
Dan Walsh |
922cd6 |
- systemd fixes
|
|
Dan Walsh |
922cd6 |
- Fix wine_mmap_zero_ignore boolean
|
|
Dan Walsh |
922cd6 |
|
|
Dan Walsh |
922cd6 |
* Tue Aug 3 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-9
|
|
Dan Walsh |
922cd6 |
- Apply Miroslav munin patch
|
|
Dan Walsh |
922cd6 |
- Turn back on allow_execmem and allow_execmod booleans
|
|
Dan Walsh |
922cd6 |
|
|
Daniel J Walsh |
d4bb13 |
* Tue Jul 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-8
|
|
Daniel J Walsh |
d4bb13 |
- Merge in fixes from dgrift repository
|
|
Daniel J Walsh |
d4bb13 |
|
|
Daniel J Walsh |
7f5d8f |
* Tue Jul 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-7
|
|
Daniel J Walsh |
7f5d8f |
- Update boinc policy
|
|
Daniel J Walsh |
7f5d8f |
- Fix sysstat policy to allow sys_admin
|
|
Daniel J Walsh |
7f5d8f |
- Change failsafe_context to unconfined_r:unconfined_t:s0
|
|
Daniel J Walsh |
7f5d8f |
|
|
Daniel J Walsh |
a1ef70 |
* Mon Jul 26 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-6
|
|
Daniel J Walsh |
a1ef70 |
- New paths for upstart
|
|
Daniel J Walsh |
a1ef70 |
|
|
Daniel J Walsh |
8d55a4 |
* Mon Jul 26 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-5
|
|
Daniel J Walsh |
8d55a4 |
- New permissions for syslog
|
|
Daniel J Walsh |
8d55a4 |
- New labels for /lib/upstart
|
|
Daniel J Walsh |
8d55a4 |
|
|
Daniel J Walsh |
8d55a4 |
* Fri Jul 23 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-4
|
|
Daniel J Walsh |
8d55a4 |
- Add mojomojo policy
|
|
Daniel J Walsh |
8d55a4 |
|
|
Daniel J Walsh |
f3fc10 |
* Thu Jul 22 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-3
|
|
Daniel J Walsh |
f3fc10 |
- Allow systemd to setsockcon on sockets to immitate other services
|
|
Daniel J Walsh |
f3fc10 |
|
|
Daniel J Walsh |
9f811e |
* Wed Jul 21 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-2
|
|
Daniel J Walsh |
9f811e |
- Remove debugfs label
|
|
Daniel J Walsh |
9f811e |
|
|
Daniel J Walsh |
d66bec |
* Tue Jul 20 2010 Dan Walsh <dwalsh@redhat.com> 3.8.8-1
|
|
Daniel J Walsh |
d66bec |
- Update to latest policy
|
|
Daniel J Walsh |
d66bec |
|
|
Daniel J Walsh |
1df2fc |
* Mon Jul 14 2010 Dan Walsh <dwalsh@redhat.com> 3.8.7-3
|
|
Daniel J Walsh |
1df2fc |
- Fix eclipse labeling from IBMSupportAssasstant packageing
|
|
Daniel J Walsh |
1df2fc |
|
|
Daniel J Walsh |
3f1005 |
* Mon Jul 14 2010 Dan Walsh <dwalsh@redhat.com> 3.8.7-2
|
|
Daniel J Walsh |
3f1005 |
- Make boot with systemd in enforcing mode
|
|
Daniel J Walsh |
3f1005 |
|
|
Daniel J Walsh |
0f2ae0 |
* Mon Jul 14 2010 Dan Walsh <dwalsh@redhat.com> 3.8.7-1
|
|
Daniel J Walsh |
0f2ae0 |
- Update to upstream
|
|
Daniel J Walsh |
0f2ae0 |
|
|
Daniel J Walsh |
9c1bcc |
* Mon Jul 12 2010 Dan Walsh <dwalsh@redhat.com> 3.8.6-3
|
|
Daniel J Walsh |
9c1bcc |
- Add boolean to turn off port forwarding in sshd.
|
|
Daniel J Walsh |
9c1bcc |
|
|
Miroslav Grepl |
be922a |
* Fri Jul 9 2010 Miroslav Grepl <mgrepl@redhat.com> 3.8.6-2
|
|
Miroslav Grepl |
be922a |
- Add support for ebtables
|
|
Miroslav Grepl |
be922a |
- Fixes for rhcs and corosync policy
|
|
Miroslav Grepl |
be922a |
|
|
Daniel J Walsh |
6c4221 |
* Tue Jun 22 2010 Dan Walsh <dwalsh@redhat.com> 3.8.6-1
|
|
Daniel J Walsh |
6c4221 |
-Update to upstream
|
|
Daniel J Walsh |
6c4221 |
|
|
Daniel J Walsh |
fa98e0 |
* Mon Jun 21 2010 Dan Walsh <dwalsh@redhat.com> 3.8.5-1
|
|
Daniel J Walsh |
fa98e0 |
-Update to upstream
|
|
Daniel J Walsh |
fa98e0 |
|
|
Daniel J Walsh |
5f371a |
* Thu Jun 17 2010 Dan Walsh <dwalsh@redhat.com> 3.8.4-1
|
|
Daniel J Walsh |
5f371a |
-Update to upstream
|
|
Daniel J Walsh |
5f371a |
|
|
Daniel J Walsh |
5f371a |
* Wed Jun 16 2010 Dan Walsh <dwalsh@redhat.com> 3.8.3-4
|
|
Daniel J Walsh |
7c727a |
- Add Zarafa policy
|
|
Daniel J Walsh |
7c727a |
|
|
Daniel J Walsh |
f2403c |
* Wed Jun 9 2010 Dan Walsh <dwalsh@redhat.com> 3.8.3-3
|
|
Daniel J Walsh |
f2403c |
- Cleanup of aiccu policy
|
|
Daniel J Walsh |
f2403c |
- initial mock policy
|
|
Daniel J Walsh |
f2403c |
|
|
Daniel J Walsh |
f651bb |
* Wed Jun 9 2010 Dan Walsh <dwalsh@redhat.com> 3.8.3-2
|
|
Daniel J Walsh |
f651bb |
- Lots of random fixes
|
|
Daniel J Walsh |
f651bb |
|
|
Daniel J Walsh |
b39ccc |
* Tue Jun 8 2010 Dan Walsh <dwalsh@redhat.com> 3.8.3-1
|
|
Daniel J Walsh |
b39ccc |
- Update to upstream
|
|
Daniel J Walsh |
b39ccc |
|
|
Daniel J Walsh |
632048 |
* Fri Jun 4 2010 Dan Walsh <dwalsh@redhat.com> 3.8.2-1
|
|
Daniel J Walsh |
632048 |
- Update to upstream
|
|
Daniel J Walsh |
632048 |
- Allow prelink script to signal itself
|
|
Daniel J Walsh |
632048 |
- Cobbler fixes
|
|
Daniel J Walsh |
632048 |
|
|
Daniel J Walsh |
bca242 |
* Wed Jun 2 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-5
|
|
Daniel J Walsh |
bca242 |
- Add xdm_var_run_t to xserver_stream_connect_xdm
|
|
Daniel J Walsh |
bca242 |
- Add cmorrord and mpd policy from Miroslav Grepl
|
|
Daniel J Walsh |
bca242 |
|
|
Daniel J Walsh |
bca242 |
* Tue Jun 1 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-4
|
|
Daniel J Walsh |
e51284 |
- Fix sshd creation of krb cc files for users to be user_tmp_t
|
|
Daniel J Walsh |
e51284 |
|
|
Daniel J Walsh |
4abfc0 |
* Thu May 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-3
|
|
Daniel J Walsh |
4abfc0 |
- Fixes for accountsdialog
|
|
Daniel J Walsh |
4abfc0 |
- Fixes for boinc
|
|
Daniel J Walsh |
4abfc0 |
|
|
Daniel J Walsh |
65c6e4 |
* Thu May 27 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-2
|
|
Daniel J Walsh |
65c6e4 |
- Fix label on /var/lib/dokwiki
|
|
Daniel J Walsh |
65c6e4 |
- Change permissive domains to enforcing
|
|
Daniel J Walsh |
65c6e4 |
- Fix libvirt policy to allow it to run on mls
|
|
Daniel J Walsh |
65c6e4 |
|
|
Daniel J Walsh |
bc4089 |
* Tue May 25 2010 Dan Walsh <dwalsh@redhat.com> 3.8.1-1
|
|
Daniel J Walsh |
bc4089 |
- Update to upstream
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Tue May 25 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-22
|
|
Daniel J Walsh |
bc4089 |
- Allow procmail to execute scripts in the users home dir that are labeled home_bin_t
|
|
Daniel J Walsh |
bc4089 |
- Fix /var/run/abrtd.lock label
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Mon May 24 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-21
|
|
Daniel J Walsh |
bc4089 |
- Allow login programs to read krb5_home_t
|
|
Daniel J Walsh |
bc4089 |
Resolves: 594833
|
|
Daniel J Walsh |
bc4089 |
- Add obsoletes for cachefilesfd-selinux package
|
|
Daniel J Walsh |
bc4089 |
Resolves: #575084
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu May 20 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-20
|
|
Daniel J Walsh |
bc4089 |
- Allow mount to r/w abrt fifo file
|
|
Daniel J Walsh |
bc4089 |
- Allow svirt_t to getattr on hugetlbfs
|
|
Daniel J Walsh |
bc4089 |
- Allow abrt to create a directory under /var/spool
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Wed May 19 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-19
|
|
Daniel J Walsh |
bc4089 |
- Add labels for /sys
|
|
Daniel J Walsh |
bc4089 |
- Allow sshd to getattr on shutdown
|
|
Daniel J Walsh |
bc4089 |
- Fixes for munin
|
|
Daniel J Walsh |
bc4089 |
- Allow sssd to use the kernel key ring
|
|
Daniel J Walsh |
bc4089 |
- Allow tor to send syslog messages
|
|
Daniel J Walsh |
bc4089 |
- Allow iptabels to read usr files
|
|
Daniel J Walsh |
bc4089 |
- allow policykit to read all domains state
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu May 13 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-17
|
|
Daniel J Walsh |
bc4089 |
- Fix path for /var/spool/abrt
|
|
Daniel J Walsh |
bc4089 |
- Allow nfs_t as an entrypoint for http_sys_script_t
|
|
Daniel J Walsh |
bc4089 |
- Add policy for piranha
|
|
Daniel J Walsh |
bc4089 |
- Lots of fixes for sosreport
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Wed May 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-16
|
|
Daniel J Walsh |
bc4089 |
- Allow xm_t to read network state and get and set capabilities
|
|
Daniel J Walsh |
bc4089 |
- Allow policykit to getattr all processes
|
|
Daniel J Walsh |
bc4089 |
- Allow denyhosts to connect to tcp port 9911
|
|
Daniel J Walsh |
bc4089 |
- Allow pyranha to use raw ip sockets and ptrace itself
|
|
Daniel J Walsh |
bc4089 |
- Allow unconfined_execmem_t and gconfsd mechanism to dbus
|
|
Daniel J Walsh |
bc4089 |
- Allow staff to kill ping process
|
|
Daniel J Walsh |
bc4089 |
- Add additional MLS rules
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Mon May 10 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-15
|
|
Daniel J Walsh |
bc4089 |
- Allow gdm to edit ~/.gconf dir
|
|
Daniel J Walsh |
bc4089 |
Resolves: #590677
|
|
Daniel J Walsh |
bc4089 |
- Allow dovecot to create directories in /var/lib/dovecot
|
|
Daniel J Walsh |
bc4089 |
Partially resolves 590224
|
|
Daniel J Walsh |
bc4089 |
- Allow avahi to dbus chat with NetworkManager
|
|
Daniel J Walsh |
bc4089 |
- Fix cobbler labels
|
|
Daniel J Walsh |
bc4089 |
- Dontaudit iceauth_t leaks
|
|
Daniel J Walsh |
bc4089 |
- fix /var/lib/lxdm file context
|
|
Daniel J Walsh |
bc4089 |
- Allow aiccu to use tun tap devices
|
|
Daniel J Walsh |
bc4089 |
- Dontaudit shutdown using xserver.log
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Fri May 6 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-14
|
|
Daniel J Walsh |
bc4089 |
- Fixes for sandbox_x_net_t to match access for sandbox_web_t ++
|
|
Daniel J Walsh |
bc4089 |
- Add xdm_etc_t for /etc/gdm directory, allow accountsd to manage this directory
|
|
Daniel J Walsh |
bc4089 |
- Add dontaudit interface for bluetooth dbus
|
|
Daniel J Walsh |
bc4089 |
- Add chronyd_read_keys, append_keys for initrc_t
|
|
Daniel J Walsh |
bc4089 |
- Add log support for ksmtuned
|
|
Daniel J Walsh |
bc4089 |
Resolves: #586663
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu May 6 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-13
|
|
Daniel J Walsh |
bc4089 |
- Allow boinc to send mail
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Wed May 5 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-12
|
|
Daniel J Walsh |
bc4089 |
- Allow initrc_t to remove dhcpc_state_t
|
|
Daniel J Walsh |
bc4089 |
- Fix label on sa-update.cron
|
|
Daniel J Walsh |
bc4089 |
- Allow dhcpc to restart chrony initrc
|
|
Daniel J Walsh |
bc4089 |
- Don't allow sandbox to send signals to its parent processes
|
|
Daniel J Walsh |
bc4089 |
- Fix transition from unconfined_t -> unconfined_mount_t -> rpcd_t
|
|
Daniel J Walsh |
bc4089 |
Resolves: #589136
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Mon May 3 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-11
|
|
Daniel J Walsh |
bc4089 |
- Fix location of oddjob_mkhomedir
|
|
Daniel J Walsh |
bc4089 |
Resolves: #587385
|
|
Daniel J Walsh |
bc4089 |
- fix labeling on /root/.shosts and ~/.shosts
|
|
Daniel J Walsh |
bc4089 |
- Allow ipsec_mgmt_t to manage net_conf_t
|
|
Daniel J Walsh |
bc4089 |
Resolves: #586760
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Fri Apr 30 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-10
|
|
Daniel J Walsh |
bc4089 |
- Dontaudit sandbox trying to connect to netlink sockets
|
|
Daniel J Walsh |
bc4089 |
Resolves: #587609
|
|
Daniel J Walsh |
bc4089 |
- Add policy for piranha
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu Apr 29 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-9
|
|
Daniel J Walsh |
bc4089 |
- Fixups for xguest policy
|
|
Daniel J Walsh |
bc4089 |
- Fixes for running sandbox firefox
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Wed Apr 28 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-8
|
|
Daniel J Walsh |
bc4089 |
- Allow ksmtuned to use terminals
|
|
Daniel J Walsh |
bc4089 |
Resolves: #586663
|
|
Daniel J Walsh |
bc4089 |
- Allow lircd to write to generic usb devices
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Tue Apr 27 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-7
|
|
Daniel J Walsh |
bc4089 |
- Allow sandbox_xserver to connectto unconfined stream
|
|
Daniel J Walsh |
bc4089 |
Resolves: #585171
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Mon Apr 26 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-6
|
|
Daniel J Walsh |
bc4089 |
- Allow initrc_t to read slapd_db_t
|
|
Daniel J Walsh |
bc4089 |
Resolves: #585476
|
|
Daniel J Walsh |
bc4089 |
- Allow ipsec_mgmt to use unallocated devpts and to create /etc/resolv.conf
|
|
Daniel J Walsh |
bc4089 |
Resolves: #585963
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu Apr 22 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-5
|
|
Daniel J Walsh |
bc4089 |
- Allow rlogind_t to search /root for .rhosts
|
|
Daniel J Walsh |
bc4089 |
Resolves: #582760
|
|
Daniel J Walsh |
bc4089 |
- Fix path for cached_var_t
|
|
Daniel J Walsh |
bc4089 |
- Fix prelink paths /var/lib/prelink
|
|
Daniel J Walsh |
bc4089 |
- Allow confined users to direct_dri
|
|
Daniel J Walsh |
bc4089 |
- Allow mls lvm/cryptosetup to work
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Wed Apr 21 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-4
|
|
Daniel J Walsh |
bc4089 |
- Allow virtd_t to manage firewall/iptables config
|
|
Daniel J Walsh |
bc4089 |
Resolves: #573585
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Tue Apr 20 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-3
|
|
Daniel J Walsh |
bc4089 |
- Fix label on /root/.rhosts
|
|
Daniel J Walsh |
bc4089 |
Resolves: #582760
|
|
Daniel J Walsh |
bc4089 |
- Add labels for Picasa
|
|
Daniel J Walsh |
bc4089 |
- Allow openvpn to read home certs
|
|
Daniel J Walsh |
bc4089 |
- Allow plymouthd_t to use tty_device_t
|
|
Daniel J Walsh |
bc4089 |
- Run ncftool as iptables_t
|
|
Daniel J Walsh |
bc4089 |
- Allow mount to unmount unlabeled_t
|
|
Daniel J Walsh |
bc4089 |
- Dontaudit hal leaks
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Wed Apr 14 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-2
|
|
Daniel J Walsh |
bc4089 |
- Allow livecd to transition to mount
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Tue Apr 13 2010 Dan Walsh <dwalsh@redhat.com> 3.7.19-1
|
|
Daniel J Walsh |
bc4089 |
- Update to upstream
|
|
Daniel J Walsh |
bc4089 |
- Allow abrt to delete sosreport
|
|
Daniel J Walsh |
bc4089 |
Resolves: #579998
|
|
Daniel J Walsh |
bc4089 |
- Allow snmp to setuid and gid
|
|
Daniel J Walsh |
bc4089 |
Resolves: #582155
|
|
Daniel J Walsh |
bc4089 |
- Allow smartd to use generic scsi devices
|
|
Daniel J Walsh |
bc4089 |
Resolves: #582145
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Tue Apr 13 2010 Dan Walsh <dwalsh@redhat.com> 3.7.18-3
|
|
Daniel J Walsh |
bc4089 |
- Allow ipsec_t to create /etc/resolv.conf with the correct label
|
|
Daniel J Walsh |
bc4089 |
- Fix reserved port destination
|
|
Daniel J Walsh |
bc4089 |
- Allow autofs to transition to showmount
|
|
Daniel J Walsh |
bc4089 |
- Stop crashing tuned
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Mon Apr 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.18-2
|
|
Daniel J Walsh |
bc4089 |
- Add telepathysofiasip policy
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Mon Apr 5 2010 Dan Walsh <dwalsh@redhat.com> 3.7.18-1
|
|
Daniel J Walsh |
bc4089 |
- Update to upstream
|
|
Daniel J Walsh |
bc4089 |
- Fix label for /opt/google/chrome/chrome-sandbox
|
|
Daniel J Walsh |
bc4089 |
- Allow modemmanager to dbus with policykit
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Mon Apr 5 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-6
|
|
Daniel J Walsh |
bc4089 |
- Fix allow_httpd_mod_auth_pam to use auth_use_pam(httpd_t)
|
|
Daniel J Walsh |
bc4089 |
- Allow accountsd to read shadow file
|
|
Daniel J Walsh |
bc4089 |
- Allow apache to send audit messages when using pam
|
|
Daniel J Walsh |
bc4089 |
- Allow asterisk to bind and connect to sip tcp ports
|
|
Daniel J Walsh |
bc4089 |
- Fixes for dovecot 2.0
|
|
Daniel J Walsh |
bc4089 |
- Allow initrc_t to setattr on milter directories
|
|
Daniel J Walsh |
bc4089 |
- Add procmail_home_t for .procmailrc file
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu Apr 1 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-5
|
|
Daniel J Walsh |
bc4089 |
- Fixes for labels during install from livecd
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu Apr 1 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-4
|
|
Daniel J Walsh |
bc4089 |
- Fix /cgroup file context
|
|
Daniel J Walsh |
bc4089 |
- Fix broken afs use of unlabled_t
|
|
Daniel J Walsh |
bc4089 |
- Allow getty to use the console for s390
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Wed Mar 31 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-3
|
|
Daniel J Walsh |
bc4089 |
- Fix cgroup handling adding policy for /cgroup
|
|
Daniel J Walsh |
bc4089 |
- Allow confined users to write to generic usb devices, if user_rw_noexattrfile boolean set
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Tue Mar 30 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-2
|
|
Daniel J Walsh |
bc4089 |
- Merge patches from dgrift
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Mon Mar 29 2010 Dan Walsh <dwalsh@redhat.com> 3.7.17-1
|
|
Daniel J Walsh |
bc4089 |
- Update upstream
|
|
Daniel J Walsh |
bc4089 |
- Allow abrt to write to the /proc under any process
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Fri Mar 26 2010 Dan Walsh <dwalsh@redhat.com> 3.7.16-2
|
|
Daniel J Walsh |
bc4089 |
- Fix ~/.fontconfig label
|
|
Daniel J Walsh |
bc4089 |
- Add /root/.cert label
|
|
Daniel J Walsh |
bc4089 |
- Allow reading of the fixed_file_disk_t:lnk_file if you can read file
|
|
Daniel J Walsh |
bc4089 |
- Allow qemu_exec_t as an entrypoint to svirt_t
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Tue Mar 23 2010 Dan Walsh <dwalsh@redhat.com> 3.7.16-1
|
|
Daniel J Walsh |
bc4089 |
- Update to upstream
|
|
Daniel J Walsh |
bc4089 |
- Allow tmpreaper to delete sandbox sock files
|
|
Daniel J Walsh |
bc4089 |
- Allow chrome-sandbox_t to use /dev/zero, and dontaudit getattr file systems
|
|
Daniel J Walsh |
bc4089 |
- Fixes for gitosis
|
|
Daniel J Walsh |
bc4089 |
- No transition on livecd to passwd or chfn
|
|
Daniel J Walsh |
bc4089 |
- Fixes for denyhosts
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Tue Mar 23 2010 Dan Walsh <dwalsh@redhat.com> 3.7.15-4
|
|
Daniel J Walsh |
bc4089 |
- Add label for /var/lib/upower
|
|
Daniel J Walsh |
bc4089 |
- Allow logrotate to run sssd
|
|
Daniel J Walsh |
bc4089 |
- dontaudit readahead on tmpfs blk files
|
|
Daniel J Walsh |
bc4089 |
- Allow tmpreaper to setattr on sandbox files
|
|
Daniel J Walsh |
bc4089 |
- Allow confined users to execute dos files
|
|
Daniel J Walsh |
bc4089 |
- Allow sysadm_t to kill processes running within its clearance
|
|
Daniel J Walsh |
bc4089 |
- Add accountsd policy
|
|
Daniel J Walsh |
bc4089 |
- Fixes for corosync policy
|
|
Daniel J Walsh |
bc4089 |
- Fixes from crontab policy
|
|
Daniel J Walsh |
bc4089 |
- Allow svirt to manage svirt_image_t chr files
|
|
Daniel J Walsh |
bc4089 |
- Fixes for qdisk policy
|
|
Daniel J Walsh |
bc4089 |
- Fixes for sssd policy
|
|
Daniel J Walsh |
bc4089 |
- Fixes for newrole policy
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu Mar 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.15-3
|
|
Daniel J Walsh |
bc4089 |
- make libvirt work on an MLS platform
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
bc4089 |
* Thu Mar 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.15-2
|
|
Daniel J Walsh |
bc4089 |
- Add qpidd policy
|
|
Daniel J Walsh |
bc4089 |
|
|
Daniel J Walsh |
a72c31 |
* Thu Mar 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.15-1
|
|
Daniel J Walsh |
a72c31 |
- Update to upstream
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Tue Mar 16 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-5
|
|
Daniel J Walsh |
a72c31 |
- Allow boinc to read kernel sysctl
|
|
Daniel J Walsh |
a72c31 |
- Fix snmp port definitions
|
|
Daniel J Walsh |
a72c31 |
- Allow apache to read anon_inodefs
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Sun Mar 14 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-4
|
|
Daniel J Walsh |
a72c31 |
- Allow shutdown dac_override
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Sat Mar 13 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-3
|
|
Daniel J Walsh |
a72c31 |
- Add device_t as a file system
|
|
Daniel J Walsh |
a72c31 |
- Fix sysfs association
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Fri Mar 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-2
|
|
Daniel J Walsh |
a72c31 |
- Dontaudit ipsec_mgmt sys_ptrace
|
|
Daniel J Walsh |
a72c31 |
- Allow at to mail its spool files
|
|
Daniel J Walsh |
a72c31 |
- Allow nsplugin to search in .pulse directory
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Fri Mar 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.14-1
|
|
Daniel J Walsh |
a72c31 |
- Update to upstream
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Fri Mar 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.13-4
|
|
Daniel J Walsh |
a72c31 |
- Allow users to dbus chat with xdm
|
|
Daniel J Walsh |
a72c31 |
- Allow users to r/w wireless_device_t
|
|
Daniel J Walsh |
a72c31 |
- Dontaudit reading of process states by ipsec_mgmt
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Thu Mar 11 2010 Dan Walsh <dwalsh@redhat.com> 3.7.13-3
|
|
Daniel J Walsh |
a72c31 |
- Fix openoffice from unconfined_t
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Wed Mar 10 2010 Dan Walsh <dwalsh@redhat.com> 3.7.13-2
|
|
Daniel J Walsh |
a72c31 |
- Add shutdown policy so consolekit can shutdown system
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Tue Mar 9 2010 Dan Walsh <dwalsh@redhat.com> 3.7.13-1
|
|
Daniel J Walsh |
a72c31 |
- Update to upstream
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Thu Mar 4 2010 Dan Walsh <dwalsh@redhat.com> 3.7.12-1
|
|
Daniel J Walsh |
a72c31 |
- Update to upstream
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Thu Mar 4 2010 Dan Walsh <dwalsh@redhat.com> 3.7.11-1
|
|
Daniel J Walsh |
a72c31 |
- Update to upstream - These are merges of my patches
|
|
Daniel J Walsh |
a72c31 |
- Remove 389 labeling conflicts
|
|
Daniel J Walsh |
a72c31 |
- Add MLS fixes found in RHEL6 testing
|
|
Daniel J Walsh |
a72c31 |
- Allow pulseaudio to run as a service
|
|
Daniel J Walsh |
a72c31 |
- Add label for mssql and allow apache to connect to this database port if boolean set
|
|
Daniel J Walsh |
a72c31 |
- Dontaudit searches of debugfs mount point
|
|
Daniel J Walsh |
a72c31 |
- Allow policykit_auth to send signals to itself
|
|
Daniel J Walsh |
a72c31 |
- Allow modcluster to call getpwnam
|
|
Daniel J Walsh |
a72c31 |
- Allow swat to signal winbind
|
|
Daniel J Walsh |
a72c31 |
- Allow usbmux to run as a system role
|
|
Daniel J Walsh |
a72c31 |
- Allow svirt to create and use devpts
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Mon Mar 1 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-5
|
|
Daniel J Walsh |
a72c31 |
- Add MLS fixes found in RHEL6 testing
|
|
Daniel J Walsh |
a72c31 |
- Allow domains to append to rpm_tmp_t
|
|
Daniel J Walsh |
a72c31 |
- Add cachefilesfd policy
|
|
Daniel J Walsh |
a72c31 |
- Dontaudit leaks when transitioning
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Wed Feb 23 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-4
|
|
Daniel J Walsh |
a72c31 |
- Change allow_execstack and allow_execmem booleans to on
|
|
Daniel J Walsh |
a72c31 |
- dontaudit acct using console
|
|
Daniel J Walsh |
a72c31 |
- Add label for fping
|
|
Daniel J Walsh |
a72c31 |
- Allow tmpreaper to delete sandbox_file_t
|
|
Daniel J Walsh |
a72c31 |
- Fix wine dontaudit mmap_zero
|
|
Daniel J Walsh |
a72c31 |
- Allow abrt to read var_t symlinks
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Tue Feb 22 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-3
|
|
Daniel J Walsh |
a72c31 |
- Additional policy for rgmanager
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Mon Feb 22 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-2
|
|
Daniel J Walsh |
a72c31 |
- Allow sshd to setattr on pseudo terms
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Mon Feb 22 2010 Dan Walsh <dwalsh@redhat.com> 3.7.10-1
|
|
Daniel J Walsh |
a72c31 |
- Update to upstream
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Thu Feb 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.9-4
|
|
Daniel J Walsh |
a72c31 |
- Allow policykit to send itself signals
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Wed Feb 17 2010 Dan Walsh <dwalsh@redhat.com> 3.7.9-3
|
|
Daniel J Walsh |
a72c31 |
- Fix duplicate cobbler definition
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
a72c31 |
* Wed Feb 17 2010 Dan Walsh <dwalsh@redhat.com> 3.7.9-2
|
|
Daniel J Walsh |
a72c31 |
- Fix file context of /var/lib/avahi-autoipd
|
|
Daniel J Walsh |
a72c31 |
|
|
Daniel J Walsh |
add957 |
* Fri Feb 12 2010 Dan Walsh <dwalsh@redhat.com> 3.7.9-1
|
|
Daniel J Walsh |
add957 |
- Merge with upstream
|
|
Daniel J Walsh |
add957 |
|
|
Daniel J Walsh |
3c551b |
* Thu Feb 11 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-11
|
|
Daniel J Walsh |
3c551b |
- Allow sandbox to work with MLS
|
|
Daniel J Walsh |
3c551b |
|
|
Daniel J Walsh |
43c7f5 |
* Tue Feb 9 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-9
|
|
Daniel J Walsh |
43c7f5 |
- Make Chrome work with staff user
|
|
Daniel J Walsh |
43c7f5 |
|
|
Daniel J Walsh |
487de6 |
* Thu Feb 4 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-8
|
|
Daniel J Walsh |
487de6 |
- Add icecast policy
|
|
Daniel J Walsh |
487de6 |
- Cleanup spec file
|
|
Daniel J Walsh |
487de6 |
|
|
Daniel J Walsh |
30c219 |
* Wed Feb 3 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-7
|
|
Daniel J Walsh |
30c219 |
- Add mcelog policy
|
|
Daniel J Walsh |
30c219 |
|
|
Daniel J Walsh |
a62c64 |
* Mon Feb 1 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-6
|
|
Daniel J Walsh |
a62c64 |
- Lots of fixes found in F12
|
|
Daniel J Walsh |
a62c64 |
|
|
Daniel J Walsh |
b2f6b0 |
* Thu Jan 27 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-5
|
|
Daniel J Walsh |
b2f6b0 |
- Fix rpm_dontaudit_leaks
|
|
Daniel J Walsh |
b2f6b0 |
|
|
Daniel J Walsh |
4d67b4 |
* Wed Jan 27 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-4
|
|
Daniel J Walsh |
4d67b4 |
- Add getsched to hald_t
|
|
Daniel J Walsh |
4d67b4 |
- Add file context for Fedora/Redhat Directory Server
|
|
Daniel J Walsh |
4d67b4 |
|
|
Daniel J Walsh |
b0f365 |
* Mon Jan 25 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-3
|
|
Daniel J Walsh |
b0f365 |
- Allow abrt_helper to getattr on all filesystems
|
|
Daniel J Walsh |
487de6 |
- Add label for /opt/real/RealPlayer/plugins/oggfformat\.so
|
|
Daniel J Walsh |
b0f365 |
|
|
Daniel J Walsh |
b65afa |
* Thu Jan 21 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-2
|
|
Daniel J Walsh |
b65afa |
- Add gstreamer_home_t for ~/.gstreamer
|
|
Daniel J Walsh |
b65afa |
|
|
Daniel J Walsh |
faec5c |
* Mon Jan 18 2010 Dan Walsh <dwalsh@redhat.com> 3.7.8-1
|
|
Daniel J Walsh |
faec5c |
- Update to upstream
|
|
Daniel J Walsh |
faec5c |
|
|
Daniel J Walsh |
3b5466 |
* Fri Jan 15 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-3
|
|
Daniel J Walsh |
3b5466 |
- Fix git
|
|
Daniel J Walsh |
3b5466 |
|
|
Daniel J Walsh |
89ad5e |
* Thu Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-2
|
|
Daniel J Walsh |
89ad5e |
- Turn on puppet policy
|
|
Daniel J Walsh |
89ad5e |
- Update to dgrift git policy
|
|
Daniel J Walsh |
89ad5e |
|
|
Daniel J Walsh |
fc05ac |
* Mon Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.7-1
|
|
Daniel J Walsh |
fc05ac |
- Move users file to selection by spec file.
|
|
Daniel J Walsh |
fc05ac |
- Allow vncserver to run as unconfined_u:unconfined_r:unconfined_t
|
|
Daniel J Walsh |
fc05ac |
|
|
Daniel J Walsh |
352daf |
* Thu Jan 7 2010 Dan Walsh <dwalsh@redhat.com> 3.7.6-1
|
|
Daniel J Walsh |
352daf |
- Update to upstream
|
|
Daniel J Walsh |
352daf |
|
|
Daniel J Walsh |
6049e2 |
* Wed Jan 6 2010 Dan Walsh <dwalsh@redhat.com> 3.7.5-8
|
|
Daniel J Walsh |
6049e2 |
- Remove most of the permissive domains from F12.
|
|
Daniel J Walsh |
6049e2 |
|
|
Daniel J Walsh |
485ded |
* Tue Jan 5 2010 Dan Walsh <dwalsh@redhat.com> 3.7.5-7
|
|
Daniel J Walsh |
485ded |
- Add cobbler policy from dgrift
|
|
Daniel J Walsh |
485ded |
|
|
Daniel J Walsh |
1e86f3 |
* Mon Jan 4 2010 Dan Walsh <dwalsh@redhat.com> 3.7.5-6
|
|
Daniel J Walsh |
1e86f3 |
- add usbmon device
|
|
Daniel J Walsh |
1e86f3 |
- Add allow rulse for devicekit_disk
|
|
Daniel J Walsh |
1e86f3 |
|
|
Daniel J Walsh |
4478a9 |
* Wed Dec 30 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-5
|
|
Daniel J Walsh |
4478a9 |
- Lots of fixes found in F12, fixes from Tom London
|
|
Daniel J Walsh |
4478a9 |
|
|
Daniel J Walsh |
e2f53d |
* Wed Dec 23 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-4
|
|
Daniel J Walsh |
e2f53d |
- Cleanups from dgrift
|
|
Daniel J Walsh |
e2f53d |
|
|
Daniel J Walsh |
550cc5 |
* Tue Dec 22 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-3
|
|
Daniel J Walsh |
550cc5 |
- Add back xserver_manage_home_fonts
|
|
Daniel J Walsh |
550cc5 |
|
|
Daniel J Walsh |
7d4058 |
* Mon Dec 21 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-2
|
|
Daniel J Walsh |
7d4058 |
- Dontaudit sandbox trying to read nscd and sssd
|
|
Daniel J Walsh |
7d4058 |
|
|
Daniel J Walsh |
b46754 |
* Fri Dec 18 2009 Dan Walsh <dwalsh@redhat.com> 3.7.5-1
|
|
Daniel J Walsh |
b46754 |
- Update to upstream
|
|
Daniel J Walsh |
b46754 |
|
|
Daniel J Walsh |
b46754 |
* Thu Dec 17 2009 Dan Walsh <dwalsh@redhat.com> 3.7.4-4
|
|
Daniel J Walsh |
6ca563 |
- Rename udisks-daemon back to devicekit_disk_t policy
|
|
Daniel J Walsh |
6ca563 |
|
|
Daniel J Walsh |
e54cc7 |
* Wed Dec 16 2009 Dan Walsh <dwalsh@redhat.com> 3.7.4-3
|
|
Daniel J Walsh |
e54cc7 |
- Fixes for abrt calls
|
|
Daniel J Walsh |
e54cc7 |
|
|
Daniel J Walsh |
755e2d |
* Fri Dec 11 2009 Dan Walsh <dwalsh@redhat.com> 3.7.4-2
|
|
Daniel J Walsh |
755e2d |
- Add tgtd policy
|
|
Daniel J Walsh |
755e2d |
|
|
Daniel J Walsh |
9eef35 |
* Fri Dec 4 2009 Dan Walsh <dwalsh@redhat.com> 3.7.4-1
|
|
Daniel J Walsh |
9eef35 |
- Update to upstream release
|
|
Daniel J Walsh |
9eef35 |
|
|
Daniel J Walsh |
f2a1dc |
* Mon Nov 16 2009 Dan Walsh <dwalsh@redhat.com> 3.7.3-1
|
|
Daniel J Walsh |
ce8c76 |
- Add asterisk policy back in
|
|
Daniel J Walsh |
f2a1dc |
- Update to upstream release 2.20091117
|
|
Daniel J Walsh |
ce8c76 |
|
|
Daniel J Walsh |
55acbf |
* Mon Nov 16 2009 Dan Walsh <dwalsh@redhat.com> 3.7.1-1
|
|
Daniel J Walsh |
55acbf |
- Update to upstream release 2.20091117
|
|
Daniel J Walsh |
55acbf |
|
|
Daniel J Walsh |
55acbf |
* Mon Nov 16 2009 Dan Walsh <dwalsh@redhat.com> 3.6.33-2
|
|
Daniel J Walsh |
55acbf |
- Fixup nut policy
|
|
Daniel J Walsh |
55acbf |
|
|
Daniel J Walsh |
5e44eb |
* Thu Nov 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.33-1
|
|
Daniel J Walsh |
5e44eb |
- Update to upstream
|
|
Daniel J Walsh |
5e44eb |
|
|
Daniel J Walsh |
32594a |
* Thu Oct 1 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-17
|
|
Daniel J Walsh |
32594a |
- Allow vpnc request the kernel to load modules
|
|
Daniel J Walsh |
32594a |
|
|
Daniel J Walsh |
32594a |
* Wed Sep 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-16
|
|
Daniel J Walsh |
32594a |
- Fix minimum policy installs
|
|
Daniel J Walsh |
32594a |
- Allow udev and rpcbind to request the kernel to load modules
|
|
Daniel J Walsh |
32594a |
|
|
Daniel J Walsh |
32594a |
* Wed Sep 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-15
|
|
Daniel J Walsh |
aaf52f |
- Add plymouth policy
|
|
Daniel J Walsh |
32594a |
- Allow local_login to sys_admin
|
|
Daniel J Walsh |
aaf52f |
|
|
Daniel J Walsh |
aaf52f |
* Tue Sep 29 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-13
|
|
Daniel J Walsh |
d976a8 |
- Allow cupsd_config to read user tmp
|
|
Daniel J Walsh |
d976a8 |
- Allow snmpd_t to signal itself
|
|
Daniel J Walsh |
d976a8 |
- Allow sysstat_t to makedir in sysstat_log_t
|
|
Daniel J Walsh |
d976a8 |
|
|
Daniel J Walsh |
8b10e3 |
* Fri Sep 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-12
|
|
Daniel J Walsh |
8b10e3 |
- Update rhcs policy
|
|
Daniel J Walsh |
8b10e3 |
|
|
Daniel J Walsh |
85582d |
* Thu Sep 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-11
|
|
Daniel J Walsh |
85582d |
- Allow users to exec restorecond
|
|
Daniel J Walsh |
85582d |
|
|
Daniel J Walsh |
f5a104 |
* Tue Sep 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-10
|
|
Daniel J Walsh |
f5a104 |
- Allow sendmail to request kernel modules load
|
|
Daniel J Walsh |
f5a104 |
|
|
Daniel J Walsh |
4c2f29 |
* Mon Sep 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-9
|
|
Daniel J Walsh |
405a74 |
- Fix all kernel_request_load_module domains
|
|
Daniel J Walsh |
405a74 |
|
|
Daniel J Walsh |
4c2f29 |
* Mon Sep 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-8
|
|
Daniel J Walsh |
4c2f29 |
- Fix all kernel_request_load_module domains
|
|
Daniel J Walsh |
405a74 |
|
|
Daniel J Walsh |
41f8e3 |
* Sun Sep 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-7
|
|
Daniel J Walsh |
41f8e3 |
- Remove allow_exec* booleans for confined users. Only available for unconfined_t
|
|
Daniel J Walsh |
41f8e3 |
|
|
Daniel J Walsh |
8323d5 |
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-6
|
|
Daniel J Walsh |
8323d5 |
- More fixes for sandbox_web_t
|
|
Daniel J Walsh |
8323d5 |
|
|
Daniel J Walsh |
ab4629 |
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-5
|
|
Daniel J Walsh |
ab4629 |
- Allow sshd to create .ssh directory and content
|
|
Daniel J Walsh |
ab4629 |
|
|
Daniel J Walsh |
d53d15 |
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-4
|
|
Daniel J Walsh |
d53d15 |
- Fix request_module line to module_request
|
|
Daniel J Walsh |
d53d15 |
|
|
Daniel J Walsh |
1fb0a9 |
* Fri Sep 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-3
|
|
Daniel J Walsh |
1fb0a9 |
- Fix sandbox policy to allow it to run under firefox.
|
|
Daniel J Walsh |
1fb0a9 |
- Dont audit leaks.
|
|
Daniel J Walsh |
1fb0a9 |
|
|
Daniel J Walsh |
1fb0a9 |
* Thu Sep 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-2
|
|
Daniel J Walsh |
9de703 |
- Fixes for sandbox
|
|
Daniel J Walsh |
9de703 |
|
|
Daniel J Walsh |
69290f |
* Wed Sep 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-1
|
|
Daniel J Walsh |
69290f |
- Update to upstream
|
|
Daniel J Walsh |
69290f |
- Dontaudit nsplugin search /root
|
|
Daniel J Walsh |
69290f |
- Dontaudit nsplugin sys_nice
|
|
Daniel J Walsh |
69290f |
|
|
Daniel J Walsh |
23e708 |
* Mon Sep 15 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-5
|
|
Daniel J Walsh |
23e708 |
- Fix label on /usr/bin/notepad, /usr/sbin/vboxadd-service
|
|
Daniel J Walsh |
23e708 |
- Remove policycoreutils-python requirement except for minimum
|
|
Daniel J Walsh |
23e708 |
|
|
Daniel J Walsh |
6b7b0c |
* Mon Sep 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-4
|
|
Daniel J Walsh |
6b7b0c |
- Fix devicekit_disk_t to getattr on all domains sockets and fifo_files
|
|
Daniel J Walsh |
6b7b0c |
- Conflicts seedit (You can not use selinux-policy-targeted and seedit at the same time.)
|
|
Daniel J Walsh |
6b7b0c |
|
|
Daniel J Walsh |
6b7b0c |
|
|
Daniel J Walsh |
e20e35 |
* Thu Sep 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-3
|
|
Daniel J Walsh |
e20e35 |
- Add wordpress/wp-content/uploads label
|
|
Daniel J Walsh |
e20e35 |
- Fixes for sandbox when run from staff_t
|
|
Daniel J Walsh |
e20e35 |
|
|
Daniel J Walsh |
ddc858 |
* Thu Sep 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-2
|
|
Daniel J Walsh |
ddc858 |
- Update to upstream
|
|
Daniel J Walsh |
ddc858 |
- Fixes for devicekit_disk
|
|
Daniel J Walsh |
ddc858 |
|
|
Daniel J Walsh |
b8498d |
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-6
|
|
Daniel J Walsh |
b8498d |
- More fixes
|
|
Daniel J Walsh |
b8498d |
|
|
Daniel J Walsh |
123ae9 |
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-5
|
|
Daniel J Walsh |
123ae9 |
- Lots of fixes for initrc and other unconfined domains
|
|
Daniel J Walsh |
123ae9 |
|
|
Daniel J Walsh |
72bc25 |
* Fri Sep 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-4
|
|
Daniel J Walsh |
72bc25 |
- Allow xserver to use netlink_kobject_uevent_socket
|
|
Daniel J Walsh |
72bc25 |
|
|
Daniel J Walsh |
72bc25 |
* Thu Sep 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-3
|
|
Daniel J Walsh |
72bc25 |
- Fixes for sandbox
|
|
Daniel J Walsh |
72bc25 |
|
|
Daniel J Walsh |
1a2981 |
* Mon Aug 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-2
|
|
Daniel J Walsh |
1a2981 |
- Dontaudit setroubleshootfix looking at /root directory
|
|
Daniel J Walsh |
1a2981 |
|
|
Daniel J Walsh |
65c3f9 |
* Mon Aug 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.30-1
|
|
Daniel J Walsh |
65c3f9 |
- Update to upsteam
|
|
Daniel J Walsh |
65c3f9 |
|
|
Daniel J Walsh |
cb5670 |
* Mon Aug 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.29-2
|
|
Daniel J Walsh |
cb5670 |
- Allow gssd to send signals to users
|
|
Daniel J Walsh |
cb5670 |
- Fix duplicate label for apache content
|
|
Daniel J Walsh |
cb5670 |
|
|
Daniel J Walsh |
faf9cb |
* Fri Aug 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.29-1
|
|
Daniel J Walsh |
faf9cb |
- Update to upstream
|
|
Daniel J Walsh |
faf9cb |
|
|
Daniel J Walsh |
38d427 |
* Fri Aug 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-9
|
|
Daniel J Walsh |
38d427 |
- Remove polkit_auth on upgrades
|
|
Daniel J Walsh |
38d427 |
|
|
Daniel J Walsh |
07c04f |
* Wed Aug 26 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-8
|
|
Daniel J Walsh |
07c04f |
- Add back in unconfined.pp and unconfineduser.pp
|
|
Daniel J Walsh |
42f9ef |
- Add Sandbox unshare
|
|
Daniel J Walsh |
07c04f |
|
|
Daniel J Walsh |
89e354 |
* Tue Aug 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-7
|
|
Daniel J Walsh |
89e354 |
- Fixes for cdrecord, mdadm, and others
|
|
Daniel J Walsh |
89e354 |
|
|
Daniel J Walsh |
080ce6 |
* Sat Aug 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-6
|
|
Daniel J Walsh |
080ce6 |
- Add capability setting to dhcpc and gpm
|
|
Daniel J Walsh |
080ce6 |
|
|
Daniel J Walsh |
8e64d7 |
* Sat Aug 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-5
|
|
Daniel J Walsh |
8e64d7 |
- Allow cronjobs to read exim_spool_t
|
|
Daniel J Walsh |
8e64d7 |
|
|
Daniel J Walsh |
c5f5b5 |
* Fri Aug 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-4
|
|
Daniel J Walsh |
c5f5b5 |
- Add ABRT policy
|
|
Daniel J Walsh |
c5f5b5 |
|
|
Daniel J Walsh |
e3dd49 |
* Thu Aug 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-3
|
|
Daniel J Walsh |
e3dd49 |
- Fix system-config-services policy
|
|
Daniel J Walsh |
e3dd49 |
|
|
Daniel J Walsh |
fc8ff2 |
* Wed Aug 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-2
|
|
Daniel J Walsh |
fc8ff2 |
- Allow libvirt to change user componant of virt_domain
|
|
Daniel J Walsh |
fc8ff2 |
|
|
Daniel J Walsh |
40243d |
* Tue Aug 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.28-1
|
|
Daniel J Walsh |
40243d |
- Allow cupsd_config_t to be started by dbus
|
|
Daniel J Walsh |
40243d |
- Add smoltclient policy
|
|
Daniel J Walsh |
40243d |
|
|
Daniel J Walsh |
9c2702 |
* Fri Aug 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.27-1
|
|
Daniel J Walsh |
9c2702 |
- Add policycoreutils-python to pre install
|
|
Daniel J Walsh |
9c2702 |
|
|
Daniel J Walsh |
b2c5e7 |
* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-11
|
|
Daniel J Walsh |
b2c5e7 |
- Make all unconfined_domains permissive so we can see what AVC's happen
|
|
Daniel J Walsh |
b2c5e7 |
|
|
Daniel J Walsh |
7fe210 |
* Mon Aug 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-10
|
|
Daniel J Walsh |
7fe210 |
- Add pt_chown policy
|
|
Daniel J Walsh |
7fe210 |
|
|
Daniel J Walsh |
867473 |
* Mon Aug 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-9
|
|
Daniel J Walsh |
867473 |
- Add kdump policy for Miroslav Grepl
|
|
Daniel J Walsh |
867473 |
- Turn off execstack boolean
|
|
Daniel J Walsh |
867473 |
|
|
Bill Nottingham |
ac7bbf |
* Fri Aug 7 2009 Bill Nottingham <notting@redhat.com> 3.6.26-8
|
|
Bill Nottingham |
ac7bbf |
- Turn on execstack on a temporary basis (#512845)
|
|
Bill Nottingham |
ac7bbf |
|
|
Daniel J Walsh |
4de382 |
* Thu Aug 6 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-7
|
|
Daniel J Walsh |
4de382 |
- Allow nsplugin to connecto the session bus
|
|
Daniel J Walsh |
4de382 |
- Allow samba_net to write to coolkey data
|
|
Daniel J Walsh |
4de382 |
|
|
Daniel J Walsh |
e21330 |
* Wed Aug 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-6
|
|
Daniel J Walsh |
e21330 |
- Allow devicekit_disk to list inotify
|
|
Daniel J Walsh |
e21330 |
|
|
Daniel J Walsh |
4816e9 |
* Wed Aug 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-5
|
|
Daniel J Walsh |
4816e9 |
- Allow svirt images to create sock_file in svirt_var_run_t
|
|
Daniel J Walsh |
4816e9 |
|
|
Daniel J Walsh |
467326 |
* Tue Aug 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-4
|
|
Daniel J Walsh |
467326 |
- Allow exim to getattr on mountpoints
|
|
Daniel J Walsh |
467326 |
- Fixes for pulseaudio
|
|
Daniel J Walsh |
467326 |
|
|
Daniel J Walsh |
947b43 |
* Fri Jul 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-3
|
|
Daniel J Walsh |
947b43 |
- Allow svirt_t to stream_connect to virtd_t
|
|
Daniel J Walsh |
947b43 |
|
|
Daniel J Walsh |
af4fa8 |
* Fri Jul 31 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-2
|
|
Daniel J Walsh |
af4fa8 |
- Allod hald_dccm_t to create sock_files in /tmp
|
|
Daniel J Walsh |
af4fa8 |
|
|
Daniel J Walsh |
af4fa8 |
* Thu Jul 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.26-1
|
|
Daniel J Walsh |
abd153 |
- More fixes from upstream
|
|
Daniel J Walsh |
abd153 |
|
|
Daniel J Walsh |
c6e222 |
* Tue Jul 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.25-1
|
|
Daniel J Walsh |
c6e222 |
- Fix polkit label
|
|
Daniel J Walsh |
c6e222 |
- Remove hidebrokensymptoms for nss_ldap fix
|
|
Daniel J Walsh |
c6e222 |
- Add modemmanager policy
|
|
Daniel J Walsh |
c6e222 |
- Lots of merges from upstream
|
|
Daniel J Walsh |
c6e222 |
- Begin removing textrel_shlib_t labels, from fixed libraries
|
|
Daniel J Walsh |
c6e222 |
|
|
Daniel J Walsh |
375056 |
* Tue Jul 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.24-1
|
|
Daniel J Walsh |
375056 |
- Update to upstream
|
|
Daniel J Walsh |
375056 |
|
|
Daniel J Walsh |
916052 |
* Mon Jul 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.23-2
|
|
Daniel J Walsh |
916052 |
- Allow certmaster to override dac permissions
|
|
Daniel J Walsh |
916052 |
|
|
Daniel J Walsh |
df7055 |
* Thu Jul 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.23-1
|
|
Daniel J Walsh |
df7055 |
- Update to upstream
|
|
Daniel J Walsh |
df7055 |
|
|
Daniel J Walsh |
df7055 |
* Tue Jul 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.22-3
|
|
Daniel J Walsh |
8da024 |
- Fix context for VirtualBox
|
|
Daniel J Walsh |
8da024 |
|
|
Daniel J Walsh |
2360ff |
* Tue Jul 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.22-1
|
|
Daniel J Walsh |
2360ff |
- Update to upstream
|
|
Daniel J Walsh |
2360ff |
|
|
Daniel J Walsh |
2360ff |
* Fri Jul 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.21-4
|
|
Daniel J Walsh |
2360ff |
- Allow clamscan read amavis spool files
|
|
Daniel J Walsh |
2360ff |
|
|
Daniel J Walsh |
a88b48 |
* Wed Jul 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.21-3
|
|
Daniel J Walsh |
a88b48 |
- Fixes for xguest
|
|
Daniel J Walsh |
a88b48 |
|
|
Tom Callaway |
a85aef |
* Tue Jul 7 2009 Tom "spot" Callaway <tcallawa@redhat.com> 3.6.21-2
|
|
Tom Callaway |
a85aef |
- fix multiple directory ownership of mandirs
|
|
Tom Callaway |
a85aef |
|
|
Daniel J Walsh |
d9676a |
* Wed Jul 1 2009 Dan Walsh <dwalsh@redhat.com> 3.6.21-1
|
|
Daniel J Walsh |
d9676a |
- Update to upstream
|
|
Daniel J Walsh |
d9676a |
|
|
Daniel J Walsh |
bcc53d |
* Tue Jun 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.20-2
|
|
Daniel J Walsh |
bcc53d |
- Add rules for rtkit-daemon
|
|
Daniel J Walsh |
bcc53d |
|
|
Daniel J Walsh |
7b16d5 |
* Thu Jun 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.20-1
|
|
Daniel J Walsh |
7b16d5 |
- Update to upstream
|
|
Daniel J Walsh |
7b16d5 |
- Fix nlscd_stream_connect
|
|
Daniel J Walsh |
7b16d5 |
|
|
Daniel J Walsh |
221642 |
* Thu Jun 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-5
|
|
Daniel J Walsh |
221642 |
- Add rtkit policy
|
|
Daniel J Walsh |
221642 |
|
|
Daniel J Walsh |
d399fb |
* Wed Jun 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-4
|
|
Daniel J Walsh |
d399fb |
- Allow rpcd_t to stream connect to rpcbind
|
|
Daniel J Walsh |
d399fb |
|
|
Daniel J Walsh |
9850f4 |
* Tue Jun 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-3
|
|
Daniel J Walsh |
9850f4 |
- Allow kpropd to create tmp files
|
|
Daniel J Walsh |
9850f4 |
|
|
Daniel J Walsh |
93dc66 |
* Tue Jun 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-2
|
|
Daniel J Walsh |
93dc66 |
- Fix last duplicate /var/log/rpmpkgs
|
|
Daniel J Walsh |
93dc66 |
|
|
Daniel J Walsh |
93dc66 |
* Mon Jun 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.19-1
|
|
Daniel J Walsh |
a9f095 |
- Update to upstream
|
|
Daniel J Walsh |
a9f095 |
* add sssd
|
|
Daniel J Walsh |
a9f095 |
|
|
Daniel J Walsh |
886631 |
* Sat Jun 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.18-1
|
|
Daniel J Walsh |
886631 |
- Update to upstream
|
|
Daniel J Walsh |
886631 |
* cleanup
|
|
Daniel J Walsh |
607109 |
* Fri Jun 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.17-1
|
|
Daniel J Walsh |
607109 |
- Update to upstream
|
|
Daniel J Walsh |
607109 |
- Additional mail ports
|
|
Daniel J Walsh |
607109 |
- Add virt_use_usb boolean for svirt
|
|
Daniel J Walsh |
607109 |
|
|
Daniel J Walsh |
9386d6 |
* Thu Jun 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.16-4
|
|
Daniel J Walsh |
9386d6 |
- Fix mcs rules to include chr_file and blk_file
|
|
Daniel J Walsh |
9386d6 |
|
|
Daniel J Walsh |
e3bf67 |
* Tue Jun 16 2009 Dan Walsh <dwalsh@redhat.com> 3.6.16-3
|
|
Daniel J Walsh |
e3bf67 |
- Add label for udev-acl
|
|
Daniel J Walsh |
e3bf67 |
|
|
Daniel J Walsh |
f8df9e |
* Mon Jun 15 2009 Dan Walsh <dwalsh@redhat.com> 3.6.16-2
|
|
Daniel J Walsh |
f8df9e |
- Additional rules for consolekit/udev, privoxy and various other fixes
|
|
Daniel J Walsh |
f8df9e |
|
|
Daniel J Walsh |
49883e |
* Fri Jun 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.16-1
|
|
Daniel J Walsh |
d3ae97 |
- New version for upstream
|
|
Daniel J Walsh |
d3ae97 |
|
|
Daniel J Walsh |
6b8380 |
* Thu Jun 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.14-3
|
|
Daniel J Walsh |
6b8380 |
- Allow NetworkManager to read inotifyfs
|
|
Daniel J Walsh |
6b8380 |
|
|
Daniel J Walsh |
aa7b9c |
* Wed Jun 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.14-2
|
|
Daniel J Walsh |
aa7b9c |
- Allow setroubleshoot to run mlocate
|
|
Daniel J Walsh |
aa7b9c |
|
|
Daniel J Walsh |
819771 |
* Mon Jun 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.14-1
|
|
Daniel J Walsh |
819771 |
- Update to upstream
|
|
Daniel J Walsh |
819771 |
|
|
Daniel J Walsh |
819771 |
* Tue Jun 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.13-3
|
|
Daniel J Walsh |
819771 |
- Add fish as a shell
|
|
Daniel J Walsh |
819771 |
- Allow fprintd to list usbfs_t
|
|
Daniel J Walsh |
819771 |
- Allow consolekit to search mountpoints
|
|
Daniel J Walsh |
819771 |
- Add proper labeling for shorewall
|
|
Daniel J Walsh |
819771 |
|
|
Daniel J Walsh |
9ee63d |
* Tue May 26 2009 Dan Walsh <dwalsh@redhat.com> 3.6.13-2
|
|
Daniel J Walsh |
9ee63d |
- New log file for vmware
|
|
Daniel J Walsh |
9ee63d |
- Allow xdm to setattr on user_tmp_t
|
|
Daniel J Walsh |
9ee63d |
|
|
Daniel J Walsh |
ef7416 |
* Thu May 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.13-1
|
|
Daniel J Walsh |
ef7416 |
- Upgrade to upstream
|
|
Daniel J Walsh |
ef7416 |
|
|
Daniel J Walsh |
eead2a |
* Wed May 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-39
|
|
Daniel J Walsh |
eead2a |
- Allow fprintd to access sys_ptrace
|
|
Daniel J Walsh |
eead2a |
- Add sandbox policy
|
|
Daniel J Walsh |
eead2a |
|
|
Daniel J Walsh |
7b6c10 |
* Mon May 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-38
|
|
Daniel J Walsh |
7b6c10 |
- Add varnishd policy
|
|
Daniel J Walsh |
7b6c10 |
|
|
Daniel J Walsh |
f72bd4 |
* Thu May 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-37
|
|
Daniel J Walsh |
f72bd4 |
- Fixes for kpropd
|
|
Daniel J Walsh |
f72bd4 |
|
|
Daniel J Walsh |
fcb441 |
* Tue May 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-36
|
|
Daniel J Walsh |
fcb441 |
- Allow brctl to r/w tun_tap_device_t
|
|
Daniel J Walsh |
fcb441 |
|
|
Daniel J Walsh |
62cfaf |
* Mon May 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-35
|
|
Daniel J Walsh |
62cfaf |
- Add /usr/share/selinux/packages
|
|
Daniel J Walsh |
62cfaf |
|
|
Daniel J Walsh |
0f6b92 |
* Mon May 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-34
|
|
Daniel J Walsh |
0f6b92 |
- Allow rpcd_t to send signals to kernel threads
|
|
Daniel J Walsh |
0f6b92 |
|
|
Daniel J Walsh |
992419 |
* Fri May 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-33
|
|
Daniel J Walsh |
992419 |
- Fix upgrade for F10 to F11
|
|
Daniel J Walsh |
992419 |
|
|
Daniel J Walsh |
a2098a |
* Thu May 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-31
|
|
Daniel J Walsh |
a2098a |
- Add policy for /var/lib/fprint
|
|
Daniel J Walsh |
a2098a |
|
|
Daniel J Walsh |
8a0604 |
* Tue May 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-30
|
|
Daniel J Walsh |
8a0604 |
-Remove duplicate line
|
|
Daniel J Walsh |
8a0604 |
|
|
Daniel J Walsh |
959ab9 |
* Tue May 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-29
|
|
Daniel J Walsh |
959ab9 |
- Allow svirt to manage pci and other sysfs device data
|
|
Daniel J Walsh |
959ab9 |
|
|
Daniel J Walsh |
0e31a0 |
* Mon May 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-28
|
|
Daniel J Walsh |
0e31a0 |
- Fix package selection handling
|
|
Daniel J Walsh |
0e31a0 |
|
|
Daniel J Walsh |
5dd89f |
* Fri May 1 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-27
|
|
Daniel J Walsh |
5dd89f |
- Fix /sbin/ip6tables-save context
|
|
Daniel J Walsh |
c32d79 |
- Allod udev to transition to mount
|
|
Daniel J Walsh |
c32d79 |
- Fix loading of mls policy file
|
|
Daniel J Walsh |
5dd89f |
|
|
Daniel J Walsh |
37ebfc |
* Thu Apr 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-26
|
|
Daniel J Walsh |
37ebfc |
- Add shorewall policy
|
|
Daniel J Walsh |
37ebfc |
|
|
Daniel J Walsh |
37ebfc |
* Wed Apr 29 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-25
|
|
Daniel J Walsh |
21b13f |
- Additional rules for fprintd and sssd
|
|
Daniel J Walsh |
21b13f |
|
|
Daniel J Walsh |
40d8f6 |
* Tue Apr 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-24
|
|
Daniel J Walsh |
40d8f6 |
- Allow nsplugin to unix_read unix_write sem for unconfined_java
|
|
Daniel J Walsh |
40d8f6 |
|
|
Daniel J Walsh |
b3ac4a |
* Tue Apr 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-23
|
|
Daniel J Walsh |
b3ac4a |
- Fix uml files to be owned by users
|
|
Daniel J Walsh |
b3ac4a |
|
|
Daniel J Walsh |
e080bb |
* Tue Apr 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-22
|
|
Daniel J Walsh |
e080bb |
- Fix Upgrade path to install unconfineduser.pp when unocnfined package is 3.0.0 or less
|
|
Daniel J Walsh |
e080bb |
|
|
Daniel J Walsh |
b11dbb |
* Mon Apr 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-21
|
|
Daniel J Walsh |
e080bb |
- Allow confined users to manage virt_content_t, since this is home dir content
|
|
Daniel J Walsh |
b11dbb |
- Allow all domains to read rpm_script_tmp_t which is what shell creates on redirection
|
|
Daniel J Walsh |
b11dbb |
|
|
Daniel J Walsh |
b0991a |
* Mon Apr 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-20
|
|
Daniel J Walsh |
b0991a |
- Fix labeling on /var/lib/misc/prelink*
|
|
Daniel J Walsh |
b0991a |
- Allow xserver to rw_shm_perms with all x_clients
|
|
Daniel J Walsh |
b0991a |
- Allow prelink to execute files in the users home directory
|
|
Daniel J Walsh |
b0991a |
|
|
Daniel J Walsh |
89c9c9 |
* Fri Apr 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-19
|
|
Daniel J Walsh |
dac838 |
- Allow initrc_t to delete dev_null
|
|
Daniel J Walsh |
dac838 |
- Allow readahead to configure auditing
|
|
Daniel J Walsh |
eaaf2a |
- Fix milter policy
|
|
Daniel J Walsh |
eaaf2a |
- Add /var/lib/readahead
|
|
Daniel J Walsh |
dac838 |
|
|
Daniel J Walsh |
cd0a39 |
* Fri Apr 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-16
|
|
Daniel J Walsh |
cd0a39 |
- Update to latest milter code from Paul Howarth
|
|
Daniel J Walsh |
cd0a39 |
|
|
Daniel J Walsh |
5ce1c4 |
* Thu Apr 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-15
|
|
Daniel J Walsh |
5ce1c4 |
- Additional perms for readahead
|
|
Daniel J Walsh |
5ce1c4 |
|
|
Daniel J Walsh |
4d5adb |
* Thu Apr 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-14
|
|
Daniel J Walsh |
4d5adb |
- Allow pulseaudio to acquire_svc on session bus
|
|
Daniel J Walsh |
4d5adb |
- Fix readahead labeling
|
|
Daniel J Walsh |
4d5adb |
|
|
Daniel J Walsh |
4d5adb |
* Thu Apr 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-13
|
|
Daniel J Walsh |
4d5adb |
- Allow sysadm_t to run rpm directly
|
|
Daniel J Walsh |
4d5adb |
- libvirt needs fowner
|
|
Daniel J Walsh |
4d5adb |
|
|
Daniel J Walsh |
3c498a |
* Wed Apr 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-12
|
|
Daniel J Walsh |
3c498a |
- Allow sshd to read var_lib symlinks for freenx
|
|
Daniel J Walsh |
3c498a |
|
|
Daniel J Walsh |
a32a15 |
* Tue Apr 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-11
|
|
Daniel J Walsh |
a32a15 |
- Allow nsplugin unix_read and write on users shm and sem
|
|
Daniel J Walsh |
a32a15 |
- Allow sysadm_t to execute su
|
|
Daniel J Walsh |
a32a15 |
|
|
Daniel J Walsh |
a32a15 |
* Tue Apr 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-10
|
|
Daniel J Walsh |
a32a15 |
- Dontaudit attempts to getattr user_tmpfs_t by lvm
|
|
Daniel J Walsh |
a32a15 |
- Allow nfs to share removable media
|
|
Daniel J Walsh |
a32a15 |
|
|
Daniel J Walsh |
a32a15 |
* Mon Apr 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-9
|
|
Daniel J Walsh |
a32a15 |
- Add ability to run postdrop from confined users
|
|
Daniel J Walsh |
a32a15 |
|
|
Daniel J Walsh |
d982e7 |
* Sat Apr 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-8
|
|
Daniel J Walsh |
d982e7 |
- Fixes for podsleuth
|
|
Daniel J Walsh |
d982e7 |
|
|
Daniel J Walsh |
d982e7 |
* Fri Apr 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-7
|
|
Daniel J Walsh |
d982e7 |
- Turn off nsplugin transition
|
|
Daniel J Walsh |
d982e7 |
- Remove Konsole leaked file descriptors for release
|
|
Daniel J Walsh |
dc00fc |
|
|
Daniel J Walsh |
dc00fc |
* Fri Apr 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-6
|
|
Daniel J Walsh |
6203f4 |
- Allow cupsd_t to create link files in print_spool_t
|
|
Daniel J Walsh |
dc00fc |
- Fix iscsi_stream_connect typo
|
|
Daniel J Walsh |
dc00fc |
- Fix labeling on /etc/acpi/actions
|
|
Daniel J Walsh |
dc00fc |
- Don't reinstall unconfine and unconfineuser on upgrade if they are not installed
|
|
Daniel J Walsh |
6203f4 |
|
|
Daniel J Walsh |
4a0aac |
* Tue Apr 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-5
|
|
Daniel J Walsh |
4a0aac |
- Allow audioentroy to read etc files
|
|
Daniel J Walsh |
4a0aac |
|
|
Daniel J Walsh |
685032 |
* Mon Apr 13 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-4
|
|
Daniel J Walsh |
685032 |
- Add fail2ban_var_lib_t
|
|
Daniel J Walsh |
685032 |
- Fixes for devicekit_power_t
|
|
Daniel J Walsh |
685032 |
|
|
Daniel J Walsh |
d4af17 |
* Thu Apr 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-3
|
|
Daniel J Walsh |
d4af17 |
- Separate out the ucnonfined user from the unconfined.pp package
|
|
Daniel J Walsh |
d4af17 |
|
|
Daniel J Walsh |
90e419 |
* Wed Apr 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-2
|
|
Daniel J Walsh |
90e419 |
- Make sure unconfined_java_t and unconfined_mono_t create user_tmpfs_t.
|
|
Daniel J Walsh |
90e419 |
|
|
Daniel J Walsh |
25a476 |
* Tue Apr 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.12-1
|
|
Daniel J Walsh |
25a476 |
- Upgrade to latest upstream
|
|
Daniel J Walsh |
25a476 |
- Allow devicekit_disk sys_rawio
|
|
Daniel J Walsh |
25a476 |
|
|
Daniel J Walsh |
510c2a |
* Mon Apr 6 2009 Dan Walsh <dwalsh@redhat.com> 3.6.11-1
|
|
Daniel J Walsh |
510c2a |
- Dontaudit binds to ports < 1024 for named
|
|
Daniel J Walsh |
510c2a |
- Upgrade to latest upstream
|
|
Daniel J Walsh |
510c2a |
|
|
Daniel J Walsh |
04b682 |
* Fri Apr 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-9
|
|
Daniel J Walsh |
04b682 |
- Allow podsleuth to use tmpfs files
|
|
Daniel J Walsh |
04b682 |
|
|
Daniel J Walsh |
80beee |
* Fri Apr 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-8
|
|
Daniel J Walsh |
80beee |
- Add customizable_types for svirt
|
|
Daniel J Walsh |
80beee |
|
|
Daniel J Walsh |
f49c57 |
* Fri Apr 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-7
|
|
Daniel J Walsh |
f49c57 |
- Allow setroubelshoot exec* privs to prevent crash from bad libraries
|
|
Daniel J Walsh |
f49c57 |
- add cpufreqselector
|
|
Daniel J Walsh |
f49c57 |
|
|
Daniel J Walsh |
90ea5b |
* Thu Apr 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-6
|
|
Daniel J Walsh |
90ea5b |
- Dontaudit listing of /root directory for cron system jobs
|
|
Daniel J Walsh |
90ea5b |
|
|
Daniel J Walsh |
3434a9 |
* Mon Mar 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-5
|
|
Daniel J Walsh |
3434a9 |
- Fix missing ld.so.cache label
|
|
Daniel J Walsh |
3434a9 |
|
|
Daniel J Walsh |
c0158a |
* Fri Mar 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-4
|
|
Daniel J Walsh |
c0158a |
- Add label for ~/.forward and /root/.forward
|
|
Daniel J Walsh |
c0158a |
|
|
Daniel J Walsh |
6130d5 |
* Thu Mar 26 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-3
|
|
Daniel J Walsh |
6130d5 |
- Fixes for svirt
|
|
Daniel J Walsh |
6130d5 |
|
|
Daniel J Walsh |
9ca87f |
* Thu Mar 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-2
|
|
Daniel J Walsh |
9ca87f |
- Fixes to allow svirt read iso files in homedir
|
|
Daniel J Walsh |
9ca87f |
|
|
Daniel J Walsh |
5dce3c |
* Thu Mar 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.10-1
|
|
Daniel J Walsh |
5dce3c |
- Add xenner and wine fixes from mgrepl
|
|
Daniel J Walsh |
5dce3c |
|
|
Daniel J Walsh |
bfc78b |
* Wed Mar 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.9-4
|
|
Daniel J Walsh |
bfc78b |
- Allow mdadm to read/write mls override
|
|
Daniel J Walsh |
bfc78b |
|
|
Daniel J Walsh |
095146 |
* Tue Mar 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.9-3
|
|
Daniel J Walsh |
095146 |
- Change to svirt to only access svirt_image_t
|
|
Daniel J Walsh |
095146 |
|
|
Daniel J Walsh |
d4b8dc |
* Thu Mar 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.9-2
|
|
Daniel J Walsh |
d4b8dc |
- Fix libvirt policy
|
|
Daniel J Walsh |
d4b8dc |
|
|
Daniel J Walsh |
b12011 |
* Thu Mar 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.9-1
|
|
Daniel J Walsh |
b12011 |
- Upgrade to latest upstream
|
|
Daniel J Walsh |
b12011 |
|
|
Daniel J Walsh |
c240b6 |
* Tue Mar 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-4
|
|
Daniel J Walsh |
c240b6 |
- Fixes for iscsid and sssd
|
|
Daniel J Walsh |
c240b6 |
- More cleanups for upgrade from F10 to Rawhide.
|
|
Daniel J Walsh |
c240b6 |
|
|
Daniel J Walsh |
e72f55 |
* Mon Mar 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-3
|
|
Daniel J Walsh |
e72f55 |
- Add pulseaudio, sssd policy
|
|
Daniel J Walsh |
e72f55 |
- Allow networkmanager to exec udevadm
|
|
Daniel J Walsh |
e72f55 |
|
|
Daniel J Walsh |
0c34c6 |
* Sat Mar 7 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-2
|
|
Daniel J Walsh |
0c34c6 |
- Add pulseaudio context
|
|
Daniel J Walsh |
0c34c6 |
|
|
Daniel J Walsh |
a67a1c |
* Thu Mar 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-1
|
|
Daniel J Walsh |
a67a1c |
- Upgrade to latest patches
|
|
Daniel J Walsh |
a67a1c |
|
|
Daniel J Walsh |
0a03cc |
* Wed Mar 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.7-2
|
|
Daniel J Walsh |
0a03cc |
- Fixes for libvirt
|
|
Daniel J Walsh |
0a03cc |
|
|
Daniel J Walsh |
8c3a31 |
* Mon Mar 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.7-1
|
|
Daniel J Walsh |
8c3a31 |
- Update to Latest upstream
|
|
Daniel J Walsh |
8c3a31 |
|
|
Daniel J Walsh |
8c3a31 |
* Sat Feb 28 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-9
|
|
Daniel J Walsh |
8c3a31 |
- Fix setrans.conf to show SystemLow for s0
|
|
Daniel J Walsh |
8c3a31 |
|
|
Daniel J Walsh |
496752 |
* Fri Feb 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-8
|
|
Daniel J Walsh |
496752 |
- Further confinement of qemu images via svirt
|
|
Daniel J Walsh |
496752 |
|
|
Jesse Keating |
150ff5 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.6-7
|
|
Jesse Keating |
150ff5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
Jesse Keating |
150ff5 |
|
|
Daniel J Walsh |
52cbcb |
* Thu Feb 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-6
|
|
Daniel J Walsh |
52cbcb |
- Allow NetworkManager to manage /etc/NetworkManager/system-connections
|
|
Daniel J Walsh |
52cbcb |
|
|
Daniel J Walsh |
de6774 |
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-5
|
|
Daniel J Walsh |
de6774 |
- add virtual_image_context and virtual_domain_context files
|
|
Daniel J Walsh |
de6774 |
|
|
Daniel J Walsh |
8f6e43 |
* Tue Feb 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-4
|
|
Daniel J Walsh |
8f6e43 |
- Allow rpcd_t to send signal to mount_t
|
|
Daniel J Walsh |
8f6e43 |
- Allow libvirtd to run ranged
|
|
Daniel J Walsh |
8f6e43 |
|
|
Daniel J Walsh |
8c2b68 |
* Tue Feb 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-3
|
|
Daniel J Walsh |
8c2b68 |
- Fix sysnet/net_conf_t
|
|
Daniel J Walsh |
8c2b68 |
|
|
Daniel J Walsh |
817947 |
* Tue Feb 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-2
|
|
Daniel J Walsh |
817947 |
- Fix squidGuard labeling
|
|
Daniel J Walsh |
817947 |
|
|
Daniel J Walsh |
2eec43 |
* Wed Feb 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.6-1
|
|
Daniel J Walsh |
2eec43 |
- Re-add corenet_in_generic_if(unlabeled_t)
|
|
Daniel J Walsh |
2eec43 |
|
|
Daniel J Walsh |
e46e00 |
* Wed Feb 11 2009 Dan Walsh <dwalsh@redhat.com> 3.6.5-3
|
|
Daniel J Walsh |
e46e00 |
|
|
Daniel J Walsh |
1d1c05 |
* Tue Feb 10 2009 Dan Walsh <dwalsh@redhat.com> 3.6.5-2
|
|
Daniel J Walsh |
1d1c05 |
- Add git web policy
|
|
Daniel J Walsh |
1d1c05 |
|
|
Daniel J Walsh |
bd0db4 |
* Mon Feb 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.5-1
|
|
Daniel J Walsh |
bd0db4 |
- Add setrans contains from upstream
|
|
Daniel J Walsh |
bd0db4 |
|
|
Daniel J Walsh |
bd0db4 |
* Mon Feb 9 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-6
|
|
Daniel J Walsh |
bd0db4 |
- Do transitions outside of the booleans
|
|
Daniel J Walsh |
bd0db4 |
|
|
Daniel J Walsh |
4ed140 |
* Sun Feb 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-5
|
|
Daniel J Walsh |
4ed140 |
- Allow xdm to create user_tmp_t sockets for switch user to work
|
|
Daniel J Walsh |
4ed140 |
|
|
Daniel J Walsh |
bc861e |
* Thu Feb 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-4
|
|
Daniel J Walsh |
bc861e |
- Fix staff_t domain
|
|
Daniel J Walsh |
bc861e |
|
|
Daniel J Walsh |
73fe81 |
* Thu Feb 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-3
|
|
Daniel J Walsh |
73fe81 |
- Grab remainder of network_peer_controls patch
|
|
Daniel J Walsh |
73fe81 |
|
|
Daniel J Walsh |
659e96 |
* Wed Feb 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-2
|
|
Daniel J Walsh |
659e96 |
- More fixes for devicekit
|
|
Daniel J Walsh |
659e96 |
|
|
Daniel J Walsh |
c957c3 |
* Tue Feb 3 2009 Dan Walsh <dwalsh@redhat.com> 3.6.4-1
|
|
Daniel J Walsh |
c957c3 |
- Upgrade to latest upstream
|
|
Daniel J Walsh |
c957c3 |
|
|
Daniel J Walsh |
574cab |
* Mon Feb 2 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-13
|
|
Daniel J Walsh |
574cab |
- Add boolean to disallow unconfined_t login
|
|
Daniel J Walsh |
574cab |
|
|
Daniel J Walsh |
0554a1 |
* Fri Jan 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-12
|
|
Daniel J Walsh |
0554a1 |
- Add back transition from xguest to mozilla
|
|
Daniel J Walsh |
0554a1 |
|
|
Daniel J Walsh |
ab3e55 |
* Fri Jan 30 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-11
|
|
Daniel J Walsh |
ab3e55 |
- Add virt_content_ro_t and labeling for isos directory
|
|
Daniel J Walsh |
ab3e55 |
|
|
Daniel J Walsh |
f89910 |
* Tue Jan 27 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-10
|
|
Daniel J Walsh |
f89910 |
- Fixes for wicd daemon
|
|
Daniel J Walsh |
f89910 |
|
|
Daniel J Walsh |
48adbe |
* Mon Jan 26 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-9
|
|
Daniel J Walsh |
48adbe |
- More mls/rpm fixes
|
|
Daniel J Walsh |
48adbe |
|
|
Daniel J Walsh |
14c9b9 |
* Fri Jan 23 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-8
|
|
Daniel J Walsh |
14c9b9 |
- Add policy to make dbus/nm-applet work
|
|
Daniel J Walsh |
14c9b9 |
|
|
Daniel J Walsh |
40dd24 |
* Thu Jan 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-7
|
|
Daniel J Walsh |
40dd24 |
- Remove polgen-ifgen from post and add trigger to policycoreutils-python
|
|
Daniel J Walsh |
40dd24 |
|
|
Daniel J Walsh |
6f8856 |
* Wed Jan 21 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-6
|
|
Daniel J Walsh |
1b94a1 |
- Add wm policy
|
|
Daniel J Walsh |
6cf32a |
- Make mls work in graphics mode
|
|
Daniel J Walsh |
1b94a1 |
|
|
Daniel J Walsh |
2a4bda |
* Tue Jan 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-3
|
|
Daniel J Walsh |
2a4bda |
- Fixed for DeviceKit
|
|
Daniel J Walsh |
2a4bda |
|
|
Daniel J Walsh |
acc137 |
* Mon Jan 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-2
|
|
Daniel J Walsh |
acc137 |
- Add devicekit policy
|
|
Daniel J Walsh |
acc137 |
|
|
Daniel J Walsh |
1d72fb |
* Mon Jan 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.3-1
|
|
Daniel J Walsh |
1d72fb |
- Update to upstream
|
|
Daniel J Walsh |
1d72fb |
|
|
Daniel J Walsh |
eacea1 |
* Thu Jan 15 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-5
|
|
Daniel J Walsh |
eacea1 |
- Define openoffice as an x_domain
|
|
Daniel J Walsh |
eacea1 |
|
|
Daniel J Walsh |
339bf3 |
* Mon Jan 12 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-4
|
|
Daniel J Walsh |
339bf3 |
- Fixes for reading xserver_tmp_t
|
|
Daniel J Walsh |
339bf3 |
|
|
Daniel J Walsh |
87fb15 |
* Thu Jan 8 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-3
|
|
Daniel J Walsh |
87fb15 |
- Allow cups_pdf_t write to nfs_t
|
|
Daniel J Walsh |
87fb15 |
|
|
Daniel J Walsh |
2ed2ff |
* Tue Jan 6 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-2
|
|
Daniel J Walsh |
2ed2ff |
- Remove audio_entropy policy
|
|
Daniel J Walsh |
2ed2ff |
|
|
Daniel J Walsh |
292c49 |
* Mon Jan 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-1
|
|
Daniel J Walsh |
292c49 |
- Update to upstream
|
|
Daniel J Walsh |
292c49 |
|
|
Daniel J Walsh |
5df262 |
* Sun Jan 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.1-15
|
|
Daniel J Walsh |
5df262 |
- Allow hal_acl_t to getattr/setattr fixed_disk
|
|
Daniel J Walsh |
5df262 |
|
|
Daniel J Walsh |
323639 |
* Sat Dec 27 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-14
|
|
Daniel J Walsh |
323639 |
- Change userdom_read_all_users_state to include reading symbolic links in /proc
|
|
Daniel J Walsh |
323639 |
|
|
Daniel J Walsh |
cf8fd9 |
* Mon Dec 22 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-13
|
|
Daniel J Walsh |
cf8fd9 |
- Fix dbus reading /proc information
|
|
Daniel J Walsh |
cf8fd9 |
|
|
Daniel J Walsh |
bae2e9 |
* Thu Dec 18 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-12
|
|
Daniel J Walsh |
bae2e9 |
- Add missing alias for home directory content
|
|
Daniel J Walsh |
bae2e9 |
|
|
Daniel J Walsh |
33c7ea |
* Wed Dec 17 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-11
|
|
Daniel J Walsh |
33c7ea |
- Fixes for IBM java location
|
|
Daniel J Walsh |
33c7ea |
|
|
Daniel J Walsh |
dcd0c9 |
* Thu Dec 11 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-10
|
|
Daniel J Walsh |
dcd0c9 |
- Allow unconfined_r unconfined_java_t
|
|
Daniel J Walsh |
dcd0c9 |
|
|
Daniel J Walsh |
fd2b62 |
* Tue Dec 9 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-9
|
|
Daniel J Walsh |
fd2b62 |
- Add cron_role back to user domains
|
|
Daniel J Walsh |
fd2b62 |
|
|
Daniel J Walsh |
9a43d2 |
* Mon Dec 8 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-8
|
|
Daniel J Walsh |
9a43d2 |
- Fix sudo setting of user keys
|
|
Daniel J Walsh |
9a43d2 |
|
|
Daniel J Walsh |
2ae161 |
* Thu Dec 4 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-7
|
|
Daniel J Walsh |
01ce3d |
- Allow iptables to talk to terminals
|
|
Daniel J Walsh |
2ae161 |
- Fixes for policy kit
|
|
Daniel J Walsh |
2ae161 |
- lots of fixes for booting.
|
|
Daniel J Walsh |
01ce3d |
|
|
Daniel J Walsh |
bcb192 |
* Wed Dec 3 2008 Dan Walsh <dwalsh@redhat.com> 3.6.1-4
|
|
Daniel J Walsh |
739db2 |
- Cleanup policy
|
|
Daniel J Walsh |
739db2 |
|
|
Ignacio Vazquez-Abrams |
23d684 |
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.6.1-2
|
|
Ignacio Vazquez-Abrams |
23d684 |
- Rebuild for Python 2.6
|
|
Ignacio Vazquez-Abrams |
23d684 |
|
|
Daniel J Walsh |
02d888 |
* Fri Nov 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-19
|
|
Daniel J Walsh |
02d888 |
- Fix labeling on /var/spool/rsyslog
|
|
Daniel J Walsh |
02d888 |
|
|
Daniel J Walsh |
0d6e62 |
* Thu Nov 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-18
|
|
Daniel J Walsh |
0d6e62 |
- Allow postgresl to bind to udp nodes
|
|
Daniel J Walsh |
0d6e62 |
|
|
Daniel J Walsh |
2a650e |
* Wed Nov 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-17
|
|
Daniel J Walsh |
2a650e |
- Allow lvm to dbus chat with hal
|
|
Daniel J Walsh |
2a650e |
- Allow rlogind to read nfs_t
|
|
Daniel J Walsh |
2a650e |
|
|
Daniel J Walsh |
074b12 |
* Wed Nov 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-16
|
|
Daniel J Walsh |
074b12 |
- Fix cyphesis file context
|
|
Daniel J Walsh |
074b12 |
|
|
Daniel J Walsh |
6a09cf |
* Tue Nov 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-15
|
|
Daniel J Walsh |
6a09cf |
- Allow hal/pm-utils to look at /var/run/video.rom
|
|
Daniel J Walsh |
6a09cf |
- Add ulogd policy
|
|
Daniel J Walsh |
6a09cf |
|
|
Daniel J Walsh |
411a42 |
* Tue Nov 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-14
|
|
Daniel J Walsh |
411a42 |
- Additional fixes for cyphesis
|
|
Daniel J Walsh |
411a42 |
- Fix certmaster file context
|
|
Daniel J Walsh |
411a42 |
- Add policy for system-config-samba
|
|
Daniel J Walsh |
6a09cf |
- Allow hal to read /var/run/video.rom
|
|
Daniel J Walsh |
411a42 |
|
|
Daniel J Walsh |
333ebd |
* Mon Nov 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-13
|
|
Daniel J Walsh |
333ebd |
- Allow dhcpc to restart ypbind
|
|
Daniel J Walsh |
333ebd |
- Fixup labeling in /var/run
|
|
Daniel J Walsh |
333ebd |
|
|
Daniel J Walsh |
333ebd |
* Thu Oct 30 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-12
|
|
Daniel J Walsh |
333ebd |
- Add certmaster policy
|
|
Daniel J Walsh |
333ebd |
|
|
Daniel J Walsh |
1bc89b |
* Wed Oct 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-11
|
|
Daniel J Walsh |
236205 |
- Fix confined users
|
|
Daniel J Walsh |
236205 |
- Allow xguest to read/write xguest_dbusd_t
|
|
Daniel J Walsh |
236205 |
|
|
Daniel J Walsh |
a3e038 |
* Mon Oct 27 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-9
|
|
Daniel J Walsh |
a3e038 |
- Allow openoffice execstack/execmem privs
|
|
Daniel J Walsh |
a3e038 |
|
|
Daniel J Walsh |
4fa9db |
* Fri Oct 24 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-8
|
|
Daniel J Walsh |
4fa9db |
- Allow mozilla to run with unconfined_execmem_t
|
|
Daniel J Walsh |
4fa9db |
|
|
Daniel J Walsh |
798a73 |
* Thu Oct 23 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-7
|
|
Daniel J Walsh |
798a73 |
- Dontaudit domains trying to write to .xsession-errors
|
|
Daniel J Walsh |
798a73 |
|
|
Daniel J Walsh |
328123 |
* Thu Oct 23 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-6
|
|
Daniel J Walsh |
328123 |
- Allow nsplugin to look at autofs_t directory
|
|
Daniel J Walsh |
328123 |
|
|
Daniel J Walsh |
de61cc |
* Wed Oct 22 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-5
|
|
Daniel J Walsh |
de61cc |
- Allow kerneloops to create tmp files
|
|
Daniel J Walsh |
de61cc |
|
|
Daniel J Walsh |
ae68d9 |
* Wed Oct 22 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-4
|
|
Daniel J Walsh |
ae68d9 |
- More alias for fastcgi
|
|
Daniel J Walsh |
ae68d9 |
|
|
Daniel J Walsh |
236d3c |
* Tue Oct 21 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-3
|
|
Daniel J Walsh |
236d3c |
- Remove mod_fcgid-selinux package
|
|
Daniel J Walsh |
236d3c |
|
|
Daniel J Walsh |
b9e15d |
* Mon Oct 20 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-2
|
|
Daniel J Walsh |
b9e15d |
- Fix dovecot access
|
|
Daniel J Walsh |
b9e15d |
|
|
Daniel J Walsh |
49f48f |
* Fri Oct 17 2008 Dan Walsh <dwalsh@redhat.com> 3.5.13-1
|
|
Daniel J Walsh |
49f48f |
- Policy cleanup
|
|
Daniel J Walsh |
49f48f |
|
|
Daniel J Walsh |
611568 |
* Thu Oct 16 2008 Dan Walsh <dwalsh@redhat.com> 3.5.12-3
|
|
Daniel J Walsh |
611568 |
- Remove Multiple spec
|
|
Daniel J Walsh |
611568 |
- Add include
|
|
Daniel J Walsh |
611568 |
- Fix makefile to not call per_role_expansion
|
|
Daniel J Walsh |
611568 |
|
|
Daniel J Walsh |
4b4392 |
* Wed Oct 15 2008 Dan Walsh <dwalsh@redhat.com> 3.5.12-2
|
|
Daniel J Walsh |
4b4392 |
- Fix labeling of libGL
|
|
Daniel J Walsh |
4b4392 |
|
|
Daniel J Walsh |
b6cc6a |
* Fri Oct 10 2008 Dan Walsh <dwalsh@redhat.com> 3.5.12-1
|
|
Daniel J Walsh |
b6cc6a |
- Update to upstream
|
|
Daniel J Walsh |
b6cc6a |
|
|
Daniel J Walsh |
675bba |
* Wed Oct 8 2008 Dan Walsh <dwalsh@redhat.com> 3.5.11-1
|
|
Daniel J Walsh |
675bba |
- Update to upstream policy
|
|
Daniel J Walsh |
675bba |
|
|
Daniel J Walsh |
1062bd |
* Mon Oct 6 2008 Dan Walsh <dwalsh@redhat.com> 3.5.10-3
|
|
Daniel J Walsh |
1062bd |
- Fixes for confined xwindows and xdm_t
|
|
Daniel J Walsh |
1062bd |
|
|
Daniel J Walsh |
86369e |
* Fri Oct 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.10-2
|
|
Daniel J Walsh |
86369e |
- Allow confined users and xdm to exec wm
|
|
Daniel J Walsh |
86369e |
- Allow nsplugin to talk to fifo files on nfs
|
|
Daniel J Walsh |
86369e |
|
|
Daniel J Walsh |
f1a827 |
* Fri Oct 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.10-1
|
|
Daniel J Walsh |
f1a827 |
- Allow NetworkManager to transition to avahi and iptables
|
|
Daniel J Walsh |
b42a1e |
- Allow domains to search other domains keys, coverup kernel bug
|
|
Daniel J Walsh |
b42a1e |
|
|
Daniel J Walsh |
094ef3 |
* Wed Oct 1 2008 Dan Walsh <dwalsh@redhat.com> 3.5.9-4
|
|
Daniel J Walsh |
094ef3 |
- Fix labeling for oracle
|
|
Daniel J Walsh |
094ef3 |
|
|
Daniel J Walsh |
2ede4e |
* Wed Oct 1 2008 Dan Walsh <dwalsh@redhat.com> 3.5.9-3
|
|
Daniel J Walsh |
2ede4e |
- Allow nsplugin to comminicate with xdm_tmp_t sock_file
|
|
Daniel J Walsh |
2ede4e |
|
|
Daniel J Walsh |
998737 |
* Mon Sep 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.9-2
|
|
Daniel J Walsh |
998737 |
- Change all user tmpfs_t files to be labeled user_tmpfs_t
|
|
Daniel J Walsh |
998737 |
- Allow radiusd to create sock_files
|
|
Daniel J Walsh |
998737 |
|
|
Daniel J Walsh |
b709ff |
* Wed Sep 24 2008 Dan Walsh <dwalsh@redhat.com> 3.5.9-1
|
|
Daniel J Walsh |
b709ff |
- Upgrade to upstream
|
|
Daniel J Walsh |
b709ff |
|
|
Daniel J Walsh |
ed32c6 |
* Tue Sep 23 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-7
|
|
Daniel J Walsh |
ed32c6 |
- Allow confined users to login with dbus
|
|
Daniel J Walsh |
ed32c6 |
|
|
Daniel J Walsh |
d86efe |
* Mon Sep 22 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-6
|
|
Daniel J Walsh |
d86efe |
- Fix transition to nsplugin
|
|
Daniel J Walsh |
d86efe |
|
|
Daniel J Walsh |
f0375d |
* Mon Sep 22 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-5
|
|
Daniel J Walsh |
f0375d |
- Add file context for /dev/mspblk.*
|
|
Daniel J Walsh |
f0375d |
|
|
Daniel J Walsh |
f77dd2 |
* Sun Sep 21 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-4
|
|
Daniel J Walsh |
f77dd2 |
- Fix transition to nsplugin
|
|
Daniel J Walsh |
f77dd2 |
'
|
|
Daniel J Walsh |
11ef24 |
* Thu Sep 18 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-3
|
|
Daniel J Walsh |
530772 |
- Fix labeling on new pm*log
|
|
Daniel J Walsh |
530772 |
- Allow ssh to bind to all nodes
|
|
Daniel J Walsh |
530772 |
|
|
Daniel J Walsh |
16c3ff |
* Thu Sep 11 2008 Dan Walsh <dwalsh@redhat.com> 3.5.8-1
|
|
Daniel J Walsh |
16c3ff |
- Merge upstream changes
|
|
Daniel J Walsh |
16c3ff |
- Add Xavier Toth patches
|
|
Daniel J Walsh |
16c3ff |
|
|
Daniel J Walsh |
16c3ff |
* Wed Sep 10 2008 Dan Walsh <dwalsh@redhat.com> 3.5.7-2
|
|
Daniel J Walsh |
16c3ff |
- Add qemu_cache_t for /var/cache/libvirt
|
|
Daniel J Walsh |
16c3ff |
|
|
Daniel J Walsh |
aca77a |
* Fri Sep 5 2008 Dan Walsh <dwalsh@redhat.com> 3.5.7-1
|
|
Daniel J Walsh |
aca77a |
- Remove gamin policy
|
|
Daniel J Walsh |
aca77a |
|
|
Daniel J Walsh |
d0d307 |
* Thu Sep 4 2008 Dan Walsh <dwalsh@redhat.com> 3.5.6-2
|
|
Daniel J Walsh |
d0d307 |
- Add tinyxs-max file system support
|
|
Daniel J Walsh |
d0d307 |
|
|
Daniel J Walsh |
0a219f |
* Wed Sep 3 2008 Dan Walsh <dwalsh@redhat.com> 3.5.6-1
|
|
Daniel J Walsh |
0a219f |
- Update to upstream
|
|
Daniel J Walsh |
487de6 |
- New handling of init scripts
|
|
Daniel J Walsh |
0a219f |
|
|
Daniel J Walsh |
0a219f |
* Fri Aug 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.5-4
|
|
Daniel J Walsh |
0a219f |
- Allow pcsd to dbus
|
|
Daniel J Walsh |
0a219f |
- Add memcache policy
|
|
Daniel J Walsh |
0a219f |
|
|
Daniel J Walsh |
3ad355 |
* Fri Aug 29 2008 Dan Walsh <dwalsh@redhat.com> 3.5.5-3
|
|
Daniel J Walsh |
3ad355 |
- Allow audit dispatcher to kill his children
|
|
Daniel J Walsh |
3ad355 |
|
|
Daniel J Walsh |
cd8bee |
* Tue Aug 26 2008 Dan Walsh <dwalsh@redhat.com> 3.5.5-2
|
|
Daniel J Walsh |
cd8bee |
- Update to upstream
|
|
Daniel J Walsh |
cd8bee |
- Fix crontab use by unconfined user
|
|
Daniel J Walsh |
cd8bee |
|
|
Daniel J Walsh |
eb7e6d |
* Tue Aug 12 2008 Dan Walsh <dwalsh@redhat.com> 3.5.4-2
|
|
Daniel J Walsh |
eb7e6d |
- Allow ifconfig_t to read dhcpc_state_t
|
|
Daniel J Walsh |
eb7e6d |
|
|
Daniel J Walsh |
1a0f64 |
* Mon Aug 11 2008 Dan Walsh <dwalsh@redhat.com> 3.5.4-1
|
|
Daniel J Walsh |
1a0f64 |
- Update to upstream
|
|
Daniel J Walsh |
1a0f64 |
|
|
Daniel J Walsh |
b5d09d |
* Thu Aug 7 2008 Dan Walsh <dwalsh@redhat.com> 3.5.3-1
|
|
Daniel J Walsh |
b5d09d |
- Update to upstream
|
|
Daniel J Walsh |
b5d09d |
|
|
Daniel J Walsh |
0f1bd6 |
* Wed Aug 2 2008 Dan Walsh <dwalsh@redhat.com> 3.5.2-2
|
|
Daniel J Walsh |
0f1bd6 |
- Allow system-config-selinux to work with policykit
|
|
Daniel J Walsh |
0f1bd6 |
|
|
Daniel J Walsh |
170fa2 |
* Fri Jul 25 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-5
|
|
Daniel J Walsh |
170fa2 |
- Fix novel labeling
|
|
Daniel J Walsh |
170fa2 |
|
|
Daniel J Walsh |
07bd5c |
* Fri Jul 25 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-4
|
|
Daniel J Walsh |
07bd5c |
- Consolodate pyzor,spamassassin, razor into one security domain
|
|
Daniel J Walsh |
07bd5c |
- Fix xdm requiring additional perms.
|
|
Daniel J Walsh |
07bd5c |
|
|
Daniel J Walsh |
8f2532 |
* Fri Jul 25 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-3
|
|
Daniel J Walsh |
8f2532 |
- Fixes for logrotate, alsa
|
|
Daniel J Walsh |
8f2532 |
|
|
Daniel J Walsh |
f12d5b |
* Thu Jul 25 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-2
|
|
Daniel J Walsh |
f12d5b |
- Eliminate vbetool duplicate entry
|
|
Daniel J Walsh |
f12d5b |
|
|
Daniel J Walsh |
feefee |
* Wed Jul 16 2008 Dan Walsh <dwalsh@redhat.com> 3.5.1-1
|
|
Daniel J Walsh |
feefee |
- Fix xguest -> xguest_mozilla_t -> xguest_openiffice_t
|
|
Daniel J Walsh |
0b0533 |
- Change dhclient to be able to red networkmanager_var_run
|
|
Daniel J Walsh |
feefee |
|
|
Daniel J Walsh |
078ad0 |
* Tue Jul 15 2008 Dan Walsh <dwalsh@redhat.com> 3.5.0-1
|
|
Daniel J Walsh |
6ed853 |
- Update to latest refpolicy
|
|
Daniel J Walsh |
078ad0 |
- Fix libsemanage initial install bug
|
|
Daniel J Walsh |
6ed853 |
|
|
Daniel J Walsh |
6db69f |
* Wed Jul 9 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-14
|
|
Daniel J Walsh |
6db69f |
- Add inotify support to nscd
|
|
Daniel J Walsh |
6db69f |
|
|
Daniel J Walsh |
43f9fc |
* Tue Jul 8 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-13
|
|
Daniel J Walsh |
43f9fc |
- Allow unconfined_t to setfcap
|
|
Daniel J Walsh |
43f9fc |
|
|
Daniel J Walsh |
273a44 |
* Mon Jul 7 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-12
|
|
Daniel J Walsh |
273a44 |
- Allow amanda to read tape
|
|
Daniel J Walsh |
273a44 |
- Allow prewikka cgi to use syslog, allow audisp_t to signal cgi
|
|
Daniel J Walsh |
273a44 |
- Add support for netware file systems
|
|
Daniel J Walsh |
273a44 |
|
|
Daniel J Walsh |
258b00 |
* Thu Jul 3 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-11
|
|
Daniel J Walsh |
258b00 |
- Allow ypbind apps to net_bind_service
|
|
Daniel J Walsh |
258b00 |
|
|
Daniel J Walsh |
75edec |
* Wed Jul 2 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-10
|
|
Daniel J Walsh |
75edec |
- Allow all system domains and application domains to append to any log file
|
|
Daniel J Walsh |
75edec |
|
|
Daniel J Walsh |
cd60b6 |
* Sun Jun 29 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-9
|
|
Daniel J Walsh |
cd60b6 |
- Allow gdm to read rpm database
|
|
Daniel J Walsh |
cd60b6 |
- Allow nsplugin to read mplayer config files
|
|
Daniel J Walsh |
cd60b6 |
|
|
Daniel J Walsh |
c18681 |
* Thu Jun 26 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-8
|
|
Daniel J Walsh |
c18681 |
- Allow vpnc to run ifconfig
|
|
Daniel J Walsh |
c18681 |
|
|
Daniel J Walsh |
f86ed5 |
* Tue Jun 24 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-7
|
|
Daniel J Walsh |
f86ed5 |
- Allow confined users to use postgres
|
|
Daniel J Walsh |
f86ed5 |
- Allow system_mail_t to exec other mail clients
|
|
Daniel J Walsh |
f86ed5 |
- Label mogrel_rails as an apache server
|
|
Daniel J Walsh |
f86ed5 |
|
|
Daniel J Walsh |
547aa2 |
* Mon Jun 23 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-6
|
|
Daniel J Walsh |
547aa2 |
- Apply unconfined_execmem_exec_t to haskell programs
|
|
Daniel J Walsh |
547aa2 |
|
|
Daniel J Walsh |
6959e0 |
* Sun Jun 22 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-5
|
|
Daniel J Walsh |
6959e0 |
- Fix prelude file context
|
|
Daniel J Walsh |
6959e0 |
|
|
Daniel J Walsh |
fe0d46 |
* Fri Jun 12 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-4
|
|
Daniel J Walsh |
fe0d46 |
- allow hplip to talk dbus
|
|
Daniel J Walsh |
fe0d46 |
- Fix context on ~/.local dir
|
|
Daniel J Walsh |
fe0d46 |
|
|
Daniel J Walsh |
f4ff8b |
* Thu Jun 12 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-3
|
|
Daniel J Walsh |
f4ff8b |
- Prevent applications from reading x_device
|
|
Daniel J Walsh |
f4ff8b |
|
|
Daniel J Walsh |
5608a9 |
* Thu Jun 12 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-2
|
|
Daniel J Walsh |
5608a9 |
- Add /var/lib/selinux context
|
|
Daniel J Walsh |
5608a9 |
|
|
Daniel J Walsh |
c5c253 |
* Wed Jun 11 2008 Dan Walsh <dwalsh@redhat.com> 3.4.2-1
|
|
Daniel J Walsh |
c5c253 |
- Update to upstream
|
|
Daniel J Walsh |
c5c253 |
|
|
Daniel J Walsh |
f513c7 |
* Wed Jun 4 2008 Dan Walsh <dwalsh@redhat.com> 3.4.1-5
|
|
Daniel J Walsh |
15f71c |
- Add livecd policy
|
|
Daniel J Walsh |
15f71c |
|
|
Daniel J Walsh |
15f71c |
* Wed Jun 4 2008 Dan Walsh <dwalsh@redhat.com> 3.4.1-3
|
|
Daniel J Walsh |
91ec07 |
- Dontaudit search of admin_home for init_system_domain
|
|
Daniel J Walsh |
91ec07 |
- Rewrite of xace interfaces
|
|
Daniel J Walsh |
91ec07 |
- Lots of new fs_list_inotify
|
|
Daniel J Walsh |
91ec07 |
- Allow livecd to transition to setfiles_mac
|
|
Daniel J Walsh |
91ec07 |
|
|
Daniel J Walsh |
80e0b8 |
* Fri May 9 2008 Dan Walsh <dwalsh@redhat.com> 3.4.1-2
|
|
Daniel J Walsh |
80e0b8 |
- Begin XAce integration
|
|
Daniel J Walsh |
80e0b8 |
|
|
Daniel J Walsh |
4b7f03 |
* Fri May 9 2008 Dan Walsh <dwalsh@redhat.com> 3.4.1-1
|
|
Daniel J Walsh |
4b7f03 |
- Merge Upstream
|
|
Daniel J Walsh |
4b7f03 |
|
|
Daniel J Walsh |
993c27 |
* Wed May 7 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-48
|
|
Daniel J Walsh |
993c27 |
- Allow amanada to create data files
|
|
Daniel J Walsh |
993c27 |
|
|
Daniel J Walsh |
993c27 |
* Wed May 7 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-47
|
|
Daniel J Walsh |
993c27 |
- Fix initial install, semanage setup
|
|
Daniel J Walsh |
993c27 |
|
|
Daniel J Walsh |
993c27 |
* Tue May 6 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-46
|
|
Daniel J Walsh |
993c27 |
- Allow system_r for httpd_unconfined_script_t
|
|
Daniel J Walsh |
993c27 |
|
|
Daniel J Walsh |
6c25b4 |
* Wed Apr 30 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-45
|
|
Daniel J Walsh |
6c25b4 |
- Remove dmesg boolean
|
|
Daniel J Walsh |
6c25b4 |
- Allow user domains to read/write game data
|
|
Daniel J Walsh |
6c25b4 |
|
|
Daniel J Walsh |
86881d |
* Mon Apr 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-44
|
|
Daniel J Walsh |
86881d |
- Change unconfined_t to transition to unconfined_mono_t when running mono
|
|
Daniel J Walsh |
86881d |
- Change XXX_mono_t to transition to XXX_t when executing bin_t files, so gnome-do will work
|
|
Daniel J Walsh |
86881d |
|
|
Daniel J Walsh |
2d8ff5 |
* Mon Apr 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-43
|
|
Daniel J Walsh |
2d8ff5 |
- Remove old booleans from targeted-booleans.conf file
|
|
Daniel J Walsh |
2d8ff5 |
|
|
Daniel J Walsh |
2d8ff5 |
* Fri Apr 25 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-42
|
|
Daniel J Walsh |
2d8ff5 |
- Add boolean to mmap_zero
|
|
Daniel J Walsh |
2d8ff5 |
- allow tor setgid
|
|
Daniel J Walsh |
2d8ff5 |
- Allow gnomeclock to set clock
|
|
Daniel J Walsh |
2d8ff5 |
|
|
Daniel J Walsh |
b4e933 |
* Thu Apr 24 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-41
|
|
Daniel J Walsh |
ef5e60 |
- Don't run crontab from unconfined_t
|
|
Daniel J Walsh |
ef5e60 |
|
|
Daniel J Walsh |
4b1d56 |
* Wed Apr 23 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-39
|
|
Daniel J Walsh |
4b1d56 |
- Change etc files to config files to allow users to read them
|
|
Daniel J Walsh |
4b1d56 |
|
|
Daniel J Walsh |
4b1d56 |
* Fri Apr 14 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-37
|
|
Daniel J Walsh |
4b1d56 |
- Lots of fixes for confined domains on NFS_t homedir
|
|
Daniel J Walsh |
4b1d56 |
|
|
Daniel J Walsh |
a6a82a |
* Mon Apr 14 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-36
|
|
Daniel J Walsh |
a6a82a |
- dontaudit mrtg reading /proc
|
|
Daniel J Walsh |
a6a82a |
- Allow iscsi to signal itself
|
|
Daniel J Walsh |
a6a82a |
- Allow gnomeclock sys_ptrace
|
|
Daniel J Walsh |
bb36d7 |
|
|
Daniel J Walsh |
06686c |
* Thu Apr 10 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-33
|
|
Daniel J Walsh |
06686c |
- Allow dhcpd to read kernel network state
|
|
Daniel J Walsh |
06686c |
|
|
Daniel J Walsh |
41625a |
* Thu Apr 10 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-32
|
|
Daniel J Walsh |
41625a |
- Label /var/run/gdm correctly
|
|
Daniel J Walsh |
41625a |
- Fix unconfined_u user creation
|
|
Daniel J Walsh |
41625a |
|
|
Daniel J Walsh |
254e3c |
* Tue Apr 8 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-31
|
|
Daniel J Walsh |
254e3c |
- Allow transition from initrc_t to getty_t
|
|
Daniel J Walsh |
254e3c |
|
|
Daniel J Walsh |
5a576e |
* Tue Apr 8 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-30
|
|
Daniel J Walsh |
5a576e |
- Allow passwd to communicate with user sockets to change gnome-keyring
|
|
Daniel J Walsh |
5a576e |
|
|
Daniel J Walsh |
c3c4a5 |
* Sat Apr 5 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-29
|
|
Daniel J Walsh |
7f851a |
- Fix initial install
|
|
Daniel J Walsh |
c3c4a5 |
|
|
Daniel J Walsh |
27943d |
* Fri Apr 4 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-28
|
|
Daniel J Walsh |
27943d |
- Allow radvd to use fifo_file
|
|
Daniel J Walsh |
27943d |
- dontaudit setfiles reading links
|
|
Daniel J Walsh |
27943d |
- allow semanage sys_resource
|
|
Daniel J Walsh |
27943d |
- add allow_httpd_mod_auth_ntlm_winbind boolean
|
|
Daniel J Walsh |
27943d |
- Allow privhome apps including dovecot read on nfs and cifs home
|
|
Daniel J Walsh |
27943d |
dirs if the boolean is set
|
|
Daniel J Walsh |
27943d |
|
|
Daniel J Walsh |
27943d |
|
|
Daniel J Walsh |
c66f2b |
* Tue Apr 1 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-27
|
|
Daniel J Walsh |
c66f2b |
- Allow nsplugin to read /etc/mozpluggerrc, user_fonts
|
|
Daniel J Walsh |
c66f2b |
- Allow syslog to manage innd logs.
|
|
Daniel J Walsh |
c66f2b |
- Allow procmail to ioctl spamd_exec_t
|
|
Daniel J Walsh |
c66f2b |
|
|
Daniel J Walsh |
294ea7 |
* Sat Mar 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-26
|
|
Daniel J Walsh |
294ea7 |
- Allow initrc_t to dbus chat with consolekit.
|
|
Daniel J Walsh |
294ea7 |
|
|
Daniel J Walsh |
e54cb2 |
* Thu Mar 27 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-25
|
|
Daniel J Walsh |
e54cb2 |
- Additional access for nsplugin
|
|
Daniel J Walsh |
e54cb2 |
- Allow xdm setcap/getcap until pulseaudio is fixed
|
|
Daniel J Walsh |
e54cb2 |
|
|
Daniel J Walsh |
f70afc |
* Tue Mar 25 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-24
|
|
Daniel J Walsh |
f70afc |
- Allow mount to mkdir on tmpfs
|
|
Daniel J Walsh |
f70afc |
- Allow ifconfig to search debugfs
|
|
Daniel J Walsh |
f70afc |
|
|
Daniel J Walsh |
bf3d39 |
* Fri Mar 18 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-23
|
|
Daniel J Walsh |
bf3d39 |
- Fix file context for MATLAB
|
|
Daniel J Walsh |
bf3d39 |
- Fixes for xace
|
|
Daniel J Walsh |
bf3d39 |
|
|
Daniel J Walsh |
94b7be |
* Tue Mar 18 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-22
|
|
Daniel J Walsh |
5ea3f1 |
- Allow stunnel to transition to inetd children domains
|
|
Daniel J Walsh |
5ea3f1 |
- Make unconfined_dbusd_t an unconfined domain
|
|
Daniel J Walsh |
94b7be |
|
|
Daniel J Walsh |
ba9e5e |
* Mon Mar 17 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-21
|
|
Daniel J Walsh |
ba9e5e |
- Fixes for qemu/virtd
|
|
Daniel J Walsh |
ba9e5e |
|
|
Daniel J Walsh |
a6e128 |
* Fri Mar 14 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-20
|
|
Daniel J Walsh |
a6e128 |
- Fix bug in mozilla policy to allow xguest transition
|
|
Daniel J Walsh |
a6e128 |
- This will fix the
|
|
Daniel J Walsh |
a6e128 |
|
|
Daniel J Walsh |
a6e128 |
libsemanage.dbase_llist_query: could not find record value
|
|
Daniel J Walsh |
a6e128 |
libsemanage.dbase_llist_query: could not query record value (No such file or
|
|
Daniel J Walsh |
a6e128 |
directory)
|
|
Daniel J Walsh |
a6e128 |
bug in xguest
|
|
Daniel J Walsh |
a6e128 |
|
|
Daniel J Walsh |
d593d2 |
* Fri Mar 14 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-19
|
|
Daniel J Walsh |
d593d2 |
- Allow nsplugin to run acroread
|
|
Daniel J Walsh |
d593d2 |
|
|
Daniel J Walsh |
987b10 |
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-18
|
|
Daniel J Walsh |
987b10 |
- Add cups_pdf policy
|
|
Daniel J Walsh |
987b10 |
- Add openoffice policy to run in xguest
|
|
Daniel J Walsh |
987b10 |
|
|
Daniel J Walsh |
7f811b |
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-17
|
|
Daniel J Walsh |
7f811b |
- prewika needs to contact mysql
|
|
Daniel J Walsh |
7f811b |
- Allow syslog to read system_map files
|
|
Daniel J Walsh |
7f811b |
|
|
Daniel J Walsh |
ceda8f |
* Wed Mar 12 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-16
|
|
Daniel J Walsh |
ceda8f |
- Change init_t to an unconfined_domain
|
|
Daniel J Walsh |
ceda8f |
|
|
Daniel J Walsh |
0879f4 |
* Tue Mar 11 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-15
|
|
Daniel J Walsh |
0879f4 |
- Allow init to transition to initrc_t on shell exec.
|
|
Daniel J Walsh |
0879f4 |
- Fix init to be able to sendto init_t.
|
|
Daniel J Walsh |
0879f4 |
- Allow syslog to connect to mysql
|
|
Daniel J Walsh |
0879f4 |
- Allow lvm to manage its own fifo_files
|
|
Daniel J Walsh |
0879f4 |
- Allow bugzilla to use ldap
|
|
Daniel J Walsh |
0879f4 |
- More mls fixes
|
|
Daniel J Walsh |
0879f4 |
|
|
Bill Nottingham |
110bce |
* Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> 3.3.1-14
|
|
Bill Nottingham |
110bce |
- fixes for init policy (#436988)
|
|
Bill Nottingham |
110bce |
- fix build
|
|
Bill Nottingham |
110bce |
|
|
Daniel J Walsh |
2041ac |
* Mon Mar 10 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-13
|
|
Daniel J Walsh |
2041ac |
- Additional changes for MLS policy
|
|
Daniel J Walsh |
2041ac |
|
|
Daniel J Walsh |
1bf67d |
* Thu Mar 6 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-12
|
|
Daniel J Walsh |
1bf67d |
- Fix initrc_context generation for MLS
|
|
Daniel J Walsh |
1bf67d |
|
|
Daniel J Walsh |
dc57e6 |
* Mon Mar 3 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-11
|
|
Daniel J Walsh |
dc57e6 |
- Fixes for libvirt
|
|
Daniel J Walsh |
dc57e6 |
|
|
Daniel J Walsh |
594790 |
* Mon Mar 3 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-10
|
|
Daniel J Walsh |
594790 |
- Allow bitlebee to read locale_t
|
|
Daniel J Walsh |
594790 |
|
|
Daniel J Walsh |
d8c160 |
* Fri Feb 29 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-9
|
|
Daniel J Walsh |
d8c160 |
- More xselinux rules
|
|
Daniel J Walsh |
d8c160 |
|
|
Daniel J Walsh |
9a0f35 |
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-8
|
|
Daniel J Walsh |
9a0f35 |
- Change httpd_$1_script_r*_t to httpd_$1_content_r*_t
|
|
Daniel J Walsh |
338714 |
|
|
Daniel J Walsh |
40ce26 |
* Wed Feb 27 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-6
|
|
Daniel J Walsh |
40ce26 |
- Prepare policy for beta release
|
|
Daniel J Walsh |
40ce26 |
- Change some of the system domains back to unconfined
|
|
Daniel J Walsh |
40ce26 |
- Turn on some of the booleans
|
|
Daniel J Walsh |
40ce26 |
|
|
Daniel J Walsh |
533c75 |
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-5
|
|
Daniel J Walsh |
533c75 |
- Allow nsplugin_config execstack/execmem
|
|
Daniel J Walsh |
533c75 |
- Allow nsplugin_t to read alsa config
|
|
Daniel J Walsh |
533c75 |
- Change apache to use user content
|
|
Daniel J Walsh |
533c75 |
|
|
Daniel J Walsh |
c092cc |
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-4
|
|
Daniel J Walsh |
c092cc |
- Add cyphesis policy
|
|
Daniel J Walsh |
c092cc |
|
|
Daniel J Walsh |
27b2b0 |
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-2
|
|
Daniel J Walsh |
063999 |
- Fix Makefile.devel to build mls modules
|
|
Daniel J Walsh |
063999 |
- Fix qemu to be more specific on labeling
|
|
Daniel J Walsh |
063999 |
|
|
Daniel J Walsh |
f75033 |
* Tue Feb 26 2008 Dan Walsh <dwalsh@redhat.com> 3.3.1-1
|
|
Daniel J Walsh |
f75033 |
- Update to upstream fixes
|
|
Daniel J Walsh |
f75033 |
|
|
Daniel J Walsh |
f75033 |
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> 3.3.0-2
|
|
Daniel J Walsh |
f75033 |
- Allow staff to mounton user_home_t
|
|
Daniel J Walsh |
f75033 |
|
|
Daniel J Walsh |
5ca2ff |
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> 3.3.0-1
|
|
Daniel J Walsh |
5ca2ff |
- Add xace support
|
|
Daniel J Walsh |
5ca2ff |
|
|
Daniel J Walsh |
8bd036 |
* Thu Feb 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.9-2
|
|
Daniel J Walsh |
8bd036 |
- Add fusectl file system
|
|
Daniel J Walsh |
8bd036 |
|
|
Daniel J Walsh |
e5aceb |
* Wed Feb 20 2008 Dan Walsh <dwalsh@redhat.com> 3.2.9-1
|
|
Daniel J Walsh |
541ba8 |
- Fixes from yum-cron
|
|
Daniel J Walsh |
541ba8 |
- Update to latest upstream
|
|
Daniel J Walsh |
541ba8 |
|
|
Daniel J Walsh |
e5aceb |
|
|
Daniel J Walsh |
306393 |
* Tue Feb 19 2008 Dan Walsh <dwalsh@redhat.com> 3.2.8-2
|
|
Daniel J Walsh |
306393 |
- Fix userdom_list_user_files
|
|
Daniel J Walsh |
306393 |
|
|
Daniel J Walsh |
306393 |
|
|
Daniel J Walsh |
eb3e9f |
* Fri Feb 15 2008 Dan Walsh <dwalsh@redhat.com> 3.2.8-1
|
|
Daniel J Walsh |
eb3e9f |
- Merge with upstream
|
|
Daniel J Walsh |
eb3e9f |
|
|
Daniel J Walsh |
7e1e7b |
* Thu Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-6
|
|
Daniel J Walsh |
7e1e7b |
- Allow udev to send audit messages
|
|
Daniel J Walsh |
7e1e7b |
|
|
Daniel J Walsh |
9870c6 |
* Thu Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-5
|
|
Daniel J Walsh |
9870c6 |
- Add additional login users interfaces
|
|
Daniel J Walsh |
9870c6 |
- userdom_admin_login_user_template(staff)
|
|
Daniel J Walsh |
9870c6 |
|
|
Daniel J Walsh |
ebe074 |
* Thu Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-3
|
|
Daniel J Walsh |
ebe074 |
- More fixes for polkit
|
|
Daniel J Walsh |
ebe074 |
|
|
Daniel J Walsh |
ebe074 |
* Thu Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-2
|
|
Daniel J Walsh |
ebe074 |
- Eliminate transition from unconfined_t to qemu by default
|
|
Daniel J Walsh |
ebe074 |
- Fixes for gpg
|
|
Daniel J Walsh |
ebe074 |
|
|
Daniel J Walsh |
57ac1c |
* Tue Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.7-1
|
|
Daniel J Walsh |
57ac1c |
- Update to upstream
|
|
Daniel J Walsh |
57ac1c |
|
|
Daniel J Walsh |
4637b6 |
* Tue Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-7
|
|
Daniel J Walsh |
4637b6 |
- Fixes for staff_t
|
|
Daniel J Walsh |
4637b6 |
|
|
Daniel J Walsh |
b53db5 |
* Tue Feb 5 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-6
|
|
Daniel J Walsh |
b53db5 |
- Add policy for kerneloops
|
|
Daniel J Walsh |
b53db5 |
- Add policy for gnomeclock
|
|
Daniel J Walsh |
b53db5 |
|
|
Daniel J Walsh |
881d64 |
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-5
|
|
Daniel J Walsh |
881d64 |
- Fixes for libvirt
|
|
Daniel J Walsh |
881d64 |
|
|
Daniel J Walsh |
60c693 |
* Sun Feb 3 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-4
|
|
Daniel J Walsh |
60c693 |
- Fixes for nsplugin
|
|
Daniel J Walsh |
60c693 |
|
|
Daniel J Walsh |
60c693 |
* Sat Feb 2 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-3
|
|
Daniel J Walsh |
60c693 |
- More fixes for qemu
|
|
Daniel J Walsh |
60c693 |
|
|
Daniel J Walsh |
11ac4b |
* Sat Feb 2 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-2
|
|
Daniel J Walsh |
11ac4b |
- Additional ports for vnc and allow qemu and libvirt to search all directories
|
|
Daniel J Walsh |
11ac4b |
|
|
Daniel J Walsh |
b19d47 |
* Fri Feb 1 2008 Dan Walsh <dwalsh@redhat.com> 3.2.6-1
|
|
Daniel J Walsh |
b19d47 |
- Update to upstream
|
|
Daniel J Walsh |
b19d47 |
- Add libvirt policy
|
|
Daniel J Walsh |
b19d47 |
- add qemu policy
|
|
Daniel J Walsh |
b19d47 |
|
|
Daniel J Walsh |
e1060e |
* Fri Feb 1 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-25
|
|
Daniel J Walsh |
e1060e |
- Allow fail2ban to create a socket in /var/run
|
|
Daniel J Walsh |
e1060e |
|
|
Daniel J Walsh |
59d6fb |
* Wed Jan 30 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-24
|
|
Daniel J Walsh |
7c124f |
- Allow allow_httpd_mod_auth_pam to work
|
|
Daniel J Walsh |
7c124f |
|
|
Daniel J Walsh |
f18a88 |
* Wed Jan 30 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-22
|
|
Daniel J Walsh |
f18a88 |
- Add audisp policy and prelude
|
|
Daniel J Walsh |
f18a88 |
|
|
Daniel J Walsh |
0f7011 |
* Mon Jan 28 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-21
|
|
Daniel J Walsh |
0f7011 |
- Allow all user roles to executae samba net command
|
|
Daniel J Walsh |
0f7011 |
|
|
Daniel J Walsh |
7c2be3 |
* Fri Jan 25 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-20
|
|
Daniel J Walsh |
7c2be3 |
- Allow usertypes to read/write noxattr file systems
|
|
Daniel J Walsh |
7c2be3 |
|
|
Daniel J Walsh |
7c7d59 |
* Thu Jan 24 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-19
|
|
Daniel J Walsh |
7c7d59 |
- Fix nsplugin to allow flashplugin to work in enforcing mode
|
|
Daniel J Walsh |
7c7d59 |
|
|
Daniel J Walsh |
093987 |
* Wed Jan 23 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-18
|
|
Daniel J Walsh |
093987 |
- Allow pam_selinux_permit to kill all processes
|
|
Daniel J Walsh |
093987 |
|
|
Daniel J Walsh |
cc5bb8 |
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-17
|
|
Daniel J Walsh |
cc5bb8 |
- Allow ptrace or user processes by users of same type
|
|
Daniel J Walsh |
cc5bb8 |
- Add boolean for transition to nsplugin
|
|
Daniel J Walsh |
cc5bb8 |
|
|
Daniel J Walsh |
ef19b7 |
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-16
|
|
Daniel J Walsh |
ef19b7 |
- Allow nsplugin sys_nice, getsched, setsched
|
|
Daniel J Walsh |
ef19b7 |
|
|
Daniel J Walsh |
b3c8a0 |
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-15
|
|
Daniel J Walsh |
b3c8a0 |
- Allow login programs to talk dbus to oddjob
|
|
Daniel J Walsh |
b3c8a0 |
|
|
Daniel J Walsh |
98f84c |
* Thu Jan 17 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-14
|
|
Daniel J Walsh |
98f84c |
- Add procmail_log support
|
|
Daniel J Walsh |
98f84c |
- Lots of fixes for munin
|
|
Daniel J Walsh |
98f84c |
|
|
Daniel J Walsh |
e26fef |
* Tue Jan 15 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-13
|
|
Daniel J Walsh |
e26fef |
- Allow setroubleshoot to read policy config and send audit messages
|
|
Daniel J Walsh |
e26fef |
|
|
Daniel J Walsh |
8a40d6 |
* Mon Jan 14 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-12
|
|
Daniel J Walsh |
8a40d6 |
- Allow users to execute all files in homedir, if boolean set
|
|
Daniel J Walsh |
8a40d6 |
- Allow mount to read samba config
|
|
Daniel J Walsh |
8a40d6 |
|
|
Daniel J Walsh |
27c7d8 |
* Sun Jan 13 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-11
|
|
Daniel J Walsh |
27c7d8 |
- Fixes for xguest to run java plugin
|
|
Daniel J Walsh |
27c7d8 |
|
|
Daniel J Walsh |
4be3ba |
* Mon Jan 7 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-10
|
|
Daniel J Walsh |
4be3ba |
- dontaudit pam_t and dbusd writing to user_home_t
|
|
Daniel J Walsh |
4be3ba |
|
|
Daniel J Walsh |
5baf53 |
* Mon Jan 7 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-9
|
|
Daniel J Walsh |
5baf53 |
- Update gpg to allow reading of inotify
|
|
Daniel J Walsh |
5baf53 |
|
|
Daniel J Walsh |
a502c5 |
* Wed Jan 2 2008 Dan Walsh <dwalsh@redhat.com> 3.2.5-8
|
|
Daniel J Walsh |
a502c5 |
- Change user and staff roles to work correctly with varied perms
|
|
Daniel J Walsh |
a502c5 |
|
|
Daniel J Walsh |
c64ec2 |
* Mon Dec 31 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-7
|
|
Daniel J Walsh |
c64ec2 |
- Fix munin log,
|
|
Daniel J Walsh |
c64ec2 |
- Eliminate duplicate mozilla file context
|
|
Daniel J Walsh |
c64ec2 |
- fix wpa_supplicant spec
|
|
Daniel J Walsh |
c64ec2 |
|
|
Daniel J Walsh |
5d1334 |
* Mon Dec 24 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-6
|
|
Daniel J Walsh |
88ae3f |
- Fix role transition from unconfined_r to system_r when running rpm
|
|
Daniel J Walsh |
88ae3f |
- Allow unconfined_domains to communicate with user dbus instances
|
|
Daniel J Walsh |
5d1334 |
|
|
Daniel J Walsh |
5d1334 |
* Sat Dec 21 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-5
|
|
Daniel J Walsh |
5d1334 |
- Fixes for xguest
|
|
Daniel J Walsh |
5d1334 |
|
|
Daniel J Walsh |
0ec33d |
* Thu Dec 20 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-4
|
|
Daniel J Walsh |
0ec33d |
- Let all uncofined domains communicate with dbus unconfined
|
|
Daniel J Walsh |
0ec33d |
|
|
Daniel J Walsh |
673eaa |
* Thu Dec 20 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-3
|
|
Daniel J Walsh |
673eaa |
- Run rpm in system_r
|
|
Daniel J Walsh |
673eaa |
|
|
Daniel J Walsh |
5615fe |
* Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-2
|
|
Daniel J Walsh |
5615fe |
- Zero out customizable types
|
|
Daniel J Walsh |
5615fe |
|
|
Daniel J Walsh |
9a2cf8 |
* Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.5-1
|
|
Daniel J Walsh |
9a2cf8 |
- Fix definiton of admin_home_t
|
|
Daniel J Walsh |
9a2cf8 |
|
|
Daniel J Walsh |
2f257c |
* Wed Dec 19 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-5
|
|
Daniel J Walsh |
2f257c |
- Fix munin file context
|
|
Daniel J Walsh |
2f257c |
|
|
Daniel J Walsh |
91c2fa |
* Tue Dec 18 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-4
|
|
Daniel J Walsh |
91c2fa |
- Allow cron to run unconfined apps
|
|
Daniel J Walsh |
91c2fa |
|
|
Daniel J Walsh |
99d367 |
* Mon Dec 17 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-3
|
|
Daniel J Walsh |
99d367 |
- Modify default login to unconfined_u
|
|
Daniel J Walsh |
99d367 |
|
|
Daniel J Walsh |
592868 |
* Thu Dec 13 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-1
|
|
Daniel J Walsh |
592868 |
- Dontaudit dbus user client search of /root
|
|
Daniel J Walsh |
592868 |
|
|
Daniel J Walsh |
76e340 |
* Wed Dec 12 2007 Dan Walsh <dwalsh@redhat.com> 3.2.4-1
|
|
Daniel J Walsh |
76e340 |
- Update to upstream
|
|
Daniel J Walsh |
76e340 |
|
|
Daniel J Walsh |
4c6f2d |
* Tue Dec 11 2007 Dan Walsh <dwalsh@redhat.com> 3.2.3-2
|
|
Daniel J Walsh |
4c6f2d |
- Fixes for polkit
|
|
Daniel J Walsh |
4c6f2d |
- Allow xserver to ptrace
|
|
Daniel J Walsh |
4c6f2d |
|
|
Daniel J Walsh |
7dfe3e |
* Tue Dec 11 2007 Dan Walsh <dwalsh@redhat.com> 3.2.3-1
|
|
Daniel J Walsh |
7dfe3e |
- Add polkit policy
|
|
Daniel J Walsh |
7dfe3e |
- Symplify userdom context, remove automatic per_role changes
|
|
Daniel J Walsh |
7dfe3e |
|
|
Daniel J Walsh |
d195fc |
* Tue Dec 4 2007 Dan Walsh <dwalsh@redhat.com> 3.2.2-1
|
|
Daniel J Walsh |
02654b |
- Update to upstream
|
|
Daniel J Walsh |
d195fc |
- Allow httpd_sys_script_t to search users homedirs
|
|
Daniel J Walsh |
d195fc |
|
|
Daniel J Walsh |
320f3e |
* Mon Dec 3 2007 Dan Walsh <dwalsh@redhat.com> 3.2.1-3
|
|
Daniel J Walsh |
320f3e |
- Allow rpm_script to transition to unconfined_execmem_t
|
|
Daniel J Walsh |
320f3e |
|
|
Daniel J Walsh |
9186dc |
* Fri Nov 30 2007 Dan Walsh <dwalsh@redhat.com> 3.2.1-1
|
|
Daniel J Walsh |
9186dc |
- Remove user based home directory separation
|
|
Daniel J Walsh |
9186dc |
|
|
Daniel J Walsh |
3a54e4 |
* Wed Nov 28 2007 Dan Walsh <dwalsh@redhat.com> 3.1.2-2
|
|
Daniel J Walsh |
3a54e4 |
- Remove user specific crond_t
|
|
Daniel J Walsh |
3a54e4 |
|
|
Daniel J Walsh |
a1341a |
* Mon Nov 19 2007 Dan Walsh <dwalhh@redhat.com> 3.1.2-1
|
|
Daniel J Walsh |
0fffba |
- Merge with upstream
|
|
Daniel J Walsh |
0fffba |
- Allow xsever to read hwdata_t
|
|
Daniel J Walsh |
0fffba |
- Allow login programs to setkeycreate
|
|
Daniel J Walsh |
0fffba |
|
|
Daniel J Walsh |
7330e8 |
* Sat Nov 10 2007 Dan Walsh <dwalsh@redhat.com> 3.1.1-1
|
|
Daniel J Walsh |
7330e8 |
- Update to upstream
|
|
Daniel J Walsh |
7330e8 |
|
|
Daniel J Walsh |
fa0d1c |
* Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.1.0-1
|
|
Daniel J Walsh |
fa0d1c |
- Update to upstream
|
|
Daniel J Walsh |
fa0d1c |
|
|
Daniel J Walsh |
fa0d1c |
* Mon Oct 22 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-30
|
|
Daniel J Walsh |
d0649e |
- Allow XServer to read /proc/self/cmdline
|
|
Daniel J Walsh |
fa0d1c |
- Fix unconfined cron jobs
|
|
Daniel J Walsh |
fa0d1c |
- Allow fetchmail to transition to procmail
|
|
Daniel J Walsh |
fa0d1c |
- Fixes for hald_mac
|
|
Daniel J Walsh |
fa0d1c |
- Allow system_mail to transition to exim
|
|
Daniel J Walsh |
fa0d1c |
- Allow tftpd to upload files
|
|
Daniel J Walsh |
fa0d1c |
- Allow xdm to manage unconfined_tmp
|
|
Daniel J Walsh |
fa0d1c |
- Allow udef to read alsa config
|
|
Daniel J Walsh |
fa0d1c |
- Fix xguest to be able to connect to sound port
|
|
Daniel J Walsh |
d0649e |
|
|
Daniel J Walsh |
30dfdc |
* Fri Oct 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-28
|
|
Daniel J Walsh |
30dfdc |
- Fixes for hald_mac
|
|
Daniel J Walsh |
30dfdc |
- Treat unconfined_home_dir_t as a home dir
|
|
Daniel J Walsh |
30dfdc |
- dontaudit rhgb writes to fonts and root
|
|
Daniel J Walsh |
30dfdc |
|
|
Daniel J Walsh |
3375c3 |
* Fri Oct 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-27
|
|
Daniel J Walsh |
3375c3 |
- Fix dnsmasq
|
|
Daniel J Walsh |
3375c3 |
- Allow rshd full login privs
|
|
Daniel J Walsh |
3375c3 |
|
|
Daniel J Walsh |
6455c9 |
* Thu Oct 16 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-26
|
|
Daniel J Walsh |
6455c9 |
- Allow rshd to connect to ports > 1023
|
|
Daniel J Walsh |
6455c9 |
|
|
Daniel J Walsh |
ccf8a7 |
* Thu Oct 16 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-25
|
|
Daniel J Walsh |
ccf8a7 |
- Fix vpn to bind to port 4500
|
|
Daniel J Walsh |
ccf8a7 |
- Allow ssh to create shm
|
|
Daniel J Walsh |
953fd1 |
- Add Kismet policy
|
|
Daniel J Walsh |
ccf8a7 |
|
|
Daniel J Walsh |
b4ed6d |
* Tue Oct 16 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-24
|
|
Daniel J Walsh |
b4ed6d |
- Allow rpm to chat with networkmanager
|
|
Daniel J Walsh |
b4ed6d |
|
|
Daniel J Walsh |
b4ed6d |
* Mon Oct 15 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-23
|
|
Daniel J Walsh |
b4ed6d |
- Fixes for ipsec and exim mail
|
|
Daniel J Walsh |
b4ed6d |
- Change default to unconfined user
|
|
Daniel J Walsh |
b4ed6d |
|
|
Daniel J Walsh |
9185bf |
* Fri Oct 12 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-22
|
|
Daniel J Walsh |
9185bf |
- Pass the UNK_PERMS param to makefile
|
|
Daniel J Walsh |
9185bf |
- Fix gdm location
|
|
Daniel J Walsh |
9185bf |
|
|
Daniel J Walsh |
c27b2b |
* Wed Oct 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-21
|
|
Daniel J Walsh |
c27b2b |
- Make alsa work
|
|
Daniel J Walsh |
c27b2b |
|
|
Daniel J Walsh |
28021c |
* Tue Oct 9 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-20
|
|
Daniel J Walsh |
28021c |
- Fixes for consolekit and startx sessions
|
|
Daniel J Walsh |
28021c |
|
|
Daniel J Walsh |
7a91e8 |
* Mon Oct 8 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-19
|
|
Daniel J Walsh |
7a91e8 |
- Dontaudit consoletype talking to unconfined_t
|
|
Daniel J Walsh |
7a91e8 |
|
|
Daniel J Walsh |
922f64 |
* Thu Oct 4 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-18
|
|
Daniel J Walsh |
922f64 |
- Remove homedir_template
|
|
Daniel J Walsh |
922f64 |
|
|
Daniel J Walsh |
24ccb8 |
* Tue Oct 2 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-17
|
|
Daniel J Walsh |
24ccb8 |
- Check asound.state
|
|
Daniel J Walsh |
24ccb8 |
|
|
Daniel J Walsh |
492612 |
* Mon Oct 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-16
|
|
Daniel J Walsh |
492612 |
- Fix exim policy
|
|
Daniel J Walsh |
492612 |
|
|
Daniel J Walsh |
1ffa68 |
* Thu Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-15
|
|
Daniel J Walsh |
1ffa68 |
- Allow tmpreadper to read man_t
|
|
Daniel J Walsh |
1ffa68 |
- Allow racoon to bind to all nodes
|
|
Daniel J Walsh |
1ffa68 |
- Fixes for finger print reader
|
|
Daniel J Walsh |
1ffa68 |
|
|
Daniel J Walsh |
7c1c17 |
* Tue Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-14
|
|
Daniel J Walsh |
7c1c17 |
- Allow xdm to talk to input device (fingerprint reader)
|
|
Daniel J Walsh |
7c1c17 |
- Allow octave to run as java
|
|
Daniel J Walsh |
7c1c17 |
|
|
Daniel J Walsh |
d770c5 |
* Tue Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-13
|
|
Daniel J Walsh |
d770c5 |
- Allow login programs to set ioctl on /proc
|
|
Daniel J Walsh |
d770c5 |
|
|
Daniel J Walsh |
fb11ad |
* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-12
|
|
Daniel J Walsh |
fb11ad |
- Allow nsswitch apps to read samba_var_t
|
|
Daniel J Walsh |
fb11ad |
|
|
Daniel J Walsh |
f5018f |
* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-11
|
|
Daniel J Walsh |
f5018f |
- Fix maxima
|
|
Daniel J Walsh |
f5018f |
|
|
Daniel J Walsh |
d83ea8 |
* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-10
|
|
Daniel J Walsh |
d83ea8 |
- Eliminate rpm_t:fifo_file avcs
|
|
Daniel J Walsh |
d83ea8 |
- Fix dbus path for helper app
|
|
Daniel J Walsh |
d83ea8 |
|
|
Daniel J Walsh |
6c319e |
* Sat Sep 22 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-9
|
|
Daniel J Walsh |
6c319e |
- Fix service start stop terminal avc's
|
|
Daniel J Walsh |
6c319e |
|
|
Daniel J Walsh |
ec4fb1 |
* Fri Sep 21 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-8
|
|
Daniel J Walsh |
ec4fb1 |
- Allow also to search var_lib
|
|
Daniel J Walsh |
ec4fb1 |
- New context for dbus launcher
|
|
Daniel J Walsh |
ec4fb1 |
|
|
Daniel J Walsh |
347ff1 |
* Fri Sep 21 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-7
|
|
Daniel J Walsh |
347ff1 |
- Allow cupsd_config_t to read/write usb_device_t
|
|
Daniel J Walsh |
347ff1 |
- Support for finger print reader,
|
|
Daniel J Walsh |
347ff1 |
- Many fixes for clvmd
|
|
Daniel J Walsh |
347ff1 |
- dbus starting networkmanager
|
|
Daniel J Walsh |
347ff1 |
|
|
Daniel J Walsh |
07e28d |
* Thu Sep 20 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-5
|
|
Daniel J Walsh |
07e28d |
- Fix java and mono to run in xguest account
|
|
Daniel J Walsh |
07e28d |
|
|
Daniel J Walsh |
c67a12 |
* Wed Sep 19 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-4
|
|
Daniel J Walsh |
c67a12 |
- Fix to add xguest account when inititial install
|
|
Daniel J Walsh |
a9d4b8 |
- Allow mono, java, wine to run in userdomains
|
|
Daniel J Walsh |
c67a12 |
|
|
Daniel J Walsh |
21c534 |
* Wed Sep 19 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-3
|
|
Daniel J Walsh |
21c534 |
- Allow xserver to search devpts_t
|
|
Daniel J Walsh |
21c534 |
- Dontaudit ldconfig output to homedir
|
|
Daniel J Walsh |
21c534 |
|
|
Daniel J Walsh |
7ff410 |
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-2
|
|
Daniel J Walsh |
7ff410 |
- Remove hplip_etc_t change back to etc_t.
|
|
Daniel J Walsh |
7ff410 |
|
|
Daniel J Walsh |
7ff410 |
|
|
Daniel J Walsh |
1a3fe3 |
* Mon Sep 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.8-1
|
|
Daniel J Walsh |
1a3fe3 |
- Allow cron to search nfs and samba homedirs
|
|
Daniel J Walsh |
1a3fe3 |
|
|
Daniel J Walsh |
babb36 |
* Tue Sep 11 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-10
|
|
Daniel J Walsh |
babb36 |
- Allow NetworkManager to dbus chat with yum-updated
|
|
Daniel J Walsh |
babb36 |
|
|
Daniel J Walsh |
bf7f97 |
* Tue Sep 11 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-9
|
|
Daniel J Walsh |
bf7f97 |
- Allow xfs to bind to port 7100
|
|
Daniel J Walsh |
bf7f97 |
|
|
Daniel J Walsh |
25d586 |
* Mon Sep 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-8
|
|
Daniel J Walsh |
25d586 |
- Allow newalias/sendmail dac_override
|
|
Daniel J Walsh |
25d586 |
- Allow bind to bind to all udp ports
|
|
Daniel J Walsh |
25d586 |
|
|
Daniel J Walsh |
4eaf5c |
* Fri Sep 7 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-7
|
|
Daniel J Walsh |
4eaf5c |
- Turn off direct transition
|
|
Daniel J Walsh |
4eaf5c |
|
|
Daniel J Walsh |
c7e443 |
* Fri Sep 7 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-6
|
|
Daniel J Walsh |
c7e443 |
- Allow wine to run in system role
|
|
Daniel J Walsh |
c7e443 |
|
|
Daniel J Walsh |
37d6a1 |
* Thu Sep 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-5
|
|
Daniel J Walsh |
37d6a1 |
- Fix java labeling
|
|
Daniel J Walsh |
37d6a1 |
|
|
Daniel J Walsh |
07b868 |
* Thu Sep 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-4
|
|
Daniel J Walsh |
07b868 |
- Define user_home_type as home_type
|
|
Daniel J Walsh |
07b868 |
|
|
Daniel J Walsh |
bea548 |
* Tue Aug 28 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-3
|
|
Daniel J Walsh |
bea548 |
- Allow sendmail to create etc_aliases_t
|
|
Daniel J Walsh |
bea548 |
|
|
Daniel J Walsh |
bc85a6 |
* Tue Aug 28 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-2
|
|
Daniel J Walsh |
bc85a6 |
- Allow login programs to read symlinks on homedirs
|
|
Daniel J Walsh |
bc85a6 |
|
|
Daniel J Walsh |
e8b599 |
* Mon Aug 27 2007 Dan Walsh <dwalsh@redhat.com> 3.0.7-1
|
|
Daniel J Walsh |
e8b599 |
- Update an readd modules
|
|
Daniel J Walsh |
e8b599 |
|
|
Daniel J Walsh |
d83af2 |
* Fri Aug 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.6-3
|
|
Daniel J Walsh |
d83af2 |
- Cleanup spec file
|
|
Daniel J Walsh |
d83af2 |
|
|
Daniel J Walsh |
3b13a8 |
* Fri Aug 24 2007 Dan Walsh <dwalsh@redhat.com> 3.0.6-2
|
|
Daniel J Walsh |
3b13a8 |
- Allow xserver to be started by unconfined process and talk to tty
|
|
Daniel J Walsh |
3b13a8 |
|
|
Daniel J Walsh |
95bbe5 |
* Wed Aug 22 2007 Dan Walsh <dwalsh@redhat.com> 3.0.6-1
|
|
Daniel J Walsh |
95bbe5 |
- Upgrade to upstream to grab postgressql changes
|
|
Daniel J Walsh |
95bbe5 |
|
|
Daniel J Walsh |
c77aca |
* Tue Aug 21 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-11
|
|
Daniel J Walsh |
c77aca |
- Add setransd for mls policy
|
|
Daniel J Walsh |
c77aca |
|
|
Daniel J Walsh |
4f23c4 |
* Mon Aug 20 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-10
|
|
Daniel J Walsh |
4f23c4 |
- Add ldconfig_cache_t
|
|
Daniel J Walsh |
4f23c4 |
|
|
Daniel J Walsh |
b4ae7d |
* Sat Aug 18 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-9
|
|
Daniel J Walsh |
b4ae7d |
- Allow sshd to write to proc_t for afs login
|
|
Daniel J Walsh |
b4ae7d |
|
|
Daniel J Walsh |
f01207 |
* Sat Aug 18 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-8
|
|
Daniel J Walsh |
f01207 |
- Allow xserver access to urand
|
|
Daniel J Walsh |
f01207 |
|
|
Daniel J Walsh |
7f6883 |
* Tue Aug 14 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-7
|
|
Daniel J Walsh |
7f6883 |
- allow dovecot to search mountpoints
|
|
Daniel J Walsh |
7f6883 |
|
|
Daniel J Walsh |
0354c2 |
* Sat Aug 11 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-6
|
|
Daniel J Walsh |
0354c2 |
- Fix Makefile for building policy modules
|
|
Daniel J Walsh |
0354c2 |
|
|
Daniel J Walsh |
60a9ef |
* Fri Aug 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-5
|
|
Daniel J Walsh |
60a9ef |
- Fix dhcpc startup of service
|
|
Daniel J Walsh |
60a9ef |
|
|
Daniel J Walsh |
bf3320 |
* Fri Aug 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-4
|
|
Daniel J Walsh |
bf3320 |
- Fix dbus chat to not happen for xguest and guest users
|
|
Daniel J Walsh |
bf3320 |
|
|
Daniel J Walsh |
d44a39 |
* Mon Aug 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-3
|
|
Daniel J Walsh |
d44a39 |
- Fix nagios cgi
|
|
Daniel J Walsh |
d44a39 |
- allow squid to communicate with winbind
|
|
Daniel J Walsh |
d44a39 |
|
|
Daniel J Walsh |
1a12c2 |
* Mon Aug 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-2
|
|
Daniel J Walsh |
1a12c2 |
- Fixes for ldconfig
|
|
Daniel J Walsh |
1a12c2 |
|
|
Daniel J Walsh |
25a754 |
* Thu Aug 2 2007 Dan Walsh <dwalsh@redhat.com> 3.0.5-1
|
|
Daniel J Walsh |
25a754 |
- Update from upstream
|
|
Daniel J Walsh |
25a754 |
|
|
Daniel J Walsh |
25a754 |
* Wed Aug 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-6
|
|
Daniel J Walsh |
25a754 |
- Add nasd support
|
|
Daniel J Walsh |
25a754 |
|
|
Daniel J Walsh |
8239a9 |
* Wed Aug 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-5
|
|
Daniel J Walsh |
8239a9 |
- Fix new usb devices and dmfm
|
|
Daniel J Walsh |
8239a9 |
|
|
Daniel J Walsh |
47a35f |
* Mon Jul 30 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-4
|
|
Daniel J Walsh |
47a35f |
- Eliminate mount_ntfs_t policy, merge into mount_t
|
|
Daniel J Walsh |
47a35f |
|
|
Daniel J Walsh |
07351e |
* Mon Jul 30 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-3
|
|
Daniel J Walsh |
07351e |
- Allow xserver to write to ramfs mounted by rhgb
|
|
Daniel J Walsh |
07351e |
|
|
Daniel J Walsh |
9c0386 |
* Tue Jul 23 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-2
|
|
Daniel J Walsh |
9c0386 |
- Add context for dbus machine id
|
|
Daniel J Walsh |
9c0386 |
|
|
Daniel J Walsh |
2fac1d |
* Tue Jul 23 2007 Dan Walsh <dwalsh@redhat.com> 3.0.4-1
|
|
Daniel J Walsh |
2fac1d |
- Update with latest changes from upstream
|
|
Daniel J Walsh |
2fac1d |
|
|
Daniel J Walsh |
0f8f54 |
* Tue Jul 23 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-6
|
|
Daniel J Walsh |
0f8f54 |
- Fix prelink to handle execmod
|
|
Daniel J Walsh |
0f8f54 |
|
|
Daniel J Walsh |
e0ae20 |
* Mon Jul 23 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-5
|
|
Daniel J Walsh |
e0ae20 |
- Add ntpd_key_t to handle secret data
|
|
Daniel J Walsh |
e0ae20 |
|
|
Daniel J Walsh |
2ced40 |
* Fri Jul 20 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-4
|
|
Daniel J Walsh |
2ced40 |
- Add anon_inodefs
|
|
Daniel J Walsh |
2ced40 |
- Allow unpriv user exec pam_exec_t
|
|
Daniel J Walsh |
2ced40 |
- Fix trigger
|
|
Daniel J Walsh |
2ced40 |
|
|
Daniel J Walsh |
779d23 |
* Fri Jul 20 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-3
|
|
Daniel J Walsh |
779d23 |
- Allow cups to use generic usb
|
|
Daniel J Walsh |
779d23 |
- fix inetd to be able to run random apps (git)
|
|
Daniel J Walsh |
779d23 |
|
|
Daniel J Walsh |
908512 |
* Thu Jul 19 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-2
|
|
Daniel J Walsh |
908512 |
- Add proper contexts for rsyslogd
|
|
Daniel J Walsh |
908512 |
|
|
Daniel J Walsh |
908512 |
* Thu Jul 19 2007 Dan Walsh <dwalsh@redhat.com> 3.0.3-1
|
|
Daniel J Walsh |
908512 |
- Fixes for xguest policy
|
|
Daniel J Walsh |
908512 |
|
|
Daniel J Walsh |
297dd1 |
* Tue Jul 17 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-9
|
|
Daniel J Walsh |
297dd1 |
- Allow execution of gconf
|
|
Daniel J Walsh |
297dd1 |
|
|
Daniel J Walsh |
1d0319 |
* Sat Jul 14 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-8
|
|
Daniel J Walsh |
1d0319 |
- Fix moilscanner update problem
|
|
Daniel J Walsh |
1d0319 |
|
|
Daniel J Walsh |
7e3506 |
* Thu Jul 12 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-7
|
|
Daniel J Walsh |
7e3506 |
- Begin adding policy to separate setsebool from semanage
|
|
Daniel J Walsh |
16d953 |
- Fix xserver.if definition to not break sepolgen.if
|
|
Daniel J Walsh |
16d953 |
|
|
Daniel J Walsh |
2796de |
* Wed Jul 11 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-5
|
|
Daniel J Walsh |
2796de |
- Add new devices
|
|
Daniel J Walsh |
2796de |
|
|
Daniel J Walsh |
154d82 |
* Tue Jul 10 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-4
|
|
Daniel J Walsh |
154d82 |
- Add brctl policy
|
|
Daniel J Walsh |
154d82 |
|
|
Daniel J Walsh |
501a17 |
* Fri Jul 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-3
|
|
Daniel J Walsh |
501a17 |
- Fix root login to include system_r
|
|
Daniel J Walsh |
501a17 |
|
|
Daniel J Walsh |
35e7f7 |
* Fri Jul 6 2007 Dan Walsh <dwalsh@redhat.com> 3.0.2-2
|
|
Daniel J Walsh |
35e7f7 |
- Allow prelink to read kernel sysctls
|
|
Daniel J Walsh |
35e7f7 |
|
|
Daniel J Walsh |
b529ed |
* Mon Jul 2 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-5
|
|
Daniel J Walsh |
b529ed |
- Default to user_u:system_r:unconfined_t
|
|
Daniel J Walsh |
b529ed |
|
|
Daniel J Walsh |
2fdb5f |
* Sun Jul 1 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-4
|
|
Daniel J Walsh |
2fdb5f |
- fix squid
|
|
Daniel J Walsh |
2fdb5f |
- Fix rpm running as uid
|
|
Daniel J Walsh |
2fdb5f |
|
|
Daniel J Walsh |
b786a2 |
* Wed Jun 26 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-3
|
|
Daniel J Walsh |
b786a2 |
- Fix syslog declaration
|
|
Daniel J Walsh |
b786a2 |
|
|
Daniel J Walsh |
7f4421 |
* Wed Jun 26 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-2
|
|
Daniel J Walsh |
7f4421 |
- Allow avahi to access inotify
|
|
Daniel J Walsh |
7f4421 |
- Remove a lot of bogus security_t:filesystem avcs
|
|
Daniel J Walsh |
7f4421 |
|
|
Daniel J Walsh |
56187c |
* Fri May 25 2007 Dan Walsh <dwalsh@redhat.com> 3.0.1-1
|
|
Daniel J Walsh |
56187c |
- Remove ifdef strict policy from upstream
|
|
Daniel J Walsh |
3e930b |
|
|
Daniel J Walsh |
56187c |
* Fri May 18 2007 Dan Walsh <dwalsh@redhat.com> 2.6.5-3
|
|
Daniel J Walsh |
56187c |
- Remove ifdef strict to allow user_u to login
|
|
Daniel J Walsh |
d4da53 |
|
|
Daniel J Walsh |
bdb830 |
* Fri May 18 2007 Dan Walsh <dwalsh@redhat.com> 2.6.5-2
|
|
Daniel J Walsh |
bdb830 |
- Fix for amands
|
|
Daniel J Walsh |
bdb830 |
- Allow semanage to read pp files
|
|
Daniel J Walsh |
bdb830 |
- Allow rhgb to read xdm_xserver_tmp
|
|
Daniel J Walsh |
346d2d |
|
|
Daniel J Walsh |
346d2d |
* Fri May 18 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-7
|
|
Daniel J Walsh |
346d2d |
- Allow kerberos servers to use ldap for backing store
|
|
Daniel J Walsh |
346d2d |
|
|
Daniel J Walsh |
9ffb88 |
* Thu May 17 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-6
|
|
Daniel J Walsh |
9ffb88 |
- allow alsactl to read kernel state
|
|
Daniel J Walsh |
9ffb88 |
|
|
Daniel J Walsh |
fc3577 |
* Wed May 16 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-5
|
|
Daniel J Walsh |
88c846 |
- More fixes for alsactl
|
|
Daniel J Walsh |
fc3577 |
- Transition from hal and modutils
|
|
Daniel J Walsh |
cf806e |
- Fixes for suspend resume.
|
|
Daniel J Walsh |
487de6 |
- insmod domtrans to alsactl
|
|
Daniel J Walsh |
487de6 |
- insmod writes to hal log
|
|
Daniel J Walsh |
cf806e |
|
|
Daniel J Walsh |
7c3dcb |
* Wed May 16 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-2
|
|
Daniel J Walsh |
7c3dcb |
- Allow unconfined_t to transition to NetworkManager_t
|
|
Daniel J Walsh |
7c3dcb |
- Fix netlabel policy
|
|
Daniel J Walsh |
7c3dcb |
|
|
Daniel J Walsh |
810e69 |
* Mon May 14 2007 Dan Walsh <dwalsh@redhat.com> 2.6.4-1
|
|
Daniel J Walsh |
810e69 |
- Update to latest from upstream
|
|
Daniel J Walsh |
810e69 |
|
|
Daniel J Walsh |
daa6ab |
* Fri May 4 2007 Dan Walsh <dwalsh@redhat.com> 2.6.3-1
|
|
Daniel J Walsh |
daa6ab |
- Update to latest from upstream
|
|
Daniel J Walsh |
daa6ab |
|
|
Daniel J Walsh |
8fea83 |
* Mon Apr 30 2007 Dan Walsh <dwalsh@redhat.com> 2.6.2-1
|
|
Daniel J Walsh |
8fea83 |
- Update to latest from upstream
|
|
Daniel J Walsh |
8fea83 |
|
|
Daniel J Walsh |
8fea83 |
* Fri Apr 27 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-4
|
|
Daniel J Walsh |
8fea83 |
- Allow pcscd_t to send itself signals
|
|
Daniel J Walsh |
8fea83 |
|
|
Daniel J Walsh |
6821c3 |
* Fri Apr 27 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-3
|
|
Daniel J Walsh |
6821c3 |
-
|
|
Daniel J Walsh |
6821c3 |
|
|
Daniel J Walsh |
77d25e |
* Wed Apr 25 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-2
|
|
Daniel J Walsh |
77d25e |
- Fixes for unix_update
|
|
Daniel J Walsh |
77d25e |
- Fix logwatch to be able to search all dirs
|
|
Daniel J Walsh |
77d25e |
|
|
Daniel J Walsh |
8396b2 |
* Mon Apr 23 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-1
|
|
Daniel J Walsh |
8396b2 |
- Upstream bumped the version
|
|
Daniel J Walsh |
8396b2 |
|
|
Daniel J Walsh |
61947f |
* Thu Apr 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-12
|
|
Daniel J Walsh |
61947f |
- Allow consolekit to syslog
|
|
Daniel J Walsh |
61947f |
- Allow ntfs to work with hal
|
|
Daniel J Walsh |
61947f |
|
|
Daniel J Walsh |
2db3c1 |
* Thu Apr 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-11
|
|
Daniel J Walsh |
61947f |
- Allow iptables to read etc_runtime_t
|
|
Daniel J Walsh |
2db3c1 |
|
|
Daniel J Walsh |
466176 |
* Thu Apr 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-10
|
|
Daniel J Walsh |
53b222 |
- MLS Fixes
|
|
Daniel J Walsh |
53b222 |
|
|
Daniel J Walsh |
883a02 |
* Wed Apr 18 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-8
|
|
Daniel J Walsh |
883a02 |
- Fix path of /etc/lvm/cache directory
|
|
Daniel J Walsh |
ab59be |
- Fixes for alsactl and pppd_t
|
|
Daniel J Walsh |
32b18f |
- Fixes for consolekit
|
|
Daniel J Walsh |
32b18f |
|
|
Daniel J Walsh |
7671ce |
* Tue Apr 17 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-5
|
|
Daniel J Walsh |
7671ce |
- Allow insmod_t to mount kvmfs_t filesystems
|
|
Daniel J Walsh |
7671ce |
|
|
Daniel J Walsh |
9fc00b |
* Tue Apr 17 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-4
|
|
Daniel J Walsh |
9fc00b |
- Rwho policy
|
|
Daniel J Walsh |
9fc00b |
- Fixes for consolekit
|
|
Daniel J Walsh |
9fc00b |
|
|
Daniel J Walsh |
e6f3cf |
* Fri Apr 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-3
|
|
Daniel J Walsh |
e6f3cf |
- fixes for fusefs
|
|
Daniel J Walsh |
e6f3cf |
|
|
Daniel J Walsh |
8c912a |
* Thu Apr 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-2
|
|
Daniel J Walsh |
8c912a |
- Fix samba_net to allow it to view samba_var_t
|
|
Daniel J Walsh |
8c912a |
|
|
Daniel J Walsh |
a3b1a2 |
* Tue Apr 10 2007 Dan Walsh <dwalsh@redhat.com> 2.5.12-1
|
|
Daniel J Walsh |
a3b1a2 |
- Update to upstream
|
|
Daniel J Walsh |
a3b1a2 |
|
|
Daniel J Walsh |
5d5cae |
* Tue Apr 10 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-8
|
|
Daniel J Walsh |
5d5cae |
- Fix Sonypic backlight
|
|
Daniel J Walsh |
5d5cae |
- Allow snmp to look at squid_conf_t
|
|
Daniel J Walsh |
5d5cae |
|
|
Daniel J Walsh |
7f1bd8 |
* Mon Apr 9 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-7
|
|
Daniel J Walsh |
7f1bd8 |
- Fixes for pyzor, cyrus, consoletype on everything installs
|
|
Daniel J Walsh |
7f1bd8 |
|
|
Daniel J Walsh |
0b3279 |
* Mon Apr 9 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-6
|
|
Daniel J Walsh |
0b3279 |
- Fix hald_acl_t to be able to getattr/setattr on usb devices
|
|
Daniel J Walsh |
0b3279 |
- Dontaudit write to unconfined_pipes for load_policy
|
|
Daniel J Walsh |
0b3279 |
|
|
Daniel J Walsh |
21029b |
* Thu Apr 5 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-5
|
|
Daniel J Walsh |
21029b |
- Allow bluetooth to read inotifyfs
|
|
Daniel J Walsh |
21029b |
|
|
Daniel J Walsh |
e6b9e2 |
* Wed Apr 4 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-4
|
|
Daniel J Walsh |
e6b9e2 |
- Fixes for samba domain controller.
|
|
Daniel J Walsh |
e6b9e2 |
- Allow ConsoleKit to look at ttys
|
|
Daniel J Walsh |
e6b9e2 |
|
|
Daniel J Walsh |
f9f9dd |
* Tue Apr 3 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-3
|
|
Daniel J Walsh |
f9f9dd |
- Fix interface call
|
|
Daniel J Walsh |
f9f9dd |
|
|
Daniel J Walsh |
89d3de |
* Tue Apr 3 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-2
|
|
Daniel J Walsh |
89d3de |
- Allow syslog-ng to read /var
|
|
Daniel J Walsh |
89d3de |
- Allow locate to getattr on all filesystems
|
|
Daniel J Walsh |
89d3de |
- nscd needs setcap
|
|
Daniel J Walsh |
89d3de |
|
|
Daniel J Walsh |
ce7f30 |
* Mon Mar 26 2007 Dan Walsh <dwalsh@redhat.com> 2.5.11-1
|
|
Daniel J Walsh |
ce7f30 |
- Update to upstream
|
|
Daniel J Walsh |
ce7f30 |
|
|
Daniel J Walsh |
f040ac |
* Fri Mar 23 2007 Dan Walsh <dwalsh@redhat.com> 2.5.10-2
|
|
Daniel J Walsh |
f040ac |
- Allow samba to run groupadd
|
|
Daniel J Walsh |
f040ac |
|
|
Daniel J Walsh |
f63473 |
* Thu Mar 22 2007 Dan Walsh <dwalsh@redhat.com> 2.5.10-1
|
|
Daniel J Walsh |
f63473 |
- Update to upstream
|
|
Daniel J Walsh |
f63473 |
|
|
Daniel J Walsh |
f63473 |
* Thu Mar 22 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-6
|
|
Daniel J Walsh |
f63473 |
- Allow mdadm to access generic scsi devices
|
|
Daniel J Walsh |
f63473 |
|
|
Daniel J Walsh |
281f5f |
* Wed Mar 21 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-5
|
|
Daniel J Walsh |
281f5f |
- Fix labeling on udev.tbl dirs
|
|
Daniel J Walsh |
281f5f |
|
|
Daniel J Walsh |
552645 |
* Tue Mar 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-4
|
|
Daniel J Walsh |
552645 |
- Fixes for logwatch
|
|
Daniel J Walsh |
552645 |
|
|
Daniel J Walsh |
593fb1 |
* Tue Mar 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-3
|
|
Daniel J Walsh |
593fb1 |
- Add fusermount and mount_ntfs policy
|
|
Daniel J Walsh |
593fb1 |
|
|
Daniel J Walsh |
9d59ec |
* Tue Mar 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.9-2
|
|
Daniel J Walsh |
9d59ec |
- Update to upstream
|
|
Daniel J Walsh |
9d59ec |
- Allow saslauthd to use kerberos keytabs
|
|
Daniel J Walsh |
d3aaba |
|
|
Daniel J Walsh |
741e81 |
* Mon Mar 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-8
|
|
Daniel J Walsh |
741e81 |
- Fixes for samba_var_t
|
|
Daniel J Walsh |
741e81 |
|
|
Daniel J Walsh |
741e81 |
* Mon Mar 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-7
|
|
Daniel J Walsh |
741e81 |
- Allow networkmanager to setpgid
|
|
Daniel J Walsh |
741e81 |
- Fixes for hal_acl_t
|
|
Daniel J Walsh |
741e81 |
|
|
Daniel J Walsh |
2823e2 |
* Mon Mar 19 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-6
|
|
Daniel J Walsh |
db4f0e |
- Remove disable_trans booleans
|
|
Daniel J Walsh |
2823e2 |
- hald_acl_t needs to talk to nscd
|
|
Daniel J Walsh |
2823e2 |
|
|
Daniel J Walsh |
2f82ee |
* Thu Mar 15 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-5
|
|
Daniel J Walsh |
2f82ee |
- Fix prelink to be able to manage usr dirs.
|
|
Daniel J Walsh |
2f82ee |
|
|
Daniel J Walsh |
9468a6 |
* Tue Mar 13 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-4
|
|
Daniel J Walsh |
9468a6 |
- Allow insmod to launch init scripts
|
|
Daniel J Walsh |
9468a6 |
|
|
Daniel J Walsh |
271752 |
* Tue Mar 13 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-3
|
|
Daniel J Walsh |
271752 |
- Remove setsebool policy
|
|
Daniel J Walsh |
271752 |
|
|
Daniel J Walsh |
bdb7f9 |
* Mon Mar 12 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-2
|
|
Daniel J Walsh |
bdb7f9 |
- Fix handling of unlabled_t packets
|
|
Daniel J Walsh |
bdb7f9 |
|
|
Daniel J Walsh |
bdb7f9 |
* Thu Mar 8 2007 Dan Walsh <dwalsh@redhat.com> 2.5.8-1
|
|
Daniel J Walsh |
2a9b64 |
- More of my patches from upstream
|
|
Daniel J Walsh |
2a9b64 |
|
|
Daniel J Walsh |
9a8202 |
* Thu Mar 1 2007 Dan Walsh <dwalsh@redhat.com> 2.5.7-1
|
|
Daniel J Walsh |
9a8202 |
- Update to latest from upstream
|
|
Daniel J Walsh |
9a8202 |
- Add fail2ban policy
|
|
Daniel J Walsh |
9a8202 |
|
|
Daniel J Walsh |
5ad70c |
* Wed Feb 28 2007 Dan Walsh <dwalsh@redhat.com> 2.5.6-1
|
|
Daniel J Walsh |
5ad70c |
- Update to remove security_t:filesystem getattr problems
|
|
Daniel J Walsh |
5ad70c |
|
|
Daniel J Walsh |
13893e |
* Fri Feb 23 2007 Dan Walsh <dwalsh@redhat.com> 2.5.5-2
|
|
Daniel J Walsh |
13893e |
- Policy for consolekit
|
|
Daniel J Walsh |
13893e |
|
|
Daniel J Walsh |
af8af9 |
* Fri Feb 23 2007 Dan Walsh <dwalsh@redhat.com> 2.5.5-1
|
|
Daniel J Walsh |
13893e |
- Update to latest from upstream
|
|
Daniel J Walsh |
af8af9 |
|
|
Daniel J Walsh |
cc1be2 |
* Wed Feb 21 2007 Dan Walsh <dwalsh@redhat.com> 2.5.4-2
|
|
Daniel J Walsh |
cc1be2 |
- Revert Nemiver change
|
|
Daniel J Walsh |
cc1be2 |
- Set sudo as a corecmd so prelink will work, remove sudoedit mapping, since this will not work, it does not transition.
|
|
Daniel J Walsh |
cc1be2 |
- Allow samba to execute useradd
|
|
Daniel J Walsh |
cc1be2 |
|
|
Daniel J Walsh |
cc1be2 |
* Tue Feb 20 2007 Dan Walsh <dwalsh@redhat.com> 2.5.4-1
|
|
Daniel J Walsh |
cc1be2 |
- Upgrade to the latest from upstream
|
|
Daniel J Walsh |
cc1be2 |
|
|
Daniel J Walsh |
2fa5bb |
* Thu Feb 15 2007 Dan Walsh <dwalsh@redhat.com> 2.5.3-3
|
|
Daniel J Walsh |
e10e57 |
- Add sepolgen support
|
|
Daniel J Walsh |
e10e57 |
- Add bugzilla policy
|
|
Daniel J Walsh |
e10e57 |
|
|
Daniel J Walsh |
1a2473 |
* Wed Feb 14 2007 Dan Walsh <dwalsh@redhat.com> 2.5.3-2
|
|
Daniel J Walsh |
1a2473 |
- Fix file context for nemiver
|
|
Daniel J Walsh |
1a2473 |
|
|
Daniel J Walsh |
1a2473 |
* Sun Feb 11 2007 Dan Walsh <dwalsh@redhat.com> 2.5.3-1
|
|
Daniel J Walsh |
1a2473 |
- Remove include sym link
|
|
Daniel J Walsh |
9aff35 |
|
|
Daniel J Walsh |
39b6ce |
* Mon Feb 5 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-6
|
|
Daniel J Walsh |
39b6ce |
- Allow mozilla, evolution and thunderbird to read dev_random.
|
|
Daniel J Walsh |
39b6ce |
Resolves: #227002
|
|
Daniel J Walsh |
39b6ce |
- Allow spamd to connect to smtp port
|
|
Daniel J Walsh |
39b6ce |
Resolves: #227184
|
|
Daniel J Walsh |
39b6ce |
- Fixes to make ypxfr work
|
|
Daniel J Walsh |
39b6ce |
Resolves: #227237
|
|
Daniel J Walsh |
39b6ce |
|
|
Daniel J Walsh |
33501c |
* Sun Feb 4 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-5
|
|
Daniel J Walsh |
33501c |
- Fix ssh_agent to be marked as an executable
|
|
Daniel J Walsh |
33501c |
- Allow Hal to rw sound device
|
|
Daniel J Walsh |
33501c |
|
|
Daniel J Walsh |
de0b36 |
* Thu Feb 1 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-4
|
|
Daniel J Walsh |
de0b36 |
- Fix spamassisin so crond can update spam files
|
|
Daniel J Walsh |
de0b36 |
- Fixes to allow kpasswd to work
|
|
Daniel J Walsh |
de0b36 |
- Fixes for bluetooth
|
|
Daniel J Walsh |
de0b36 |
|
|
Daniel J Walsh |
3902fd |
* Fri Jan 25 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-3
|
|
Daniel J Walsh |
3902fd |
- Remove some targeted diffs in file context file
|
|
Daniel J Walsh |
3902fd |
|
|
Daniel J Walsh |
edd045 |
* Thu Jan 25 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-2
|
|
Daniel J Walsh |
edd045 |
- Fix squid cachemgr labeling
|
|
Daniel J Walsh |
edd045 |
|
|
Daniel J Walsh |
e45f5d |
* Thu Jan 25 2007 Dan Walsh <dwalsh@redhat.com> 2.5.2-1
|
|
Daniel J Walsh |
e45f5d |
- Add ability to generate webadm_t policy
|
|
Daniel J Walsh |
e45f5d |
- Lots of new interfaces for httpd
|
|
Daniel J Walsh |
e45f5d |
- Allow sshd to login as unconfined_t
|
|
Daniel J Walsh |
e45f5d |
|
|
Daniel J Walsh |
cc7c06 |
* Mon Jan 22 2007 Dan Walsh <dwalsh@redhat.com> 2.5.1-5
|
|
Daniel J Walsh |
cc7c06 |
- Continue fixing, additional user domains
|
|
Daniel J Walsh |
cc7c06 |
|
|
Daniel J Walsh |
f86e42 |
* Wed Jan 10 2007 Dan Walsh <dwalsh@redhat.com> 2.5.1-4
|
|
Daniel J Walsh |
f86e42 |
- Begin adding user confinement to targeted policy
|
|
Daniel J Walsh |
f86e42 |
|
|
Daniel J Walsh |
ae5ace |
* Wed Jan 10 2007 Dan Walsh <dwalsh@redhat.com> 2.5.1-2
|
|
Daniel J Walsh |
ae5ace |
- Fixes for prelink, ktalkd, netlabel
|
|
Daniel J Walsh |
ae5ace |
|
|
Daniel J Walsh |
a384d7 |
* Mon Jan 8 2007 Dan Walsh <dwalsh@redhat.com> 2.5.1-1
|
|
Daniel J Walsh |
a384d7 |
- Allow prelink when run from rpm to create tmp files
|
|
Daniel J Walsh |
a384d7 |
Resolves: #221865
|
|
Daniel J Walsh |
a384d7 |
- Remove file_context for exportfs
|
|
Daniel J Walsh |
a384d7 |
Resolves: #221181
|
|
Daniel J Walsh |
a384d7 |
- Allow spamassassin to create ~/.spamassissin
|
|
Daniel J Walsh |
a384d7 |
Resolves: #203290
|
|
Daniel J Walsh |
a384d7 |
- Allow ssh access to the krb tickets
|
|
Daniel J Walsh |
a384d7 |
- Allow sshd to change passwd
|
|
Daniel J Walsh |
a384d7 |
- Stop newrole -l from working on non securetty
|
|
Daniel J Walsh |
a384d7 |
Resolves: #200110
|
|
Daniel J Walsh |
a384d7 |
- Fixes to run prelink in MLS machine
|
|
Daniel J Walsh |
a384d7 |
Resolves: #221233
|
|
Daniel J Walsh |
8a03d5 |
- Allow spamassassin to read var_lib_t dir
|
|
Daniel J Walsh |
8a03d5 |
Resolves: #219234
|
|
Daniel J Walsh |
8a03d5 |
|
|
Daniel J Walsh |
9bcfd1 |
* Fri Dec 29 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-20
|
|
Daniel J Walsh |
9bcfd1 |
- fix mplayer to work under strict policy
|
|
Daniel J Walsh |
9bcfd1 |
- Allow iptables to use nscd
|
|
Daniel J Walsh |
9bcfd1 |
Resolves: #220794
|
|
Daniel J Walsh |
9bcfd1 |
|
|
Daniel J Walsh |
8bacd8 |
* Thu Dec 28 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-19
|
|
Daniel J Walsh |
8bacd8 |
- Add gconf policy and make it work with strict
|
|
Daniel J Walsh |
8bacd8 |
|
|
Daniel J Walsh |
135ea9 |
* Sat Dec 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-18
|
|
Daniel J Walsh |
135ea9 |
- Many fixes for strict policy and by extension mls.
|
|
Daniel J Walsh |
135ea9 |
|
|
Daniel J Walsh |
9051d6 |
* Fri Dec 22 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-17
|
|
Daniel J Walsh |
9051d6 |
- Fix to allow ftp to bind to ports > 1024
|
|
Daniel J Walsh |
9051d6 |
Resolves: #219349
|
|
Daniel J Walsh |
4fd323 |
|
|
Daniel J Walsh |
f9e32a |
* Tue Dec 19 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-16
|
|
Daniel J Walsh |
f9e32a |
- Allow semanage to exec it self. Label genhomedircon as semanage_exec_t
|
|
Daniel J Walsh |
f9e32a |
Resolves: #219421
|
|
Daniel J Walsh |
f9e32a |
- Allow sysadm_lpr_t to manage other print spool jobs
|
|
Daniel J Walsh |
f9e32a |
Resolves: #220080
|
|
Daniel J Walsh |
f9e32a |
|
|
Daniel J Walsh |
be9aef |
* Mon Dec 18 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-15
|
|
Daniel J Walsh |
be9aef |
- allow automount to setgid
|
|
Daniel J Walsh |
be9aef |
Resolves: #219999
|
|
Daniel J Walsh |
be9aef |
|
|
Daniel J Walsh |
5e01b4 |
* Thu Dec 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-14
|
|
Daniel J Walsh |
5e01b4 |
- Allow cron to polyinstatiate
|
|
Daniel J Walsh |
5e01b4 |
- Fix creation of boot flags
|
|
Daniel J Walsh |
5e01b4 |
Resolves: #207433
|
|
Daniel J Walsh |
5e01b4 |
|
|
Daniel J Walsh |
5e01b4 |
* Thu Dec 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-13
|
|
Daniel J Walsh |
5e01b4 |
- Fixes for irqbalance
|
|
Daniel J Walsh |
5e01b4 |
Resolves: #219606
|
|
Daniel J Walsh |
5e01b4 |
|
|
Daniel J Walsh |
5e01b4 |
* Thu Dec 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-12
|
|
Daniel J Walsh |
5e01b4 |
- Fix vixie-cron to work on mls
|
|
Daniel J Walsh |
5e01b4 |
Resolves: #207433
|
|
Daniel J Walsh |
272aa0 |
|
|
Daniel J Walsh |
272aa0 |
* Wed Dec 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-11
|
|
Daniel J Walsh |
422dcf |
Resolves: #218978
|
|
Daniel J Walsh |
422dcf |
|
|
Daniel J Walsh |
272aa0 |
* Tue Dec 12 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-10
|
|
Daniel J Walsh |
e3b143 |
- Allow initrc to create files in /var directories
|
|
Daniel J Walsh |
e3b143 |
Resolves: #219227
|
|
Daniel J Walsh |
e3b143 |
|
|
Daniel J Walsh |
6157a7 |
* Fri Dec 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-9
|
|
Daniel J Walsh |
6157a7 |
- More fixes for MLS
|
|
Daniel J Walsh |
e3b143 |
Resolves: #181566
|
|
Daniel J Walsh |
6157a7 |
|
|
Daniel J Walsh |
dd5d7e |
* Wed Dec 6 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-8
|
|
Daniel J Walsh |
dd5d7e |
- More Fixes polyinstatiation
|
|
Daniel J Walsh |
dd5d7e |
Resolves: #216184
|
|
Daniel J Walsh |
dd5d7e |
|
|
Daniel J Walsh |
a169fb |
* Wed Dec 6 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-7
|
|
Daniel J Walsh |
dd5d7e |
- More Fixes polyinstatiation
|
|
Daniel J Walsh |
a169fb |
- Fix handling of keyrings
|
|
Daniel J Walsh |
dd5d7e |
Resolves: #216184
|
|
Daniel J Walsh |
a169fb |
|
|
Daniel J Walsh |
852ba6 |
* Mon Dec 4 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-6
|
|
Daniel J Walsh |
852ba6 |
- Fix polyinstatiation
|
|
Daniel J Walsh |
852ba6 |
- Fix pcscd handling of terminal
|
|
Daniel J Walsh |
852ba6 |
Resolves: #218149
|
|
Daniel J Walsh |
852ba6 |
Resolves: #218350
|
|
Daniel J Walsh |
852ba6 |
|
|
Daniel J Walsh |
414ddd |
* Fri Dec 1 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-5
|
|
Daniel J Walsh |
414ddd |
- More fixes for quota
|
|
Daniel J Walsh |
414ddd |
Resolves: #212957
|
|
Daniel J Walsh |
414ddd |
|
|
Daniel J Walsh |
9f388c |
* Fri Dec 1 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-4
|
|
Daniel J Walsh |
9f388c |
- ncsd needs to use avahi sockets
|
|
Daniel J Walsh |
9f388c |
Resolves: #217640
|
|
Daniel J Walsh |
9f388c |
Resolves: #218014
|
|
Daniel J Walsh |
9f388c |
|
|
Daniel J Walsh |
aba668 |
* Thu Nov 28 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-3
|
|
Daniel J Walsh |
aba668 |
- Allow login programs to polyinstatiate homedirs
|
|
Daniel J Walsh |
aba668 |
Resolves: #216184
|
|
Daniel J Walsh |
b6ffd7 |
- Allow quotacheck to create database files
|
|
Daniel J Walsh |
b6ffd7 |
Resolves: #212957
|
|
Daniel J Walsh |
aba668 |
|
|
Daniel J Walsh |
cc1462 |
* Tue Nov 28 2006 Dan Walsh <dwalsh@redhat.com> 2.4.6-1
|
|
Daniel J Walsh |
cc1462 |
- Dontaudit appending hal_var_lib files
|
|
Daniel J Walsh |
cc1462 |
Resolves: #217452
|
|
Daniel J Walsh |
cc1462 |
Resolves: #217571
|
|
Daniel J Walsh |
cc1462 |
Resolves: #217611
|
|
Daniel J Walsh |
cc1462 |
Resolves: #217640
|
|
Daniel J Walsh |
cc1462 |
Resolves: #217725
|
|
Daniel J Walsh |
cc1462 |
|
|
Daniel J Walsh |
e4d46c |
* Mon Nov 21 2006 Dan Walsh <dwalsh@redhat.com> 2.4.5-4
|
|
Daniel J Walsh |
e4d46c |
- Fix context for helix players file_context #216942
|
|
Daniel J Walsh |
e4d46c |
|
|
Daniel J Walsh |
02560d |
* Mon Nov 20 2006 Dan Walsh <dwalsh@redhat.com> 2.4.5-3
|
|
Daniel J Walsh |
02560d |
- Fix load_policy to be able to mls_write_down so it can talk to the terminal
|
|
Daniel J Walsh |
02560d |
|
|
Daniel J Walsh |
421864 |
* Mon Nov 20 2006 Dan Walsh <dwalsh@redhat.com> 2.4.5-2
|
|
Daniel J Walsh |
421864 |
- Fixes for hwclock, clamav, ftp
|
|
Daniel J Walsh |
421864 |
|
|
Daniel J Walsh |
9e4aea |
* Wed Nov 15 2006 Dan Walsh <dwalsh@redhat.com> 2.4.5-1
|
|
Daniel J Walsh |
9e4aea |
- Move to upstream version which accepted my patches
|
|
Daniel J Walsh |
9e4aea |
|
|
Daniel J Walsh |
a3f2f5 |
* Wed Nov 15 2006 Dan Walsh <dwalsh@redhat.com> 2.4.4-2
|
|
Daniel J Walsh |
150bdf |
- Fixes for nvidia driver
|
|
Daniel J Walsh |
150bdf |
|
|
Daniel J Walsh |
b0ecaa |
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.4-2
|
|
Daniel J Walsh |
b0ecaa |
- Allow semanage to signal mcstrans
|
|
Daniel J Walsh |
b0ecaa |
|
|
Daniel J Walsh |
73ea8c |
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> 2.4.4-1
|
|
Daniel J Walsh |
73ea8c |
- Update to upstream
|
|
Daniel J Walsh |
73ea8c |
|
|
Daniel J Walsh |
d925bd |
* Mon Nov 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-13
|
|
Daniel J Walsh |
d925bd |
- Allow modstorage to edit /etc/fstab file
|
|
Daniel J Walsh |
d925bd |
|
|
Daniel J Walsh |
ec1743 |
* Mon Nov 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-12
|
|
Daniel J Walsh |
ec1743 |
- Fix for qemu, /dev/
|
|
Daniel J Walsh |
d925bd |
|
|
Daniel J Walsh |
32b91c |
* Mon Nov 13 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-11
|
|
Daniel J Walsh |
32b91c |
- Fix path to realplayer.bin
|
|
Daniel J Walsh |
32b91c |
|
|
Daniel J Walsh |
06b64f |
* Fri Nov 10 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-10
|
|
Daniel J Walsh |
06b64f |
- Allow xen to connect to xen port
|
|
Daniel J Walsh |
06b64f |
|
|
Daniel J Walsh |
1a986f |
* Fri Nov 10 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-9
|
|
Daniel J Walsh |
1a986f |
- Allow cups to search samba_etc_t directory
|
|
Daniel J Walsh |
1a986f |
- Allow xend_t to list auto_mountpoints
|
|
Daniel J Walsh |
1a986f |
|
|
Daniel J Walsh |
2098c9 |
* Thu Nov 9 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-8
|
|
Daniel J Walsh |
2098c9 |
- Allow xen to search automount
|
|
Daniel J Walsh |
2098c9 |
|
|
Daniel J Walsh |
2098c9 |
* Thu Nov 9 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-7
|
|
Daniel J Walsh |
6ba486 |
- Fix spec of jre files
|
|
Daniel J Walsh |
6ba486 |
|
|
Daniel J Walsh |
080659 |
* Wed Nov 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-6
|
|
Daniel J Walsh |
080659 |
- Fix unconfined access to shadow file
|
|
Daniel J Walsh |
080659 |
|
|
Daniel J Walsh |
4d1149 |
* Wed Nov 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-5
|
|
Daniel J Walsh |
4d1149 |
- Allow xend to create files in xen_image_t directories
|
|
Daniel J Walsh |
4d1149 |
|
|
Daniel J Walsh |
0fcc49 |
* Wed Nov 8 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-4
|
|
Daniel J Walsh |
0fcc49 |
- Fixes for /var/lib/hal
|
|
Daniel J Walsh |
0fcc49 |
|
|
Daniel J Walsh |
f08bf9 |
* Tue Nov 7 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-3
|
|
Daniel J Walsh |
f08bf9 |
- Remove ability for sysadm_t to look at audit.log
|
|
Daniel J Walsh |
f08bf9 |
|
|
Daniel J Walsh |
f3ecbb |
* Tue Nov 7 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-2
|
|
Daniel J Walsh |
f3ecbb |
- Fix rpc_port_types
|
|
Daniel J Walsh |
f3ecbb |
- Add aide policy for mls
|
|
Daniel J Walsh |
f3ecbb |
|
|
Daniel J Walsh |
f3ecbb |
* Mon Nov 6 2006 Dan Walsh <dwalsh@redhat.com> 2.4.3-1
|
|
Daniel J Walsh |
d7e0f9 |
- Merge with upstream
|
|
Daniel J Walsh |
d7e0f9 |
|
|
Daniel J Walsh |
0dae3b |
* Fri Nov 3 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-8
|
|
Daniel J Walsh |
0dae3b |
- Lots of fixes for ricci
|
|
Daniel J Walsh |
0dae3b |
|
|
Daniel J Walsh |
0dae3b |
* Fri Nov 3 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-7
|
|
Daniel J Walsh |
0dae3b |
- Allow xen to read/write fixed devices with a boolean
|
|
Daniel J Walsh |
0dae3b |
- Allow apache to search /var/log
|
|
Daniel J Walsh |
0dae3b |
|
|
Daniel J Walsh |
0dae3b |
* Thu Nov 2 2006 James Antill <james.antill@redhat.com> 2.4.2-6
|
|
Daniel J Walsh |
0dae3b |
- Fix policygentool specfile problem.
|
|
Daniel J Walsh |
0dae3b |
- Allow apache to send signals to it's logging helpers.
|
|
Daniel J Walsh |
0dae3b |
- Resolves: rhbz#212731
|
|
Daniel J Walsh |
0dae3b |
|
|
Daniel J Walsh |
0dae3b |
* Wed Nov 1 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-5
|
|
Daniel J Walsh |
0dae3b |
- Add perms for swat
|
|
Daniel J Walsh |
0dae3b |
|
|
Daniel J Walsh |
d095a0 |
* Tue Oct 31 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-4
|
|
Daniel J Walsh |
d095a0 |
- Add perms for swat
|
|
Daniel J Walsh |
d095a0 |
|
|
Daniel J Walsh |
6b9761 |
* Mon Oct 30 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-3
|
|
Daniel J Walsh |
6b9761 |
- Allow daemons to dump core files to /
|
|
Daniel J Walsh |
6b9761 |
|
|
Daniel J Walsh |
8fb79d |
* Fri Oct 27 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-2
|
|
Daniel J Walsh |
8fb79d |
- Fixes for ricci
|
|
Daniel J Walsh |
8fb79d |
|
|
Daniel J Walsh |
6672fc |
* Fri Oct 27 2006 Dan Walsh <dwalsh@redhat.com> 2.4.2-1
|
|
Daniel J Walsh |
6672fc |
- Allow mount.nfs to work
|
|
Daniel J Walsh |
6672fc |
|
|
Daniel J Walsh |
85659e |
* Fri Oct 27 2006 Dan Walsh <dwalsh@redhat.com> 2.4.1-5
|
|
Daniel J Walsh |
85659e |
- Allow ricci-modstorage to look at lvm_etc_t
|
|
Daniel J Walsh |
85659e |
|
|
Daniel J Walsh |
08efef |
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.1-4
|
|
Daniel J Walsh |
08efef |
- Fixes for ricci using saslauthd
|
|
Daniel J Walsh |
08efef |
|
|
Daniel J Walsh |
dc804f |
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.1-3
|
|
Daniel J Walsh |
dc804f |
- Allow mountpoint on home_dir_t and home_t
|
|
Daniel J Walsh |
dc804f |
|
|
Daniel J Walsh |
8ff9d6 |
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4.1-2
|
|
Daniel J Walsh |
8ff9d6 |
- Update xen to read nfs files
|
|
Daniel J Walsh |
8ff9d6 |
|
|
Daniel J Walsh |
3d011f |
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4-4
|
|
Daniel J Walsh |
3d011f |
- Allow noxattrfs to associate with other noxattrfs
|
|
Daniel J Walsh |
3d011f |
|
|
Daniel J Walsh |
11d7ea |
* Mon Oct 23 2006 Dan Walsh <dwalsh@redhat.com> 2.4-3
|
|
Daniel J Walsh |
11d7ea |
- Allow hal to use power_device_t
|
|
Daniel J Walsh |
11d7ea |
|
|
Daniel J Walsh |
d6926f |
* Fri Oct 20 2006 Dan Walsh <dwalsh@redhat.com> 2.4-2
|
|
Daniel J Walsh |
d6926f |
- Allow procemail to look at autofs_t
|
|
Daniel J Walsh |
d6926f |
- Allow xen_image_t to work as a fixed device
|
|
Daniel J Walsh |
d6926f |
|
|
Daniel J Walsh |
e2eecb |
* Thu Oct 19 2006 Dan Walsh <dwalsh@redhat.com> 2.4-1
|
|
Daniel J Walsh |
e2eecb |
- Refupdate from upstream
|
|
Daniel J Walsh |
e2eecb |
|
|
Daniel J Walsh |
302afb |
* Thu Oct 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-4
|
|
Daniel J Walsh |
302afb |
- Add lots of fixes for mls cups
|
|
Daniel J Walsh |
302afb |
|
|
Daniel J Walsh |
6fa5ec |
* Wed Oct 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-3
|
|
Daniel J Walsh |
6fa5ec |
- Lots of fixes for ricci
|
|
Daniel J Walsh |
6fa5ec |
|
|
Daniel J Walsh |
6fa5ec |
|
|
Daniel J Walsh |
2d1b4a |
* Mon Oct 16 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-2
|
|
Daniel J Walsh |
2d1b4a |
- Fix number of cats
|
|
Daniel J Walsh |
2d1b4a |
|
|
Daniel J Walsh |
da0829 |
* Mon Oct 16 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-1
|
|
Daniel J Walsh |
da0829 |
- Update to upstream
|
|
Daniel J Walsh |
da0829 |
|
|
jantill |
a3698a |
* Thu Oct 12 2006 James Antill <jantill@redhat.com> 2.3.18-10
|
|
jantill |
a3698a |
- More iSCSI changes for #209854
|
|
jantill |
a3698a |
|
|
jantill |
cd0a0d |
* Tue Oct 10 2006 James Antill <jantill@redhat.com> 2.3.18-9
|
|
jantill |
cd0a0d |
- Test ISCSI fixes for #209854
|
|
jantill |
cd0a0d |
|
|
Daniel J Walsh |
ed9a4c |
* Sun Oct 8 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-8
|
|
Daniel J Walsh |
ed9a4c |
- allow semodule to rmdir selinux_config_t dir
|
|
Daniel J Walsh |
ed9a4c |
|
|
Daniel J Walsh |
70e2db |
* Fri Oct 6 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-7
|
|
Daniel J Walsh |
70e2db |
- Fix boot_runtime_t problem on ppc. Should not be creating these files.
|
|
Daniel J Walsh |
70e2db |
|
|
Daniel J Walsh |
16c971 |
* Thu Oct 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-6
|
|
Daniel J Walsh |
16c971 |
- Fix context mounts on reboot
|
|
Daniel J Walsh |
16c971 |
- Fix ccs creation of directory in /var/log
|
|
Daniel J Walsh |
16c971 |
|
|
Daniel J Walsh |
7316db |
* Thu Oct 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-5
|
|
Daniel J Walsh |
7316db |
- Update for tallylog
|
|
Daniel J Walsh |
7316db |
|
|
Daniel J Walsh |
bfcffe |
* Thu Oct 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-4
|
|
Daniel J Walsh |
bfcffe |
- Allow xend to rewrite dhcp conf files
|
|
Daniel J Walsh |
bfcffe |
- Allow mgetty sys_admin capability
|
|
Daniel J Walsh |
bfcffe |
|
|
Daniel J Walsh |
160281 |
* Wed Oct 4 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-3
|
|
Daniel J Walsh |
160281 |
- Make xentapctrl work
|
|
Daniel J Walsh |
160281 |
|
|
Daniel J Walsh |
46f098 |
* Tue Oct 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-2
|
|
Daniel J Walsh |
46f098 |
- Don't transition unconfined_t to bootloader_t
|
|
Daniel J Walsh |
46f098 |
- Fix label in /dev/xen/blktap
|
|
Daniel J Walsh |
46f098 |
|
|
Daniel J Walsh |
f21d67 |
* Tue Oct 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.18-1
|
|
Daniel J Walsh |
f21d67 |
- Patch for labeled networking
|
|
Daniel J Walsh |
f21d67 |
|
|
Daniel J Walsh |
42dd74 |
* Mon Oct 2 2006 Dan Walsh <dwalsh@redhat.com> 2.3.17-2
|
|
Daniel J Walsh |
42dd74 |
- Fix crond handling for mls
|
|
Daniel J Walsh |
42dd74 |
|
|
Daniel J Walsh |
8fff69 |
* Fri Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.17-1
|
|
Daniel J Walsh |
8fff69 |
- Update to upstream
|
|
Daniel J Walsh |
8fff69 |
|
|
Daniel J Walsh |
52ba98 |
* Fri Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-9
|
|
Daniel J Walsh |
52ba98 |
- Remove bluetooth-helper transition
|
|
Daniel J Walsh |
52ba98 |
- Add selinux_validate for semanage
|
|
Daniel J Walsh |
52ba98 |
- Require new version of libsemanage
|
|
Daniel J Walsh |
52ba98 |
|
|
Daniel J Walsh |
5096e7 |
* Fri Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-8
|
|
Daniel J Walsh |
5096e7 |
- Fix prelink
|
|
Daniel J Walsh |
5096e7 |
|
|
Daniel J Walsh |
3c4577 |
* Fri Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-7
|
|
Daniel J Walsh |
3c4577 |
- Fix rhgb
|
|
Daniel J Walsh |
3c4577 |
|
|
Daniel J Walsh |
172c6c |
* Thu Sep 27 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-6
|
|
Daniel J Walsh |
172c6c |
- Fix setrans handling on MLS and useradd
|
|
Daniel J Walsh |
172c6c |
|
|
Daniel J Walsh |
afbab5 |
* Wed Sep 27 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-5
|
|
Daniel J Walsh |
afbab5 |
- Support for fuse
|
|
Daniel J Walsh |
afbab5 |
- fix vigr
|
|
Daniel J Walsh |
afbab5 |
|
|
Daniel J Walsh |
bfd584 |
* Wed Sep 27 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-4
|
|
Daniel J Walsh |
201e1d |
- Fix dovecot, amanda
|
|
Daniel J Walsh |
bfd584 |
- Fix mls
|
|
Daniel J Walsh |
201e1d |
|
|
Daniel J Walsh |
d25a3e |
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-2
|
|
Daniel J Walsh |
d25a3e |
- Allow java execheap for itanium
|
|
Daniel J Walsh |
d25a3e |
|
|
Daniel J Walsh |
a76cf8 |
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.16-1
|
|
Daniel J Walsh |
a76cf8 |
- Update with upstream
|
|
Daniel J Walsh |
a76cf8 |
|
|
Daniel J Walsh |
857ce1 |
* Mon Sep 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.15-2
|
|
Daniel J Walsh |
857ce1 |
- mls fixes
|
|
Daniel J Walsh |
857ce1 |
|
|
Daniel J Walsh |
85bd85 |
* Fri Sep 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.15-1
|
|
Daniel J Walsh |
85bd85 |
- Update from upstream
|
|
Daniel J Walsh |
85bd85 |
|
|
Daniel J Walsh |
8d52bd |
* Fri Sep 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-8
|
|
Daniel J Walsh |
8d52bd |
- More fixes for mls
|
|
Daniel J Walsh |
8d52bd |
- Revert change on automount transition to mount
|
|
Daniel J Walsh |
8d52bd |
|
|
Daniel J Walsh |
5ec822 |
* Wed Sep 20 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-7
|
|
Daniel J Walsh |
5ec822 |
- Fix cron jobs to run under the correct context
|
|
Daniel J Walsh |
5ec822 |
|
|
Daniel J Walsh |
5ec822 |
* Tue Sep 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-6
|
|
Daniel J Walsh |
b4815d |
- Fixes to make pppd work
|
|
Daniel J Walsh |
b4815d |
|
|
Daniel J Walsh |
5ec822 |
* Mon Sep 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-4
|
|
Daniel J Walsh |
c56aa1 |
- Multiple policy fixes
|
|
Daniel J Walsh |
c56aa1 |
- Change max categories to 1023
|
|
Daniel J Walsh |
c56aa1 |
|
|
Daniel J Walsh |
b8c785 |
* Sat Sep 16 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-3
|
|
Daniel J Walsh |
b8c785 |
- Fix transition on mcstransd
|
|
Daniel J Walsh |
b8c785 |
|
|
Daniel J Walsh |
38b22c |
* Fri Sep 15 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-2
|
|
Daniel J Walsh |
38b22c |
- Add /dev/em8300 defs
|
|
Daniel J Walsh |
38b22c |
|
|
Daniel J Walsh |
f511de |
* Fri Sep 15 2006 Dan Walsh <dwalsh@redhat.com> 2.3.14-1
|
|
Daniel J Walsh |
f511de |
- Upgrade to upstream
|
|
Daniel J Walsh |
f511de |
|
|
Daniel J Walsh |
5f2a4e |
* Thu Sep 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-6
|
|
Daniel J Walsh |
5f2a4e |
- Fix ppp connections from network manager
|
|
Daniel J Walsh |
5f2a4e |
|
|
Daniel J Walsh |
861af1 |
* Wed Sep 13 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-5
|
|
Daniel J Walsh |
861af1 |
- Add tty access to all domains boolean
|
|
Daniel J Walsh |
861af1 |
- Fix gnome-pty-helper context for ia64
|
|
Daniel J Walsh |
861af1 |
|
|
Daniel J Walsh |
9fbb71 |
* Mon Sep 11 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-4
|
|
Daniel J Walsh |
9fbb71 |
- Fixed typealias of firstboot_rw_t
|
|
Daniel J Walsh |
9fbb71 |
|
|
Daniel J Walsh |
8b6c37 |
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-3
|
|
Daniel J Walsh |
8b6c37 |
- Fix location of xel log files
|
|
Daniel J Walsh |
8b6c37 |
- Fix handling of sysadm_r -> rpm_exec_t
|
|
Daniel J Walsh |
8b6c37 |
|
|
Daniel J Walsh |
1ef9d4 |
* Thu Sep 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-2
|
|
Daniel J Walsh |
1ef9d4 |
- Fixes for autofs, lp
|
|
Daniel J Walsh |
1ef9d4 |
|
|
Daniel J Walsh |
937c1c |
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> 2.3.13-1
|
|
Daniel J Walsh |
937c1c |
- Update from upstream
|
|
Daniel J Walsh |
937c1c |
|
|
Daniel J Walsh |
4bf7cf |
* Tue Sep 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.12-2
|
|
Daniel J Walsh |
4bf7cf |
- Fixup for test6
|
|
Daniel J Walsh |
4bf7cf |
|
|
Daniel J Walsh |
efb089 |
* Tue Sep 5 2006 Dan Walsh <dwalsh@redhat.com> 2.3.12-1
|
|
Daniel J Walsh |
efb089 |
- Update to upstream
|
|
Daniel J Walsh |
efb089 |
|
|
Daniel J Walsh |
928af4 |
* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.11-1
|
|
Daniel J Walsh |
928af4 |
- Update to upstream
|
|
Daniel J Walsh |
928af4 |
|
|
Daniel J Walsh |
04dd12 |
* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-7
|
|
Daniel J Walsh |
04dd12 |
- Fix suspend to disk problems
|
|
Daniel J Walsh |
04dd12 |
|
|
Daniel J Walsh |
a1c3b4 |
* Thu Aug 31 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-6
|
|
Daniel J Walsh |
3723ca |
- Lots of fixes for restarting daemons at the console.
|
|
Daniel J Walsh |
3723ca |
|
|
Daniel J Walsh |
7f5a12 |
* Wed Aug 30 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-3
|
|
Daniel J Walsh |
7f5a12 |
- Fix audit line
|
|
Daniel J Walsh |
358add |
- Fix requires line
|
|
Daniel J Walsh |
358add |
|
|
Daniel J Walsh |
06027c |
* Tue Aug 29 2006 Dan Walsh <dwalsh@redhat.com> 2.3.10-1
|
|
Daniel J Walsh |
06027c |
- Upgrade to upstream
|
|
Daniel J Walsh |
06027c |
|
|
Daniel J Walsh |
161655 |
* Mon Aug 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-6
|
|
Daniel J Walsh |
161655 |
- Fix install problems
|
|
Daniel J Walsh |
161655 |
|
|
Daniel J Walsh |
9e8814 |
* Fri Aug 25 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-5
|
|
Daniel J Walsh |
9e8814 |
- Allow setroubleshoot to getattr on all dirs to gather RPM data
|
|
Daniel J Walsh |
9e8814 |
|
|
Daniel J Walsh |
4c3485 |
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-4
|
|
Daniel J Walsh |
4c3485 |
- Set /usr/lib/ia32el/ia32x_loader to unconfined_execmem_exec_t for ia32 platform
|
|
Daniel J Walsh |
4c3485 |
- Fix spec for /dev/adsp
|
|
Daniel J Walsh |
4c3485 |
|
|
Daniel J Walsh |
b2d3eb |
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-3
|
|
Daniel J Walsh |
b2d3eb |
- Fix xen tty devices
|
|
Daniel J Walsh |
b2d3eb |
|
|
Daniel J Walsh |
8cd82c |
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-2
|
|
Daniel J Walsh |
8cd82c |
- Fixes for setroubleshoot
|
|
Daniel J Walsh |
8cd82c |
|
|
Daniel J Walsh |
8cd82c |
* Wed Aug 23 2006 Dan Walsh <dwalsh@redhat.com> 2.3.9-1
|
|
Daniel J Walsh |
a5dcfa |
- Update to upstream
|
|
Daniel J Walsh |
a5dcfa |
|
|
Daniel J Walsh |
6f77ee |
* Sun Aug 20 2006 Dan Walsh <dwalsh@redhat.com> 2.3.8-2
|
|
Daniel J Walsh |
6f77ee |
- Fixes for stunnel and postgresql
|
|
Daniel J Walsh |
79b5c4 |
- Update from upstream
|
|
Daniel J Walsh |
79b5c4 |
|
|
Daniel J Walsh |
256cfc |
* Sat Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.7-1
|
|
Daniel J Walsh |
256cfc |
- Update from upstream
|
|
Daniel J Walsh |
256cfc |
- More java fixes
|
|
Daniel J Walsh |
256cfc |
|
|
Daniel J Walsh |
543bc3 |
* Fri Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-4
|
|
Daniel J Walsh |
543bc3 |
- Change allow_execstack to default to on, for RHEL5 Beta.
|
|
Daniel J Walsh |
543bc3 |
This is required because of a Java compiler problem.
|
|
Daniel J Walsh |
543bc3 |
Hope to turn off for next beta
|
|
Daniel J Walsh |
543bc3 |
|
|
Daniel J Walsh |
5974f4 |
* Thu Aug 10 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-3
|
|
Daniel J Walsh |
c22aca |
- Misc fixes
|
|
Daniel J Walsh |
c22aca |
|
|
Daniel J Walsh |
d0ed11 |
* Wed Aug 9 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-2
|
|
Daniel J Walsh |
d0ed11 |
- More fixes for strict policy
|
|
Daniel J Walsh |
d0ed11 |
|
|
Daniel J Walsh |
8da541 |
* Tue Aug 8 2006 Dan Walsh <dwalsh@redhat.com> 2.3.6-1
|
|
Daniel J Walsh |
8da541 |
- Quiet down anaconda audit messages
|
|
Daniel J Walsh |
8da541 |
|
|
Daniel J Walsh |
932c79 |
* Mon Aug 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.5-1
|
|
Daniel J Walsh |
932c79 |
- Fix setroubleshootd
|
|
Daniel J Walsh |
932c79 |
|
|
Daniel J Walsh |
262020 |
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.4-1
|
|
Daniel J Walsh |
262020 |
- Update to the latest from upstream
|
|
Daniel J Walsh |
262020 |
|
|
Daniel J Walsh |
750558 |
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-20
|
|
Daniel J Walsh |
750558 |
- More fixes for xen
|
|
Daniel J Walsh |
750558 |
|
|
Daniel J Walsh |
1c92c7 |
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-19
|
|
Daniel J Walsh |
1c92c7 |
- Fix anaconda transitions
|
|
Daniel J Walsh |
1c92c7 |
|
|
Daniel J Walsh |
5dc8b1 |
* Wed Aug 2 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-18
|
|
Daniel J Walsh |
5dc8b1 |
- yet more xen rules
|
|
Daniel J Walsh |
5dc8b1 |
|
|
Daniel J Walsh |
031e1a |
* Tue Aug 1 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-17
|
|
Daniel J Walsh |
031e1a |
- more xen rules
|
|
Daniel J Walsh |
031e1a |
|
|
Daniel J Walsh |
1b1dad |
* Mon Jul 31 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-16
|
|
Daniel J Walsh |
1b1dad |
- Fixes for Samba
|
|
Daniel J Walsh |
1b1dad |
|
|
Daniel J Walsh |
be45a2 |
* Sat Jul 29 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-15
|
|
Daniel J Walsh |
be45a2 |
- Fixes for xen
|
|
Daniel J Walsh |
be45a2 |
|
|
Daniel J Walsh |
9782db |
* Fri Jul 28 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-14
|
|
Daniel J Walsh |
9782db |
- Allow setroubleshootd to send mail
|
|
Daniel J Walsh |
9782db |
|
|
Daniel J Walsh |
1f2093 |
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-13
|
|
Daniel J Walsh |
1f2093 |
- Add nagios policy
|
|
Daniel J Walsh |
1f2093 |
|
|
Daniel J Walsh |
90c408 |
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-12
|
|
Daniel J Walsh |
90c408 |
- fixes for setroubleshoot
|
|
Daniel J Walsh |
90c408 |
|
|
Daniel J Walsh |
9554c9 |
* Wed Jul 26 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-11
|
|
Daniel J Walsh |
1f2093 |
- Added Paul Howarth patch to only load policy packages shipped
|
|
Daniel J Walsh |
9554c9 |
with this package
|
|
Daniel J Walsh |
9d77b6 |
- Allow pidof from initrc to ptrace higher level domains
|
|
Daniel J Walsh |
9554c9 |
- Allow firstboot to communicate with hal via dbus
|
|
Daniel J Walsh |
9d77b6 |
|
|
Daniel J Walsh |
8555e0 |
* Mon Jul 24 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-10
|
|
Daniel J Walsh |
8555e0 |
- Add policy for /var/run/ldapi
|
|
Daniel J Walsh |
8555e0 |
|
|
Daniel J Walsh |
b14e13 |
* Sat Jul 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-9
|
|
Daniel J Walsh |
b14e13 |
- Fix setroubleshoot policy
|
|
Daniel J Walsh |
b14e13 |
|
|
Daniel J Walsh |
7b4c78 |
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-8
|
|
Daniel J Walsh |
7b4c78 |
- Fixes for mls use of ssh
|
|
Daniel J Walsh |
7b4c78 |
- named has a new conf file
|
|
Daniel J Walsh |
7b4c78 |
|
|
Daniel J Walsh |
efa5f5 |
* Fri Jul 21 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-7
|
|
Daniel J Walsh |
efa5f5 |
- Fixes to make setroubleshoot work
|
|
Daniel J Walsh |
efa5f5 |
|
|
Daniel J Walsh |
1c15e3 |
* Wed Jul 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-6
|
|
Daniel J Walsh |
1c15e3 |
- Cups needs to be able to read domain state off of printer client
|
|
Daniel J Walsh |
1c15e3 |
|
|
Daniel J Walsh |
c7b739 |
* Wed Jul 19 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-5
|
|
Daniel J Walsh |
c7b739 |
- add boolean to allow zebra to write config files
|
|
Daniel J Walsh |
c7b739 |
|
|
Daniel J Walsh |
31c47b |
* Tue Jul 18 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-4
|
|
Daniel J Walsh |
31c47b |
- setroubleshootd fixes
|
|
Daniel J Walsh |
31c47b |
|
|
Daniel J Walsh |
2bf148 |
* Mon Jul 17 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-3
|
|
Daniel J Walsh |
2bf148 |
- Allow prelink to read bin_t symlink
|
|
Daniel J Walsh |
2bf148 |
- allow xfs to read random devices
|
|
Daniel J Walsh |
2bf148 |
- Change gfs to support xattr
|
|
Daniel J Walsh |
2bf148 |
|
|
Daniel J Walsh |
2bf148 |
|
|
Daniel J Walsh |
c62a78 |
* Mon Jul 17 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-2
|
|
Daniel J Walsh |
c62a78 |
- Remove spamassassin_can_network boolean
|
|
Daniel J Walsh |
c62a78 |
|
|
Daniel J Walsh |
210755 |
* Fri Jul 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.3-1
|
|
Daniel J Walsh |
210755 |
- Update to upstream
|
|
Daniel J Walsh |
210755 |
- Fix lpr domain for mls
|
|
Daniel J Walsh |
210755 |
|
|
Daniel J Walsh |
8a7ef5 |
* Fri Jul 14 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-4
|
|
Daniel J Walsh |
8a7ef5 |
- Add setroubleshoot policy
|
|
Daniel J Walsh |
8a7ef5 |
|
|
Daniel J Walsh |
317bd2 |
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-3
|
|
Daniel J Walsh |
317bd2 |
- Turn off auditallow on setting booleans
|
|
Daniel J Walsh |
317bd2 |
|
|
Daniel J Walsh |
d81909 |
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-2
|
|
Daniel J Walsh |
d81909 |
- Multiple fixes
|
|
Daniel J Walsh |
d81909 |
|
|
Daniel J Walsh |
8bee3a |
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-1
|
|
Daniel J Walsh |
8bee3a |
- Update to upstream
|
|
Daniel J Walsh |
8bee3a |
|
|
Daniel J Walsh |
4a291a |
* Thu Jun 22 2006 Dan Walsh <dwalsh@redhat.com> 2.3.1-1
|
|
Daniel J Walsh |
4a291a |
- Update to upstream
|
|
Daniel J Walsh |
4a291a |
- Add new class for kernel key ring
|
|
Daniel J Walsh |
4a291a |
|
|
Daniel J Walsh |
9e7fd1 |
* Wed Jun 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.49-1
|
|
Daniel J Walsh |
9e7fd1 |
- Update to upstream
|
|
Daniel J Walsh |
9e7fd1 |
|
|
Daniel J Walsh |
2b87b0 |
* Tue Jun 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.48-1
|
|
Daniel J Walsh |
2b87b0 |
- Update to upstream
|
|
Daniel J Walsh |
2b87b0 |
|
|
Daniel J Walsh |
77dc77 |
* Tue Jun 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-5
|
|
Daniel J Walsh |
77dc77 |
- Break out selinux-devel package
|
|
Daniel J Walsh |
77dc77 |
|
|
Daniel J Walsh |
af203b |
* Fri Jun 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-4
|
|
Daniel J Walsh |
af203b |
- Add ibmasmfs
|
|
Daniel J Walsh |
af203b |
|
|
Daniel J Walsh |
cc073e |
* Thu Jun 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-3
|
|
Daniel J Walsh |
4ef386 |
- Fix policygentool gen_requires
|
|
Daniel J Walsh |
4ef386 |
|
|
Daniel J Walsh |
358335 |
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.47-1
|
|
Daniel J Walsh |
358335 |
- Update from Upstream
|
|
Daniel J Walsh |
358335 |
|
|
Daniel J Walsh |
0fe5c7 |
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.46-2
|
|
Daniel J Walsh |
0fe5c7 |
- Fix spec of realplay
|
|
Daniel J Walsh |
0fe5c7 |
|
|
Daniel J Walsh |
2616c6 |
* Tue Jun 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.46-1
|
|
Daniel J Walsh |
2616c6 |
- Update to upstream
|
|
Daniel J Walsh |
2616c6 |
|
|
Daniel J Walsh |
2616c6 |
* Mon Jun 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-3
|
|
Daniel J Walsh |
2616c6 |
- Fix semanage
|
|
Daniel J Walsh |
2616c6 |
|
|
Daniel J Walsh |
b637d9 |
* Mon Jun 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-2
|
|
Daniel J Walsh |
b637d9 |
- Allow useradd to create_home_dir in MLS environment
|
|
Daniel J Walsh |
b637d9 |
|
|
Daniel J Walsh |
3004d5 |
* Thu Jun 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.45-1
|
|
Daniel J Walsh |
3004d5 |
- Update from upstream
|
|
Daniel J Walsh |
3004d5 |
|
|
Daniel J Walsh |
cfc04d |
* Tue Jun 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.44-1
|
|
Daniel J Walsh |
cfc04d |
- Update from upstream
|
|
Daniel J Walsh |
cfc04d |
|
|
Daniel J Walsh |
a4c709 |
* Tue Jun 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-4
|
|
Daniel J Walsh |
a4c709 |
- Add oprofilefs
|
|
Daniel J Walsh |
a4c709 |
|
|
Daniel J Walsh |
a55870 |
* Sun May 28 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-3
|
|
Daniel J Walsh |
a4c709 |
- Fix for hplip and Picasus
|
|
Daniel J Walsh |
a55870 |
|
|
Daniel J Walsh |
43fe71 |
* Sat May 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-2
|
|
Daniel J Walsh |
43fe71 |
- Update to upstream
|
|
Daniel J Walsh |
43fe71 |
|
|
Daniel J Walsh |
43fe71 |
* Fri May 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.43-1
|
|
Daniel J Walsh |
43fe71 |
- Update to upstream
|
|
Daniel J Walsh |
43fe71 |
|
|
Daniel J Walsh |
43fe71 |
* Fri May 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-4
|
|
Daniel J Walsh |
43fe71 |
- fixes for spamd
|
|
Daniel J Walsh |
43fe71 |
|
|
Daniel J Walsh |
7580a1 |
* Wed May 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-3
|
|
Daniel J Walsh |
7580a1 |
- fixes for java, openldap and webalizer
|
|
Daniel J Walsh |
7580a1 |
|
|
Daniel J Walsh |
e30da9 |
* Mon May 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-2
|
|
Daniel J Walsh |
e30da9 |
- Xen fixes
|
|
Daniel J Walsh |
e30da9 |
|
|
Daniel J Walsh |
e5e509 |
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.42-1
|
|
Daniel J Walsh |
e5e509 |
- Upgrade to upstream
|
|
Daniel J Walsh |
e5e509 |
|
|
Daniel J Walsh |
75d0fe |
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.41-1
|
|
Daniel J Walsh |
4aae36 |
- allow hal to read boot_t files
|
|
Daniel J Walsh |
75d0fe |
- Upgrade to upstream
|
|
Daniel J Walsh |
4aae36 |
|
|
Daniel J Walsh |
4aae36 |
* Wed May 17 2006 Dan Walsh <dwalsh@redhat.com> 2.2.40-2
|
|
Daniel J Walsh |
4aae36 |
- allow hal to read boot_t files
|
|
Daniel J Walsh |
4aae36 |
|
|
Daniel J Walsh |
f4d170 |
* Tue May 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.40-1
|
|
Daniel J Walsh |
f4d170 |
- Update from upstream
|
|
Daniel J Walsh |
f4d170 |
|
|
Daniel J Walsh |
82d40f |
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.39-2
|
|
Daniel J Walsh |
82d40f |
- Fixes for amavis
|
|
Daniel J Walsh |
82d40f |
|
|
Daniel J Walsh |
52288b |
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.39-1
|
|
Daniel J Walsh |
52288b |
- Update from upstream
|
|
Daniel J Walsh |
52288b |
|
|
Daniel J Walsh |
a97d1f |
* Fri May 12 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-6
|
|
Daniel J Walsh |
a97d1f |
- Allow auditctl to search all directories
|
|
Daniel J Walsh |
a97d1f |
|
|
Daniel J Walsh |
f08aca |
* Thu May 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-5
|
|
Daniel J Walsh |
f08aca |
- Add acquire service for mono.
|
|
Daniel J Walsh |
f08aca |
|
|
Daniel J Walsh |
89e397 |
* Thu May 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-4
|
|
Daniel J Walsh |
89e397 |
- Turn off allow_execmem boolean
|
|
Daniel J Walsh |
89e397 |
- Allow ftp dac_override when allowed to access users homedirs
|
|
Daniel J Walsh |
89e397 |
|
|
Daniel J Walsh |
ca8bc2 |
* Wed May 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-3
|
|
Daniel J Walsh |
ca8bc2 |
- Clean up spec file
|
|
Daniel J Walsh |
ca8bc2 |
- Transition from unconfined_t to prelink_t
|
|
Daniel J Walsh |
ca8bc2 |
|
|
Daniel J Walsh |
539ba8 |
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-2
|
|
Daniel J Walsh |
539ba8 |
- Allow execution of cvs command
|
|
Daniel J Walsh |
539ba8 |
|
|
Daniel J Walsh |
a52275 |
* Fri May 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.38-1
|
|
Daniel J Walsh |
a52275 |
- Update to upstream
|
|
Daniel J Walsh |
a52275 |
|
|
Daniel J Walsh |
529f12 |
* Wed May 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.37-1
|
|
Daniel J Walsh |
529f12 |
- Update to upstream
|
|
Daniel J Walsh |
529f12 |
|
|
Daniel J Walsh |
49dfee |
* Mon May 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.36-2
|
|
Daniel J Walsh |
49dfee |
- Fix libjvm spec
|
|
Daniel J Walsh |
49dfee |
|
|
Daniel J Walsh |
ea725c |
* Tue Apr 25 2006 Dan Walsh <dwalsh@redhat.com> 2.2.36-1
|
|
Daniel J Walsh |
ea725c |
- Update to upstream
|
|
Daniel J Walsh |
ea725c |
|
|
jantill |
684125 |
* Tue Apr 25 2006 James Antill <jantill@redhat.com> 2.2.35-2
|
|
jantill |
684125 |
- Add xm policy
|
|
jantill |
684125 |
- Fix policygentool
|
|
jantill |
684125 |
|
|
Daniel J Walsh |
bbaa1f |
* Mon Apr 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.35-1
|
|
Daniel J Walsh |
bbaa1f |
- Update to upstream
|
|
Daniel J Walsh |
bbaa1f |
- Fix postun to only disable selinux on full removal of the packages
|
|
Daniel J Walsh |
bbaa1f |
|
|
Daniel J Walsh |
e847c8 |
* Fri Apr 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-3
|
|
Daniel J Walsh |
e847c8 |
- Allow mono to chat with unconfined
|
|
Daniel J Walsh |
e847c8 |
|
|
Daniel J Walsh |
d2fe1b |
* Thu Apr 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-2
|
|
Daniel J Walsh |
d2fe1b |
- Allow procmail to sendmail
|
|
Daniel J Walsh |
d2fe1b |
- Allow nfs to share dosfs
|
|
Daniel J Walsh |
d2fe1b |
|
|
Daniel J Walsh |
d2fe1b |
* Thu Apr 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-1
|
|
Daniel J Walsh |
5ff36d |
- Update to latest from upstream
|
|
Daniel J Walsh |
5ff36d |
- Allow selinux-policy to be removed and kernel not to crash
|
|
Daniel J Walsh |
5ff36d |
|
|
Daniel J Walsh |
c74f14 |
* Tue Apr 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.33-1
|
|
Daniel J Walsh |
c74f14 |
- Update to latest from upstream
|
|
Daniel J Walsh |
c74f14 |
- Add James Antill patch for xen
|
|
Daniel J Walsh |
c74f14 |
- Many fixes for pegasus
|
|
Daniel J Walsh |
c74f14 |
|
|
Daniel J Walsh |
529f12 |
* Sat Apr 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-2
|
|
Daniel J Walsh |
3c584c |
- Add unconfined_mount_t
|
|
Daniel J Walsh |
3c584c |
- Allow privoxy to connect to httpd_cache
|
|
Daniel J Walsh |
3c584c |
- fix cups labeleing on /var/cache/cups
|
|
Daniel J Walsh |
3c584c |
|
|
Daniel J Walsh |
ca0597 |
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-1
|
|
Daniel J Walsh |
ca0597 |
- Update to latest from upstream
|
|
Daniel J Walsh |
ca0597 |
|
|
Daniel J Walsh |
529f12 |
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.31-1
|
|
Daniel J Walsh |
c4826d |
- Update to latest from upstream
|
|
Daniel J Walsh |
c4826d |
- Allow mono and unconfined to talk to initrc_t dbus objects
|
|
Daniel J Walsh |
c4826d |
|
|
Daniel J Walsh |
c7b01a |
* Tue Apr 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.30-2
|
|
Daniel J Walsh |
c7b01a |
- Change libraries.fc to stop shlib_t form overriding texrel_shlib_t
|
|
Daniel J Walsh |
c7b01a |
|
|
Daniel J Walsh |
c7b01a |
* Tue Apr 11 2006 Dan Walsh <dwalsh@redhat.com> 2.2.30-1
|
|
Daniel J Walsh |
c7b01a |
- Fix samba creating dirs in homedir
|
|
Daniel J Walsh |
c7b01a |
- Fix NFS so its booleans would work
|
|
Daniel J Walsh |
c7b01a |
|
|
Daniel J Walsh |
c53f3b |
* Mon Apr 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-6
|
|
Daniel J Walsh |
c53f3b |
- Allow secadm_t ability to relabel all files
|
|
Daniel J Walsh |
c53f3b |
- Allow ftp to search xferlog_t directories
|
|
Daniel J Walsh |
c53f3b |
- Allow mysql to communicate with ldap
|
|
Daniel J Walsh |
c53f3b |
- Allow rsync to bind to rsync_port_t
|
|
Daniel J Walsh |
c53f3b |
|
|
rcoker |
a442ed |
* Mon Apr 10 2006 Russell Coker <rcoker@redhat.com> 2.2.29-5
|
|
rcoker |
a442ed |
- Fixed mailman with Postfix #183928
|
|
rcoker |
a442ed |
- Allowed semanage to create file_context files.
|
|
rcoker |
a442ed |
- Allowed amanda_t to access inetd_t TCP sockets and allowed amanda_recover_t
|
|
rcoker |
a442ed |
to bind to reserved ports. #149030
|
|
rcoker |
a442ed |
- Don't allow devpts_t to be associated with tmp_t.
|
|
rcoker |
a442ed |
- Allow hald_t to stat all mountpoints.
|
|
rcoker |
a442ed |
- Added boolean samba_share_nfs to allow smbd_t full access to NFS mounts.
|
|
rcoker |
a442ed |
#169947
|
|
rcoker |
a442ed |
- Make mount run in mount_t domain from unconfined_t to prevent mislabeling of
|
|
rcoker |
a442ed |
/etc/mtab.
|
|
rcoker |
a442ed |
- Changed the file_contexts to not have a regex before the first ^/[a-z]/
|
|
rcoker |
a442ed |
whenever possible, makes restorecon slightly faster.
|
|
rcoker |
a442ed |
- Correct the label of /etc/named.caching-nameserver.conf
|
|
rcoker |
a442ed |
- Now label /usr/src/kernels/.+/lib(/.*)? as usr_t instead of
|
|
rcoker |
a442ed |
/usr/src(/.*)?/lib(/.*)? - I don't think we need anything else under /usr/src
|
|
rcoker |
a442ed |
hit by this.
|
|
rcoker |
a442ed |
- Granted xen access to /boot, allowed mounting on xend_var_lib_t, and allowed
|
|
rcoker |
a442ed |
xenstored_t rw access to the xen device node.
|
|
rcoker |
a442ed |
|
|
Daniel J Walsh |
529f12 |
* Tue Apr 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-4
|
|
Daniel J Walsh |
67bc5e |
- More textrel_shlib_t file path fixes
|
|
Daniel J Walsh |
67bc5e |
- Add ada support
|
|
Daniel J Walsh |
67bc5e |
|
|
Daniel J Walsh |
529f12 |
* Mon Apr 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-3
|
|
Daniel J Walsh |
4fd214 |
- Get auditctl working in MLS policy
|
|
Daniel J Walsh |
4fd214 |
|
|
Daniel J Walsh |
529f12 |
* Mon Apr 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-2
|
|
Daniel J Walsh |
2ad4f1 |
- Add mono dbus support
|
|
Daniel J Walsh |
2ad4f1 |
- Lots of file_context fixes for textrel_shlib_t in FC5
|
|
Daniel J Walsh |
2ad4f1 |
- Turn off execmem auditallow since they are filling log files
|
|
Daniel J Walsh |
2ad4f1 |
|
|
Daniel J Walsh |
da5d60 |
* Fri Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-1
|
|
Daniel J Walsh |
da5d60 |
- Update to upstream
|
|
Daniel J Walsh |
da5d60 |
|
|
Daniel J Walsh |
da5d60 |
* Thu Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-3
|
|
Daniel J Walsh |
d2bd4f |
- Allow automount and dbus to read cert files
|
|
Daniel J Walsh |
d2bd4f |
|
|
Daniel J Walsh |
da5d60 |
* Thu Mar 30 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-2
|
|
Daniel J Walsh |
58ec7a |
- Fix ftp policy
|
|
Daniel J Walsh |
58ec7a |
- Fix secadm running of auditctl
|
|
Daniel J Walsh |
58ec7a |
|
|
Daniel J Walsh |
5a0143 |
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.28-1
|
|
Daniel J Walsh |
5a0143 |
- Update to upstream
|
|
Daniel J Walsh |
5a0143 |
|
|
Daniel J Walsh |
5a0143 |
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.27-1
|
|
Daniel J Walsh |
5a0143 |
- Update to upstream
|
|
Daniel J Walsh |
5a0143 |
|
|
Daniel J Walsh |
bd3f0e |
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.25-3
|
|
Daniel J Walsh |
bd3f0e |
- Fix policyhelp
|
|
Daniel J Walsh |
bd3f0e |
|
|
Daniel J Walsh |
faffd3 |
* Wed Mar 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.25-2
|
|
Daniel J Walsh |
faffd3 |
- Fix pam_console handling of usb_device
|
|
Daniel J Walsh |
faffd3 |
- dontaudit logwatch reading /mnt dir
|
|
Daniel J Walsh |
faffd3 |
|
|
Daniel J Walsh |
faffd3 |
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> 2.2.24-1
|
|
Daniel J Walsh |
727bb2 |
- Update to upstream
|
|
Daniel J Walsh |
727bb2 |
|
|
Daniel J Walsh |
9f8b05 |
* Wed Mar 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-19
|
|
Daniel J Walsh |
9f8b05 |
- Get transition rules to create policy.20 at SystemHigh
|
|
Daniel J Walsh |
9f8b05 |
|
|
Daniel J Walsh |
5b4676 |
* Tue Mar 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-18
|
|
Daniel J Walsh |
5b4676 |
- Allow secadmin to shutdown system
|
|
Daniel J Walsh |
5b4676 |
- Allow sendmail to exec newalias
|
|
Daniel J Walsh |
5b4676 |
|
|
Daniel J Walsh |
6d4275 |
* Tue Mar 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-17
|
|
Daniel J Walsh |
0a74a2 |
- MLS Fixes
|
|
Daniel J Walsh |
487de6 |
dmidecode needs mls_file_read_up
|
|
Daniel J Walsh |
0a74a2 |
- add ypxfr_t
|
|
Daniel J Walsh |
0a74a2 |
- run init needs access to nscd
|
|
Daniel J Walsh |
0a74a2 |
- udev needs setuid
|
|
Daniel J Walsh |
0a74a2 |
- another xen log file
|
|
Daniel J Walsh |
0a74a2 |
- Dontaudit mount getattr proc_kcore_t
|
|
Daniel J Walsh |
0a74a2 |
|
|
Karsten Hopp |
4e431c |
* Tue Mar 14 2006 Karsten Hopp <karsten@redhat.de> 2.2.23-16
|
|
Karsten Hopp |
4e431c |
- fix buildroot usage (#185391)
|
|
Karsten Hopp |
4e431c |
|
|
Daniel J Walsh |
4c9f08 |
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-15
|
|
Daniel J Walsh |
4c9f08 |
- Get rid of mount/fsdisk scan of /dev messages
|
|
Daniel J Walsh |
4c9f08 |
- Additional fixes for suspend/resume
|
|
Daniel J Walsh |
4c9f08 |
|
|
Daniel J Walsh |
54b0b5 |
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-14
|
|
Daniel J Walsh |
54b0b5 |
- Fake make to rebuild enableaudit.pp
|
|
Daniel J Walsh |
54b0b5 |
|
|
Daniel J Walsh |
6d2388 |
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-13
|
|
Daniel J Walsh |
6d2388 |
- Get xen networking running.
|
|
Daniel J Walsh |
6d2388 |
|
|
Daniel J Walsh |
23a177 |
* Thu Mar 9 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-12
|
|
Daniel J Walsh |
23a177 |
- Fixes for Xen
|
|
Daniel J Walsh |
23a177 |
- enableaudit should not be the same as base.pp
|
|
Daniel J Walsh |
23a177 |
- Allow ps to work for all process
|
|
Daniel J Walsh |
23a177 |
|
|
Jeremy Katz |
b33ec3 |
* Thu Mar 9 2006 Jeremy Katz <katzj@redhat.com> - 2.2.23-11
|
|
Jeremy Katz |
b33ec3 |
- more xen policy fixups
|
|
Jeremy Katz |
b33ec3 |
|
|
Jeremy Katz |
1b0755 |
* Wed Mar 8 2006 Jeremy Katz <katzj@redhat.com> - 2.2.23-10
|
|
Jeremy Katz |
1b0755 |
- more xen fixage (#184393)
|
|
Jeremy Katz |
1b0755 |
|
|
Daniel J Walsh |
060041 |
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-9
|
|
Daniel J Walsh |
060041 |
- Fix blkid specification
|
|
Daniel J Walsh |
060041 |
- Allow postfix to execute mailman_que
|
|
Daniel J Walsh |
060041 |
|
|
Daniel J Walsh |
9c64bb |
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-8
|
|
Daniel J Walsh |
9c64bb |
- Blkid changes
|
|
Daniel J Walsh |
9c64bb |
- Allow udev access to usb_device_t
|
|
Daniel J Walsh |
9c64bb |
- Fix post script to create targeted policy config file
|
|
Daniel J Walsh |
9c64bb |
|
|
Daniel J Walsh |
4c9f65 |
* Wed Mar 8 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-7
|
|
Daniel J Walsh |
4c9f65 |
- Allow lvm tools to create drevice dir
|
|
Daniel J Walsh |
4c9f65 |
|
|
Daniel J Walsh |
020477 |
* Tue Mar 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-5
|
|
Daniel J Walsh |
020477 |
- Add Xen support
|
|
Daniel J Walsh |
020477 |
|
|
Daniel J Walsh |
0296af |
* Mon Mar 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-4
|
|
Daniel J Walsh |
0296af |
- Fixes for cups
|
|
Daniel J Walsh |
0296af |
- Make cryptosetup work with hal
|
|
Daniel J Walsh |
0296af |
|
|
Daniel J Walsh |
76d7c5 |
* Sun Mar 5 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-3
|
|
Daniel J Walsh |
76d7c5 |
- Load Policy needs translock
|
|
Daniel J Walsh |
76d7c5 |
|
|
Daniel J Walsh |
ef0cb1 |
* Sat Mar 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-2
|
|
Daniel J Walsh |
ef0cb1 |
- Fix cups html interface
|
|
Daniel J Walsh |
ef0cb1 |
|
|
Daniel J Walsh |
21277d |
* Sat Mar 4 2006 Dan Walsh <dwalsh@redhat.com> 2.2.23-1
|
|
Daniel J Walsh |
21277d |
- Add hal changes suggested by Jeremy
|
|
Daniel J Walsh |
d2c260 |
- add policyhelp to point at policy html pages
|
|
Daniel J Walsh |
d2c260 |
|
|
Daniel J Walsh |
8254bb |
* Mon Feb 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.22-2
|
|
Daniel J Walsh |
8254bb |
- Additional fixes for nvidia and cups
|
|
Daniel J Walsh |
8254bb |
|
|
Daniel J Walsh |
575aa9 |
* Mon Feb 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.22-1
|
|
Daniel J Walsh |
575aa9 |
- Update to upstream
|
|
Daniel J Walsh |
575aa9 |
- Merged my latest fixes
|
|
Daniel J Walsh |
575aa9 |
- Fix cups policy to handle unix domain sockets
|
|
Daniel J Walsh |
38c806 |
|
|
Daniel J Walsh |
575aa9 |
* Sat Feb 25 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-9
|
|
Daniel J Walsh |
fbec4b |
- NSCD socket is in nscd_var_run_t needs to be able to search dir
|
|
Daniel J Walsh |
fbec4b |
|
|
Daniel J Walsh |
575aa9 |
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-8
|
|
Daniel J Walsh |
290aa6 |
- Fixes Apache interface file
|
|
Daniel J Walsh |
290aa6 |
|
|
Daniel J Walsh |
575aa9 |
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-7
|
|
Daniel J Walsh |
dd2612 |
- Fixes for new version of cups
|
|
Daniel J Walsh |
dd2612 |
|
|
Daniel J Walsh |
575aa9 |
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-6
|
|
Daniel J Walsh |
771686 |
- Turn off polyinstatiate util after FC5
|
|
Daniel J Walsh |
771686 |
|
|
Daniel J Walsh |
575aa9 |
* Fri Feb 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-5
|
|
Daniel J Walsh |
c12699 |
- Fix problem with privoxy talking to Tor
|
|
Daniel J Walsh |
c12699 |
|
|
Daniel J Walsh |
7dca0e |
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-4
|
|
Daniel J Walsh |
7dca0e |
- Turn on polyinstatiation
|
|
Daniel J Walsh |
7dca0e |
|
|
Daniel J Walsh |
5d5343 |
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-3
|
|
Daniel J Walsh |
7dca0e |
- Don't transition from unconfined_t to fsadm_t
|
|
Daniel J Walsh |
5d5343 |
|
|
Daniel J Walsh |
d19b68 |
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-2
|
|
Daniel J Walsh |
d19b68 |
- Fix policy update model.
|
|
Daniel J Walsh |
d19b68 |
|
|
Daniel J Walsh |
701455 |
* Thu Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.21-1
|
|
Daniel J Walsh |
701455 |
- Update to upstream
|
|
Daniel J Walsh |
701455 |
|
|
Daniel J Walsh |
585f82 |
* Wed Feb 22 2006 Dan Walsh <dwalsh@redhat.com> 2.2.20-1
|
|
Daniel J Walsh |
d4d1f2 |
- Fix load_policy to work on MLS
|
|
Daniel J Walsh |
d4d1f2 |
- Fix cron_rw_system_pipes for postfix_postdrop_t
|
|
Daniel J Walsh |
d4d1f2 |
- Allow audotmount to run showmount
|
|
Daniel J Walsh |
d4d1f2 |
|
|
Daniel J Walsh |
a57054 |
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.19-2
|
|
Daniel J Walsh |
a57054 |
- Fix swapon
|
|
Daniel J Walsh |
a57054 |
- allow httpd_sys_script_t to be entered via a shell
|
|
Daniel J Walsh |
a57054 |
- Allow httpd_sys_script_t to read eventpolfs
|
|
Daniel J Walsh |
a57054 |
|
|
Daniel J Walsh |
d5ae27 |
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.19-1
|
|
Daniel J Walsh |
d5ae27 |
- Update from upstream
|
|
Daniel J Walsh |
d5ae27 |
|
|
Daniel J Walsh |
46bd65 |
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.18-2
|
|
Daniel J Walsh |
46bd65 |
- allow cron to read apache files
|
|
Daniel J Walsh |
46bd65 |
|
|
Daniel J Walsh |
31d4d2 |
* Tue Feb 21 2006 Dan Walsh <dwalsh@redhat.com> 2.2.18-1
|
|
Daniel J Walsh |
31d4d2 |
- Fix vpnc policy to work from NetworkManager
|
|
Daniel J Walsh |
31d4d2 |
|
|
Daniel J Walsh |
f0e87b |
* Mon Feb 20 2006 Dan Walsh <dwalsh@redhat.com> 2.2.17-2
|
|
Daniel J Walsh |
f0e87b |
- Update to upstream
|
|
Daniel J Walsh |
f0e87b |
- Fix semoudle polcy
|
|
Daniel J Walsh |
f0e87b |
|
|
Daniel J Walsh |
6e9bcb |
* Thu Feb 16 2006 Dan Walsh <dwalsh@redhat.com> 2.2.16-1
|
|
Daniel J Walsh |
6e9bcb |
- Update to upstream
|
|
Daniel J Walsh |
6e9bcb |
- fix sysconfig/selinux link
|
|
Daniel J Walsh |
6e9bcb |
|
|
Daniel J Walsh |
f3a390 |
* Wed Feb 15 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-4
|
|
Daniel J Walsh |
f3a390 |
- Add router port for zebra
|
|
Daniel J Walsh |
f3a390 |
- Add imaze port for spamd
|
|
Daniel J Walsh |
f3a390 |
- Fixes for amanda and java
|
|
Daniel J Walsh |
f3a390 |
|
|
Daniel J Walsh |
025d1e |
* Tue Feb 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-3
|
|
Daniel J Walsh |
025d1e |
- Fix bluetooth handling of usb devices
|
|
Daniel J Walsh |
2f15a2 |
- Fix spamd reading of ~/
|
|
Daniel J Walsh |
2f15a2 |
- fix nvidia spec
|
|
Daniel J Walsh |
2f15a2 |
|
|
Daniel J Walsh |
c417f6 |
* Tue Feb 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.15-1
|
|
Daniel J Walsh |
c417f6 |
- Update to upsteam
|
|
Daniel J Walsh |
c417f6 |
|
|
Daniel J Walsh |
847884 |
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> 2.2.14-2
|
|
Daniel J Walsh |
847884 |
- Add users_extra files
|
|
Daniel J Walsh |
847884 |
|
|
Daniel J Walsh |
32b871 |
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.14-1
|
|
Daniel J Walsh |
32b871 |
- Update to upstream
|
|
Daniel J Walsh |
32b871 |
|
|
Daniel J Walsh |
faa80b |
* Fri Feb 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.13-1
|
|
Daniel J Walsh |
faa80b |
- Add semodule policy
|
|
Daniel J Walsh |
faa80b |
|
|
Daniel J Walsh |
5a8299 |
* Tue Feb 7 2006 Dan Walsh <dwalsh@redhat.com> 2.2.12-1
|
|
Daniel J Walsh |
5a8299 |
- Update from upstream
|
|
Daniel J Walsh |
5a8299 |
|
|
Daniel J Walsh |
5a8299 |
|
|
Daniel J Walsh |
b28beb |
* Mon Feb 6 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-2
|
|
Daniel J Walsh |
b28beb |
- Fix for spamd to use razor port
|
|
Daniel J Walsh |
b28beb |
|
|
Daniel J Walsh |
a3a62a |
* Fri Feb 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-1
|
|
Daniel J Walsh |
a3a62a |
- Fixes for mcs
|
|
Daniel J Walsh |
a3a62a |
- Turn on mount and fsadm for unconfined_t
|
|
Daniel J Walsh |
a3a62a |
|
|
Daniel J Walsh |
de82d8 |
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.10-1
|
|
Daniel J Walsh |
de82d8 |
- Fixes for the -devel package
|
|
Daniel J Walsh |
de82d8 |
|
|
Daniel J Walsh |
38c806 |
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.9-2
|
|
Daniel J Walsh |
38c806 |
- Fix for spamd to use ldap
|
|
Daniel J Walsh |
38c806 |
|
|
Daniel J Walsh |
38c806 |
* Fri Jan 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.9-1
|
|
Daniel J Walsh |
38c806 |
- Update to upstream
|
|
Daniel J Walsh |
38c806 |
|
|
Daniel J Walsh |
737432 |
* Fri Jan 27 2006 Dan Walsh <dwalsh@redhat.com> 2.2.8-2
|
|
Daniel J Walsh |
332537 |
- Update to upstream
|
|
Daniel J Walsh |
737432 |
- Fix rhgb, and other Xorg startups
|
|
Daniel J Walsh |
332537 |
|
|
Daniel J Walsh |
78265f |
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.7-1
|
|
Daniel J Walsh |
78265f |
- Update to upstream
|
|
Daniel J Walsh |
78265f |
|
|
Daniel J Walsh |
78265f |
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-3
|
|
Daniel J Walsh |
78265f |
- Separate out role of secadm for mls
|
|
Daniel J Walsh |
78265f |
|
|
Daniel J Walsh |
b6e6b5 |
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-2
|
|
Daniel J Walsh |
b6e6b5 |
- Add inotifyfs handling
|
|
Daniel J Walsh |
b6e6b5 |
|
|
Daniel J Walsh |
e76bab |
* Thu Jan 26 2006 Dan Walsh <dwalsh@redhat.com> 2.2.6-1
|
|
Daniel J Walsh |
e76bab |
- Update to upstream
|
|
Daniel J Walsh |
e76bab |
- Put back in changes for pup/zen
|
|
Daniel J Walsh |
e76bab |
|
|
Daniel J Walsh |
e76bab |
* Tue Jan 24 2006 Dan Walsh <dwalsh@redhat.com> 2.2.5-1
|
|
Daniel J Walsh |
a3b5c3 |
- Many changes for MLS
|
|
Daniel J Walsh |
a3b5c3 |
- Turn on strict policy
|
|
Daniel J Walsh |
a3b5c3 |
|
|
Daniel J Walsh |
129ba1 |
* Mon Jan 23 2006 Dan Walsh <dwalsh@redhat.com> 2.2.4-1
|
|
Daniel J Walsh |
129ba1 |
- Update to upstream
|
|
Daniel J Walsh |
129ba1 |
|
|
Daniel J Walsh |
129ba1 |
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.3-1
|
|
Daniel J Walsh |
129ba1 |
- Update to upstream
|
|
Daniel J Walsh |
129ba1 |
- Fixes for booting and logging in on MLS machine
|
|
Daniel J Walsh |
129ba1 |
|
|
Daniel J Walsh |
30a020 |
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.2-1
|
|
Daniel J Walsh |
30a020 |
- Update to upstream
|
|
Daniel J Walsh |
30a020 |
- Turn off execheap execstack for unconfined users
|
|
Daniel J Walsh |
30a020 |
- Add mono/wine policy to allow execheap and execstack for them
|
|
Daniel J Walsh |
30a020 |
- Add execheap for Xdm policy
|
|
Daniel J Walsh |
30a020 |
|
|
Daniel J Walsh |
30a020 |
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.1-1
|
|
Daniel J Walsh |
30a020 |
- Update to upstream
|
|
Daniel J Walsh |
30a020 |
- Fixes to fetchmail,
|
|
Daniel J Walsh |
30a020 |
|
|
Daniel J Walsh |
05207b |
* Tue Jan 17 2006 Dan Walsh <dwalsh@redhat.com> 2.1.13-1
|
|
Daniel J Walsh |
05207b |
- Update to upstream
|
|
Daniel J Walsh |
05207b |
|
|
Daniel J Walsh |
05207b |
* Tue Jan 17 2006 Dan Walsh <dwalsh@redhat.com> 2.1.12-3
|
|
Daniel J Walsh |
05207b |
- Fix for procmail/spamassasin
|
|
Daniel J Walsh |
2e7147 |
- Update to upstream
|
|
Daniel J Walsh |
a1c584 |
- Add rules to allow rpcd to work with unlabeled_networks.
|
|
Daniel J Walsh |
2e7147 |
|
|
Daniel J Walsh |
cdab5c |
* Sat Jan 14 2006 Dan Walsh <dwalsh@redhat.com> 2.1.11-1
|
|
Daniel J Walsh |
cdab5c |
- Update to upstream
|
|
Daniel J Walsh |
cdab5c |
- Fix ftp Man page
|
|
Daniel J Walsh |
cdab5c |
|
|
Daniel J Walsh |
7ba8b0 |
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 2.1.10-1
|
|
Daniel J Walsh |
7ba8b0 |
- Update to upstream
|
|
Daniel J Walsh |
7ba8b0 |
|
|
Jeremy Katz |
b9b2d8 |
* Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 2.1.9-2
|
|
Jeremy Katz |
b9b2d8 |
- fix pup transitions (#177262)
|
|
Jeremy Katz |
b9b2d8 |
- fix xen disks (#177599)
|
|
Jeremy Katz |
b9b2d8 |
|
|
Daniel J Walsh |
640128 |
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 2.1.9-1
|
|
Daniel J Walsh |
640128 |
- Update to upstream
|
|
Daniel J Walsh |
640128 |
|
|
Daniel J Walsh |
ef1477 |
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-3
|
|
Daniel J Walsh |
ef1477 |
- More Fixes for hal and readahead
|
|
Daniel J Walsh |
ef1477 |
|
|
Daniel J Walsh |
e485f5 |
* Mon Jan 9 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-2
|
|
Daniel J Walsh |
e485f5 |
- Fixes for hal and readahead
|
|
Daniel J Walsh |
e485f5 |
|
|
Daniel J Walsh |
26e33d |
* Mon Jan 9 2006 Dan Walsh <dwalsh@redhat.com> 2.1.8-1
|
|
Daniel J Walsh |
26e33d |
- Update to upstream
|
|
Daniel J Walsh |
e485f5 |
- Apply
|
|
Daniel J Walsh |
26e33d |
* Fri Jan 7 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-4
|
|
Daniel J Walsh |
26e33d |
- Add wine and fix hal problems
|
|
Daniel J Walsh |
26e33d |
|
|
Daniel J Walsh |
26e33d |
* Thu Jan 6 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-3
|
|
Daniel J Walsh |
451d9b |
- Handle new location of hal scripts
|
|
Daniel J Walsh |
451d9b |
|
|
Daniel J Walsh |
008885 |
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-2
|
|
Daniel J Walsh |
008885 |
- Allow su to read /etc/mtab
|
|
Daniel J Walsh |
008885 |
|
|
Daniel J Walsh |
a736f9 |
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 2.1.7-1
|
|
Daniel J Walsh |
a736f9 |
- Update to upstream
|
|
Daniel J Walsh |
a736f9 |
|
|
Daniel J Walsh |
120d3b |
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-24
|
|
Daniel J Walsh |
120d3b |
- Fix "libsemanage.parse_module_headers: Data did not represent a module." problem
|
|
Daniel J Walsh |
120d3b |
|
|
Daniel J Walsh |
ce66f5 |
* Tue Jan 3 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-23
|
|
Daniel J Walsh |
ce66f5 |
- Allow load_policy to read /etc/mtab
|
|
Daniel J Walsh |
ce66f5 |
|
|
Daniel J Walsh |
1f3122 |
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-22
|
|
Daniel J Walsh |
1f3122 |
- Fix dovecot to allow dovecot_auth to look at /tmp
|
|
Daniel J Walsh |
1f3122 |
|
|
Daniel J Walsh |
d7b05b |
* Mon Jan 2 2006 Dan Walsh <dwalsh@redhat.com> 2.1.6-21
|
|
Daniel J Walsh |
d7b05b |
- Allow restorecon to read unlabeled_t directories in order to fix labeling.
|
|
Daniel J Walsh |
d7b05b |
|
|
Daniel J Walsh |
3607aa |
* Fri Dec 30 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-20
|
|
Daniel J Walsh |
a08ba8 |
- Add Logwatch policy
|
|
Daniel J Walsh |
a08ba8 |
|
|
Daniel J Walsh |
798572 |
* Wed Dec 28 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-18
|
|
Daniel J Walsh |
798572 |
- Fix /dev/ub[a-z] file context
|
|
Daniel J Walsh |
798572 |
|
|
Daniel J Walsh |
9f7b03 |
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-17
|
|
Daniel J Walsh |
9f7b03 |
- Fix library specification
|
|
Daniel J Walsh |
9f7b03 |
- Give kudzu execmem privs
|
|
Daniel J Walsh |
9f7b03 |
|
|
Daniel J Walsh |
596229 |
* Thu Dec 22 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-16
|
|
Daniel J Walsh |
596229 |
- Fix hostname in targeted policy
|
|
Daniel J Walsh |
596229 |
|
|
Daniel J Walsh |
5a47e6 |
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-15
|
|
Daniel J Walsh |
5a47e6 |
- Fix passwd command on mls
|
|
Daniel J Walsh |
5a47e6 |
|
|
Daniel J Walsh |
71ee99 |
* Wed Dec 21 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-14
|
|
Daniel J Walsh |
71ee99 |
- Lots of fixes to make mls policy work
|
|
Daniel J Walsh |
71ee99 |
|
|
Daniel J Walsh |
6e9ee7 |
* Tue Dec 20 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-13
|
|
Daniel J Walsh |
9d20b2 |
- Add dri libs to textrel_shlib_t
|
|
Daniel J Walsh |
6e9ee7 |
- Add system_r role for java
|
|
Daniel J Walsh |
6e9ee7 |
- Add unconfined_exec_t for vncserver
|
|
Daniel J Walsh |
6e9ee7 |
- Allow slapd to use kerberos
|
|
Daniel J Walsh |
9d20b2 |
|
|
Daniel J Walsh |
1335ee |
* Mon Dec 19 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-11
|
|
Daniel J Walsh |
1335ee |
- Add man pages
|
|
Daniel J Walsh |
1335ee |
|
|
Daniel J Walsh |
1335ee |
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-10
|
|
Daniel J Walsh |
315b4a |
- Add enableaudit.pp
|
|
Daniel J Walsh |
315b4a |
|
|
Daniel J Walsh |
1335ee |
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-9
|
|
Daniel J Walsh |
105bbf |
- Fix mls policy
|
|
Daniel J Walsh |
105bbf |
|
|
Daniel J Walsh |
1335ee |
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-8
|
|
Daniel J Walsh |
0c9f87 |
- Update mls file from old version
|
|
Daniel J Walsh |
0c9f87 |
|
|
Daniel J Walsh |
1335ee |
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-5
|
|
Daniel J Walsh |
dce316 |
- Add sids back in
|
|
Daniel J Walsh |
dce316 |
- Rebuild with update checkpolicy
|
|
Daniel J Walsh |
dce316 |
|
|
Daniel J Walsh |
1335ee |
* Thu Dec 15 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-4
|
|
Daniel J Walsh |
9ce97a |
- Fixes to allow automount to use portmap
|
|
Daniel J Walsh |
9ce97a |
- Fixes to start kernel in s0-s15:c0.c255
|
|
Daniel J Walsh |
9ce97a |
|
|
Daniel J Walsh |
1335ee |
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-3
|
|
Daniel J Walsh |
1c8602 |
- Add java unconfined/execmem policy
|
|
Daniel J Walsh |
1c8602 |
|
|
Daniel J Walsh |
1335ee |
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-2
|
|
Daniel J Walsh |
1f0075 |
- Add file context for /var/cvs
|
|
Daniel J Walsh |
1f0075 |
- Dontaudit webalizer search of homedir
|
|
Daniel J Walsh |
1f0075 |
|
|
Daniel J Walsh |
1335ee |
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.6-1
|
|
Daniel J Walsh |
504da9 |
- Update from upstream
|
|
Daniel J Walsh |
504da9 |
|
|
Daniel J Walsh |
504da9 |
* Tue Dec 13 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-2
|
|
Daniel J Walsh |
504da9 |
- Clean up spec
|
|
Daniel J Walsh |
504da9 |
- range_transition crond to SystemHigh
|
|
Daniel J Walsh |
504da9 |
|
|
Daniel J Walsh |
e24a8b |
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.4-1
|
|
Daniel J Walsh |
1ff14a |
- Fixes for hal
|
|
Daniel J Walsh |
e24a8b |
- Update to upstream
|
|
Daniel J Walsh |
1ff14a |
|
|
Daniel J Walsh |
afa8a2 |
* Mon Dec 12 2005 Dan Walsh <dwalsh@redhat.com> 2.1.3-1
|
|
Daniel J Walsh |
d8566e |
- Turn back on execmem since we need it for java, firefox, ooffice
|
|
Daniel J Walsh |
57c18f |
- Allow gpm to stream socket to itself
|
|
Daniel J Walsh |
57c18f |
|
|
Jeremy Katz |
eb190f |
* Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 2.1.2-3
|
|
Jeremy Katz |
eb190f |
- fix requirements to be on the actual packages so that policy can get
|
|
Jeremy Katz |
eb190f |
created properly at install time
|
|
Jeremy Katz |
eb190f |
|
|
Daniel J Walsh |
9e85a8 |
* Sun Dec 10 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-2
|
|
Daniel J Walsh |
9e85a8 |
- Allow unconfined_t to execmod texrel_shlib_t
|
|
Daniel J Walsh |
9e85a8 |
|
|
Daniel J Walsh |
d4da53 |
* Sat Dec 9 2005 Dan Walsh <dwalsh@redhat.com> 2.1.2-1
|
|
Daniel J Walsh |
d4da53 |
- Update to upstream
|
|
Daniel J Walsh |
d4da53 |
- Turn off allow_execmem and allow_execmod booleans
|
|
Daniel J Walsh |
d4da53 |
- Add tcpd and automount policies
|
|
Daniel J Walsh |
d4da53 |
|
|
Daniel J Walsh |
e1ccb6 |
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-3
|
|
Daniel J Walsh |
e1ccb6 |
- Add two new httpd booleans, turned off by default
|
|
Daniel J Walsh |
487de6 |
* httpd_can_network_relay
|
|
Daniel J Walsh |
487de6 |
* httpd_can_network_connect_db
|
|
Daniel J Walsh |
e1ccb6 |
|
|
Daniel J Walsh |
7c94e8 |
* Fri Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-2
|
|
Daniel J Walsh |
7c94e8 |
- Add ghost for policy.20
|
|
Daniel J Walsh |
7c94e8 |
|
|
Daniel J Walsh |
6f5a3b |
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.1-1
|
|
Daniel J Walsh |
6f5a3b |
- Update to upstream
|
|
Daniel J Walsh |
6f5a3b |
- Turn off boolean allow_execstack
|
|
Daniel J Walsh |
6f5a3b |
|
|
Daniel J Walsh |
c6c498 |
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-3
|
|
Daniel J Walsh |
c6c498 |
- Change setrans-mls to use new libsetrans
|
|
Daniel J Walsh |
c6c498 |
- Add default_context rule for xdm
|
|
Daniel J Walsh |
c6c498 |
|
|
Daniel J Walsh |
12e089 |
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-2.
|
|
Daniel J Walsh |
12e089 |
- Change Requires to PreReg for requiring of policycoreutils on install
|
|
Daniel J Walsh |
12e089 |
|
|
Daniel J Walsh |
12e089 |
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 2.1.0-1.
|
|
Daniel J Walsh |
12e089 |
- New upstream release
|
|
Daniel J Walsh |
12e089 |
|
|
Daniel J Walsh |
97bd2a |
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-2.
|
|
Daniel J Walsh |
97bd2a |
Add xdm policy
|
|
Daniel J Walsh |
97bd2a |
|
|
Daniel J Walsh |
46a906 |
* Tue Dec 6 2005 Dan Walsh <dwalsh@redhat.com> 2.0.11-1.
|
|
Daniel J Walsh |
46a906 |
Update from upstream
|
|
Daniel J Walsh |
46a906 |
|
|
Daniel J Walsh |
475186 |
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.9-1.
|
|
Daniel J Walsh |
475186 |
Update from upstream
|
|
Daniel J Walsh |
475186 |
|
|
Daniel J Walsh |
caeef1 |
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.8-1.
|
|
Daniel J Walsh |
caeef1 |
Update from upstream
|
|
Daniel J Walsh |
caeef1 |
|
|
Nalin Dahyabhai |
2b2203 |
* Fri Dec 2 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-3
|
|
Nalin Dahyabhai |
2b2203 |
- Also trigger to rebuild policy for versions up to 2.0.7.
|
|
Nalin Dahyabhai |
2b2203 |
|
|
Nalin Dahyabhai |
2b2203 |
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.7-2
|
|
Daniel J Walsh |
28930b |
- No longer installing policy.20 file, anaconda handles the building of the app.
|
|
Daniel J Walsh |
28930b |
|
|
Nalin Dahyabhai |
2b2203 |
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 2.0.6-2
|
|
Daniel J Walsh |
4199dc |
- Fixes for dovecot and saslauthd
|
|
Daniel J Walsh |
4199dc |
|
|
Nalin Dahyabhai |
2b2203 |
* Wed Nov 23 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-4
|
|
Daniel J Walsh |
21dea1 |
- Cleanup pegasus and named
|
|
Daniel J Walsh |
21dea1 |
- Fix spec file
|
|
Daniel J Walsh |
c1b022 |
- Fix up passwd changing applications
|
|
Daniel J Walsh |
21dea1 |
|
|
Nalin Dahyabhai |
2b2203 |
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.5-1
|
|
Daniel J Walsh |
e38dc4 |
-Update to latest from upstream
|
|
Daniel J Walsh |
e38dc4 |
|
|
Nalin Dahyabhai |
2b2203 |
* Tue Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.4-1
|
|
Daniel J Walsh |
765f81 |
- Add rules for pegasus and avahi
|
|
Daniel J Walsh |
765f81 |
|
|
Nalin Dahyabhai |
2b2203 |
* Mon Nov 21 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-2
|
|
Daniel J Walsh |
a32f66 |
- Start building MLS Policy
|
|
Daniel J Walsh |
a32f66 |
|
|
Nalin Dahyabhai |
2b2203 |
* Fri Nov 18 2005 Dan Walsh <dwalsh@redhat.com> 2.0.2-1
|
|
Daniel J Walsh |
1a0a25 |
- Update to upstream
|
|
Daniel J Walsh |
1a0a25 |
|
|
Nalin Dahyabhai |
2b2203 |
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-2
|
|
Daniel J Walsh |
205d3f |
- Turn on bash
|
|
Daniel J Walsh |
205d3f |
|
|
Nalin Dahyabhai |
2b2203 |
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 2.0.1-1
|
|
Daniel J Walsh |
1580c8 |
- Initial version
|