diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index f803fdcde9cf6146ebff7bb83efe2ede001fa6c5..45943e18da8bbd3409e35a1fff55cf3dc26a9f45 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -6550,7 +6550,7 @@ security_initcall(selinux_init);
 
 #if defined(CONFIG_NETFILTER)
 
-static struct nf_hook_ops selinux_nf_ops[] = {
+static const struct nf_hook_ops selinux_nf_ops[] = {
 	{
 		.hook =		selinux_ipv4_postroute,
 		.pf =		NFPROTO_IPV4,