1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:02:07 +02:00
tldr/pages/linux/getenforce.md
2024-09-18 20:42:03 +02:00

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`