From 347903e1a76a4f728aba990f9a443dc11737d029 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Feb 24 2010 19:18:34 +0000 Subject: - Update to upstream Change the AVC to only audit the permissions specified by the policy, excluding any permissions specified via dontaudit or not specified via auditallow. Fix compilation of label_file.c with latest glibc headers. --- diff --git a/.cvsignore b/.cvsignore index b38838d..959dcba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -174,3 +174,4 @@ libselinux-2.0.87.tgz libselinux-2.0.88.tgz libselinux-2.0.89.tgz libselinux-2.0.90.tgz +libselinux-2.0.91.tgz diff --git a/libselinux.spec b/libselinux.spec index 052a356..270ffac 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -4,8 +4,8 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.90 -Release: 5%{?dist} +Version: 2.0.91 +Release: 1%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz @@ -166,6 +166,13 @@ exit 0 %{ruby_sitearch}/selinux.so %changelog +* Wed Feb 24 2010 Dan Walsh - 2.0.91-1 +- Update to upstream + * Change the AVC to only audit the permissions specified by the + policy, excluding any permissions specified via dontaudit or not + specified via auditallow. + * Fix compilation of label_file.c with latest glibc headers. + * Mon Feb 22 2010 Dan Walsh - 2.0.90-5 - Fix potential doublefree on init diff --git a/sources b/sources index f97c0ca..2cc9224 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87c744d919d632502ca91ca213c2168f libselinux-2.0.90.tgz +17f7d791eba17ded16177dcb710ac7b9 libselinux-2.0.91.tgz