Commit 9cc034be authored by Christian Göttsche's avatar Christian Göttsche Committed by Paul Moore
Browse files

selinux: contify network namespace pointer



The network namespace is not modified.

Signed-off-by: default avatarChristian Göttsche <cgzones@googlemail.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 47a1a156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ struct ipc_security_struct {
};

struct netif_security_struct {
	struct net *ns; /* network namespace */
	const struct net *ns; /* network namespace */
	int ifindex; /* device index */
	u32 sid; /* SID for this interface */
};