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

artif: new artifacts related to most recently used files by applications #293

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### Artifacts

- files/applications/ark.yaml: Added collection of metadata about recently opened archive files in Ark, the KDE archive manager [freebsd, linux, netbsd, openbsd].
- files/applications/dolphin.yaml: Added collection of session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations [freebsd, linux, netbsd, openbsd].
- files/applications/dragon_player.yaml: Added collection of paths to recently opened video files using the Dragon Player [freebsd, linux, netbsd, openbsd].
- files/applications/geany.yaml: Added collection of metadata about recently opened files in Geany text editor [freebsd, linux, netbsd, openbsd].
- files/applications/gedit.yaml: Added collection of metadata about recently opened files in Gedit text editor [freebsd, linux, netbsd, openbsd].
- files/applications/gnome_text_editor.yaml: Added collection of metadata about recently opened files in Gnome Text Editor [freebsd, linux, netbsd, openbsd].
- files/applications/katesession.yaml: Added colleection of metadata about recently opened files in Kwrite and Kate text editors [freebsd, linux, netbsd, openbsd].
- files/applications/okular.yaml: Added collection of metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE [freebsd, linux, netbsd, openbsd].
- files/system/gvfs_metadata.yaml: Added collection of data from the gvfs-metadata directory to retrieve user-specific metadata, such as file access details, custom properties, and interaction history [freebsd, linux, netbsd, openbsd].
- 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/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)).
Expand Down
28 changes: 28 additions & 0 deletions artifacts/files/applications/ark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 1.0
artifacts:
-
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.local/share
name_pattern: ["ark_recentfiles"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["ark_recentfiles"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened archive files in Ark, the KDE archive manager (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["ark_recentfiles"]
file_type: [f]
exclude_nologin_users: true


27 changes: 27 additions & 0 deletions artifacts/files/applications/dolphin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 1.0
artifacts:
-
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.config
name_pattern: ["dolphin_dolphin_dolphin"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["dolphin_dolphin_dolphin"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect session data for the Dolphin file manager in the KDE desktop environment. This file contains information about the state of the Dolphin application, such as the currently open directories and their paths and the last accessed locations (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["dolphin_dolphin_dolphin"]
file_type: [f]
exclude_nologin_users: true

27 changes: 27 additions & 0 deletions artifacts/files/applications/dragon_player.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 1.0
artifacts:
-
description: Collect the paths to recently opened video files using the Dragon Player.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.config
name_pattern: ["dragonplayerrc"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect the paths to recently opened video files using the Dragon Player (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["dragonplayerrc"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect the paths to recently opened video files using the Dragon Player (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["dragonplayerrc"]
file_type: [f]
exclude_nologin_users: true

32 changes: 32 additions & 0 deletions artifacts/files/applications/geany.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 1.0
artifacts:
-
description: Collect metadata about recently opened files in Geany text editor.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.config/geany
name_pattern: ["session.conf"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Geany text editor (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path_pattern: ["*/config/geany/*"]
name_pattern: ["session.conf"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Geany text editor (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
path_pattern: ["*/.config/geany/*"]
name_pattern: ["session.conf"]
file_type: [f]
exclude_nologin_users: true




30 changes: 30 additions & 0 deletions artifacts/files/applications/gedit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 1.0
artifacts:
-
description: Collect metadata about recently opened files in Gedit text editor.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.local/share
name_pattern: ["gedit-metadata.xml"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Gedit text editor (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["gedit-metadata.xml"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Gedit text editor (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["gedit-metadata.xml"]
file_type: [f]
exclude_nologin_users: true




27 changes: 27 additions & 0 deletions artifacts/files/applications/gnome_text_editor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 1.0
artifacts:
-
description: Collect metadata about recently opened files in Gnome Text Editor.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.local/share
name_pattern: ["session.gvariant"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Gnome Text Editor (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["session.gvariant"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Gnome Text Editor (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["session.gvariant"]
file_type: [f]
exclude_nologin_users: true

7 changes: 7 additions & 0 deletions artifacts/files/applications/google_earth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ artifacts:
path: /%user_home%/.googleearth
name_pattern: ["*.kml"]
exclude_nologin_users: true
-
description: Collect Google Earth KML files (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["*.kml"]
exclude_nologin_users: true
-
description: Collect Google Earth KML files.
supported_os: [macos]
Expand Down
27 changes: 27 additions & 0 deletions artifacts/files/applications/gwenview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 1.0
artifacts:
-
description: Collect the paths to recently viewed or edited images using Gwenview image viewer.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.config
name_pattern: ["gwenviewrc"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect the paths to recently viewed or edited images using Gwenview image viewer (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["gwenviewrc"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect the paths to recently viewed or edited images using Gwenview image viewer (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["gwenviewrc"]
file_type: [f]
exclude_nologin_users: true

28 changes: 28 additions & 0 deletions artifacts/files/applications/katesession.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 1.0
artifacts:
-
description: Collect metadata about recently opened files in Kwrite and Kate text editors.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.local/share
name_pattern: ["anonymous.katesession"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Kwrite and Kate text editors (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["anonymous.katesession"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect metadata about recently opened files in Kwrite and Kate text editors (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["anonymous.katesession"]
file_type: [f]
exclude_nologin_users: true


54 changes: 54 additions & 0 deletions artifacts/files/applications/okular.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
version: 1.0
artifacts:
-
description: Collect metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.local/share
path_pattern: ["*/okular/docdata/*"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect Okular configuration file.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.config
name_pattern: ["okularrc"]
file_type: [f]
ignore_date_range: true
exclude_nologin_users: true
-
description: Collect metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
path_pattern: ["*/okular/docdata/*"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect Okular configuration file (Flatpak version).
supported_os: [linux]
collector: file
path: /%user_home%/.var/app
name_pattern: ["okularrc"]
file_type: [f]
ignore_date_range: true
exclude_nologin_users: true
-
description: Collect metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
path_pattern: ["*/okular/docdata/*"]
file_type: [f]
exclude_nologin_users: true
-
description: Collect Okular configuration file (Snap version).
supported_os: [linux]
collector: file
path: /%user_home%/snap
name_pattern: ["okularrc"]
file_type: [f]
ignore_date_range: true
exclude_nologin_users: true

10 changes: 10 additions & 0 deletions artifacts/files/system/gvfs_metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 1.0
artifacts:
-
description: Collect data from the gvfs-metadata directory to retrieve user-specific metadata, such as local and remote file access details, custom properties, and interaction history.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.local/share/gvfs-metadata
file_type: [f]
exclude_nologin_users: true

10 changes: 10 additions & 0 deletions artifacts/files/system/kactivitymanagerd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 1.0
artifacts:
-
description: Collect activity tracking data used by KActivityManager (part of KDE) to track and manage user activities, such as recently opened files, applications, and other resources.
supported_os: [freebsd, linux, netbsd, openbsd]
collector: file
path: /%user_home%/.local/share/kactivitymanagerd/resources
file_type: [f]
exclude_nologin_users: true

Loading