osquery-1/osquery/tables/system/linux
Chris Down 260df0d6d0 linux users table: Do not drop users with duplicate UIDs
See Github issue #1301. FreeBSD (which also uses this table) by default has two
users which are UID 0 -- both `toor` and `root`. 19a2d64959 made it so that we
would only get the first one from `getpwent`, but this feature is undesirable
in cases where two different users share the same UID.
2015-07-29 09:00:47 -07:00
..
acpi_tables.cpp Safer compile flags 2015-02-11 10:45:04 -08:00
block_devices.cpp Linting and asan fixups 2015-05-04 11:00:21 -07:00
disk_encryption.cpp Update tooling/profiling paths 2015-06-03 21:22:12 -07:00
groups.cpp Removing trailing whitespace 2015-05-11 23:31:13 -07:00
kernel_info.cpp Adding kernel_info to Linux 2015-01-23 13:47:20 -08:00
kernel_integrity.cpp Removing trailing whitespace 2015-05-11 23:31:13 -07:00
kernel_modules.cpp Removing trailing whitespace 2015-05-11 23:31:13 -07:00
memory_map.cpp Add Linux memory map table 2015-02-09 00:47:40 -07:00
model_specific_register.cpp Remove some non-warning/error log lines from tables 2015-07-24 00:09:06 -07:00
mounts.cpp Removing trailing whitespace 2015-05-11 23:31:13 -07:00
os_version.cpp [Fix #1319] CentOS version reporting and file read error 2015-07-16 14:16:51 -07:00
pci_devices.cpp Removing trailing whitespace 2015-05-11 23:31:13 -07:00
process_open_files.cpp Constraint existence now check for constraints using specific operator types. 2015-05-29 13:47:04 -07:00
processes.cpp Merge pull request #1363 from theopolis/less_rows 2015-07-19 20:36:26 -07:00
shared_memory.cpp Linting and asan fixups 2015-05-04 11:00:21 -07:00
smbios_tables.cpp SMBIOS parsing on Linux using mem 2015-01-20 15:10:19 -08:00
sysctl_utils.cpp Removing trailing whitespace 2015-05-11 23:31:13 -07:00
usb_devices.cpp Removing trailing whitespace 2015-05-11 23:31:13 -07:00
user_groups.cpp Constraint existence now check for constraints using specific operator types. 2015-05-29 13:47:04 -07:00
users.cpp linux users table: Do not drop users with duplicate UIDs 2015-07-29 09:00:47 -07:00