Go to file
2022-11-17 18:07:20 +01:00
src feat: xbps_packages table with info about xbps packages 2022-11-17 18:07:20 +01:00
.gitignore feat: xbps_packages table with info about xbps packages 2022-11-17 18:07:20 +01:00
Cargo.lock chore: update dependencies 2022-11-17 18:07:20 +01:00
Cargo.toml feat: xbps_packages table with info about xbps packages 2022-11-17 18:07:20 +01:00
CHANGELOG.md chore: bump version and update changelog 2022-11-17 18:07:20 +01:00
cliff.toml chore: bump version and update changelog 2022-11-17 18:07:20 +01:00
LICENSE.md feat: xbps_packages table with info about xbps packages 2022-11-17 18:07:20 +01:00
README.md feat: xbps_packages table with info about xbps packages 2022-11-17 18:07:20 +01:00

osquery-voidlinux

osquery-voidlinux is an osquery extension providing additional tables for Void Linux installations.

Provided tables:

xbps_packages

Contains a row for each package installed with xbps, providing name, version, description, homepage, maintainer, install_date, license and repository.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

AGPL-3.0-or-later