nym icon indicating copy to clipboard operation
nym copied to clipboard

sandbox nym-mixnode on OpenBSD

Open timkuijsten opened this issue 2 years ago • 4 comments

These patches pledge(2) and unveil(2) the nym-mixnode daemon so that it can be run with more confidence that it won't disrupt or interfere with other processes running on the same system. Roughly speaking, pledge is like Linux seccomp and unveil can be compared with Landlock.

I know this is a bit of a wild shot, but would the project be interested in incorporating patches like these?

timkuijsten avatar Feb 19 '24 11:02 timkuijsten

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nym-explorer ❌ Failed (Inspect) Feb 19, 2024 11:35am

vercel[bot] avatar Feb 19 '24 11:02 vercel[bot]

Sorry for the delay, I think this could be interesting. And maybe we can place it behind #[cfg(target_os = openbsd)]?

octol avatar Jun 12 '24 15:06 octol

@octol do you think we should apply this to nym-nodes? as mixnode are now deprecated?

tommyv1987 avatar Jan 08 '25 16:01 tommyv1987

@octol do you think we should apply this to nym-nodes? as mixnode are now deprecated?

I think it's an interesting thing yep, but I don't have a OpenBSD environment to experiment on currently

octol avatar Jan 09 '25 14:01 octol