summaryrefslogtreecommitdiffstats
path: root/security/smack/smack_lsm.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2008-04-29 20:52:51 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-29 13:22:56 -0700
commit7bf570dc8dcf76df2a9f583bef2da96d4289ed0d (patch)
treeb60a62585dfe511d9216cdd4a207fd07df1b2f99 /security/smack/smack_lsm.c
parent7663c1e2792a9662b23dec6e19bfcd3d55360b8f (diff)
downloadblackbird-op-linux-7bf570dc8dcf76df2a9f583bef2da96d4289ed0d.tar.gz
blackbird-op-linux-7bf570dc8dcf76df2a9f583bef2da96d4289ed0d.zip
Security: Make secctx_to_secid() take const secdata
Make secctx_to_secid() take constant secdata. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'security/smack/smack_lsm.c')
-rw-r--r--security/smack/smack_lsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c
index 5d2ec5650e61..92baee53a7dc 100644
--- a/security/smack/smack_lsm.c
+++ b/security/smack/smack_lsm.c
@@ -2406,7 +2406,7 @@ static int smack_secid_to_secctx(u32 secid, char **secdata, u32 *seclen)
*
* Exists for audit and networking code.
*/
-static int smack_secctx_to_secid(char *secdata, u32 seclen, u32 *secid)
+static int smack_secctx_to_secid(const char *secdata, u32 seclen, u32 *secid)
{
*secid = smack_to_secid(secdata);
return 0;
OpenPOWER on IntegriCloud