Skip to content

Commit

Permalink
fix(libsinsp): consistent 32 bit group IDs
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Sep 23, 2022
1 parent 3d69d4b commit 5e72ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/filterchecks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4865,7 +4865,7 @@ uint8_t* sinsp_filter_check_user::extract(sinsp_evt *evt, OUT uint32_t* len, boo
///////////////////////////////////////////////////////////////////////////////
const filtercheck_field_info sinsp_filter_check_group_fields[] =
{
{PT_UINT64, EPF_NONE, PF_ID, "group.gid", "Group ID", "group ID."},
{PT_UINT32, EPF_NONE, PF_ID, "group.gid", "Group ID", "group ID."},
{PT_CHARBUF, EPF_NONE, PF_NA, "group.name", "Group Name", "group name."},
};

Expand Down

0 comments on commit 5e72ce2

Please sign in to comment.