Skip to content

Disable chroot and add daemon-enable-jail flag

Jaime Martinez requested to merge 589-disable-chroot into master

What does this MR do?

Disable chroot mechanism by default.

Adds the daemon-enable-jail flag which will allow users to enable the legacy chroot mechanism if anything goes wrong. This flag won't be available via Omnibus, instead users will need to define the environment variable and pass to Pages. For example, inside /etc/gitlab/gitlab.rb

gitlab_pages['env']['DAEMON_ENABLE_JAIL']="true"

TODO

Related to #589 (closed) and gitlab#331699 (comment 616236869)

Edited by Jaime Martinez

Merge request reports