aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r--security/selinux/hooks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index 33fd061305c4..2f2e1338cd3d 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -6530,7 +6530,7 @@ security_initcall(selinux_init);
6530 6530
6531#if defined(CONFIG_NETFILTER) 6531#if defined(CONFIG_NETFILTER)
6532 6532
6533static struct nf_hook_ops selinux_nf_ops[] = { 6533static const struct nf_hook_ops selinux_nf_ops[] = {
6534 { 6534 {
6535 .hook = selinux_ipv4_postroute, 6535 .hook = selinux_ipv4_postroute,
6536 .pf = NFPROTO_IPV4, 6536 .pf = NFPROTO_IPV4,