ConfigSELinuxDocker
Overview
The ConfigSELinuxDocker application configures SELinux for Docker in Oracle Communications Unified Assurance.
The application checks that the required prerequisites are installed, checks the status of SELinux on the system, and applies the appropriate SELinux polices required for Docker in Unified Assurance.
It can also disable SELinux for Docker in Unified Assurance.
The following software packages are required for Docker to run with SELinux set to enforcing:
-
On Linux 7:
-
selinux-policy-targeted version 3.13.1 or later
-
container-selinux version 2.119.2 or later
-
policycoreutils version 2.5 or later
-
policycoreutils-python version 2.5 or later
-
-
On Linux 8:
-
selinux-policy-targeted version 3.14.3 or later
-
container-selinux version 2.229.0 or later
-
policycoreutils version 2.9 or later
-
policycoreutils-python-utils version 2.9 or later
-
You can install the packages using the yum install command.
Administration Details
The following list shows the technical details you will need for advanced administration of the application:
-
Package: assure1-app
-
Synopsis:
./ConfigSELinuxDocker [OPTIONS] ARGUMENT
-
Options:
-s, --Silent Enable silent mode -?, -h, --Help Print usage and exit
-
Arguments:
-
enable
: Enable SELinux for Unified Assurance Docker -
disable
: Disable SELinux for Unified Assurance Docker -
check
: Display current SELinux configuration for Unified Assurance Docker
-