Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
codetrotter
on Nov 3, 2023
|
parent
|
context
|
favorite
| on:
Sudo-rs' first security audit
You don’t need to be root to retrieve the debug symbols from apt if the debug symbols were in the apt repository
Something like
apt-get download sudo-rs-dbgsym mkdir -p ~/tmp/ dpkg -x sudo-rs-dbgsym.deb ~/tmp/
should provide what you need I think
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Something like
should provide what you need I think