-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sn0int: init at 0.18.2 #85282
sn0int: init at 0.18.2 #85282
Conversation
31f551f
to
5261502
Compare
@GrahamcOfBorg build sn0int |
4fc4c5f
to
b85cb44
Compare
Hi, @worldofpeace I think this PR got stuck, too. Could you review this PR? |
# tries to read /etc/resolv.conf, hence fails in sandbox | ||
doCheck = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems weird https://github.com/kpcyrd/sn0int/blob/b4fbca4e0df80f9d72a514fb3f7d55015200a2f8/src/sandbox/mod.rs#L65 I don't know a lick of rust but #[cfg(target_os = "openbsd")]
looks like this statement would only happen on openbsd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the dependencies (https://github.com/kpcyrd/chrootable-https/blob/e8e8e68d0e28ccef78a365af30f53d191b48dd2c/src/dns/mod.rs) tries to read /etc/resolv.conf
in the checkPhase
, hencd fails in sandbox of nix
.
Not just happen on OpenBSD
.
Hi @worldofpeace, thanks for the review. |
Oops, thanks for reminding me. Could you add what you mentioned above into a comment (doCheck)? |
Hi @worldofpeace, thanks for the review! |
@xrelkd Merged ✨ |
@worldofpeace Thank you!!
|
Motivation for this change
sn0int
is a semi-automatic OSINT framework and package managerThings done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)