Files
dkimproxy/dkimproxy.sysconfig
Peter Varkoly 4c4866546a - Fix VUL-1: dkimproxy: possible symlink attack in /run/dkimproxy/sysconfig
(bsc#1217173)
  Remove environment variables DKIMPROXY_USER DKIMPROXY_GROUP.
  These are hardcoded anyway in dkimproxy-tmpfiles. Changing these
  would only lead to trouble. Now User and Group in dkimproxy-in.service
  are set to dkim to avoid the mentioned security issue.
  ExecStart got a '+' to execute it by root rights.

OBS-URL: https://build.opensuse.org/package/show/server:mail/dkimproxy?expand=0&rev=40
2024-08-28 10:24:40 +00:00

13 lines
330 B
Plaintext

## Description: Basic configuration of the DKIMProxy
## Type: string
## Default: "dkim"
#
DKIMPROXY_IN_CFG="/usr/share/dkimproxy/etc/dkimproxy_in.conf"
## Description: Basic configuration of the DKIMProxy
## Type: string
## Default: "dkim"
#
DKIMPROXY_OUT_CFG="/usr/share/dkimproxy/etc/dkimproxy_out.conf"