linux/security/safesetid
Micah Morton 2181e084b2 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>
2019-01-30 12:29:53 -08:00
..
Kconfig LSM: SafeSetID: 'depend' on CONFIG_SECURITY 2019-01-29 11:50:48 -08:00
lsm.c LSM: SafeSetID: remove unused include 2019-01-30 12:29:53 -08:00
lsm.h LSM: add SafeSetID module that gates setid calls 2019-01-25 11:22:45 -08:00
Makefile LSM: add SafeSetID module that gates setid calls 2019-01-25 11:22:45 -08:00
securityfs.c LSM: add SafeSetID module that gates setid calls 2019-01-25 11:22:45 -08:00