- Update to Upstream
Regenerated Flask headers from refpolicy flask definitions.
This commit is contained in:
parent
198adb1f17
commit
3cb08a5330
@ -144,3 +144,4 @@ libselinux-2.0.50.tgz
|
||||
libselinux-2.0.52.tgz
|
||||
libselinux-2.0.53.tgz
|
||||
libselinux-2.0.55.tgz
|
||||
libselinux-2.0.56.tgz
|
||||
|
@ -1,15 +1,3 @@
|
||||
diff --exclude-from=exclude -N -u -r nsalibselinux/include/selinux/av_permissions.h libselinux-2.0.49/include/selinux/av_permissions.h
|
||||
--- nsalibselinux/include/selinux/av_permissions.h 2007-11-15 15:52:46.000000000 -0500
|
||||
+++ libselinux-2.0.49/include/selinux/av_permissions.h 2008-01-25 10:31:28.000000000 -0500
|
||||
@@ -900,6 +900,8 @@
|
||||
#define PACKET__SEND 0x00000001UL
|
||||
#define PACKET__RECV 0x00000002UL
|
||||
#define PACKET__RELABELTO 0x00000004UL
|
||||
+#define PACKET__FLOW_IN 0x00000008UL
|
||||
+#define PACKET__FLOW_OUT 0x00000010UL
|
||||
#define KEY__VIEW 0x00000001UL
|
||||
#define KEY__READ 0x00000002UL
|
||||
#define KEY__WRITE 0x00000004UL
|
||||
diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-2.0.49/src/matchpathcon.c
|
||||
--- nsalibselinux/src/matchpathcon.c 2007-09-28 09:48:58.000000000 -0400
|
||||
+++ libselinux-2.0.49/src/matchpathcon.c 2008-01-25 10:31:28.000000000 -0500
|
||||
@ -30,14 +18,3 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
diff --exclude-from=exclude -N -u -r nsalibselinux/src/selinuxswig.i libselinux-2.0.49/src/selinuxswig.i
|
||||
--- nsalibselinux/src/selinuxswig.i 2008-01-23 14:36:29.000000000 -0500
|
||||
+++ libselinux-2.0.49/src/selinuxswig.i 2008-01-25 10:31:28.000000000 -0500
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
%typedef unsigned mode_t;
|
||||
%typedef unsigned pid_t;
|
||||
+%typedef char * security_context_t;
|
||||
|
||||
%typemap(in, numinputs=0) (char ***names, int *len) (char **temp1, int temp2) {
|
||||
$1 = &temp1;
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.0.55
|
||||
Version: 2.0.56
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Libraries
|
||||
@ -137,6 +137,10 @@ exit 0
|
||||
%{python_sitearch}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.56-1
|
||||
- Update to Upstream
|
||||
* Regenerated Flask headers from refpolicy flask definitions.
|
||||
|
||||
* Wed Feb 13 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.55-1
|
||||
- Update to Upstream
|
||||
* Merged compute_member AVC function and manpages from Eamon Walsh.
|
||||
|
Loading…
Reference in New Issue
Block a user