diff --git a/pages/linux/getenforce.md b/pages/linux/getenforce.md new file mode 100644 index 000000000..206cf0342 --- /dev/null +++ b/pages/linux/getenforce.md @@ -0,0 +1,8 @@ +# getenforce + +> Get the current mode of SELinux (i.e. enforcing, permissive, or disabled). +> More information: . + +- Display the current mode of SELinux: + +`getenforce`