]> git.baikalelectronics.ru Git - kernel.git/commit
LSM: SafeSetID: remove unused include
authorMicah Morton <mortonm@chromium.org>
Wed, 30 Jan 2019 15:56:43 +0000 (07:56 -0800)
committerJames Morris <james.morris@microsoft.com>
Wed, 30 Jan 2019 20:29:53 +0000 (12:29 -0800)
commitcae2724d61221ea79ff46e62015075e56bfe8cb2
tree167f97d3ce226a2023aa764e7b48145d454684c7
parent3f663f707a6dae5730871839d19b5b73d0f31bdd
LSM: SafeSetID: remove unused include

The include for asm/syscall.h was needed in a prior version of lsm.c
that checked return values of syscall_get_nr, but since we did away with
that part of the code this include is no longer necessary. Take out this
include since it breaks builds for certain architectures. We no longer
have any arch-specific code in SafeSetID.

Signed-off-by: Micah Morton <mortonm@chromium.org>
Signed-off-by: James Morris <james.morris@microsoft.com>
security/safesetid/lsm.c