lkml.org 
[lkml]   [2010]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[RFC][PATCH 4/4] smack: modified file->f_security assignment in smack_file_alloc_security()
From
Date
The 'f_security' field of the file descriptor structure is initialized
using the credentials set in the 'f_cred' field of the same structure.

Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
---
security/smack/smack_lsm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c
index 489a85a..6d4fe6e 100644
--- a/security/smack/smack_lsm.c
+++ b/security/smack/smack_lsm.c
@@ -895,7 +895,7 @@ static int smack_file_permission(struct file *file, int mask)
*/
static int smack_file_alloc_security(struct file *file)
{
- file->f_security = current_security();
+ file->f_security = file->f_cred->security;
return 0;
}

--
1.7.2.3
[unhandled content-type:application/pkcs7-signature]
\
 
 \ /
  Last update: 2010-11-22 17:03    [W:0.021 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site