selinux: replace some BUG_ON()s with a WARN_ON()
authorOndrej Mosnacek <omosnace@redhat.com>
Fri, 25 Jan 2019 10:06:49 +0000 (11:06 +0100)
committerPaul Moore <paul@paul-moore.com>
Fri, 25 Jan 2019 22:25:02 +0000 (17:25 -0500)
commit994fb0651d02e49567e7550eb574981b387fc06f
tree2093a65b36429491a7b55f6ddcd5e5b508db907d
parenta2c513835bb6c6ca660ae4ecda8ff9f676e47e55
selinux: replace some BUG_ON()s with a WARN_ON()

We don't need to crash the machine in these cases. Let's just detect the
buggy state early and error out with a warning.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Reviewed-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/avc.c