lkml.org 
[lkml]   [2006]   [Sep]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] slim: socket_post_create hook return code
From
Date
The socket_post_create LSM hook has gone from a void return to an int.
This patch properly updates the SLIM hook definition and return to
reflect this change.

Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Signed-of-by: Kylene Hall <kjhall@us.ibm.com>
---
security/slim/slm_main.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)

Index: linux-2.6.18-rc6-mm2/security/slim/slm_main.c
===================================================================
--- linux-2.6.18-rc6-mm2.orig/security/slim/slm_main.c
+++ linux-2.6.18-rc6-mm2/security/slim/slm_main.c
@@ -1129,7 +1131,7 @@ int slm_socket_create(int family, int ty
/*
* Didn't have the family type previously, so update the inode security now.
*/
-static void slm_socket_post_create(struct socket *sock, int family,
+static int slm_socket_post_create(struct socket *sock, int family,
int type, int protocol, int kern)
{
struct slm_tsec_data *cur_tsec = current->security;
@@ -1145,6 +1147,7 @@ static void slm_socket_post_create(struc
} else
set_level_untrusted(&slm_isec->level);
spin_unlock(&slm_isec->lock);
+ return 0;
}

/*

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-09-18 20:53    [W:0.173 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site