auto-import changelog data from libselinux-1.15.1-3.src.rpm
Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-3 - uppercase getenforce returns, to make them match system-config-securitylevel Thu Jul 15 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-2 - Remove old path patch
This commit is contained in:
parent
c391d58b0b
commit
f55e3951ca
@ -1,17 +0,0 @@
|
||||
--- libselinux-1.15.1/src/selinux_config.c.rhat 2004-07-08 09:13:49.000000000 -0400
|
||||
+++ libselinux-1.15.1/src/selinux_config.c 2004-07-08 09:18:47.110934853 -0400
|
||||
@@ -91,9 +91,11 @@
|
||||
FILE *cfg;
|
||||
if (selinux_policyroot) return;
|
||||
if (access(SELINUXDIR, F_OK) != 0) {
|
||||
- selinux_policyroot = SECURITYDIR;
|
||||
- active_file_paths = compat_file_paths;
|
||||
- return;
|
||||
+ if (access(SECURITYDIR "/selinux/file_contexts", F_OK) == 0) {
|
||||
+ selinux_policyroot = SECURITYDIR;
|
||||
+ active_file_paths = compat_file_paths;
|
||||
+ return;
|
||||
+ }
|
||||
}
|
||||
cfg = fopen(SELINUXCONFIG,"r");
|
||||
if (cfg) {
|
@ -1,11 +1,10 @@
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 1.15.1
|
||||
Release: 1
|
||||
Release: 3
|
||||
License: Public domain (uncopyrighted)
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/selinux/archives/libselinux-%{version}.tgz
|
||||
Patch: libselinux-rhat.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
Provides: libselinux.so
|
||||
@ -36,7 +35,6 @@ needed for developing SELinux applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make
|
||||
@ -71,6 +69,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-3
|
||||
- uppercase getenforce returns, to make them match system-config-securitylevel
|
||||
|
||||
* Thu Jul 15 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-2
|
||||
- Remove old path patch
|
||||
|
||||
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
|
||||
- Update to latest from NSA
|
||||
- Add fix to only get old path if file_context file exists in old location
|
||||
|
Loading…
Reference in New Issue
Block a user