Your documentation seems a bit disorganized; I couldn't find a detailed description of enabling the --landlock-apply option.
I'm developing sandbox functionality for a container environment. I tried using the native implementation of bubblewrap, but it's known to require privileged mode (--privileged) to function properly until I discovered this project.
After testing, the --landlock-apply mode works in a container environment (Debian 13). However, I haven't found a detailed description of it after reading the documentation for a long time. Even your test module isn't compatible. Furthermore, using this command option ignores other command options.
Could you tell me the capabilities of landlock mode? Does it also support network filtering, etc.? I urgently need a sandbox project based on landlock out of the box because other projects don't provide binary installations.
Your documentation seems a bit disorganized; I couldn't find a detailed description of enabling the
--landlock-applyoption.I'm developing sandbox functionality for a container environment. I tried using the native implementation of bubblewrap, but it's known to require privileged mode (
--privileged) to function properly until I discovered this project.After testing, the
--landlock-applymode works in a container environment (Debian 13). However, I haven't found a detailed description of it after reading the documentation for a long time. Even your test module isn't compatible. Furthermore, using this command option ignores other command options.Could you tell me the capabilities of landlock mode? Does it also support network filtering, etc.? I urgently need a sandbox project based on landlock out of the box because other projects don't provide binary installations.