Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/detection/os/os_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,9 @@ void ffDetectOSImpl(FFOSResult* os)
ffStrbufSetS(&os->idLike, "linuxmint");
}
}
else if(ffStrbufEqualS(&os->id, "redrose"))
{
ffStrbufSetStatic(&os->idLike, "redrose");
}
#endif
}
19 changes: 19 additions & 0 deletions src/logo/ascii/redrose.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@


$1xxrjr ftttt
$1xxxxxjjfffft
$1xxxxxxxjjjjj
$1xxxxxxxjjjjj
$1xxxxxxxxxnxx
$1xxxxxxxn
$2[[
$2//// $2[[
$2//// $2[[
$2///////[[
$2/////]]
$2[[
$2[[
$2[[
$2[[
$2[[
$2[]
11 changes: 11 additions & 0 deletions src/logo/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -4315,6 +4315,17 @@ static const FFlogo R[] = {
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_RED,
},
// Redrose Linux
{
.names = {"redrose"},
.lines = FASTFETCH_DATATEXT_LOGO_REDROSE,
.colors = {
FF_COLOR_FG_RED,
FF_COLOR_FG_GREEN,
},
.colorKeys = FF_COLOR_FG_RED,
.colorTitle = FF_COLOR_FG_RED,
},
// Refracta
{
.names = {"Refracta"},
Expand Down