- Add James Antill patch for login verification of MLS Levels
- MLS ragnes need to be checked, Eg. login/cron. This patch adds infrastructure.
This commit is contained in:
parent
a7aef657f6
commit
2bcf9654c5
@ -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")
|
||||
|
@ -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 <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 1.33.1-1
|
||||
- Upgrade to latest from NSA
|
||||
* Merged updated flask definitions from Darrel Goeddel.
|
||||
|
Loading…
Reference in New Issue
Block a user