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 e174edd commit 8c26e77Copy full SHA for 8c26e77
src/detection/initsystem/initsystem_linux.c
@@ -46,7 +46,7 @@ const char* ffDetectInitSystem(FFInitSystemResult* result)
46
47
if (instance.config.general.detectVersion)
48
{
49
- #ifdef __linux__
+ #if __linux__ && !__ANDROID__
50
if (ffStrbufEqualS(&result->name, "systemd"))
51
52
ffElfExtractStrings(result->exe.chars, elfExtractStringsCallBack, &result->version);
0 commit comments