aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/entry/syscalls/syscall_32.tbl
diff options
context:
space:
mode:
authorCasey Schaufler <casey@schaufler-ca.com>2023-09-12 13:56:51 -0700
committerPaul Moore <paul@paul-moore.com>2023-11-12 22:54:42 -0500
commit5f42375904b08890f2e8e7cd955c5bf0c2c0d05a (patch)
tree8e965a7380e6dbdf7347550de1f2e5edb6c392d1 /arch/x86/entry/syscalls/syscall_32.tbl
parentLSM: Create lsm_list_modules system call (diff)
downloadwireguard-linux-5f42375904b08890f2e8e7cd955c5bf0c2c0d05a.tar.xz
wireguard-linux-5f42375904b08890f2e8e7cd955c5bf0c2c0d05a.zip
LSM: wireup Linux Security Module syscalls
Wireup lsm_get_self_attr, lsm_set_self_attr and lsm_list_modules system calls. Signed-off-by: Casey Schaufler <casey@schaufler-ca.com> Reviewed-by: Kees Cook <keescook@chromium.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: linux-api@vger.kernel.org Reviewed-by: Mickaël Salaün <mic@digikod.net> [PM: forward ported beyond v6.6 due merge window changes] Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'arch/x86/entry/syscalls/syscall_32.tbl')
-rw-r--r--arch/x86/entry/syscalls/syscall_32.tbl3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/entry/syscalls/syscall_32.tbl b/arch/x86/entry/syscalls/syscall_32.tbl
index c8fac5205803..6e45e693f339 100644
--- a/arch/x86/entry/syscalls/syscall_32.tbl
+++ b/arch/x86/entry/syscalls/syscall_32.tbl
@@ -461,3 +461,6 @@
454 i386 futex_wake sys_futex_wake
455 i386 futex_wait sys_futex_wait
456 i386 futex_requeue sys_futex_requeue
+457 i386 lsm_get_self_attr sys_lsm_get_self_attr
+458 i386 lsm_set_self_attr sys_lsm_set_self_attr
+459 i386 lsm_list_modules sys_lsm_list_modules