diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd4beb9..9a28eaba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - files/system/kactivitymanagerd.yaml: Added collection of activity tracking data used by KActivityManager (part of KDE) to track and manage user activities, such as recently opened files, applications, and other resources [freebsd, linux, netbsd, openbsd]. - files/system/upstart.yaml: Added collection of system-wide and user-session Upstart configuration files [linux]. - files/system/xdg_autostart.yaml: Added collection of system-wide and user-specific XDG autostart files [linux]. +- live_response/packages/0install.yaml: Added collection of the list of installed packages managed by Zero Install package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). - live_response/packages/conary.yaml: Added collection of the list of installed packages managed by the Conary package manager [linux] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)). - live_response/packages/dpkg.yaml: Updated to verify all packages to compare information about the installed files in the package with information about the files taken from the package metadata stored in the dpkg database [linux] ([mnrkbys](https://github.com/mnrkbys)). - live_response/packages/package_owns_file.yaml: Added collection of which installed package owns a specific file or command. Note that this artifact is resource-intensive and time-consuming to execute, so it is disabled by default in all profiles [linux] ([mnrkbys](https://github.com/mnrkbys)). diff --git a/artifacts/live_response/packages/zeroinstall.yaml b/artifacts/live_response/packages/0install.yaml similarity index 82% rename from artifacts/live_response/packages/zeroinstall.yaml rename to artifacts/live_response/packages/0install.yaml index 802cceb8..5aa84387 100644 --- a/artifacts/live_response/packages/zeroinstall.yaml +++ b/artifacts/live_response/packages/0install.yaml @@ -7,5 +7,4 @@ artifacts: supported_os: [linux] collector: command command: 0install list - output_file: zeroinstall_query_list.txt - + output_file: 0install_list.txt