We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a897407 commit 5c02a26Copy full SHA for 5c02a26
1 file changed
src/detection/os/os_linux.c
@@ -88,6 +88,7 @@ FF_MAYBE_UNUSED static void getUbuntuFlavour(FFOSResult* result)
88
ffStrbufSetStatic(&result->id, "vanilla");
89
ffStrbufSetStatic(&result->idLike, "ubuntu");
90
}
91
+
92
if (ffPathExists("/etc/lliurex-cdd-version", FF_PATHTYPE_FILE))
93
{
94
ffStrbufSetStatic(&result->name, "LliureX");
0 commit comments