/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/filter_seccomp-exitkill.test
13 строк
332 B
Dmitry V. Levin
Set PTRACE_O_EXITKILL option along with PTRACE_O_TRACESECCOMP
13 окт 2023, 11:00
13 окт 2023, 11:00
ba9bef0
Код
Авторство
О чём код?
#!/bin/sh -efu # # Check that PTRACE_O_EXITKILL is set along with --seccomp-bpf. # # Copyright (c) 2023 Dmitry V. Levin <ldv@strace.io> # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later . "${srcdir=.}/init.sh" . "${srcdir=.}/filter_seccomp.sh" kill_on_exit_option='--seccomp-bpf' . "${srcdir=.}/kill-on-exit.sh"