Skip to content

[bug] Make /etc/leap world-readable

Under jessie, leap-mx is started by systemd now, not as a forked proc by twistd anymore. Therefore leap-mx (the user the mx proc runs as) needs direct access to it's config file under /etc/leap/mx.conf.

Before, twistd would start as root, read the config and then fork an mx proc as unprivileged leap-mx user.

  • Tested: [quetzal]
  • Resolves: #7782

Merge request reports