From 2bcf9654c57e677495db29ab716ed91007538991 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Nov 03 2006 22:14:51 +0000 Subject: - Add James Antill patch for login verification of MLS Levels - MLS ragnes need to be checked, Eg. login/cron. This patch adds infrastructure. --- diff --git a/libselinux-rhat.patch b/libselinux-rhat.patch index f8fda06..c102f81 100644 --- a/libselinux-rhat.patch +++ b/libselinux-rhat.patch @@ -13,4 +13,4 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/src/av_perm_to_string.h libse S_(SECCLASS_KEY, KEY__SETATTR, "setattr") S_(SECCLASS_KEY, KEY__CREATE, "create") S_(SECCLASS_CONTEXT, CONTEXT__TRANSLATE, "translate") -+ S_(SECCLASS_CONTEXT, CONTEXT_CONTAINS, "contains") ++ S_(SECCLASS_CONTEXT, CONTEXT__CONTAINS, "contains") diff --git a/libselinux.spec b/libselinux.spec index 187c26a..d831e8f 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -2,10 +2,11 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 1.33.1 -Release: 1 +Release: 2 License: Public domain (uncopyrighted) Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz +Patch: libselinux-rhat.patch BuildRequires: libsepol-devel >= %{libsepolver} swig Requires: libsepol >= %{libsepolver} setransd @@ -48,6 +49,7 @@ needed for developing SELinux applications. %prep %setup -q +%patch -p1 -b .rhat %build make clean @@ -117,6 +119,10 @@ exit 0 %{_libdir}/python*/site-packages/selinux.py* %changelog +* Fri Nov 3 2006 Dan Walsh - 1.33.1-2 +- Add James Antill patch for login verification of MLS Levels +- MLS ragnes need to be checked, Eg. login/cron. This patch adds infrastructure. + * Tue Oct 24 2006 Dan Walsh - 1.33.1-1 - Upgrade to latest from NSA * Merged updated flask definitions from Darrel Goeddel.