Commit 75e25d62b071d90a1108e498e0674732d2a687a7

Authored by Jacob Vosmaer
1 parent 89bc0bf4

Document the gitlab-selinux README

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
@@ -572,6 +572,10 @@ The correct operation of Git access via SSH depends on the labeling of @@ -572,6 +572,10 @@ The correct operation of Git access via SSH depends on the labeling of
572 `/var/opt/gitlab/.ssh`. If needed you can restore this labeling by running 572 `/var/opt/gitlab/.ssh`. If needed you can restore this labeling by running
573 `sudo gitlab-ctl reconfigure`. 573 `sudo gitlab-ctl reconfigure`.
574 574
  575 +Depending on your platform, `gitlab-ctl reconfigure` will install SELinux
  576 +modules required to make GitLab work. These modules are listed in
  577 +[files/gitlab-selinux/README.md](files/gitlab-selinux/README.md).
  578 +
575 ## Logs 579 ## Logs
576 580
577 ### Tail logs in a console on the server 581 ### Tail logs in a console on the server