You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add nosuid/nodev to /etc/alternatives mount and block pidfd_getfd syscall
Address security audit findings N-1 and S-1:
- N-1: add missing nosuid and nodev flags to /etc/alternatives bind mount
for consistency with other bind mounts
- S-1: block pidfd_getfd syscall in seccomp policy to prevent cross-process
FD duplication within the PID namespace
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments