diff options
author | YiFei Zhu <yifeifz2@illinois.edu> | 2020-11-11 14:33:53 +0100 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2020-11-20 20:16:35 +0100 |
commit | 445247b02342a05b7d528bba6d85d2d418875b69 (patch) | |
tree | d678f3882a056c5f37da81769d01f92720764bd7 /arch/xtensa/include/asm/Kbuild | |
parent | sh: Enable seccomp architecture tracking (diff) | |
download | linux-445247b02342a05b7d528bba6d85d2d418875b69.tar.xz linux-445247b02342a05b7d528bba6d85d2d418875b69.zip |
xtensa: Enable seccomp architecture tracking
To enable seccomp constant action bitmaps, we need to have a static
mapping to the audit architecture and system call table size. Add these
for xtensa.
Signed-off-by: YiFei Zhu <yifeifz2@illinois.edu>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/79669648ba167d668ea6ffb4884250abcd5ed254.1605101222.git.yifeifz2@illinois.edu
Diffstat (limited to 'arch/xtensa/include/asm/Kbuild')
-rw-r--r-- | arch/xtensa/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild index c59c42a1221a..9718e9593564 100644 --- a/arch/xtensa/include/asm/Kbuild +++ b/arch/xtensa/include/asm/Kbuild @@ -7,5 +7,4 @@ generic-y += mcs_spinlock.h generic-y += param.h generic-y += qrwlock.h generic-y += qspinlock.h -generic-y += seccomp.h generic-y += user.h |