Skip to content

Commit

Permalink
Added Unix shadow backup file definition (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager committed May 5, 2023
1 parent c378801 commit 246faa5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/unix_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ sources:
supported_os: [Darwin]
supported_os: [Darwin, Linux]
---
name: UnixShadowBackupFile
doc: Unix shadow backup file.
sources:
- type: FILE
attributes: {paths: ['/etc/shadow-']}
supported_os: [Darwin, Linux]
- type: FILE
attributes: {paths: ['/private/etc/shadow-']}
supported_os: [Darwin]
supported_os: [Darwin, Linux]
urls: ['https://man7.org/linux/man-pages/man5/shadow.5.html']
---
name: UnixSudoersConfigurationFile
aliases: [UnixSudoersConfiguration]
doc: Unix sudoers configuration file.
Expand Down

0 comments on commit 246faa5

Please sign in to comment.