7 ms·
Well, so should it work? You're telling me there's another reason, then... Can't guess which one. Hmmm...
by trikko 1y ago
Well, so should it work?
You're telling me there's another reason, then... Can't guess which one.
Hmmm...
- Zoup 1y agothey can be jailed by landlock, we don't have support in go-landlock tho afaik, @Gnoack
- gnoack 1y agoIt's tracked in https://github.com/landlock-lsm/go-landlock/issues/35 https://github.com/landlock-lsm/go-landlock/issues/35 - signals and abstract Unix sockets do unfortunately not interact well with the inherently multithreaded Go runtime. We are working on a fix in https://github.com/landlock-lsm/go-landlock/issues/36 https://github.com/landlock-lsm/go-landlock/issues/36 but this needs to be on the kernel side and this is delaying this feature in Go, unfortunately. It is usable from (single threaded) C programs though.
- Zoup 1y agoThanks!