- export sepol_context_to_sid
This commit is contained in:
parent
e04378394e
commit
5d7a0aa1a4
@ -1,12 +1,9 @@
|
|||||||
diff --exclude-from=exclude -N -u -r nsalibsepol/src/genbools.c libsepol-1.5.5/src/genbools.c
|
diff --exclude-from=exclude -N -u -r nsalibsepol/src/libsepol.map libsepol-1.5.8/src/libsepol.map
|
||||||
--- nsalibsepol/src/genbools.c 2005-04-26 12:15:36.000000000 -0400
|
--- nsalibsepol/src/libsepol.map 2005-04-14 07:22:14.000000000 -0400
|
||||||
+++ libsepol-1.5.5/src/genbools.c 2005-04-25 15:25:55.000000000 -0400
|
+++ libsepol-1.5.8/src/libsepol.map 2005-05-16 17:43:48.000000000 -0400
|
||||||
@@ -195,7 +195,7 @@
|
@@ -1,4 +1,4 @@
|
||||||
}
|
{
|
||||||
|
- global: sepol_genbools*; sepol_set_policydb_from_file; sepol_check_context; sepol_genusers; sepol_debug; sepol_set_delusers;
|
||||||
if (evaluate_conds(&policydb) < 0) {
|
+ global: sepol_genbools*; sepol_set_policydb_from_file; sepol_check_context; sepol_genusers; sepol_debug; sepol_set_delusers; sepol_context_to_sid; sepol_compute_av_reason;
|
||||||
- __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
|
local: *;
|
||||||
+ __sepol_debug_printf("%s: Error while re-evaluating conditionals\n",
|
};
|
||||||
__FUNCTION__);
|
|
||||||
errno = EINVAL;
|
|
||||||
goto err;
|
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 1.5.8
|
Version: 1.5.8
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
|
||||||
|
Patch: libsepol-rhat.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
Provides: libsepol.so
|
Provides: libsepol.so
|
||||||
@ -36,7 +37,7 @@ needed for developing applications that manipulate binary policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1 -b .rhat
|
||||||
%build
|
%build
|
||||||
make CFLAGS="%{optflags}"
|
make CFLAGS="%{optflags}"
|
||||||
|
|
||||||
@ -71,6 +72,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
/%{_lib}/libsepol.so.1
|
/%{_lib}/libsepol.so.1
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 1.5.8-2
|
||||||
|
- export sepol_context_to_sid
|
||||||
|
|
||||||
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 1.5.8-1
|
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 1.5.8-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Added sepol_ prefix to Flask types to avoid
|
* Added sepol_ prefix to Flask types to avoid
|
||||||
|
Loading…
Reference in New Issue
Block a user