Skip to content

Commit cdd89ec

Browse files
authored
Merge pull request #94 from ccdc-opensource/disable-selinux
NO_JIRA temporarily set SELinux to permissive mode
2 parents 6c6b564 + 519ed3f commit cdd89ec

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Introduction](#introduction)
66
- [Prerequisites and Setup](#prerequisites-and-setup)
77
- [System Requirements](#system-requirements)
8+
- [SELinux](#selinux)
89
- [Authentication](#authentication)
910
- [Docker Installation](#docker-installation)
1011
- [Postgres CSD Database](#postgres-csd-database)
@@ -84,6 +85,14 @@ On Ubuntu:
8485
sudo apt-get install libnss3 libxss1 libopengl0 libgfortran5 libxkbcommon-x11-0 libxcb-xinerama0 libxcb-cursor0 libxcb-keysyms1 libatomic1 libtk8.6 tk8.6
8586
```
8687

88+
### SELinux
89+
90+
The Qt installer will not run correctly if SELinux is in enforcing mode. If using RHEL / Rocky Linux, temporarily set SELinux to permissive mode.
91+
92+
```sh
93+
sudo setenforce 0
94+
```
95+
8796
### Authentication
8897

8998
- A valid CCDC activation key (a 36-character key in the format ######-######-######-######-######-######)

0 commit comments

Comments
 (0)