Accepting request 422158 from home:jsegitz:branches:security:SELinux

- Deleted setools-3.3.7-libselinux-2.3.patch, we have a 
  current libselinux now

OBS-URL: https://build.opensuse.org/request/show/422158
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/setools?expand=0&rev=53
This commit is contained in:
Johannes Segitz
2016-08-25 15:49:00 +00:00
committed by Git OBS Bridge
parent 8402509152
commit ba83dff5d8
2 changed files with 6 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
--- a/secmds/replcon.cc
+++ b/secmds/replcon.cc
@@ -60,7 +60,7 @@
{NULL, 0, NULL, 0}
};
-extern int lsetfilecon_raw(const char *, security_context_t) __attribute__ ((weak));
+extern int lsetfilecon_raw(const char *, const char *) __attribute__ ((weak));
/**
* As that setools must work with older libselinux versions that may
@@ -68,7 +68,7 @@
* does indeed have the new functions then use them; otherwise
* fallback to the originals.
*/
-static int replcon_lsetfilecon(const char *path, security_context_t context)
+static int replcon_lsetfilecon(const char *path, const char *context)
{
if (lsetfilecon_raw != NULL)
{

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 25 15:42:18 UTC 2016 - jsegitz@novell.com
- Deleted setools-3.3.7-libselinux-2.3.patch, we have a
current libselinux now
-------------------------------------------------------------------
Mon Jul 18 10:41:14 UTC 2016 - jsegitz@novell.com