Security: Make secctx_to_secid() take const secdata
Make secctx_to_secid() take constant secdata. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Casey Schaufler <casey@schaufler-ca.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
committed by
James Morris
parent
7663c1e279
commit
e52c1764f1
@@ -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;
|
||||
|
Reference in New Issue
Block a user