From 251a9b34d693b722c15696972388c4c455ded746 Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Fri, 8 Dec 2017 22:04:56 +1100 Subject: [PATCH] [skip ci] Fix the name of Oracle Linux to the official product name. (#584) Signed-off-by: Avi Miller --- README.md | 2 +- docs/operating/selinux.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7632c7416..850c654aa 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ fn start This will start Fn in single server mode, using an embedded database and message queue. You can find all the configuration options [here](docs/operating/options.md). If you are on Windows, check [here](docs/operating/windows.md). -If you are on a Linux system where the SELinux security policy is set to "Enforcing", such as OEL7.x, check +If you are on a Linux system where the SELinux security policy is set to "Enforcing", such as Oracle Linux 7, check [here](docs/operating/selinux.md). ### Your First Function diff --git a/docs/operating/selinux.md b/docs/operating/selinux.md index 02295c1fe..0b48493e2 100644 --- a/docs/operating/selinux.md +++ b/docs/operating/selinux.md @@ -1,6 +1,6 @@ # Running on SELinux systems -Systems such as OEL 7.x where SELinux is enabled and the security policies are set to "Enforcing" will restrict Fn from +Systems such as Oracle Linux 7 where SELinux is enabled and the security policies are set to "Enforcing" will restrict Fn from running containers and mounting volumes. For local development, you can relax SELinux constraints by running this command in a root shell: