Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tables spec files to specify linux and not posix #7644

Merged
merged 5 commits into from
Jun 24, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
move process_open_pipes to linux
  • Loading branch information
zhumo committed Jun 23, 2022
commit 6bbf12559c5452d06ee8e30247d95cf67006706e
2 changes: 1 addition & 1 deletion specs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ function(generateNativeTables)
"linux/portage_use.table:linux"
"linux/process_file_events.table:linux"
"linux/process_namespaces.table:linux"
"linux/process_open_pipes.table:linux"
"linux/rpm_package_files.table:linux"
"linux/rpm_packages.table:linux"
"linux/seccomp_events.table:linux"
Expand Down Expand Up @@ -235,7 +236,6 @@ function(generateNativeTables)
"posix/process_envs.table:linux,macos,freebsd"
"posix/process_events.table:linux,macos,freebsd"
"posix/process_open_files.table:linux,macos,freebsd"
"posix/process_open_pipes.table:linux"
"posix/prometheus_metrics.table:linux,macos,freebsd"
"posix/shell_history.table:linux,macos,freebsd"
"posix/smbios_tables.table:linux,macos"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tables/process_open_pipes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// Sanity check integration test for process_open_pipes
// Spec file: specs/posix/process_open_pipes.table
// Spec file: specs/linux/process_open_pipes.table

#include <osquery/logger/logger.h>
#include <osquery/tests/integration/tables/helper.h>
Expand Down