Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 05, 2020
  2. Aug 13, 2020
  3. Nov 19, 2019
  4. Jan 31, 2018
    • Stan Hu's avatar
      Add SELinux rules to make authorized_keys via DB work on CentOS 7 · 3eb184b5
      Stan Hu authored
      For fast SSH key lookups to work (https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.html),
      SELinux spawns `/opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell-authorized-keys-check`
      and needs the following access:
      
      * Read: /var/opt/gitlab/gitlab-shell/config.yml
      * Read: /var/opt/gitlab/gitlab-rails/etc/gitlab_shell_secret
      * Write: /var/log/gitlab/gitlab-shell/gitlab-shell.log
      * Connect: unicorn (port 8080)
      
      Because the SELinux policy is a static policy, right now we don't support the
      ability to change internal unicorn ports. Admins would have to create a
      special .te file for the environment, or we'd have to dynamically generate it
      for them, which is it a bit tricky if they have changed their port contexts.
      
      Granting `http_cache_port_t` permissions also includes access to these ports:
      
      ```
      http_cache_port_t              tcp      8080, 8118, 8123, 10001-10010
      http_cache_port_t              udp      3130
      ```
      
      Closes #2855
      3eb184b5
  5. Jul 09, 2015
  6. Jun 19, 2015
  7. Aug 25, 2014
  8. Feb 07, 2014
  9. Feb 03, 2014
Loading