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 ~~~~~~~~~