mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 22:02:07 +02:00
9 lines
247 B
Markdown
9 lines
247 B
Markdown
# getenforce
|
|
|
|
> Get the current mode of SELinux (i.e. enforcing, permissive, or disabled).
|
|
> See also: `setenforce`, `semanage-permissive`.
|
|
> More information: <https://manned.org/getenforce>.
|
|
|
|
- Display the current mode of SELinux:
|
|
|
|
`getenforce`
|