selinux: constify write_op[]
authorEric Biggers <ebiggers@google.com>
Tue, 17 Jul 2018 17:43:56 +0000 (10:43 -0700)
committerPaul Moore <paul@paul-moore.com>
Tue, 17 Jul 2018 20:55:16 +0000 (16:55 -0400)
commit631d2b490569118c5e4d4e35983efe36d9798cb5
tree80fed7e96860995184ab1e3809ac8412a960ca64
parent67b0b4e4988f296ecc69fc8d09a2ce2741653ee0
selinux: constify write_op[]

write_op[] is never modified, so make it 'const'.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/selinuxfs.c