summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/4.1.12/content
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/4.1.12/content')
-rw-r--r--rt/etc/upgrade/4.1.12/content10
1 files changed, 10 insertions, 0 deletions
diff --git a/rt/etc/upgrade/4.1.12/content b/rt/etc/upgrade/4.1.12/content
new file mode 100644
index 0000000..1f0473d
--- /dev/null
+++ b/rt/etc/upgrade/4.1.12/content
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+our @ACL = ( {
+ Right => 'ShowArticlesMenu',
+ GroupDomain => 'SystemInternal',
+ GroupType => 'Privileged',
+} );
+
+1;