Skip to content

Commit

Permalink
Merge f979bcd into 38ac263
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 2, 2018
2 parents 38ac263 + f979bcd commit 80bd2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ 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']['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 80bd2d6

Please sign in to comment.