landlock-sandboxer: define meta.mainProgram

This commit is contained in:
2024-05-17 22:26:55 +00:00
parent afb9d273ab
commit 0698d4be24

View File

@@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
The goal of Landlock is to enable to restrict ambient rights (e.g. global filesystem access) for a set of processes. The goal of Landlock is to enable to restrict ambient rights (e.g. global filesystem access) for a set of processes.
''; '';
homepage = "https://landlock.io"; homepage = "https://landlock.io";
mainProgram = "sandboxer";
}; };
} }