From e298ee8e3dd582e700912cc5543236c4c39d9f9f Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 11 Apr 2016 16:30:35 +0200 Subject: [PATCH] Docs: Fix global permission table formatting '<' and '>' must be escaped using html-tags in tables. refs #11568 --- doc/06-Security.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/06-Security.md b/doc/06-Security.md index 3b8731a7d..c39b508de 100644 --- a/doc/06-Security.md +++ b/doc/06-Security.md @@ -157,12 +157,12 @@ through a group) all permissions are added together to get the users actual perm ### Global Permissions -Name | Permits ---------------- ----|-------------------------------------------------------- -* | Allow everything, including module-specific permissions -config/* | Allow all configuration actions -config/modules | Allow enabling or disabling modules -module/ | Allow access to module +Name | Permits +--------------------------|-------------------------------------------------------- +* | Allow everything, including module-specific permissions +config/* | Allow all configuration actions +config/modules | Allow enabling or disabling modules +module/<moduleName> | Allow access to module <moduleName> ### Monitoring Module Permissions