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
improve: enhance PATH restoration for sudo environment preservation
Improved the PATH restoration logic to be more comprehensive:
- Added more system paths including sbin directories
- Added common user tool paths (Rust, Go, npm global)
- Better preservation of tool paths from current PATH (/opt, /snap/bin)
- Added duplicate removal while preserving path order
- Enhanced debug logging for PATH restoration process
This should help resolve issues where user-installed tools like 'claude'
are not found when running jail with sudo.
Co-authored-by: f0ssel <[email protected]>
0 commit comments