Skip to content

Commit

Permalink
fix README and roll version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nixwiz committed Feb 15, 2021
1 parent 56664e3 commit 2a0b174
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.4.1] - 2021-02-14

### Changed
- Fixed README re: read-only

## [0.4.0] - 2021-02-14

### Added
- Added --include-read-only option to support ignoring read-only file systems

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ specified as such (e.g. NTFS, C:)
systems file system with types such as tmpfs (e.g. /dev, /run, etc.) will
be ignored. This takes precedence over any explicit includes or excludes.
* The `--include-read-only` checks for the `ro` mount option on Linux and the
`read-only` mount option on macOS. Support for Windows has not been implemented.
`read-only` mount option on macOS and read-only volumes on Windows. The
rationale being that if a monitored system does not have write access to a file
system, it cannot be used to create files (not the source of the problem) nor
can it be used to clean up the file system (not a part of the solution).
* The `--fail-on-error` option determines what occurs if the check encounters an
error, such as `permission denied` for a file system. If true, the check will
exit with as a critical failure and provide the error message. If false (the
Expand Down

0 comments on commit 2a0b174

Please sign in to comment.