- Go back to original libsetrans code
This commit is contained in:
parent
c2b28e3158
commit
96ff98944c
@ -46,3 +46,4 @@ libselinux-1.25.5.tgz
|
||||
libselinux-1.25.6.tgz
|
||||
libselinux-1.25.7.tgz
|
||||
libselinux-1.26.tgz
|
||||
libselinux-1.27.1.tgz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff --exclude-from=exclude -N -u -r nsalibselinux/include/selinux/selinux.h libselinux-1.26/include/selinux/selinux.h
|
||||
--- nsalibselinux/include/selinux/selinux.h 2005-09-01 11:17:40.000000000 -0400
|
||||
+++ libselinux-1.26/include/selinux/selinux.h 2005-09-12 17:05:36.000000000 -0400
|
||||
+++ libselinux-1.26/include/selinux/selinux.h 2005-09-14 13:47:09.000000000 -0400
|
||||
@@ -304,6 +304,12 @@
|
||||
extern int selinux_getenforcemode(int *enforce);
|
||||
|
||||
@ -14,19 +14,9 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/include/selinux/selinux.h lib
|
||||
selinux_policy_root reads the /etc/selinux/config file and returns
|
||||
the directory path under which the compiled policy file and context
|
||||
configuration files exist.
|
||||
--- nsalibselinux/src/init.c 2005-09-01 13:21:11.000000000 -0400
|
||||
+++ libselinux-1.26/src/init.c 2005-09-12 17:13:20.000000000 -0400
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <asm/page.h>
|
||||
#include <stdio.h>
|
||||
#include <dlfcn.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#include "dso.h"
|
||||
#include "policy.h"
|
||||
diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux-1.26/src/matchpathcon.c
|
||||
--- nsalibselinux/src/matchpathcon.c 2005-08-24 09:07:11.000000000 -0400
|
||||
+++ libselinux-1.26/src/matchpathcon.c 2005-09-12 17:05:37.000000000 -0400
|
||||
+++ libselinux-1.26/src/matchpathcon.c 2005-09-14 13:47:09.000000000 -0400
|
||||
@@ -25,6 +25,20 @@
|
||||
va_end(ap);
|
||||
}
|
||||
@ -106,8 +96,9 @@ diff --exclude-from=exclude -N -u -r nsalibselinux/src/matchpathcon.c libselinux
|
||||
goto finish;
|
||||
}
|
||||
|
||||
diff --exclude-from=exclude -N -u -r nsalibselinux/src/selinux_config.c libselinux-1.26/src/selinux_config.c
|
||||
--- nsalibselinux/src/selinux_config.c 2005-03-17 14:56:21.000000000 -0500
|
||||
+++ libselinux-1.26/src/selinux_config.c 2005-09-13 12:46:22.682193000 -0400
|
||||
+++ libselinux-1.26/src/selinux_config.c 2005-09-14 13:47:09.000000000 -0400
|
||||
@@ -85,6 +85,29 @@
|
||||
|
||||
static int use_compat_file_path;
|
||||
|
Loading…
Reference in New Issue
Block a user