OSDN Git Service

selinux: Remove redundant check for unknown labeling behavior
authorMatthias Kaehlcke <mka@chromium.org>
Fri, 19 May 2017 17:09:32 +0000 (10:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Apr 2018 10:12:47 +0000 (12:12 +0200)
commit1978d829a63177b1cc679da74b5dbddef3264636
tree1ee656cb74b3c9ea9931b9ae912a1239f67c92af
parenta29152831bb2906f486501ff309a15a35e81a24f
selinux: Remove redundant check for unknown labeling behavior

commit 270e8573145a26de924e2dc644596332d400445b upstream.

The check is already performed in ocontext_read() when the policy is
loaded. Removing the array also fixes the following warning when
building with clang:

security/selinux/hooks.c:338:20: error: variable 'labeling_behaviors'
    is not needed and will not be emitted
    [-Werror,-Wunneeded-internal-declaration]

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Cc: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
security/selinux/hooks.c