Günther Noack

Results 42 comments of Günther Noack

https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=893db5f60c73259b29534525009cfb98f03dbf43

@BoardzMaster I have started to copy the documentation into the man pages and will send a review soon (a bigger chunk for the man pages, and a variety of documentation...

https://lore.kernel.org/all/[email protected]/ Additionally, I am correcting a few things that I spotted in the kernel documentation. That was a variety of smaller fixes, so I bundled them in a single patch...

https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=91f74b6f1f26bb7c32e8b0ec53a9c5b95891ec2e

https://github.com/gnoack/landlock-examples/blob/main/landlock_compat.h I've tried to find out what a "minimal" C library would need to look like, by growing it from the surrounding CLI tool examples. The way I see this,...

Another point, we are also using ASSERT in a bunch of places in fs_test.c where we should have used EXPECT. The earlier we clean this up, the less we are...

Hello! You are correct, the Go-Landlock library does not currently support this. I have investigated this a while back. With the current implementation of the Go runtime library, it is...

The cleanest solution to this would be to make the system call enforce rulesets per process instead of per thread. https://github.com/landlock-lsm/linux/issues/2 I have sent a first version of a patch...