Skip to content

Commit

Permalink
Added Linux artifact definitions (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed Jul 12, 2022
1 parent 83b1c53 commit d66e298
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion data/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,14 +565,49 @@ sources:
- '%%users.homedir%%/.config/systemd/user/*.service'
- '%%users.homedir%%/.local/share/systemd/user/*.service'
supported_os: [Linux]
urls: ['https://https://www.freedesktop.org/software/systemd/man/systemd.unit.html#System%20Unit%20Search%20Path']
urls: ['https://www.freedesktop.org/software/systemd/man/systemd.unit.html#System%20Unit%20Search%20Path']
---
name: LinuxSystemdTimers
doc: Linux systemd Timer files
sources:
- type: FILE
attributes:
paths:
- '/etc/systemd/system.control/*.timer'
- '/etc/systemd/systemd.attached/*.timer'
- '/etc/systemd/system/*.timer'
- '/etc/systemd/user/*.timer'
- '/lib/systemd/system/*.timer'
- '/lib/systemd/user/*.timer'
- '/run/systemd/generator.early/*.timer'
- '/run/systemd/generator.late/*.timer'
- '/run/systemd/generator/*.timer'
- '/run/systemd/system.control/*.timer'
- '/run/systemd/systemd.attached/*.timer'
- '/run/systemd/system/*.timer'
- '/run/systemd/transient/*.timer'
- '/run/systemd/user/*.timer'
- '/run/user/*/systemd/generator.early/*.timer'
- '/run/user/*/systemd/generator.late/*.timer'
- '/run/user/*/systemd/generator/*.timer'
- '/run/user/*/systemd/transient/*.timer'
- '/run/user/*/systemd/user.control/*.timer'
- '/run/user/*/systemd/user/*.timer'
- '/usr/lib/systemd/system/*.timer'
- '/usr/lib/systemd/user/*.timer'
- '%%users.homedir%%/.config/systemd/user.control/*.timer'
- '%%users.homedir%%/.config/systemd/user/*.timer'
- '%%users.homedir%%/.local/share/systemd/user/*.timer'
supported_os: [Linux]
urls: ['https://www.freedesktop.org/software/systemd/man/systemd.timer.html#']
---
name: LinuxSysVInit
doc: Services started by sysv-style init scripts.
sources:
- type: FILE
attributes:
paths:
- '/etc/rc.local'
- '/etc/rc*.d'
- '/etc/rc*.d/*'
- '/etc/rc.d/rc*.d/*'
Expand Down Expand Up @@ -714,6 +749,8 @@ sources:
- type: FILE
attributes:
paths:
- '/var/lib/postgresql/.psql_history'
- '/var/lib/pgsql/.psql_history'
- '%%users.homedir%%/.psql_history'
supported_os: [Linux]
---
Expand Down Expand Up @@ -842,6 +879,17 @@ sources:
supported_os: [Linux]
urls: ['https://www.gnu.org/software/wget/manual/html_node/HTTPS-_0028SSL_002fTLS_0029-Options.html']
---
name: XDGAutostartEntries
doc: XDG Autostart Entries
sources:
- type: FILE
attributes:
paths:
- '/etc/xdg/autostart/*.desktop'
- '%%users.homedir%%/.config/autostart/*.desktop'
supported_os: [Linux]
urls: ['https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html']
---
name: YumSources
doc: Yum package sources list
sources:
Expand Down

0 comments on commit d66e298

Please sign in to comment.