Skip to content

Commit

Permalink
README: Added status badges for PAM & ca-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jan 18, 2025
1 parent 861c495 commit 3c2103c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,13 @@ For a complete list you can run `ansible-playbook --list-tasks harden.yml`.
* Sets `nproc` to 0 for system users that don't need to run any processes
* Run `ansible-playbook --list-tasks --tags pam harden.yml` to list all PAM related tasks
* You can also run `ansible-playbook --check --diff --tags pam harden.yml` to see details of the changes
* [![pam](https://github.com/pyllyukko/harden.yml/actions/workflows/pam.yml/badge.svg)](https://github.com/pyllyukko/harden.yml/actions/workflows/pam.yml)

### Miscellaneous

* :placard: Creates legal banners (see [banners.yml](tasks/banners.yml))
* Reduce the amount of trusted [CAs](https://en.wikipedia.org/wiki/Certificate_authority) (see [ca-certificates.conf.new](newconfs/ca-certificates.conf.new))
* [![ca-certs](https://github.com/pyllyukko/harden.yml/actions/workflows/ca-certs.yml/badge.svg)](https://github.com/pyllyukko/harden.yml/actions/workflows/ca-certs.yml)
* :shell: Restricts the number of available shells (`/etc/shells`)

### Slackware specific
Expand Down

0 comments on commit 3c2103c

Please sign in to comment.