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 5aa55e6 commit fa58816Copy full SHA for fa58816
1 file changed
src/detection/os/os_linux.c
@@ -89,7 +89,7 @@ FF_MAYBE_UNUSED static void getUbuntuFlavour(FFOSResult* result)
89
ffStrbufSetStatic(&result->idLike, "ubuntu");
90
}
91
92
- if (ffPathExists("/etc/lliurex-cdd-version", FF_PATHTYPE_FILE))
+ if (ffPathExists("/usr/bin/lliurex-version", FF_PATHTYPE_FILE))
93
{
94
ffStrbufSetStatic(&result->name, "LliureX");
95
ffStrbufSetStatic(&result->id, "lliurex");
0 commit comments