aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/netlink.c
diff options
context:
space:
mode:
authorOndrej Mosnacek <omosnace@redhat.com>2021-01-06 14:26:21 +0100
committerPaul Moore <paul@paul-moore.com>2021-01-12 10:08:55 -0500
commitcd2bb4cb0996f73ad31604d86c1c0815fc813349 (patch)
tree15b255b59158c1f33cfdbfb40f111b3fa9235a61 /security/selinux/netlink.c
parentdb478cd60d55db5f1736510786cf14b4b79718d3 (diff)
selinux: mark some global variables __ro_after_init
All of these are never modified outside initcalls, so they can be __ro_after_init. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/selinux/netlink.c')
-rw-r--r--security/selinux/netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/netlink.c b/security/selinux/netlink.c
index 621e2e9cd6a1..1760aee712fd 100644
--- a/security/selinux/netlink.c
+++ b/security/selinux/netlink.c
@@ -19,7 +19,7 @@
#include "security.h"
-static struct sock *selnl;
+static struct sock *selnl __ro_after_init;
static int selnl_msglen(int msgtype)
{