Skip to content

Commit

Permalink
Added locate database artifact definition (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed May 25, 2022
1 parent 192026f commit f5ca4ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,19 @@ sources:
cmd: /sbin/lsmod
supported_os: [Linux]
---
name: LocateDatabase
doc: locate/mlocate database and updatedb configuration.
sources:
- type: FILE
attributes:
paths:
- '/var/lib/mlocate/mlocate.db'
- '/etc/updatedb.conf'
urls:
- 'https://linux.die.net/man/1/locate'
- 'https://linux.die.net/man/8/updatedb'
supported_os: [Linux]
---
name: LoginPolicyConfiguration
doc: Linux files related to login policy configuration.
sources:
Expand Down

0 comments on commit f5ca4ca

Please sign in to comment.