Skip to content

build: handle landlock feature as a tristate option

Yaakov Selkowitz requested to merge yselkowitz/tracker-miners:landlock into master

The kernel runtime test does not always work as intended for distribution builds. Instead, if the landlock feature is explicitly enabled, then just check that the header is present (meaning the code will compile). Only if the feature is auto, then check the kernel.

Closes: #300 (closed)

Merge request reports