pub fn validate_socket_path(socket_path: &Path) -> DaemonResult<()>Expand description
Validate that a socket path is safe to use.
ยงSecurity Checks (TIGER-P3-01, TIGER-P3-04)
- Path must be within the system temp directory
- Path must not contain symlinks
- Path must not escape temp dir via
..traversal