frida_linux_seccomp_detect
Detect seccomp sandbox status in a Linux target process by reading /proc/self/status and calling prctl to determine mode, filter count, and NoNewPrivs flag.
Instructions
[Linux] Detect seccomp sandbox status in a target process.
Reads /proc/self/status and calls prctl(PR_GET_SECCOMP) to determine seccomp mode (disabled/strict/filter), filter count, and NoNewPrivs flag.
target: process name or pid (string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |