lesion

Results 31 comments of lesion

same issue here. I'm using [gogs](https://gogs.io/) to serve git repos proxied by caddy itself. With this configuration I cannot use this `git` directive to pull from a git repo served...

for future visitors, you forgot to checkout submodules: `git submodule update --init`

same as @Skullcruncher (white page with "loading HTML Preview....") message

isolation is why orjail is born in the first place. I found many ways a software could leak data while using tor with torify, so I decided to create a...

> Which advantages a rewrite in C bring? I think the surface attack is smaller (imho): - let's say an attacker could change your environment before running orjail: using bash...

I think the issue here is with `nsswitch.conf` that uses `resolve` instead of `dns`: > nss-resolve is a plug-in module for the GNU Name Service Switch (NSS) functionality of the...

@ExceptionGit could you test this solution in feat/nsswitch branch ? thanks

I'm not able to reproduce this :cry: , also this sounds really strange to me (I cannot understand how this could be possible), but I [pushed another commit](https://github.com/orjail/orjail/commit/381eae78f0bc615b55074704ff9470c766af147c) to modify...

interesting thread: https://github.com/slingamn/namespaced-openvpn/issues/7 -> https://github.com/slingamn/namespaced-openvpn#dns-hardening

using `/etc/netns/orjail/resolv.conf` does not solve the issue: as pointed out here https://unix.stackexchange.com/questions/418304/why-do-linux-bind-mounts-disappear-if-the-mount-points-inode-changes: > One case where this is relevant in practice is ip-netns(8); ip netns exec works by bind mounting...