Skip to content

Commit

Permalink
Remove legacy top-scope syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored and kenyon committed Oct 10, 2024
1 parent 8321b6f commit 6365ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ 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 |
| `$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 |

## Authors

Expand Down

0 comments on commit 6365ce0

Please sign in to comment.