From d22e5445696d437d61f87cc9540c94b09f07f3a8 Mon Sep 17 00:00:00 2001 From: Dave Cuthbert Date: Mon, 18 Oct 2021 09:35:41 -0400 Subject: [PATCH] DOCSP-19113 add selinux license note --- source/includes/fact-selinux-license.rst | 7 +++++++ source/tutorial/install-mongodb-enterprise-on-red-hat.txt | 1 + source/tutorial/install-mongodb-on-red-hat.txt | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 source/includes/fact-selinux-license.rst diff --git a/source/includes/fact-selinux-license.rst b/source/includes/fact-selinux-license.rst new file mode 100644 index 00000000000..377154c6bf5 --- /dev/null +++ b/source/includes/fact-selinux-license.rst @@ -0,0 +1,7 @@ +.. note:: + + The SELinux profile that ships with Red Hat Enterprise Linux uses + the GPL License. The SELinux profile that MongoDB provides also + uses the GPL License. From a licensing perspective, profiles are + the same. + diff --git a/source/tutorial/install-mongodb-enterprise-on-red-hat.txt b/source/tutorial/install-mongodb-enterprise-on-red-hat.txt index 07a5f3212df..8508e30ec51 100644 --- a/source/tutorial/install-mongodb-enterprise-on-red-hat.txt +++ b/source/tutorial/install-mongodb-enterprise-on-red-hat.txt @@ -125,6 +125,7 @@ Configure SELinux .. |mongod-user| replace:: ``mongod`` .. |mongod-datadir| replace:: ``/var/lib/mongo`` +.. include:: /includes/fact-selinux-license.rst Procedure ~~~~~~~~~ diff --git a/source/tutorial/install-mongodb-on-red-hat.txt b/source/tutorial/install-mongodb-on-red-hat.txt index 9938d932f14..90470c5e8b5 100644 --- a/source/tutorial/install-mongodb-on-red-hat.txt +++ b/source/tutorial/install-mongodb-on-red-hat.txt @@ -122,6 +122,8 @@ Configure SELinux .. |mongod-user| replace:: ``mongod`` .. |mongod-datadir| replace:: ``/var/lib/mongo`` +.. include:: /includes/fact-selinux-license.rst + Procedure ~~~~~~~~~