Landlock File Execution Problem

📧 Previous discussion

If a process grants the LANDLOCK_ACCESS_FS_EXECUTE right on a file path, this is often not enough to execute the file. The underlying reason is that many programs require more files than just the executable itself to run:

A good way to learn about the paths that a process is accessing during startup is the strace utility. Use the -f option to trace a process including its subprocesses.