Skip to content

Commit

Permalink
Merge pull request #405 from kenyon/readme-remove-legacy-facts
Browse files Browse the repository at this point in the history
README: remove legacy facts
  • Loading branch information
kenyon authored Oct 10, 2024
2 parents 8321b6f + 1efaa78 commit 6abedc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ the config\_mode to be set, but only the boolean `enabled` is set.

The most important facts:

| Fact | Fact (old) | Mode: disabled | Mode: permissive | Mode: enforcing |
|---|---|---|---|---|
| `$facts['os']['selinux']['enabled']` | `$::selinux` | false | true | true |
| `$facts['os']['selinux']['config_mode']` | `$::selinux_config_mode` | undef | Value of SELINUX in /etc/selinux/config | Value of SELINUX in /etc/selinux/config |
| `$facts['os']['selinux']['current_mode']` | `$::selinux_current_mode` | undef | Value of `getenforce` downcased | Value of `getenforce` downcased |
| Fact | Mode: disabled | Mode: permissive | Mode: enforcing |
|---|---|---|---|
| `$facts['os']['selinux']['enabled']` | false | true | true |
| `$facts['os']['selinux']['config_mode']` | undef | Value of SELINUX in /etc/selinux/config | Value of SELINUX in /etc/selinux/config |
| `$facts['os']['selinux']['current_mode']` | undef | Value of `getenforce` downcased | Value of `getenforce` downcased |

## Authors

Expand Down

0 comments on commit 6abedc6

Please sign in to comment.